- Joined
- December 13th , 2009
- Messages
- 1
- Reaction score
- 0
(message Traduc by google) (im french)
_____________________
I had an idea. The automatic reset. because, it becomes annoying to close the game to make a reset. So I got the script.
I just post the script because I think the ower know how to add a new script
OR if you want I can become a scripter for this private server and I will add the script for it work.
_____________________
I had an idea. The automatic reset. because, it becomes annoying to close the game to make a reset. So I got the script.
Code:
UPDATE Character
SET clevel = 1, Experience = 0, LevelUpPoint = 350 * (Resets + 1), Money = Money - (100000000), MapNumber = 0, MapPosX = 130, MapPosY = 130, PkTime = 0, PkCount = 0, PkLevel = 0, Resets = Resets + 1
FROM Character JOIN MEMB_STAT ON Character.AccountID = MEMB_STAT.memb___id
COLLATE Latin1_general_CI_AI
WHERE (clevel >= 400) AND (Money >= (100000000)) AND (ConnectStat = 0) ;
OR if you want I can become a scripter for this private server and I will add the script for it work.