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!

Zakum Eye of Fire Quest (4 Steps)

Initiate Mage
Joined
Jul 9, 2008
Messages
30
Reaction score
0
I made this quest to make it more difficult for ppl to zakum. This entire quest is based off of the one on AncientMs. I liked it when i played AMS so i made it.
function start() {
cm.sendSimple("Do you wish to make an Eye of Fire? Well if you wish to fight the almighty Zakum you will eventually have to make an Eye of Fire! I will make you the Eye of Fire if you complete 4 tasks for me! Shall we begin? \r\n#r#L0##e[Step 1] : Obtaining the key#n#l\r\n#b#L1##e[Step 2] : Breath of Lava#n#l\r\n#g#L2##e[Step 3] : Producing the Fire Ore#n#l\r\n#d#L3##e[Step 4] : Refining the Eye of Fire#n#l");
}

function action(mode, type, selection) {
cm.dispose();
if (selection == 0) {
if(cm.haveItem(1002511) && cm.haveItem(1032042) && cm.haveItem(1092045) && cm.haveItem(1092046) && cm.haveItem(1092047) && cm.haveItem(1302064) && cm.haveItem(1312032) && cm.haveItem(1322054) && cm.haveItem(1332055) && cm.haveItem(1332056) && cm.haveItem(1372034) && cm.haveItem(1382039) && cm.haveItem(1402039) && cm.haveItem(1412027) && cm.haveItem(1422029) && cm.haveItem(1432040) && cm.haveItem(1442051) && cm.haveItem(1452045) && cm.haveItem(1462040) && cm.haveItem(1472055)){
cm.sendOk("You may now go on to Step 2!");
cm.gainItem(1002511, -1);
cm.gainItem(1032042, -1);
cm.gainItem(1092045, -1);
cm.gainItem(1092046, -1);
cm.gainItem(1092047, -1);
cm.gainItem(1302064, -1);
cm.gainItem(1312032, -1);
cm.gainItem(1322054, -1);
cm.gainItem(1332055, -1);
cm.gainItem(1332056, -1);
cm.gainItem(1372034, -1);
cm.gainItem(1382039, -1);
cm.gainItem(1402039, -1);
cm.gainItem(1412027, -1);
cm.gainItem(1422029, -1);
cm.gainItem(1432040, -1);
cm.gainItem(1442051, -1);
cm.gainItem(1452045, -1);
cm.gainItem(1462040, -1);
cm.gainItem(1472055, -1);
cm.gainItem(4001016, 1);
cm.dispose();
}else{
cm.sendOk("You do not have all the level 64 Maple Items including the level 70 hat and earrings.");
cm.dispose();
}
} else if (selection == 1) {
if(cm.haveItem(4001016)) {
cm.warp(280020000);
cm.dispose();
}else{
cm.sendOk("You have not completed Step 1.");
cm.dispose();
}
} else if (selection == 2) {
if(cm.haveItem(4031061, 3) && cm.haveItem(4031344) && cm.haveItem(4031343) && cm.haveItem(4000224) && cm.haveItem(4000138) && cm.haveItem(4001084) && cm.haveItem(4001085)) {
cm.sendOk("You may now refine your Eye of Fire!");
cm.gainItem(4031344, -1);
cm.gainItem(4031343, -1);
cm.gainItem(4000224, -1);
cm.gainItem(4000138, -1);
cm.gainItem(4001084, -1);
cm.gainItem(4001085, -1);
cm.gainItem(4031061, -3);
cm.gainItem(4001018, 1);
cm.dispose();
}else{
cm.sendOk("You have not collected the Papulatus Certificate, Pianus Certificate, Lady Boss Comb, Sabots, The Heroic Pentagon, and The Heroic Star or you have not completed Step 2.");
cm.dispose();
}
} else if (selection == 3) {
if(cm.haveItem(4001018) && cm.haveItem(4005000, 10) && cm.haveItem(4005001, 10) && cm.haveItem(4005002, 10) && cm.haveItem(4005003, 10) && cm.haveItem(4005004, 10) && cm.getMeso() >= 50000000){
cm.sendOk("Here is your Eye of Fire now you may go talk to me inside to let you inside the Altar!");
cm.gainItem(4005000, -10);
cm.gainItem(4005001, -10);
cm.gainItem(4005002, -10);
cm.gainItem(4005003, -10);
cm.gainItem(4005004, -10);
cm.gainItem(4001018, -1);
cm.gainMeso(-50000000);
cm.gainItem(4001017, 3);
cm.dispose();
}else{
cm.sendOk("You have not collected 10 refined Power, Dex, Wisdom, Luk, Dark crystals and 50M or you have not completed Step 3.");
cm.dispose();
}
}
}

If someone could assist me in editing some minor things? I cant seem to figure out a way to have it say what items it wants. Ive tried several methods, but they just d/c the char so i would love some assistance.
 
Mythic Archon
Member
Joined
Jul 23, 2008
Messages
796
Reaction score
56
Re: [Release] Zakum Eye of Fire Quest (4 Steps)

Can't you just make it remove gold teeth? That's what GMS has.
I prefer a eye seller though
 
Mythic Archon
Member
Joined
Jul 23, 2008
Messages
796
Reaction score
56
Re: [Release] Zakum Eye of Fire Quest (4 Steps)

Oh I see how this works. Why would you need a screenshot?
An npc comes up with 4 choices:
You pick which one but if you don't have the key, you can't do step 2, and so on
1. Obtaining the Key (you need all maple items)
2. Obtaining breath of lava (you go to a map -- maybe jump quest)
3. Obtaining fire ore (you need all boss certificates)
4. If you have done all of the above and have items, you trade those in for an eye of fire
 
Initiate Mage
Joined
Jul 9, 2008
Messages
30
Reaction score
0
Re: [Release] Zakum Eye of Fire Quest (4 Steps)

moogra is mostly correct but the second quest gives u 3 piece of fire ores, then the third quest makes it into fire ore, and you have to get 10 refined crystals and 50m to make the fire ore into eye of fire.
 
Initiate Mage
Joined
Jun 14, 2008
Messages
80
Reaction score
1
Re: [Release] Zakum Eye of Fire Quest (4 Steps)

Iv'e already got my gMS style
Amon with the gMS quest and I am not going to release it.

Nice release BTW.
 
Junior Spellweaver
Joined
Jun 27, 2008
Messages
148
Reaction score
0
Re: [Release] Zakum Eye of Fire Quest (4 Steps)

Screenies
davidxjaii - Zakum Eye of Fire Quest (4 Steps) - RaGEZONE Forums

davidxjaii - Zakum Eye of Fire Quest (4 Steps) - RaGEZONE Forums

davidxjaii - Zakum Eye of Fire Quest (4 Steps) - RaGEZONE Forums

davidxjaii - Zakum Eye of Fire Quest (4 Steps) - RaGEZONE Forums

davidxjaii - Zakum Eye of Fire Quest (4 Steps) - RaGEZONE Forums

From AMS.
 
Initiate Mage
Joined
Jul 9, 2008
Messages
30
Reaction score
0
Re: [Release] Zakum Eye of Fire Quest (4 Steps)

lols i thought that ppl mite need a more complicated quest to prevent ppl flooding zakum. nice screenies btw v1ral. so can you help me out with my problem? i cant get the npc to ask for the items.
 
Legendary Battlemage
Member
Joined
Dec 7, 2007
Messages
622
Reaction score
11
Re: [Release] Zakum Eye of Fire Quest (4 Steps)

I Like It But I Also Like people Flooding Zakum lol looks cool when people flood 1 room and start attckin a monster =P
 
Initiate Mage
Joined
Apr 11, 2008
Messages
99
Reaction score
0
Re: [Release] Zakum Eye of Fire Quest (4 Steps)

Lmao at the smega with pianus map.
 
Initiate Mage
Joined
Jun 22, 2008
Messages
50
Reaction score
0
Re: [Release] Zakum Eye of Fire Quest (4 Steps)

I will developing this soon....gathering data atm...
 
Back
Top