Hakeq
Banned
- Dołączył
- Marzec 23, 2013
- Posty
- 103
- Liczba reakcji
- 6
Autor: Kiras
Oto kolejna machina do zabijania 8lvli
to jest taka ?abka kt?ra wpad?a do swampa a teraz chce zabija? i jeszcze przywo?uje kumpli -.^
wiec tak robimy linijk? w monsters.xml
i robimy pliczek o nazwie Mutated Frog.xml a w nim
Niekt?re rzeczy mo?na poprawi? dla w?asnych potrzeb.
Regards,
Hakeq.
Oto kolejna machina do zabijania 8lvli

to jest taka ?abka kt?ra wpad?a do swampa a teraz chce zabija? i jeszcze przywo?uje kumpli -.^
wiec tak robimy linijk? w monsters.xml
PHP:
<monster name="Mutated Frog" file="Mutated Frog.xml" />
i robimy pliczek o nazwie Mutated Frog.xml a w nim
PHP:
<?xml version="1.0"?>
<monster name="Mutated Frog" nameDescription="a mutated frog" experience="55000" speed="400" race="Venom">
<health now="15000" max="15000"/>
<look type="222" corpse="6077"/>
<strategy attack="100"/>
<flags>
<flag canpushitems="1"/>
<flag hostile="1"/>
<flag attackable="1"/>
<flag pushable="0"/>
<flag staticattack="80"/>
<flag targetdistance="1"/>
</flags>
<attacks>
<attack name="melee" interval="2000" chance="100" min="-1" max="-25" range="1"/>
<attack name="Poison Storm" interval="2000" chance="100" min="-500" max="-900">
<attribute key="areaEffect" value="redspark"/>
<attribute key="shootEffect" value="spear"/>
</attack>
<attack name="poison field" interval="1000" chance="100" min="-30" max="-45">
<attribute key="areaEffect" value="redspark"/>
<attribute key="shootEffect" value="spear"/>
</attack>
</attacks>
<defenses defense="20" armor="15">
<defense name="haste" interval="5000" chance="50">
<attribute key="areaEffect" value="redspark"/>
<attribute key="shootEffect" value="spear"/>
</defense>
</defenses>
<immunities/>
<voices speed="150" chance="60">
<voice sentence="Crab's Frogs And Fly You Today Die" yell="1"/>
<voice sentence="One Two Three You Can't Kill me" yell="1"/>
</voices>
<summons maxSummons="4">
<summon name="Centipede" speed="2000" chance="1000"/>
<summon name="Poison Spider" speed="2000" chance="1000"/>
<summon name="Scorpion" speed="2000" chance="1000"/>
<summon name="Wasp" speed="2000" chance="1000"/>
</summons>
<loot>
<item id="1490" countmax="1" chance="10000"/>
<item id="1987" countmax="1" chance="10000">
<inside>
<item id="2452" countmax="1" chance="5000"/>
<item id="3961" countmax="1" chance="7000"/>
<item id="3982" countmax="1" chance="2000"/>
<item id="7366" countmax="100" chance="2000"/>
</inside>
</item>
<item id="2152" countmax="100" chance="10000"/>
<item id="2152" countmax="100" chance="10000"/>
<item id="2155" countmax="2" chance="10000"/>
<item id="2179" countmax="1" chance="2000"/>
<item id="2293" countmax="1" chance="2000"/>
<item id="2379" countmax="1" chance="2000"/>
<item id="2396" countmax="1" chance="1000"/>
<item id="2397" countmax="1" chance="2000"/>
<item id="2405" countmax="1" chance="2000"/>
<item id="2409" countmax="1" chance="7000"/>
<item id="2411" countmax="1" chance="2000"/>
<item id="2652" countmax="1" chance="2000"/>
<item id="2660" countmax="1" chance="9000"/>
<item id="2661" countmax="1" chance="2000"/>
<item id="3971" countmax="1" chance="2000"/>
<item id="5480" countmax="1" chance="2000"/>
<item id="5741" countmax="1" chance="4000"/>
<item id="5910" countmax="5" chance="2000"/>
</loot>
</monster>
Niekt?re rzeczy mo?na poprawi? dla w?asnych potrzeb.
Regards,
Hakeq.