Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

Master level resets when i use /reset command

Status
Not open for further replies.
Junior Spellweaver
Joined
Aug 5, 2009
Messages
130
Reaction score
10
is there any fix for this? files TT 11.70.28, can use GS 11.70.52 if needed, this happened suddenly, what files are involved in this? because this happened from nowhere, i reset then master level goes back to 0 but points and skills stay, which is nice, but im curious and i want to fix it, usually i reach level 700 then i start to level up master level, but then this happened so i set max level 400, yet this still happens somehow, here is some SCF_.ini files
SCF_Character.ini

Code:
[Common]
SCFMaxNormalLevel=400 // aiming to put max level 700, it used to work well, now its fukd up on 400 and 700
SCFMaxMasterLevel=400 //

[Master]
SCFMaster_Div1=2.8   // I DONT 
SCFMaster_Div2=10.7  // UNDERSTAND ANY
SCFMaster_Div3=30.0  // OF THIS 
SCFMaster_ValueLimit=700.0 // STUFF AND NUMBERS

SCF_Reset.ini

Code:
[Reset System]

SCFIsReset=1
SCFIsResetLog=1
SCFIsResetDBLog=1
SCFResetLevel=400
SCFResetSystem=0

SCF_ResetMasters.ini

Code:
[Reset System]

SCFIsReset=0
SCFIsResetLog=1
SCFIsResetDBLog=0
SCFResetLevel=0
SCFResetSystem=0

;0: Normal - 1: Use Reset SP System
SCFResetPoints=250

;Increment zen by Formula: Zen=Resets*ResetZen
SCFResetIsZenAutoIncrement=0
SCFResetZen=200000000

SCFResetClearPreviousResets=0
SCFResetClearInventory=0
SCFResetClearStats=0
SCFResetClearSkills=0
SCFResetClearLevelUpPoint=0
SCFResetIsMultPoints=0

SCFResetIsStringSend=1
SCFResetString=Reset!
SCFResetIsNeedSpecialItem=0

SCFResetAddPCPoints=0
SCFResetAddVIPPoints=0

If there is any other file involved please let me know!

pd: maybe i fucked up DB, which table is involved in this stuff? i am retarded
 
Banned
Banned
Joined
Mar 5, 2015
Messages
104
Reaction score
8
Thats the reason why many server uses Website resets...
To prevent such thing from happening.

But i think there should be an option to
SCFResetIsMasterLevel=0
 
Upvote 0
Junior Spellweaver
Joined
Aug 5, 2009
Messages
130
Reaction score
10
Thats the reason why many server uses Website resets...
To prevent such thing from happening.

But i think there should be an option to
SCFResetIsMasterLevel=0

looks like not, i searched "SCFResetIsMasterLevel" at google and there just appear this thread because you wrote it haha, usually when i search some string at google related with files i get a bunch of results
 
Upvote 0
Status
Not open for further replies.
Back
Top