• Unfortunately, we have experienced significant hard drive damage that requires urgent maintenance and rebuilding. The forum will be a state of read only until we install our new drives and rebuild all the configurations needed. Please follow our Facebook page for updates, we will be back up shortly! (The forum could go offline at any given time due to the nature of the failed drives whilst awaiting the upgrades.) When you see an Incapsula error, you know we are in the process of migration.

[Help] Mu server season 9 grand reset table issue.

Newbie Spellweaver
Joined
Mar 3, 2009
Messages
25
Reaction score
2
Hello guys , i am having an issue .
In game when you press C , there are inputs for normal level , master level , resets and grand reset.
My problem is that grand_resets table is not working and i have no ideea why.
It always shows 0 value in game.
Maybe someone can tell me how i can fix this?

PS : i dont have source code for the server i got.

here - [Help] Mu server season 9 grand reset table issue. - RaGEZONE Forums
Thank You.
 

Attachments

You must be registered for see attachments list
Last edited:
Newbie Spellweaver
Joined
Mar 3, 2009
Messages
25
Reaction score
2
I dont know , i belive that the source code hooks a diffrent table name.
The table grand_resets is being created by the website thats what we figured out .
The mLevel , resets , level table works perfecty except grand_resets , so yeah prob a mistake in the code , or the developer forgot to write it.
 
Upvote 0
Custom Title Activated
Loyal Member
Joined
Aug 30, 2011
Messages
2,969
Reaction score
1,003
If your using the source.

Then open CharacterFame.cpp and look for this: (This Will Disable The Box)

Code:
char szSetGResetVisible[20] = "SetGResetVisible";
int iGResetVisibleUI = 1; // Change That 1 to a 0

If your using my repack just wait for the next update it's disabled :)
 
Last edited:
Upvote 0
Back
Top