Emistry Posted September 12, 2012 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
yagamiraito Posted November 20, 2018 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
gantz Posted March 20, 2021 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
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.