Re: [Releases] Scamming NPC Collection (Updated!) [17 NPCS]
Lol, Wow these scripts are short and cool xD!!
Re: [Releases] Scamming NPC Collection (Updated!) [17 NPCS]
Lol yeah. Got any more torture ideas?
Re: [Releases] Scamming NPC Collection (Updated!) [17 NPCS]
Quote:
Originally Posted by
BloodAngel13
This isnt torture unless this is looped our something =O
Do you even know what it does?
Re: [Releases] Scamming NPC Collection (Updated!) [17 NPCS]
o.o there is no map 1 or 2
Re: [Releases] Scamming NPC Collection (Updated!) [17 NPCS]
Quote:
Originally Posted by
Moogra
Do you even know what it does?
Yeah thats the problem, I dont :D. I just see warps o.O.
Re: [Releases] Scamming NPC Collection (Updated!) [17 NPCS]
Quote:
Originally Posted by
zzlawlzz
o.o there is no map 1 or 2
Map 1 and 2 are the Mushroom Training Ground maps.
Re: [Releases] Scamming NPC Collection (Updated!) [17 NPCS]
I dont see what does moogras script does.
Re: [Releases] Torture/Scamming NPCs
Quote:
Originally Posted by
maplepuppet
Great npc to have
PHP Code:
function start()
{
(if cm.getName == maplr4ever)) {
cm.sendYouAreAFag("Sorry but you're named after a fag, no mesarz for you");
cm.killPlayerInTheBalls = true
} else {
cm.gainMesarz(10000000);
cm.sendOk("You have recieved 10mil for not being named after a fag.");
cm.dispose();
}
Love it! :)
BEST NPC EVER!
Re: [Releases] Torture/Scamming NPCs
Quote:
Originally Posted by
shakar96
Love it! :)
BEST NPC EVER!
Lololololol if only it worked.
Re: [Releases] Scamming NPC Collection (Updated!) [17 NPCS]
Quote:
Originally Posted by
Moogra
PHP Code:
function start() {
while(true) {
cm.warp(0);
cm.warp(1);
cm.warp(2);
}
No dispose necessary because this script is just too pro. Have fun killing the server.
Not enough } lol
PHP Code:
importPackage(net.sf.odinms.client);
importPackage(net.sf.odinms.server.life);
function start() {
while (0 == 0)
cm.getChar().giveDebuff(MapleDisease.SEDUCE, MobSkillFactory.getMobSkill(128, 1));
cm.dispose();
}
MAUAHAHA
Quote:
Originally Posted by
BloodAngel13
I dont see what does moogras script does.
while (true) is an infinite loop. just like while (0 ==0)
I prefer 0==0 because i use to do actool scripts lol they use while 0=0
Re: [Releases] Scamming NPC Collection (Updated!) [17 NPCS]
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 .
Re: [Releases] Scamming NPC Collection (Updated!) [17 NPCS]
Quote:
Originally Posted by
MrMysterious
Not enough } lol
PHP Code:
importPackage(net.sf.odinms.client);
importPackage(net.sf.odinms.server.life);
function start() {
while (0 == 0)
cm.getChar().giveDebuff(MapleDisease.SEDUCE, MobSkillFactory.getMobSkill(128, 1));
cm.dispose();
}
MAUAHAHA
while (true) is an infinite loop. just like while (0 ==0)
I prefer 0==0 because i use to do actool scripts lol they use while 0=0
xD pure genius
Re: [Releases] Scamming NPC Collection (Updated!) [17 NPCS]
PHP Code:
// Made by MaplePuppet
// =================================================================================
function start ()
{
if (cm.getLevel() >= 110) {
cm.sendSimple("Here is a awsome weapon for your hard work (lv 110 weapon) Oh, too fucking bad, now you're level 1 so it won't make a difference. Sorry fag.");
cm.gainItem(1442043, 1);
cm.setLevel(1);
cm.dispose();
} else {
cm.dispose();
}
Npc that checks if user is level **** and if they are, it gives them a nice weapon but sets them back to Level 1 so they can't even use it. (Untested)
Re: [Releases] Scamming NPC Collection (Updated!) [17 NPCS]
Quote:
Originally Posted by
maplepuppet
PHP Code:
// Made by MaplePuppet
// =================================================================================
function start ()
{
if (cm.getLevel() >= 110) {
cm.sendSimple("Here is a awsome weapon for your hard work (lv 110 weapon) Oh, too fucking bad, now you're level 1 so it won't make a difference. Sorry fag.");
cm.gainItem(1442043, 1);
cm.setLevel(1);
cm.dispose();
} else {
cm.dispose();
}
Npc that checks if user is level **** and if they are, it gives them a nice weapon but sets them back to Level 1 so they can't even use it. (Untested)
Missing 1 } at the end.
Re: [Releases] Scamming NPC Collection (Updated!) [17 NPCS]
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