Jump to content

Utility: Doppelganger


Emistry

Recommended Posts


  • Group:  Forum Moderator
  • Topic Count:  93
  • Topics Per Day:  0.02
  • Content Count:  10013
  • Reputation:   2345
  • Joined:  10/28/11
  • Last Seen:  

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
Link to comment
Share on other sites

  • 6 years later...

  • Group:  Members
  • Topic Count:  1
  • Topics Per Day:  0.00
  • Content Count:  12
  • Reputation:   0
  • Joined:  06/28/16
  • Last Seen:  

The latest rAthena doesn't have global_reg_value anymore, so we can skip that step and just activate this script?

Link to comment
Share on other sites

  • 2 years later...

  • Group:  Members
  • Topic Count:  4
  • Topics Per Day:  0.00
  • Content Count:  86
  • Reputation:   6
  • Joined:  06/24/14
  • Last Seen:  

@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
Link to comment
Share on other sites

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.

×
×
  • Create New...