• 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!

Training MOnk Bug ? wtf

El Thiere

Banned User
Joined
Nov 26, 2009
Messages
64
Reaction score
0
Training monk follow to player why ?
<?xml version="1.0"?>
<monster name="Training Monk" nameDescription="a training monk" speed="210" race="Blood">
<health now="990000000" max="990000000"/>
<look type="57" corpse="3128"/>
<strategy attack="100"/>
<flags>
<flag canpushitems="1"/>
<flag hostile="1"/>
<flag attackable="1"/>
<flag pushable="0"/>
<flag staticattack="50"/>
<flag targetdistance="1"/>
</flags>
<attacks>
<attack name="melee" interval="2000" chance="100" max="-1" range="1"/>
</attacks>
<defenses defense="0" armor="0">
<defense name="healing" interval="2000" chance="100" min="10000" max="50000"/>
</defenses>
<loot>
<item id="1949" countmax="1" chance="10000"/>
<item id="1987" countmax="1" chance="100000">
<inside>
<item id="2044" countmax="1" chance="6666"/>
<item id="2166" countmax="1" chance="1428"/>
<item id="2401" countmax="1" chance="3333"/>
<item id="2689" countmax="3" chance="20000"/>
</inside>
</item>
<item id="2148" countmax="20" chance="100000"/>
<item id="2467" countmax="1" chance="10000"/>
<item id="2642" countmax="1" chance="6666"/>
</loot>
</monster>
 
Back
Top