Loot id #914

Newbie Spellweaver
Joined
Aug 2, 2006
Messages
17
Reaction score
0
Hi guys. Im running my mangos emulator (TBC), it runs perfectly but sometimes it crashes, When this happens i get in the logs this error

ERROR:Loot id #914 used in `creature_template` or `gameobject` or fishing but it doesn't have records in appropriate *_loot_template table.

Hope someone could help me to fix it:kisss:
 
you may be able to fix it by creating a loot template for record 914.

You'd have to go to the loot_template table and lookup ID 914. If it exists there is an error in the code somewhere. If it doesn't exist you could insert a new line at the end. Just fill it full of 0's and see if it works :) you could however copy a line over and rename it 914.

It never hurts to just try things.
 
thanks resolved the problem, finally :)
Now i need to resolve the OTHER problem, the one with mangos database handler. I'll create another post^^
 
thanks resolved the problem, finally :)
Now i need to resolve the OTHER problem, the one with mangos database handler. I'll create another post^^

can you post where its wch loot_template you modified ?
Table: fishing_loot_template
Table: creature_loot_template
Table: game object_loot_template
Table: item_loot_template "Loot System"

etc etc etc .........


Loot id #914 used in `creature_template` or `gameobject` or fishing but it doesn
't have records in appropriate *_loot_template table.
 
Back