I can do that though.
It's like the Hair NPC's.
Printable View
I can do that though.
It's like the Hair NPC's.
Ok.
Sure!
Now umm...
Requests closed. I'm full again.
Umm... Ok, I'll do those after I eat.
Sorry bout that.
You busy with mine?
Yea.
I'm doing em.
I have to fix the 1-4th job NPCs.
I really need someone to help me...
Do requests.
I have to put everything on hold, I have to fix all of the jobbing NPC's
gimme credits for the meso and item exchanger for script u fixed it tho :D
Nice work buddy :)
Im definantly gonna try it out!
yo who sells for the all in one seller?
hey .... thanks though for giving credits for all in one shop no one ever did.... im going to release my new version soon .... thanks for your hard work
if any 1 can help me getting after v.55 nx stuffs so i add them to my shop i added all scrolls pets and everything for ver 62 but not nx stuffs so after any 1 help me getting it ill release it.
thanks again for your work
Well, I guess since you bumped it after I told you not too, you put the script into any NPC you want.
@3esah
Your Welcome.
i put into my npc scrpits
but when i click on it nothing shows?
var status = 0;
function start() {
status = -1;
action(1, 0, 0);
}
function action(mode, type, selection) {
if (mode == -1) {
cm.dispose();
}
else {
if (status >= 2 && mode == 0) {
cm.sendOk("Thanks for Playing <ServerNameHere>.");
cm.dispose();
return;
}
if (mode == 1) {
status++;
}
else {
status--;
}
if (status == 0) {
cm.sendNext("Welcome to the world of <IColdNANA>. To show your loyalty to the server, I will give you a Make Of the Beta.");
}
else if (status == 1) {
if(cm.haveItem(1002419)) {
cm.sendNext("It seems as though you already have a Mark of the Beta. Carry out your journey.");
cm.dispose();
}
else {
cm.sendNext("Here it is, have fun in <ColdMs>.");
cm.gainItem(1002419, 1);
}
}
}
Spawnz Npcz with arrayz. Just
"Says choose:
Array Mob 1
Array Mob 2
Array Mob 3
Array Mob 4..
Array Mob you get it."
;D thanq?