Quote:
Originally Posted by Farius~
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~
need add only "+" in stats?
PHP Code:
SET wLevel = 1, dwExp = 0, wStatPoint = + 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.