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

Monster is giving completely wrong loot?

Saints Anathema

Old School Doleran
Joined
Feb 24, 2009
Messages
653
Reaction score
8
Location
BC,Canada
I am completely amazed lol... Its 1:23am i wanted to add some new monsters to my server.

I decided, to take a Cyclops Drone,

added it to the Monsters.xml

Code:
<monster name="Cyclops Drone" file="Giants/cyclops drone.xml"/>

the monster file should look like this

<?xml version="1.0" encoding="UTF-8"?>
<monster name="cyclops drone" nameDescription="a cyclops drone" race="blood" experience="200" speed="220" manacost="525">
<health now="325" max="325"/>
<look type="280" head="0" body="0" legs="0" feet="0" corpse="7847"/>
<targetchange interval="2000" chance="5"/>
<strategy attack="70" defense="0"/>
<flags>
<flag summonable="0"/>
<flag attackable="1"/>
<flag hostile="1"/>
<flag illusionable="0"/>
<flag convinceable="1"/>
<flag pushable="0"/>
<flag canpushitems="1"/>
<flag canpushcreatures="1"/>
<flag targetdistance="1"/>
<flag runonhealth="75"/>
</flags>
<attacks>
<attack name="melee" interval="2000" skill="52" attack="40"/>
<attack name="physical" interval="1000" chance="10" range="7" min="-46" max="-74">
<attribute key="shootEffect" value="largerock"/>
</attack>
</attacks>
<defenses armor="17" defense="24"/>
<elements>
<element energyPercent="10"/>
<element icePercent="10"/>
<element holyPercent="10"/>
<element earthPercent="-10"/>
<element deathPercent="-5"/>
</elements>
<voices interval="5000" chance="10">
<voice sentence="Fee! Fie! Foe! Fum!"/>
<voice sentence="Luttl pest!"/>
<voice sentence="Me makking you pulp!"/>
<voice sentence="Humy tasy! Hum hum!"/>
</voices>
<loot capacity="600">
<item id="2513" countmax="1" chance="1500"/>
<item id="2490" countmax="1" chance="200"/>
<item id="2148" countmax="24" chance="4000"/>
<item id="2666" countmax="2" chance="5000"/>
<item id="2510" countmax="1" chance="2000"/>
<item id="2442" countmax="1" chance="2000"/>
<item id="7588" countmax="1" chance="2000"/>
</loot>
</monster>

but heres the kicker,

01:35 Loot of a Cyclops Drone: nothing.
01:35 Loot of a Cyclops Drone: a fur backpack, 72 crystal coins.
01:35 Loot of a Cyclops Drone: nothing.
01:35 Loot of a Cyclops Drone: nothing.
01:35 Loot of a Cyclops Drone: nothing.
01:35 Loot of a Cyclops Drone: nothing.
01:35 You advanced from Level 2053 to Level 2054.
01:35 Loot of a Cyclops Drone: nothing.
01:35 Loot of a Cyclops Drone: a fur backpack, 76 crystal coins.

and also the corpse is of a normal Cyclops? not the intended corpse.

So i thought there must be another saved cyclops drone, so i checked the monsters.xml ofcourse no duplicate but what the hell had to check. If the drone, attacks anyone it kicks the server so maybe a attack is wrong.

i know this is gonna be a stupid noobie question, so dont laugh to hard at me :)

rep+ ofcourse
 
Back
Top