Jump to content
  • 0

request waiting room...


Question

8 answers to this question

Recommended Posts

Posted

From http://rathena.org/wiki/Waitingroom

prontera,150,150,3    script    WaitingNPC    53,{
if ($@npcWaitingRoom) {
mes "The cool people wait here.";
} else {
mes "Let's wait for some cool people.";
set $@npcWaitingRoom, 1;
waitingroom "The Cool People",15,"WaitingNPC::OnFull",15;
enablewaitingroomevent "WaitingNPC";
}
close;

OnFull:
npctalk "There are too many cool people here!";
warpwaitingpc "prontera",150,170;
disablewaitingroomevent "WaitingNPC";
delwaitingroom "WaitingNPC";
set $@npcWaitingRoom, 0;
end;
}
Posted

o.O you need to click the npc before the waiting room will see?


by the way thanks for replying :) i think is not working :(


and for 10 party member before warp :D

Posted (edited)


prontera,150,150,3 script WaitingNPC 53,{

end;

OnFull:

warpwaitingpc "prontera",150,170;

disablewaitingroomevent "WaitingNPC";

delwaitingroom "WaitingNPC";

end;

OnInit:

waitingroom "The Cool People",10,"WaitingNPC::OnFull",10;

enablewaitingroomevent "WaitingNPC";

end;

}

Edited by sandbox
Posted

I don't get you.. Kindly read script_commands.txt on how label works, I have already provided you a script, try to read it so you can learn how to modify scripts that have been made for you.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...