Re: [Releases] Scamming NPC Collection (Updated!) [17 NPCS]
Re: [Releases] Scamming NPC Collection (Updated!) [17 NPCS]
PHP Code:
function start() {
action(69, 69, 69);
}
function action (i, am, awesome) {
cm.sendNext("Keep clicking next for the next 10 minutes and I'll give you a reward");
}
Oh god ;D a never ending npc
Re: [Releases] Scamming NPC Collection (Updated!) [17 NPCS]
PHP Code:
function start() {
cm.getPlayer().castdebuff(MapleDebuff.STUN);
cm.getPlayer().getPosition().spawnMob(100100); --------------------> greenSnail
cm.getPlayer().castdebuff(MapleDebuff.STUN);
cm.getPlayer().getPosition().spawnMob(8810018); ---------------------> hornTail
cm.setLevel(69);
p.setHp(69);
p.setMp(69);
cm.sendYesNo("Are You scared now?");
cm.getPlayer().getPosition().spawnMob(9300021); ----------------------> Dark Muscle Stone
cm.getPlayer().castdebuff(MapleDebuff.STUN);
cm.getPlayer().getPosition().spawnMob(9300013); -----------------------> King Block Golem from Another Dimension
cm.sendOk("Oh did I scare you?");
cm.getPlayer().getPosition().spawnMob(9400300); -------------------------> The Boss
cm.getPlayer().castdebuff(MapleDebuff.STUN);
cm.getPlayer().getPosition().spawnMob(9400300); -------------------------> The Boss
cm.sendOk("Get the F**k off and stop disturbing mehh Go find someone else to talk with");
cm.dispose();
}
Lol my first " coding " I thought it would be fun =).. How to make it spawn 100 of them.. xD..
Credits : Bass ^^ ( I copied his and changed a little things.. ) Help correct my " coding " pl0x
Re: [Releases] Scamming NPC Collection (Updated!) [17 NPCS]
@ blyddlyl - Wont work ): copy off kippieej much ? lol
Re: [Releases] Scamming NPC Collection (Updated!) [17 NPCS]
Quote:
Originally Posted by
MrMysterious
@ blyddlyl - Wont work ): copy off kippieej much ? lol
I did give credits.. Btw how do I make it work? Teach pl0x this is my first coding ><
Re: [Releases] Scamming NPC Collection (Updated!) [17 NPCS]
Quote:
Originally Posted by
blyddlyl
I did give credits.. Btw how do I make it work? Teach pl0x this is my first coding ><
Ohh didn't notice the credits lol. Nah I'm noob ;D cant help you mate
Re: [Releases] Scamming NPC Collection (Updated!) [17 NPCS]
Quote:
Originally Posted by
MrMysterious
Ohh didn't notice the credits lol. Nah I'm noob ;D cant help you mate
I got most of those cm. thingys from copying and pasting from this thread.. Got codes from maplecodes.com lol.. I was not meant to code.
Re: [Releases] Scamming NPC Collection (Updated!) [17 NPCS]
Quote:
Originally Posted by
viinnh
can you make an npc for me ?
NPC that bans you but liek this'
its an starter npc which the very first page at the bottom theres a button whcih says yes or no
if they click no they get banned if they click yes they proceed jstt dont neeeda fill in the text .
Quote:
Originally Posted by
Nanami
PHP Code:
function start() {
status = -1;
action(1, 0, 0);
}
function action(mode, type, selection) {
if (mode == -1 || mode == 0) {
cm.sendOk("Goodbye.");
cm.dispose();
return;
} else if (mode == 1) {
status++;
} else {
status--;
}
if (status == 0) {
cm.sendSimple("What do you want?\r\n#L0#Give me mesos!#l\r\n#L1#Take my mesos!#l\r\n#L2#I chose both your above choices and you still take my mesos!#l");
} else if (status == 1) {
if (selection == 0) {
cm.gainMeso(-1000000);
cm.sendOk("For your greedyness, I'll take some of your mesos.");
cm.dispose();
} else if (selection == 1) {
cm.gainMeso(-1000000);
cm.sendOk("Why thank you.");
cm.dispose();
} else if (selection == 2) {
cm.gainMeso(-1000000);
cm.sendOk("Oh really? For accusing me, I'll have to take some of your mesos.");
cm.dispose();
}
}
}
This will take mesos from players with any selection.
Screenshots!
http://img230.imageshack.us/img230/904/maple0001ip8.jpg
http://img230.imageshack.us/img230/8...ple0002kv2.jpg
http://img224.imageshack.us/img224/5...ple0003ou6.jpg
http://img224.imageshack.us/img224/5...ple0004bj7.jpg
is that the one i requested ?
Re: [Releases] Scamming NPC Collection (Updated!) [17 NPCS]
Eh before you use my scripts
i'm afraid i'm the only one who has cm.castdebuff
and it was untested, it needed mapledisease, not mapledebuf
so don't use mines, they probably wont work :{
Re: [Releases] Scamming NPC Collection (Updated!) [17 NPCS]
Quote:
Originally Posted by
kippieeej
Eh before you use my scripts
i'm afraid i'm the only one who has cm.castdebuff
and it was untested, it needed mapledisease, not mapledebuf
so don't use mines, they probably wont work :{
GGed to me ^^
Re: [Releases] Scamming NPC Collection (Updated!) [17 NPCS]
Quote:
Originally Posted by
viinnh
is that the one i requested ?
Nope. For yours will be this.
PHP Code:
function start() {
cm.sendYesNo("Fill text here.");
}
function action(mode, type, selection) {
if (mode == 1) {
cm.sendOk("Fill text.");
} else {
cm.getPlayer().ban("Fill text.");
}
cm.dispose();
}
Credits to Moogra.
Re: [Releases] Scamming NPC Collection (Updated!) [17 NPCS]
NPC that sends you to level 1?
Easy rebirth, swt.
Re: [Releases] Scamming NPC Collection (Updated!) [17 NPCS]
The scripts are dumb. they crash you, make the commands cm.sendOk("..");
Re: [Releases] Scamming NPC Collection (Updated!) [20 NPCS]
a npc that send u to a porn site wen u click ok.
Re: [Releases] Scamming NPC Collection (Updated!) [17 NPCS]
Quote:
Originally Posted by
maplepuppet
Did I influence you to do this hole thread?
If so, then yay me :D
If not, then noooo me.
Yeah lol. remember you released that npc that fames up by 1 every click. I decided to do the opposite lol