Echo Posted December 1, 2013 Share Posted December 1, 2013 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 1 Quote Link to comment Share on other sites More sharing options...
Diconfrost VaNz Posted June 17, 2018 Share Posted June 17, 2018 This is so cool when you see something like this thank you Quote Link to comment Share on other sites More sharing options...