banhelba2019
New member
- Messages
- 200
- Points
- 0
- Emulator
doing the usual, started adding some new status icons for my stuff and bumped into an error where my run server would just stop and say restarting
didnt point to anything until i screwed around with it even more ( seriously i didnt get the actually error until i purposely broke things to test)
alright rewind a few days no biggie and retrace my steps
Oh
my custom skill area grid is making the error, but why was it effecting my sc and si list. . . they both have a number max i guess
go look for some MAX_ defines
Ahh here she is:
#define MAX_SKILL_UNIT_LAYOUT 65
like everything else its set to super low numbers so its easy to break with no warnings given
but the best part it that this skill was functioning properly for a couple days, it was only until i started adding more sc and si entries that my server run just STOPPED working at all. . . so then your sitting there like WHAT?!?!? LMAO
Everything is fine now.
one of these days herc is gonna kill me
at:
didnt point to anything until i screwed around with it even more ( seriously i didnt get the actually error until i purposely broke things to test)
alright rewind a few days no biggie and retrace my steps
Oh
my custom skill area grid is making the error, but why was it effecting my sc and si list. . . they both have a number max i guess
go look for some MAX_ defines
Ahh here she is:
#define MAX_SKILL_UNIT_LAYOUT 65
like everything else its set to super low numbers so its easy to break with no warnings given
but the best part it that this skill was functioning properly for a couple days, it was only until i started adding more sc and si entries that my server run just STOPPED working at all. . . so then your sitting there like WHAT?!?!? LMAO
Everything is fine now.
one of these days herc is gonna kill me
Last edited by a moderator: