Git hash is the git version eg a667fc0efbe4f9bd015fa475221ddd70c98d7036 is currently the most up to date rA.
As for your issue a while back the SQL tables were changed (believe with the array size increase), and we use different table names not now.
Even if those class are not on my game? What cause them to be loaded? I don't even want themIf you don't want them in game, edit the at job command and remove the npcs, so they are unobtainable. That or do large src and db edits to remove completely.Personally id just remove their skill tree and lower their max level to 1/1.
He just doesn't want the jobs to be read from the database. I'm just not sure how rAthena even knows which jobs to look for. Maybe job_db?
It reads from source if a job is defined it automatically checks for all files related. Also if a class is undefined and in the db it post an error as well.
Even if those class are not on my game? What cause them to be loaded? I don't even want them
If you don't want them in game, edit the at job command and remove the npcs, so they are unobtainable. That or do large src and db edits to remove completely.
Personally id just remove their skill tree and lower their max level to 1/1.
Remove the onpcloginevent and create a quest system to activate that, then put the time checks before the menus for the quest.
Its fairly straightforward.
I believe optimization of the code we have should always be prioritized before adding of newer content. If one keeps adding more features without optimizing we end up with a mass of spaghetti code that's harder to fix and optimize later down the line.Mind linking me BG bug reports btw I'd like to take a look at these.
rAthena is primarily re yes however pre-re works just fine and as it's not in development anymore it doesn't break often, once in a while a re feature will cause issues but that's what issue tracker is for.
So in short yes pre-re is still supported
They are just finalizing a very large update to the instance system, then I believe lemongrass has another large PR coming up, then most likely the clan system is after that, and some testing.