Svira
Banned User
- Joined
- Jan 27, 2008
- Messages
- 361
- Solutions
- 13
- Reaction score
- 106
For a long time I can't deal with some engine errors. All internet searched! Engine TFS 1.3 for tibia 8.6.
Error1

Error2 - monsters dont drop loot. in scripts.xml onDropLoot(it doesn't matter if it's active or not, nothing goes wrong)

Any idea how to fix it?
Error1
Code:
[Warning - Action::loadFunction] Function "increaseItemId" does not exist.
[Warning - Action::loadFunction] Function "decreaseItemId" does not exist.
[Warning - Action::loadFunction] Function "increaseItemId" does not exist.

Error2 - monsters dont drop loot. in scripts.xml onDropLoot(it doesn't matter if it's active or not, nothing goes wrong)
Code:
Lua Script Error: [Event Interface]
data/events/scripts/monster.lua:Monster@onDropLoot
data/lib/core/container.lua:11: attempt to call global 'getLootRandom' (a nil va lue)
stack traceback:
[C]: in function 'getLootRandom'
data/lib/core/container.lua:11: in function 'createLootItem'
data/events/scripts/monster.lua:11: in function <data/events/scripts/mon ster.lua:1>

Any idea how to fix it?