DanialFX Posted March 15, 2014 Group: Members Topic Count: 19 Topics Per Day: 0.00 Content Count: 43 Reputation: 0 Joined: 02/10/14 Last Seen: March 25, 2020 Share 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 Link to comment Share on other sites More sharing options...
Emistry Posted March 15, 2014 Group: Forum Moderator Topic Count: 93 Topics Per Day: 0.02 Content Count: 10018 Reputation: 2371 Joined: 10/28/11 Last Seen: Saturday at 07:13 PM Share 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 Link to comment Share on other sites More sharing options...
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
Link to comment
Share on other sites
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.