[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.


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