Adding Jobs to a Character (Example RNG)

Post Reply
pureluck
Posts: 3
Joined: Fri Mar 09, 2018 4:48 pm

Adding Jobs to a Character (Example RNG)

Post by pureluck » Mon Mar 12, 2018 1:36 pm

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,

User avatar
TeoTwawki
Developer
Posts: 527
Joined: Mon Jul 15, 2013 9:50 pm

Re: Adding Jobs to a Character (Example RNG)

Post by TeoTwawki » Thu Mar 15, 2018 1:36 pm

actual enable command for RNG job, where "targ" is whatever entity you are modifying:

Code: Select all

targ:unlockJob(22);
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.
Hi, I run The Demiurge server.


Image
Always code as if the guy who ends up maintaining your code will be a violent psychopath who knows where you live. - Martin Golding
PLS USE [ code ] CODE TAGS [ /code ] WHEN POSTING CODE
DO NOT PRIVATE MESSAGE ME ABOUT BUGS

Post Reply