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!

Fix for non gm's having a gm hat

Status
Not open for further replies.
Skilled Illusionist
Joined
Apr 12, 2008
Messages
397
Reaction score
0
In kryticals repack 11.3 if a non gm clicks rina in map 0 then when she ask's them if they want some help and they click no they get a gm hat Its a simp fix so this prolly isnt a acual release just a fix

In MapleIsland.cpp

Replace:

npc->addText("You Fool! Without this Mark of Beta you may never make it past Maple Island!");
npc->giveItem(1002140, 1);
npc->teleport(40000);
npc->sendOK();
npc->end();
}
}
}
}
with
npc->addText("You Fool! Without this Mark of Beta you may never make it past Maple Island!");
npc->giveItem(2022278, 1);
npc->teleport(40000);
npc->sendOK();
npc->end();
}
}
}
}
As you can see i didnt change much..
 
Last edited:
Newbie Spellweaver
Joined
Apr 20, 2008
Messages
10
Reaction score
0
Re: [Release] Fix for non gm's having a gm hat

heyyyyy Zenderrrrrr u are a good thx poblem solucioned help me in poblem Crash
 
Newbie Spellweaver
Joined
Apr 30, 2008
Messages
6
Reaction score
0
Re: [Release] Fix for non gm's having a gm hat

Thanks for this. :D
 
Newbie Spellweaver
Joined
Feb 14, 2007
Messages
11
Reaction score
0
Re: [Release] Fix for non gm's having a gm hat

Where do I go to edit this?
 
Skilled Illusionist
Joined
Apr 12, 2008
Messages
397
Reaction score
0
Re: [Release] Fix for non gm's having a gm hat

MapleIsland.cpp.....
 
Newbie Spellweaver
Joined
Apr 19, 2008
Messages
96
Reaction score
0
Re: [Release] Fix for non gm's having a gm hat

Where do I go to edit this?

Lololololololol you can just search "Current Project" and yeah
thnx dude its awsome, that would be pain in the arse if you put your server online, like wth why does everyone have gm hat >=O
xD well good job =]

o yeah btw Endorphine FFS hes saying where it is god >.>

LERN2READ
 
Initiate Mage
Joined
Mar 21, 2008
Messages
1
Reaction score
0
Re: [Release] Fix for non gm's having a gm hat

nice, i needed this
 
Skilled Illusionist
Joined
Apr 12, 2008
Messages
397
Reaction score
0
Re: [Release] Fix for non gm's having a gm hat

Lololololololol you can just search "Current Project" and yeah
thnx dude its awsome, that would be pain in the arse if you put your server online, like wth why does everyone have gm hat >=O
xD well good job =]

o yeah btw Endorphine FFS hes saying where it is god >.>

LERN2READ
Well i edited my thread and said were to put it AFTER he posted that...

I really didnt expect this to get attention at all 0-0 considering it took 3 mins to fix and 2 and a half of were searching for id's on mapletip..
 
Newbie Spellweaver
Joined
Apr 19, 2008
Messages
96
Reaction score
0
Re: [Release] Fix for non gm's having a gm hat

ooooo well hmm sorry endorhpine, my bad
and thieflove5 i couldn't help but to laugh at your siggy ^_^ i love it xD
 
Newbie Spellweaver
Joined
Aug 15, 2005
Messages
79
Reaction score
0
Re: [Release] Fix for non gm's having a gm hat

Lol so many people don't know where the problem lies in, cause they never really checked the support section for answers sometime :l

Btw thanks for helping others on this zander :)
 
Skilled Illusionist
Joined
Apr 12, 2008
Messages
397
Reaction score
0
Re: [Release] Fix for non gm's having a gm hat

lol, np, more for me then them, i just figure since i figured it out already why make somebody else do it again and I just set it to give ppl a lump of coal...
So now i dont have to go around harassing ppl saying "give me the gm hat or i will delete it, and u acc"
 
Status
Not open for further replies.
Back
Top