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

Lua Rat Decaying into a Book

ziggy46802

Active Member
Joined
Aug 19, 2012
Messages
418
Reaction score
27
Im using TFS Crying Damson 0.3.6 V5 and I killed a rat, it died into a normal dead rat, but when it fully decayed it turned into this book thing that is in the picture. How do I fix this and why is it happening?

By the way, the "looked at" item is the book to the right of my character, not the REAL dead rat.
 

Attachments

items.xml...

While on your server check the ID of the decaying rat, then the ID of the 'fully decayed rat (that book)' then change the decayTo
 
Okay thanks guys, I looked it up in my items.xml and sure enough ID 2816 (the book) was the last stage of the decaying rat, so I just set 2815 (the real last stage) to decayto="0" and just deleted the whole item 2816.

Thanks again for helping me out!
 
Back
Top