Jump to content
Echo

Rebirth System

Recommended Posts

Simple Rebirth System based off of Diconfrost Vanz's script.

This script will track the # of Rebirths completed by character starting at 0 being base.

On first attaining Novice High you have 100 stat points to distribute, with this upon rebirth to novice high for the first time you will have (1*bonus stat setting) + the 100 you normally get upon achieving novice high.

Formula is ((#Rebirths*Statbonus) + 100)

Setup is found at the top under header.

set [email protected], 5000000; 	  //Cost for Rebirth
set [email protected], 500;	 //Minimum Base Level for Rebirth
set [email protected], 200;	//Bonus stats per rebirth

Change these to fit your server.

Requires you to be atleast high novice before being able to rebirth, this can be changed if needed just look for :

if (Class < 4001) goto R_Sorry2;

change 4001 to desired value of class.

 

Rebirth.txt:

 

Mirror:

http://pastebin.com/PfW6KrTg

  • Upvote 1
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...

Important Information

By using this site, you agree to our Terms of Use and Privacy Policy.