- Joined
- Jun 21, 2008
- Messages
- 72
- Reaction score
- 0
I know it ain't much but what the heck i made cause i had nothing to do
i kinda leeched the idea from a private server but they sold them in a shop they had to get the items to join the guild FBI
you could make a guild named FBI and so on..
Instructions
1. Copy the above code
2. Paste into a notepad
3. Save As <your npc's id>.js
O.R.
1. Download the below file
2. Open it up then click file
3. Click Save As
4. Save As <your npc's id>.js
I would be making more npc upon request in this thread... the npc script will be upload at least 1 day
i kinda leeched the idea from a private server but they sold them in a shop they had to get the items to join the guild FBI
you could make a guild named FBI and so on..
Code:
/*
Made by :DkWar (RaGEZONE)
Edited by :DrFusion (RaGEZONE)
bendax3 (RaGEZONE
*/
var status = 0;
function start() {
status = -1;
action(1, 0, 0);
}
function action(mode, type, selection) {
if (mode == -1) {
cm.dispose();
} else {
if (mode == 1)
status++;
else
status--;
if (status == 0){
if (cm.getPlayer().getMeso() > 1,337,000,000) {
cm.sendYesNo("HEY Wanna Be A #rSecret Agent#k In The #rFBI#k?? Well To Join Them Click Yes!! Side Note : You Need #r1,337,000,000#k Mesos To Buy The Whole Set!!")
cm.gainItem(1122005,1);
cm.gainItem(1102035,1);
cm.gainItem(1002304,1);
cm.gainItem(1022009,1);
cm.gainItem(1050050,1);
cm.gainItem(1082231,1);
cm.gainItem(1072111,1);
cm.gainItem(1702180,1);
cm.gainMeso(-1337000000);
} else if (status == 1){
cm.sendOk("Since You Have Spend So Much Money Take Some #v5220000# And Try Your #rLUCK#k")
cm.gainItem(5220000,10)
} else {
cm.sendOk("Oh. i see... Well then, have fun in #rE2MS!#k");
cm.dispose();
}
}
}
Instructions
1. Copy the above code
2. Paste into a notepad
3. Save As <your npc's id>.js
O.R.
1. Download the below file
2. Open it up then click file
3. Click Save As
4. Save As <your npc's id>.js
I would be making more npc upon request in this thread... the npc script will be upload at least 1 day
Attachments
Last edited: