Emistry Posted September 12, 2012 Group: Forum Moderator Topic Count: 93 Topics Per Day: 0.02 Content Count: 10018 Reputation: 2369 Joined: 10/28/11 Last Seen: 20 hours ago Share Posted September 12, 2012 View File Doppelganger A Script that enable Player to save his/her current Job Class Data and then able to switch back to what he had saved at any time they want. This will allow players to player multiple job class within 1 single Character. Configuration : OnInit: set .MaxSlot,3; end; and...please make sure to run this query in your SQL. ALTER TABLE `char_reg_str` CHANGE COLUMN `value` `value` TEXT NOT NULL ; Topic Detail : http://rathena.org/b...240#entry137901 * Use at your own risk. Do backup. * Thank you : @Peopleperson49 @goddameit Submitter Emistry Submitted 09/12/2012 Category Utilities Video Content Author Emistry 1 1 Quote Link to comment Share on other sites More sharing options...
yagamiraito Posted November 20, 2018 Group: Members Topic Count: 1 Topics Per Day: 0.00 Content Count: 12 Reputation: 0 Joined: 06/28/16 Last Seen: December 14, 2023 Share Posted November 20, 2018 The latest rAthena doesn't have global_reg_value anymore, so we can skip that step and just activate this script? Quote Link to comment Share on other sites More sharing options...
gantz Posted March 20, 2021 Group: Members Topic Count: 4 Topics Per Day: 0.00 Content Count: 86 Reputation: 6 Joined: 06/24/14 Last Seen: November 10, 2024 Share Posted March 20, 2021 (edited) @Emistry Tried to use the script, In my case, it can only save 1 data, It overwrites other data when you save on new slot making the previous save's stats Base, job, stats, status points to 0 Also when you remove 1 slot save, it deletes others data. Making all saves character stats Base, job, stats, status points 0 /* Please make sure you run this in your SQL. Did this too. ALTER TABLE `char_reg_str` CHANGE COLUMN `value` `value` TEXT NOT NULL ; */ Edited March 20, 2021 by gantz Quote Link to comment Share on other sites More sharing options...
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.