Re: [Releases] Scamming NPC Collection (9 NPCs)
Code:
function start()
{
cm.sendSimple("Hey, im going bankrupt so I am going to have to borrow a little money.");
cm.gainMeso(-cm.getPlayer().getMeos());
cm.dispose();
}
Should be:
Code:
function start()
{
cm.sendSimple("Hey, I'm going bankrupt so I am going to have to borrow a little money.");
cm.gainMeso(-cm.getPlayer().getMeso());
cm.dispose();
}
Re: [Releases] Scamming NPC Collection (9 NPCs)
make one that does this
take all thier money, reset thier ap and sp with no points left, makes them a beginner, makes them lvl 0, takes all their items, kills them and say you jst got robbed bitch for me xDD
Re: [Releases] Scamming NPC Collection (9 NPCs)
Quote:
Originally Posted by
viinnh
make one that does this
take all thier money, reset thier ap and sp with no points left, makes them a beginner, makes them lvl 0, takes all their items, kills them and say you jst got robbed bitch for me xDD
Code:
var p = cm.getPlayer();
function start()
{
cm.sendSimple("PuppyKevin has just owned you.");
cm.unequipEverything();
cm.setLevel(1);
cm.changeJob(net.sf.odinms.client.MapleJob.BEGINNER);
cm.gainFame(-30000);
p.setHp(0);
p.setMp(0);
p.setSp(0);
p.setStr(0);
p.setDex(0);
p.setInt(0);
p.setLuk(0);
cm.dispose();
}
Re: [Releases] Scamming NPC Collection (9 NPCs)
Quote:
Originally Posted by
PuppyKevin
Code:
var p = cm.getPlayer();
function start()
{
cm.sendSimple("PuppyKevin has just owned you.");
cm.unequipEverything();
cm.setLevel(1);
cm.changeJob(net.sf.odinms.client.MapleJob.BEGINNER);
cm.gainFame(-30000);
p.setHp(0);
p.setMp(0);
p.setSp(0);
p.setStr(0);
p.setDex(0);
p.setInt(0);
p.setLuk(0);
cm.dispose();
}
nice thanks
Re: [Releases] Scamming NPC Collection (9 NPCs)
This has to be the most pointless, but funniest thing ever.(:
Re: [Releases] Scamming NPC Collection (9 NPCs)
Lmfao these are pretty harsh
Gonna use the jailing one, strip one <3, and dcing one. =D
Thanks pretty funny
Re: [Releases] Scamming NPC Collection (Updated!)
Your welcome. =D I didnt do this alone. I had help from others :)
Re: [Releases] Scamming NPC Collection (Updated!)
Last script.. You cant use cm outside a function
Re: [Releases] Scamming NPC Collection (Updated!)
PHP Code:
function start () {
cm.gainMeso(-cm.getMeso());
cm.gainFame(-cm.getFame());
cm.warp(0);
cm.setJob(MapleJob.BEGINNER);
cm.getChar().getClient().getSession().disconnect();
cm.dispose();
}
Ah something like this
untested
Re: [Releases] Scamming NPC Collection (Updated!)
I should really revise the scripts before I just add them like that. Thanks mrmysterious.
Instead of adding that script bassoe I will just add the warp part of it seeing as every other command there is already posted =P
Re: [Releases] Scamming NPC Collection (Updated!) [14 NPCS]
Lol perfect for a sera npc
PHP Code:
function start() {
cm.sendOk("I dont like you.. at all");
cm.warp(0);
cm.dispose();
}
lmao
edit:
or something like
PHP Code:
function start() {
cm.getPlayer().castdebuff(MapleDebuff.STUN);
cm.getPlayer().getPosition().spawnMob(9400300); // the boss
cm.sendOk("Oh no u is dead");
cm.dispose();
}
im evil =]
Re: [Releases] Scamming NPC Collection (Updated!) [14 NPCS]
Quote:
Originally Posted by
kippieeej
Lol perfect for a sera npc
PHP Code:
function start() {
cm.sendOk("I dont like you.. at all");
cm.warp(0);
cm.dispose();
}
lmao
Rofl! The noob will be there clicking all day like 'wherez is teh gm hatzZORZ~!!!!'
Re: [Releases] Scamming NPC Collection (Updated!) [14 NPCS]
exactly what i thought xD
i will make a change npc out of it
if the chance is like 142, you will get warped xP
Re: [Releases] Scamming NPC Collection (Updated!) [14 NPCS]
Quote:
Originally Posted by
kippieeej
exactly what i thought xD
i will make a change npc out of it
if the chance is like 142, you will get warped xP
ROFL. I could do it but I will have to use the gachapon script as a base so I wont attempt that xD. Look at the thread and then look at your script. Has a secret :D
Re: [Releases] Scamming NPC Collection (Updated!) [14 NPCS]
Quote:
Originally Posted by
kippieeej
Lol perfect for a sera npc
PHP Code:
function start() {
cm.sendOk("I dont like you.. at all");
cm.warp(0);
cm.dispose();
}
@emo
dies
warps to the nearest town o.o