1 Attachment(s)
[Release]Robo Egg Hatcher
Well, here it is. didnt take long.
It has images in the Quest. :)
Code:
//Robo Pet Hatcher
//By : Vietno from Ragezone+ OdinTeh Forums
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("Tehehehe. :)");
cm.dispose();
return;
}
if (mode == 1)
status++;
else
status--;
if (status == 0) {
cm.sendNext("Hello #h # from MapleFantasy. I will give you a Robo Baby if you give me \r\n#v5000047# 1 Robo Egg. ");
}
else if (status == 1) {
if (cm.haveItem(5000047, 1) && cm.haveItem(5000047, 1) && cm.haveItem(5000047, 1)) {
cm.sendYesNo("I am so glad you have them! Here is the \r\n#v5000048# #bRobo Baby#k for you.");
}
else if (!cm.haveItem(5000047, 1)) {
cm.sendOk("#h #, Hey! Your missing a Robo Egg. \r\n#v5000047# ");
cm.dispose();
}
}
else if (status == 2) {
cm.gainItem(5000047, -1);
cm.gainItem(5000048, 1);
}
}
}
There is a screenshot in the attachment file.
Re: [Release]Robo Egg Hatcher
yay, you did it urself :3
Re: [Release]Robo Egg Hatcher
Quote:
Originally Posted by
NKgames
yay, you did it urself :3
yup. :}
Re: [Release]Robo Egg Hatcher
Re: [Release]Robo Egg Hatcher
now you can go make a robo baby -> robo (grownup) npc that evolves them :3 unless i beat u too it. which i might not cause of algebra shit. -.-'
Re: [Release]Robo Egg Hatcher
.... you stole it from odinteh leacher
Re: [Release]Robo Egg Hatcher
Quote:
Originally Posted by
alan4241
.... you stole it from odinteh leacher
how is he leeching if he was the one who released it on odinteh?
@alan don't double post. O.o
Re: [Release]Robo Egg Hatcher
Quote:
Originally Posted by
alan4241
he is vietno check odinteh it was vietno my bad
i know it was vietno who released both.... O.o
still a nice release :3
Re: [Release]Robo Egg Hatcher
i used it for my server it was good now ppl can hatch their eggs thx vietno
Re: [Release]Robo Egg Hatcher
You cant give commands to evolved pets when under level 15
Re: [Release]Robo Egg Hatcher
omfg alan stop double posting...
and nice release
Re: [Release]Robo Egg Hatcher
Code:
else if (status == 2) {
cm.gainItem(5000047, -1);
cm.gainItem(5000048, 1);
cm.dispose();
}
Re: [Release]Robo Egg Hatcher
Alan your the #1 leecher still so relax,
Nice release, added to library
Re: [Release]Robo Egg Hatcher
Alan reported,
thanks for this!
Re: [Release]Robo Egg Hatcher