All,
We have an issue on my server with the Ranger quest. Every now and then the one mob doesn't pop up when the users go and try to spawn it, it doesn't'. Any quick type scripts a GM could run to enable the job for the user? Or backend DB change that people can think of?
Thanks,
Adding Jobs to a Character (Example RNG)
Re: Adding Jobs to a Character (Example RNG)
actual enable command for RNG job, where "targ" is whatever entity you are modifying:
you can also just force job change to the job and it'll auto unlock.
But you should report that bug you are having to the github tracker so it can be fixed.
Code: Select all
targ:unlockJob(22);
But you should report that bug you are having to the github tracker so it can be fixed.
Hi, I run The Demiurge server.
Always code as if the guy who ends up maintaining your code will be a violent psychopath who knows where you live. - Martin Golding
Always code as if the guy who ends up maintaining your code will be a violent psychopath who knows where you live. - Martin Golding
DO NOT PRIVATE MESSAGE ME ABOUT BUGSPLS USE [ code ] CODE TAGS [ /code ] WHEN POSTING CODE