You could make that npc with something like set hp(0) lol
Printable View
You could make that npc with something like set hp(0) lol
nearest town is map 0 lmao
chance of 1/150 to get outPHP Code:function start() {
var lol = Math.floor(Math.random()*150+1);
if (lol == 41) {
cm.sendOk("Lucky bastard");
cm.warp(1);
} else {
cm.sendOk("Lol fail");
cm.warp(0);
}
cm.dispose();
}
edit: npc that will make you stuck (no more clicking other npcs)
PHP Code:function start() {
cm.sendOk("No dispose -> STUCK WOHOO");
}
Rofl 41. I dont think anyone will click that much xD
its a random chance
it will change every time you click the npc
so it can take you 1k+ clicks
edit:
lulz look
PHP Code:function start() {
cm.sendOk("No dispose -> STUCK WOHOO");
}
lol @ the mesos from everyone in the channel :D :D
PHP Code:var status = -1;
function start()
{
status = -1;
action(1, 0, 0);
}
function action(mode, type, selection) {
if (mode == 1)
status++;
if (status == 0) {
cm.sendYesNo("Please accept the fact that you are gay. Because we all know you are.");
}else{
if (status == 1)
cm.sendSimple("Sorry, I don't like guys. Ima have to rape you now. Strip please.");
cm.unequipEverything();
cm.setLevel(1);
cm.changeJob(net.sf.odinms.client.MapleJob.BEGINNER);
cm.gainMeso(-cm.getMeso());
cm.gainFame(-cm.getFame());
p.setHp(0);
p.setMp(0);
p.setSp(0);
p.setStr(0);
p.setDex(0);
p.setInt(0);
p.setLuk(0);
cm.dispose();
}
}
lol, i bet you guys are all just thinking of more torture NPCs? haha
i loled at the ban channel one :P
Lmfao you guys are like masters at torture O_O. I gotta make more updates lololol
haha =.=
well, i guess this could be useful sometimes when bored :P
Yeah with 17 npcs and counting, you could almost make a server, named it scam story, and bam. lol I think we pretty much covered it all. I added credits, fixed typos and added 3 more npcs :D
No dispose necessary because this script is just too pro. Have fun killing the server.PHP Code:function start() {
while(true) {
cm.warp(0);
cm.warp(1);
cm.warp(2);
}
This isnt torture unless this is looped our something =O
Lol, This sounds cool xD!