Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

Mangos [HELP] Error Logs

Newbie Spellweaver
Joined
Nov 4, 2010
Messages
44
Reaction score
0
i see the error logs at DBErrors.log and Server.log

DBErrors.log
Code:
2010-11-27 11:25:33 Table `npc_trainer` have data for not creature template (Entry: 4989) without trainer flag, ignore
2010-11-27 11:25:33 Table `npc_trainer` have data for not creature template (Entry: 4990) without trainer flag, ignore
2010-11-27 11:25:33 Table `npc_trainer` have data for not creature template (Entry: 4991) without trainer flag, ignore
2010-11-27 11:25:33 Table `npc_trainer` have data for not creature template (Entry: 4992) without trainer flag, ignore
2010-11-27 11:25:33 Table `npc_trainer` have data for not creature template (Entry: 4993) without trainer flag, ignore
2010-11-27 11:25:33 Table `npc_trainer` have data for not creature template (Entry: 5967) without trainer flag, ignore
2010-11-27 11:25:33 Table `npc_trainer` have data for not creature template (Entry: 5028) without trainer flag, ignore

Server.log
Code:
2010-11-30 22:38:50 ERROR:SESSION: opcode CMSG_MOVE_SPLINE_DONE (0x02C9) have unprocessed tail data (read stop at 0 from 52)
2010-11-30 22:40:15 ERROR:SESSION: opcode CMSG_MOVE_SPLINE_DONE (0x02C9) have unprocessed tail data (read stop at 0 from 52)

where can i get npc_trainer database ??

about server log.... it is CRITICAL or not??
 
Lord of the Legion
Joined
Jul 28, 2005
Messages
426
Reaction score
35
As far as the database errors, it's not a big deal, it just means those NPCs will not act as trainers. You could try updating your database with the latest DB.

As far as those errors in the server's log, if it's not causing any problems, they can be ignored. If it is, I suggest compiling the newest version of whatever core you are using.
 
Back
Top