DanialFX Posted March 15, 2014 Posted March 15, 2014 I have an issue here. I want to change all my players 3rd job into 2nd job using mySQL query or any scripts Quote
Emistry Posted March 15, 2014 Posted March 15, 2014 UPDATE `char` SET `class` = XYZ WHERE `class` = ABC; replace the value yourself ... XYZ = 2nd job ID ABC = third job ID make sure you shutdown server before run this. you can also try other way....simpler... OnPCLoginEvent + jobchange 1 Quote
Question
DanialFX
I have an issue here.
I want to change all my players 3rd job into 2nd job
using mySQL query or any scripts
1 answer to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.