• 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!
  • New resources must be posted under Resources tab. A discussion thread will be created automatically, you can't open threads manually anymore.

Monster Draken Abomination working ok.

lollipops

New Member
Joined
May 4, 2009
Messages
24
Reaction score
0
Hello i tried edit the Draken Abomination, ok ok i think its 85% equal of tibia, but beware dont blame me if you dont have the items.xml correct, that monster work very ok at my server, the loots, looktype and corpse i have in my items.xml, please if you like it, just post here and i can give my items.xml :p
if everyone like it i can post one new monster working ok, 3 in 3 days in a week.
thanks bb and etc, some ots is with items.xml of maps editors, it make the loot etc dosnt work ok
<?xml version="1.0" encoding="UTF-8"?>
<monster name="Draken Abomination" nameDescription="a Draken Abomination" race="blood" experience="3800" speed="220" manacost="0">
<health now="6250" max="6250"/>
<look type="357" corpse="12744"/>
<targetchange interval="5000" chance="12"/>
<strategy attack="100" defense="0"/>
<flags>
<flag summonable="1"/>
<flag attackable="1"/>
<flag hostile="1"/>
<flag illusionable="1"/>
<flag convinceable="0"/>
<flag pushable="0"/>
<flag canpushitems="1"/>
<flag canpushcreatures="0"/>
<flag targetdistance="1"/>
<flag staticattack="90"/>
<flag runonhealth="200"/>
</flags>
<attacks>
<attack name="melee" interval="2000" skill="100" attack="65"/>
<attack name="fire" interval="2000" chance="20" length="4" spread="3" min="-340" max="-410">
<attribute key="shootEffect" value="explosion"/>
<attribute key="areaEffect" value="explosion"/>
</attack>
<attack name="drunk" interval="5000" chance="30" range="5">
<attribute key="shootEffect" value="poison"/>
<attribute key="areaEffect" value="poison"/>
</attack>
<attack name="death" interval="2000" chance="20" length="8" spread="0" min="-300" max="-350">
<attribute key="shootEffect" value="death"/>
<attribute key="areaEffect" value="mortarea"/>
</attack>
</attacks>
<defenses armor="16" defense="19"/>
<elements>
<element physicalPercent="-1"/>
<element holyPercent="-15"/>
<element energyPercent="-15"/>
<element icePercent="15"/>
</elements>
<immunities>
<immunity fire="1"/>
<immunity death="1"/>
<immunity earth="1"/>
<immunity invisible="1"/>
</immunities>
<summons maxSummons="3">
<summon name="death blob" interval="2000" chance="17" max="3"/>
<summon name="death blob" interval="2000" chance="15" max="3"/>
<summon name="death blob" interval="2000" chance="13" max="3"/>
</summons>
<voices interval="5000" chance="10">
<voice sentence="Ugggh!"/>
</voices>
<loot>
<item id="11304" chance="825" /><!-- zaoan armor -->
<item id="2152" countmax="8" chance="30625" /><!-- platinum coin -->
<item id="2148" countmax="100" chance="41050" /><!-- gold coin -->
<item id="2148" countmax="97" chance="41050" /><!-- gold coin -->
<item id="12750" chance="1800" /><!-- scale of corruption -->
<item id="8473" chance="4450" /><!-- ultimate health potion -->
<item id="7903" chance="7275" /><!-- terra hood -->
<item id="11301" chance="950" /><!-- zaoan legs -->
<item id="11303" chance="1125" /><!-- zaoan shoes -->
<item id="11302" chance="725" /><!-- zaoan helmet -->
<item id="12767" chance="625" /><!-- draken boots -->
<item id="12765" chance="225" /><!-- shield of corruption -->
<item id="12768" chance="325" /><!-- Snake God's Wristguard -->
<item id="8922" chance="700" /><!-- wand of voodoo -->
<item id="9970" countmax="5" chance="1500" /><!-- small topaz -->
</item>
</loot>
</monster>

This is my Items.xml http://www.4shared.com/file/XLr8dv6k/items.html
 
Last edited:
the bag now is correct, try search one draken abomination working ok with spells etc, and the id's of loot, corpse etc, ill post the items.xml. just use and see how the monster are ok :)
 
Last edited:
Back
Top