settings.lua NORMAL_MOB_MAX_LEVEL and ORMAL_MOB_MIN_LEVEL cannot big than 84 and 81
error log:
Microsoft Visual C++ Runtime Library Debug Error ! abort() has been called.
in game-server program window err:
c:\program files (x86)\microsoft visual studio 14.0\vc\include\rando<2441>: invalid min and max arguments for uniform_in
just get new dsprand.h and build with VS2015, anyone have same issue and got solution?
gameserver error
Re: gameserver error
found the cause of the problem.
something wrong in mob_groups table
something wrong in mob_groups table
Re: gameserver error
Yeah, it was an issue in mob_groups.sql where the minimum level for a mob was higher than it's maximum. Easy fix.
Re: gameserver error
happening this to me now, i made a modification in setting lua but when i start the server up this error pop, i undo the changes and still happening what can i do please? thanks