Solaxia GM Hide

Newbie Spellweaver
Joined
Feb 13, 2017
Messages
14
Reaction score
0
Hello Ragezone, This is probably a dumb butt question but can anyone provide the fix to remove the 24/7 GM Hide on the Maple Solaxia source? I can't seem to find where it's located.
 
Newbie Spellweaver
Joined
May 26, 2013
Messages
35
Reaction score
1
I've never played around with Maple Solaxia in-game but I'm assuming you mean like every time you login or change channels?

In PlayerLoggedinHandler:

if (!player.isHidden()) {
player.toggleHide(true);
 
Upvote 0
Newbie Spellweaver
Joined
Feb 13, 2017
Messages
14
Reaction score
0
I've never played around with Maple Solaxia in-game but I'm assumingyou mean like every time you login or change channels?

In PlayerLoggedinHandler:

if (!player.isHidden()) { player.toggleHide(true);
I already tweaked with that and had no success. Unless I completely remove that?
 
Upvote 0
Newbie Spellweaver
Joined
Aug 17, 2016
Messages
36
Reaction score
0
It would be wise to keep it. If you just want to unhide just use the skill again or make a command to unhide you
 
Upvote 0