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

TFS 1.X+ Problem script / potion and dead monster

Severyn

New Member
Joined
Jan 7, 2010
Messages
20
Reaction score
2
I have a problem with mana potions on the server. I have mana potions, but I can't change their replenishment value. I can't find them in items. I have Global OTS 8.0 with mout /market a 2/. The problem is that monster bodies are disappearing. Where can I edit this? The monster disappears in a few seconds after being killed. I can't open it. Thanks in advance for any help.
 
Check the decay duration for any corpse id's that are disappearing fast:
  • You can see a monster's corpse ID from it's XML file in data/monsters/.
  • You can then check the item's XML attributes in data/items/items.xml.
A corpse may decay quickly to another corpse item, so you may need to change more than one. A corpse that decaysTo = 0, will be deleted from the map.
 
Neither item.xml nor monster.xml are working. There must be some script, as there's no configuration in those tabs.Could it be some script? What's causing this?Global 8/0 with mount market TFS 1.2Does anyone know how to fix this?
Monsters disappear in a few seconds. There is no way to edit this, as they also write in Confus Lua:
corpse_time or body_despawn_delay

or is it possible to enter a script for NPC trade that buys a given item


or if you could send me the line where I can make this edit, thank you in advance for your help because I can't find it
 
Last edited:
Back
Top