i get stuck at the character screen still
i've done everything correctly, from mysql to wz files
help please !
i get stuck at the character screen still
i've done everything correctly, from mysql to wz files
help please !
sorry for newb question
but whats the command to check mesos?
Thx this helped me alot!!!
I was just wondering.... What do I do with the script?
where does it go?
I made it into a .cpp in Visual C++ but where do I save it to?
aaand,
How do I choose what the NPC looks like and where it's placed (Ex. Nana (H), location: FM)
Well worth my 20 mins reading this!
Amazing guide!
I will sure get into making a server some day. It looks fun.
Ty again!
hope im not bumping an old thread. it was on the first page so i thought it was okay...
I have a question. What if you are using cm.ModifyNX? how would you put that in a script?
Looks simple enough, nice job organizing it.
How do I have it check more than one item in "if(cm.haveItem(itemcode));"?
is there a npc command to give gp, cause i cant find it anywhere o.o
ARGHHH !
whats wrong with it ???
How comes it always says "Fuck You" O= ?!PHP Code:/*
Oh , look Staars :D *****
*/
var status = 0;
function start() {
status = -1;
action(1, 0, 0);
}
function action(mode, type, selection) {
if (mode == -1) {
cm.sendOk("Fuck You :D");
cm.dispose();
} else {
if (status >= 0 && mode == 0) {
cm.sendOk("FUUUUUCK YOU :D 8==========>");
cm.dispose();
return;
}
if (mode == 1)
status++;
else
status--;
if (status == 0) {
cm.sendYesNo("Stop clicking ... FCK YOU !");
} else if (status == 1) {
cm.sendNext("You suck ... same like your mom!");
} else if (status == 2) {
cm.warp(3, 0);
cm.sendNext("You shitty noob fail @ coding ! so ... FUCK YOU !");
cm.dispose();
}
}
}
Where can i change this ?
HELP PLZZZzzzzZZZ !!!
You should be able to figure it out. Read the damn code.
how'd i add a pic of a mob inside my NPC , like for skillz #s[skillid]# . is it #m[mobid]# for mobs then ?
ok this is the nubist Q of the day im having issues DL C++ and or C# my comp is gay and it wont DL, is there another program i can use to code
Great guide. Used this about a week ago and it helped me out a lot.