Reborn System Question.

05/10/2014 12:48 jaskile12#16
koka we are not vietnamis if u want help alot translate that but i think that code is php not is the php with 11 classes
05/12/2014 23:28 .Genome.#17
Quote:
Originally Posted by Farius~ View Post
I have a question about the reborn system
I want to put a system as well as:

Example:

1 Reborn: 200 Points
2 Reborn: 350 Points
3 Reborn: 500 Points
4 Reborn: 700 Points
5 Reborn: 900 Points

I found the system gives the same points per reset.


anyone have this system?
Quote:
Originally Posted by Farius~ View Post
need add only "+" in stats?

PHP Code:
SET wLevel 1dwExp 0wStatPoint = + 250 
you need to make a completely custom script to check the reborn level and act accordingly since your increments vary.

you have +200 for rb1, then +150 for rb 2-3 then you have +200 for the rest.


BUT you could (and I would) just take 2650 and divide by 5 and then modify the old script to add in that number per reborn instead of making a complicated reborn script.