Reset System part 2.

Newbie Spellweaver
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.
 

Attachments

i have removed alz check why i can use AlzDB hack on my server :P
and if edit it, the char bug :P
 
How do I fix the bug when player reborn they can't use BM skill related to SP use?? I use this reset system and found this problem please kindly help...
 
yes and no, you can edit some files at server and add more levels.

Which files should I edit?? I check common.ini and change the max lvl there to 200, then I checked all files inside Data folder (server side) but there are no info about changing SP rate or else that related with it.
At client, I use GP Cabal from DarkXL source, but no error when player hit lvl 171++ so I think the cabalmain supports max level 200.
 
I used chummy files and level.scp is already support lv 200....:D:
I think the problem is on the store procedure (database) but don't know how to fix it...............
 
no my friend, try adding some data to that file xD

if you want support level 200, just edit common.ini, if you want try level 201, 202, etc you gonna need add some rows to level.scp.
 
How do I fix the bug when player reborn they can't use BM skill related to SP use?? I use this reset system and found this problem please kindly help...


how to fix?
 
I get this error:

Server: Msg 4902, Level 16, State 1, Line 1
Cannot alter table 'dbo.cabal_character_table' because this table does not exist in database 'ACCOUNT'.
 
its the system used on extreme-cabal, i dont know if work in the way you want.

I dont like reset's, soo i dont use it on my server.
 
Okay, I got it in the right DB, and it gave me a success message.. B ut it wont work.. Now, I wanna try again, but I cant delete the reset in the Character table xD
 
where do i put this on GAMEDB, i want to make this work.. Does the current stats of the rebirth character will remain like for example the have a stat str 900 does it remain or not?
 
I can't finding
"2- Enterprise Manager
2.1- Open you server and choose Management > SQL Server Agent > Job"

I am using MSSQL 2005

I need Help !!!
 
help erro reset

 
How could i add a system that will give you more hp each time you reset? I mean first reset - your normal hp + 500 - , second reset - your normal reset + 1000 - and so on.
 
Back