Page 1 of 1

Adding Jobs to a Character (Example RNG)

Posted: Mon Mar 12, 2018 1:36 pm
by pureluck
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,

Re: Adding Jobs to a Character (Example RNG)

Posted: Thu Mar 15, 2018 1:36 pm
by TeoTwawki
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.