-
unknown error
Ive compiled my source with no probs but have been getting a force close on world start Ive fixed most of the errors but I'm tired and frustrated now and cant seen to remember how to fix the last error that I have can anyone help me out real quick?
Code:
2011/ 4/ 6 22:50:03 Out of Skill Level Range -> CMonsterSkill::LoadScript() - -1, SI_GEN_STONEHAND, 20
2011/ 4/ 6 22:50:03 Out of Skill Level Range -> CMonsterSkill::LoadScript() - -1, SI_ELE_MULTY_METEOSHOWER, 20
any tips would be much appreciated
-
Re: unknown error
This is some hard and weird source error, I would suggest search in the source for them and see what can be wrong, cant help more then that.
-
Re: unknown error
Drift that's not helping .. Obviously you're using the wrong header files, use the ones that is in your ressource folder from the source you've downloaded, replace the header files that are in the server files from the ones in your source, might be confusing but it's easy.
As I see the error consists on a #define XX <- XX is not large enough?
Idk if this helps.
-
Re: unknown error
Thank you Rebora for taking the time time to help.