Echo Posted December 1, 2013 Group: Members Topic Count: 4 Topics Per Day: 0.00 Content Count: 13 Reputation: 2 Joined: 04/21/12 Last Seen: May 18, 2014 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 .@cost, 5000000; //Cost for Rebirth set .@blvl, 500; //Minimum Base Level for Rebirth set .@bstats, 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 Group: Members Topic Count: 51 Topics Per Day: 0.01 Content Count: 996 Reputation: 47 Joined: 11/13/11 Last Seen: Saturday at 06:24 PM 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...
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.