• 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!
  • 2026 staff recruitment is open! Check it out and consider applying!

corpse bug...

Glidarn

Member
Joined
May 9, 2009
Messages
970
Reaction score
16
Location
Åkersberga, Sweden
I'm getting really tired of this,

i'm checking all the new lizards and i found out that when they die they turn into something really weird andnot lootable items, though i find the correct corpses of some of them but it looks like this:

Dead Lizard Dragon Priest:
12:50 You see an item of type 11274, please report it to gamemaster (Vol:8).
ItemID: [11274].
Position: [X: 33246] [Y: 31160] [Z: 6].

And Dead Draken Spellweaver:

12:53 You see an item of type 11317, please report it to gamemaster (Vol:8).
It can only be wielded properly by players of level 25 or higher.
ItemID: [11317].
Position: [X: 34062] [Y: 32006] [Z: 2].
how do i fix this?
 
Lizard Dragon Priest: corpse="11271"
Draken Spellweaver corpse type: corpse="11310"

If these corpse types are wrong then search for them in items.xml and change to the right itemids
 
try to add those in items.xml
XML:
<item id="11274" article="a" name="dead lizard dragon priest" />
and
XML:
<item id="11317" article="a" name="dead draken spellweaver" />
 
Back
Top