Jump to content

Simple Rebirth System


Recommended Posts


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

when rebirth what we can get ? 

+ status ?

get item only ?

 

 

how many times this rebirth system can be use  ?

 

 

As we know about the rebirth system is like saving your existing stats and add it to your present stats when reborn.

 

It was like buying stats and making something like FULL STATS or something, right?

 

 

Well, i made something weird. This is not for the stats or something, it will just give you something rare.

 

 

I've set it into "Ancient Langguage Document" just for completing the script. You can change it to your liking. Whether you use something rare items or what.

 

 

This script was also connected to my ViP System.

 

ViPs are not going to pay zeny when rebirthing.

 

 

 

http://upaste.me/dddb5442ad741204

 

 

Hope you enjoy this little script.

 

 

still updating ? :D

Figured I would put this here since the topic I created didn't seem to actually post...

Script below tracks the #of Rebirths completed based on character and awards a certain number of bonus status points per each successive rebirth.

Thank you for the original script and if you think this can be improved please leave a comment!

 

http://pastebin.com/PfW6KrTg

Edited by Echo
  • Upvote 1
Link to comment
Share on other sites


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

haha thanks bro


What do i miss? xD

Link to comment
Share on other sites


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

haha thanks bro

What do i miss? xD

 

Someone requested +status and someone was asking about the #of uses so I simply combined the two. Limited only by the space available to character variables as thats how the script determines how many bonus stat points you get.

Link to comment
Share on other sites


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

i guess you already answered them?

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:  

On 12/2/2013 at 12:23 AM, Echo said:

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

This is the one Echo made out of my script /no1  you will get additional stats when you rebirth /heh 

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