Somebody can help me make NPC add msn
yiplang6@hotmail.com
Printable View
Somebody can help me make NPC add msn
yiplang6@hotmail.com
This is not recruit section and just post what npc u want o.o
NPC for FM boss NPC MSI actually NPC for Items NPC for travel
just take them from another source
This isn't mine:
make sure you have cm.spawnMonster method.PHP Code:var status = -1;
function start() {
status = -1;
action(1, 0, 0);
}
function action(mode, type, selection) {
if (mode == -1) {
cm.sendOk("Are you sure? Noob");
cm.dispose();
} else {
if (mode == 1) status++;
else status--;
if (status == 0) {
cm.sendSimple("Hello #h # ! I am the boss summoner NPC of FM22! Each boss monster that I summon will be free! Would you like me to spawn some #e Special Boss Monsters #n for you? \r\n Please choose #b\r\n#L1#Papulatus clock#l\r\n#L2#Pianus#l\r\n#L3#Black Crow#l\r\n#L4#Anego#l\r\n#L5#BodyGuard A#l\r\n#L6#Bodyguard B#l\r\n#L7#The Boss#l#k");
} else {
if (selection == 1) {
cm.spawnMonster(8500001, 20000000, 2000000, 125, 700000, 1, 0, 1, 655, -146);
cm.dispose();
} else if (selection == 2) {
cm.spawnMonster(8510000, 24000000, 3000000, 110, 1500000, 1, 0, 1, 655, -146);
cm.dispose();
} else if (selection == 3) {
cm.spawnMonster(9400014, 30000000, 10000000, 115, 2000000, 1, 0, 1, 655, -146);
cm.dispose();
} else if (selection == 4) {
cm.spawnMonster(9400121, 70000000, 10000, 130, 4500000, 1, 0, 1, 655, -146);
cm.dispose();
} else if (selection == 5) {
cm.spawnMonster(9400112, 350000000, 5000, 152, 15000000, 1, 0, 1, 655, -146);
cm.dispose();
} else if (selection == 6) {
cm.spawnMonster(9400113, 450000000, 50000, 160, 15000000, 1, 0, 1, 655, -146);
cm.dispose();
} else if (selection == 7) {
cm.spawnMonster(9400300, 123000000, 10000, 175, 20000000, 1, 0, 1, 655, -146);
cm.dispose();
} else {
cm.dispose();
}
}
}
}
u can help with set in dont understand how
Go to your npcconversationmanagrr and see how its used.
Posted via Mobile Device
how do i now what the FM ID is?
!search map name
Posted via Mobile Device
oke but how do i add NPC? and u got v83 client with no damange cap?
Search for one and !pnpc !playernpc
Posted via Mobile Device
Atleast know how to put a NPC into your server before asking for one...
I feel like that you're just asking people to literally make a server for you.
Follow a guide or recruit in the Maplestory Recruitment section