- Joined
- Feb 16, 2008
- Messages
- 68
- Reaction score
- 2
Based on Chacina / Terzo work.
Its basicaly more easy to use and set up.
I mod a SP called every time the char login to check if the char have the level and money to reborn. The reborn its clean and automaticaly for players.
You just need config this on the sql / sp:
SET @MaxLevel = 200 -- Level for reset
SET @resetlimit = 3 -- amount of reset allows
SET @ResetPoint = 250 -- Point for add after reset
SET @SPPoint = 250 -- SP Point for add after reset
SET @AlzReq = 1000000 -- Alz required for reset
well, enjoy.
Its basicaly more easy to use and set up.
I mod a SP called every time the char login to check if the char have the level and money to reborn. The reborn its clean and automaticaly for players.
You just need config this on the sql / sp:
SET @MaxLevel = 200 -- Level for reset
SET @resetlimit = 3 -- amount of reset allows
SET @ResetPoint = 250 -- Point for add after reset
SET @SPPoint = 250 -- SP Point for add after reset
SET @AlzReq = 1000000 -- Alz required for reset
well, enjoy.