Bom este é mais um dos monstros que eu criei para o meu ot.
ele é bem fortinho bate 1k a 1,5k.
a exp dele é um pouco maior que de um apocalypse.
O interessante é a aparencia do monstro ele é igual uma Lunar Staff(no meu ot se chama special wand)
xD
Vamos ao que interessa:
crie um arkivo em monsters/demons/ chamado special wand.XML
Cole TUDO ISSO\/
<?xml version="1.0" encoding="UTF-8"?><monster name="Special Wand" nameDescription="a special wand" race="blood" experience="20000" speed="910" manacost="0">
<health now="4100" max="4100"/>
<look typeex="7424" head="94" body="77" legs="96" feet="0" addons="3" corpse="7424"/>
<targetchange interval="5000" chance="8"/>
<strategy attack="100" defense="0"/>
<flags>
<flag summonable="0"/>
<flag attackable="1"/>
<flag hostile="1"/>
<flag illusionable="1"/>
<flag convinceable="0"/>
<flag pushable="0"/>
<flag canpushitems="1"/>
<flag canpushcreatures="1"/>
<flag targetdistance="1"/>
<flag staticattack="90"/>
<flag runonhealth="0"/>
</flags>
<attacks>
<attack name="melee" interval="2000" skill="90" attack="95" fire="110"/>
<attack name="death" interval="2000" chance="17" range="7" target="1" min="-120" max="-1250">
<attribute key="shootEffect" value="suddendeath"/>
</attack>
<attack name="melee" interval="2000" chance="10" radius="3" target="0" min="-115" max="-1300">
<attribute key="areaEffect" value="blackspark"/>
</attack>
<attack name="death" interval="1000" chance="12" length="8" spread="0" min="-300" max="-1700">
<attribute key="areaEffect" value="redspark"/>
</attack>
<attack name="physical" interval="3000" chance="15" range="7" radius="4" target="1" min="0" max="-1395">
<attribute key="shootEffect" value="fire"/>
<attribute key="areaEffect" value="redspark"/>
</attack>
<attack name="fire" interval="2000" chance="18" length="7" spread="3" min="-170" max="-1290">
<attribute key="areaEffect" value="explosionarea"/>
</attack>
</attacks>
<defenses armor="35" defense="35"/>
<elements>
<element physicalPercent="-15"/>
<element energyPercent="-10"/>
<element earthPercent="-8"/>
<element icePercent="15"/>
<element holyPercent="10"/>
<element deathPercent="-10"/>
</elements>
<immunities>
<immunity physical="0"/>
<immunity energy="0"/>
<immunity fire="1"/>
<immunity poison="0"/>
<immunity lifedrain="1"/>
<immunity paralyze="1"/>
<immunity outfit="1"/>
<immunity drunk="1"/>
<immunity invisible="1"/>
</immunities>
<voices interval="3000" chance="10">
<voice sentence="Muahahahahahah!"/>
<voice sentence="me usa me usa"/>
<voice sentence="me mata plx!"/>
</voices>
<loot>
<item id="2148" countmax="40" chance1="100000" chancemax="0"/> --Gold Coin
<item id="2148" countmax="70" chance1="100000" chancemax="0"/> --Gold Coin
<item id="2148" countmax="55" chance1="100000" chancemax="0"/> --Gold Coin
<item id="2645" chance="3666"/> --Steel Boots
<item id="6558" countmax="1" chance1="27555" chancemax="0"/> --Concentrated Demonic Blood
<item id="6558" countmax="1" chance1="16555" chancemax="0"/> --Concentrated Demonic Blood
<item id="2666" countmax="1" chance1="50000" chancemax="0"/> --Meat
<item id="6500" countmax="1" chance1="5500" chancemax="0"/> --Demonic Essence
<item id="5944" chance="8888"/> --Soul Orb
<item id="1987" chance="100000"> --Bag
<inside>
<item id="2487" chance="6200"/> --Crown Armor
<item id="6558" countmax="1" chance1="5555" chancemax="0"/> --Concentrated Demonic Blood
<item id="2181" chance="15500" /> -- terra rod
<item id="9811" chance="7500"/> --Rusty Legs
<item id="2143" countmax="1" chance1="12000" chancemax="0"/> --White Pearl
<item id="2156" chance="3900"/> --Red Gem
<item id="7404" chance="5555"/> -- Assassin Dagger
<item id="5911" chance="9800"/> --Red Piece of Cloth
</inside>
</item>
</loot>
</monster>
agora vamos voltar Uma pasta e ir no ARquivo MONSTERS.XML
e cole isso em alguma parte:
<monster name="special Wand" file="demons/Special Wand.xml"/>
espero que gostem!