Jump to content

Rebirth System


Echo

Recommended Posts


  • Group:  Members
  • Topic Count:  4
  • Topics Per Day:  0.00
  • Content Count:  13
  • Reputation:   2
  • Joined:  04/21/12
  • Last Seen:  

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

  • Upvote 1
Link to comment
Share on other sites

  • 4 years later...

  • Group:  Members
  • Topic Count:  50
  • Topics Per Day:  0.01
  • Content Count:  974
  • Reputation:   41
  • Joined:  11/13/11
  • Last Seen:  

This is so cool when you see something like this /heh thank you /thx 

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...