Jump to content

Recommended Posts

Posted

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
  • Submitted
    09/12/2012
  • Category
  • Video
  • Content Author
    Emistry

 

  • Upvote 1
  • Love 1
  • 6 years later...
  • 2 years later...
Posted (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 by gantz

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...