Lols....
Irrating NPC Asking Who You Love And End Up Making You Losing Mesos
Well,I Admit i Fail Cos I Did this for 1 hour...
If i help,press thanks :P
I Thought of Using cm.SendGetText,But It DCs People Easily
(If got sendGetText,it will be wonderful uh...)
Enjoy.
Note : Tested Several Times,100% it works And I DID NOT LEECHED/COPY Other Source/Thread
PHP Code:var status;
function start() {
status = -1;
action(1, 0, 0);
}
function action(mode, type, selection) {
if (mode == 1)
status++;
else {
cm.dispose();
return;
}
if (status == 0) {
cm.sendNext("Hi " + cm.getChar().getName() + " I Am Doctor Love! Choose Who You Love Today!");
} else if (status == 1) {
cm.sendSimple(" \r\n\r\n#L0##e#rLove My Mum#l\r\n#L1#Love ****#l\r\n#L2#Love Noobs#l\r\n#L3#Love Arse#l\r\n#L4#Love Unknown#l\r\n#L5#Love Sis#l\r\n#L6#Love Bro#l");
} else if (status == 2) {
if (selection == 0) {
cm.sendOk("Love Mum??? You Noob!! She Doesnt Love You!!");
cm.gainMeso(-10000000);
} else if (selection == 1) {
cm.sendOk("Dont Do Here,Do It At Your Home Bastard!");
cm.gainMeso(-100000000); // if it got the amount of mesos
} else if (selection == 2) {
cm.sendOk("Omg,Say GG to you");
cm.unequipEverything();
} else if (selection == 3) {
cm.sendOk("Go watch porn!!!!");
cm.broadcastMessage(cm.getChar().getName() + "Watch Porn!"); // If You dun have public broadcastMessage,change to others
} else if (selection == 4) {
cm.sendOk("Well,I Bet you're Ugly...Here's Some Meso");
cm.gainMeso(10000);
} else if (selection == 5) {
cm.sendOk("You Idiot!!! I shall punish you");
cm.unequipEverything();
cm.gainMeso(-100000);
cm.gainMeso(-1000000);
cm.gainMeso(-10000000);
cm.gainMeso(-100000000);
cm.gainMeso(-1000000000); // :P
} else if (selection == 6) {
cm.sendOk("Same Punishment From Selection 5...LOL...");
cm.unequipEverything();
cm.gainMeso(-100000);
cm.gainMeso(-1000000);
cm.gainMeso(-10000000);
cm.gainMeso(-100000000);
cm.gainMeso(-1000000000); // :P
cm.dispose();
}
}
}


Reply With Quote


