• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

Solved Vocation's corpose

medium

New Member
Joined
Nov 2, 2011
Messages
54
Reaction score
0
Hi !

I have 60 Vocation i would like ,then some have special corpose.
Where and what i must change in order to achive it.
Please help me .
 
If monster dies , he leave special corpse for example :
Code:
<?xml version="1.0" encoding="UTF-8"?>
<monster name="freeExp" nameDescription="a goku" race="blood" experience="1000004345" speed="300" manacost="290">
<health now="1" max="1"/>
<look type="5" corpse="2820"/>
<targetchange interval="2000" chance="0"/>
<strategy attack="100" defense="0"/>
<flags>
<flag summonable="1"/>
<flag attackable="1"/>
<flag hostile="1"/>
<flag illusionable="1"/>
<flag convinceable="1"/>
<flag pushable="1"/>
<flag canpushitems="0"/>
<flag canpushcreatures="0"/>
<flag targetdistance="1"/>
<flag staticattack="90"/>
<flag runonhealth="15"/>
</flags>
<attacks>
</attacks>
<defenses armor="1" defense="1">
<defense name="healing" interval="1" chance="25" min="1" max="1">
  <attribute key="areaEffect" value="blueshimmer"/>
</defense>
</defenses>
<loot>
<item id="2148" countmax="40" chance="100000"/><!-- gold coin -->
<item id="2472" chance="1000"/>
<item id="2424" chance="2000"/>
<item id="2504" chance="1500"/>
<item id="2466" chance="3000"/>
</loot>
</monster>

It is her corpse Id - 2820 :
Code:
<look type="5" corpse="2820"/>

I want that vocations leave special corpse.
For example :
If sorcer dies ,he leave corpse number 2888
but when knight dies, he leave corpse number 3000.
 
Back
Top