Has the people in ur server bugged you about a gm hat? NO WORRIES!! cause now we have a quest for you!
(I quoted) Just copy and paste everything in the quote, it just makes it easier to read)
1st part:
Add this to Scripts >> Npc and save it as "9201026.js" (nana ludi)
What is needed for step 1?//gmhat script
//Credits to MapleZ / Meep of RaGEZONE
importPackage(net.sf.odinms.client);
var status = 0;
function start() {
status = -1;
action(1, 0, 0);
}
function action(mode, type, selection) {
if (mode == -1) {
cm.dispose();
} else {
if (status >= 2 && mode == 0) {
cm.sendOk("FLICK off.");
cm.dispose();
return;
}
if (mode == 1)
status++;
else
status--;
if (status == 0) {
cm.sendNext("Hello #h #, I am here becuase everyone has
been bugging Meep for a gm hat! but 1st, you have to finish this, where u get a gm pants
and finish the gm hat quest by talking to NANA (O)... 10 #v4000235#, 10 #v4000243#, 400
#v4000106#, 200 #v4000134#, 20 #v2340000# and 20 #v5220001# GO GO GO! o yea... add in
1333333337mesos to that! ");
}
else if (status == 1) {
if ((cm.haveItem(4000235)) && (cm.haveItem(4000243)) &&
(cm.getMeso() >= 1333333337)) {
cm.sendYesNo(" WOW! GRATS! you have got a gm pants!! tell meep and
he will congrats you :D");
}
else if (!cm.haveItem(4000235)) {
cm.sendOk("Where's my item's? You cant get 1 that easily!");
cm.dispose();
}
else if (!cm.haveItem(4000243)) {
cm.sendOk("Dont try to trick me! you dont have all of the
items!");
cm.dispose();
}
else if (!cm.getMeso() <= 1333333337) {
cm.sendOk("Where the heck are my items?!");
cm.dispose();
}
}
else if (status == 2) {
cm.gainMeso(-1333333337);
cm.gainItem(4000235, -10);
cm.gainItem(4000243, -10);
cm.gainItem(4000106, -400);
cm.gainItem(4000134, -200);
cm.gainItem(2340000, -20);
cm.gainItem(5220001, -20);
cm.gainItem(1062007, 1);
cm.dispose();
}
}
}
10 manon tails
10 griffey horns
400 teddy cotton
200 viking sails
20 white scrools
20 event tickets
Award : gm pants!
Now for step 2 for our gm hat...
2. Scripts >> npc / save as "9201025.js" (nana orbis)
Needed ://gmhat script
//Credits to MapleZ / Meep of RaGEZONE
importPackage(net.sf.odinms.client);
var status = 0;
function start() {
status = -1;
action(1, 0, 0);
}
function action(mode, type, selection) {
if (mode == -1) {
cm.dispose();
} else {
if (status >= 2 && mode == 0) {
cm.sendOk("FLICK off.");
cm.dispose();
return;
}
if (mode == 1)
status++;
else
status--;
if (status == 0) {
cm.sendNext("Hello #h #, I am here becuase everyone has
been bugging Meep for a gm hat! you want 1? get these... 10 #v4000235#, 10 #v4000243#, 2
#v4000140#, 200 #v4000204#, 60 #v5220001#, 1 #v1082223#, 1 #v1072344#, 200 #v4000268# and
20 #v2340000# and 1#v1062007# (get 1 from nana in ludi) for a gm hat! GO GO GO! o yea...
add in 1333333337mesos to that! ");
}
else if (status == 1) {
if ((cm.haveItem(4000235)) && (cm.haveItem(4000243)) &&
(cm.getMeso() >= 1333333337)) {
cm.sendYesNo(" WOW! GRATS! you have got a gm hat!! tell meep and
he will congrats you :D");
}
else if (!cm.haveItem(4000235)) {
cm.sendOk("Where's my item's? You cant get 1 that easily!");
cm.dispose();
}
else if (!cm.haveItem(4000243)) {
cm.sendOk("Dont try to trick me! you dont have all of the
items!");
cm.dispose();
}
else if (!cm.getMeso() <= 1333333337) {
cm.sendOk("Where the heck are my items?!");
cm.dispose();
}
}
else if (status == 2) {
cm.gainMeso(-1333333337);
cm.gainItem(4000235, -10);
cm.gainItem(4000243, -10);
cm.gainItem(4000140, -2);
cm.gainItem(4000204, -200);
cm.gainItem(5220001, -60);
cm.gainItem(1082223, -1);
cm.gainItem(1072344, -1);
cm.gainItem(4000268, -200);
cm.gainItem(2340000, -20);
cm.gainItem(1002140, 1);
cm.dispose();
}
}
}
10 manon tails
10 griffey horns
2 bodyguard b bullet
20 white scrools
20 event tickets
200 skeledog bone
200 wyvern wing
1 stormcaster glove
1 facestomper
and 1 gm pants from the 1st quest!
Award : A gm hat :D
How do i add this to fm? o.o
Wz >> Maps >> Map 9 >> open 9100000.xml or w/e >> search for "life" >> put this under it
Quest 1 :
Quest 2:<imgdir name="6">
<string name="type" value="n"/>
<string name="id" value="9201026"/>
<int name="x" value="572"/>
<int name="y" value="4"/>
<int name="mobTime" value="0"/>
<int name="f" value="0"/>
<int name="hide" value="0"/>
<int name="fh" value="50"/>
<int name="cy" value="38"/>
<int name="rx0" value="622"/>
<int name="rx1" value="522"/>
</imgdir>
If you need anyhelp, post here!<imgdir name="6">
<string name="type" value="n"/>
<string name="id" value="9201025"/>
<int name="x" value="835"/>
<int name="y" value="4"/>
<int name="mobTime" value="0"/>
<int name="f" value="0"/>
<int name="hide" value="0"/>
<int name="fh" value="52"/>
<int name="cy" value="40"/>
<int name="rx0" value="885"/>
<int name="rx1" value="785"/>
</imgdir>
Tested? : Yes! 100% working
Credits : Meep / MapleZ from ragezone
1337Story for testing and making
Ragezone for letting me put this up =p
Gm tool for searching items
You! for leeching and using :D lol
Screenies :
Enjoy~ and plz leave comments :D






Reply With Quote


