Jump to content
  • 0

request waiting room...


rhay18

Question


  • Group:  Members
  • Topic Count:  3
  • Topics Per Day:  0.00
  • Content Count:  16
  • Reputation:   0
  • Joined:  10/18/12
  • Last Seen:  

anyone can help me about waiting room :) 2 npc with waiting room when the 2 waiting room is full like 10/10 they will warp to map... thanks :D

Link to comment
Share on other sites

8 answers to this question

Recommended Posts


  • Group:  Members
  • Topic Count:  38
  • Topics Per Day:  0.01
  • Content Count:  949
  • Reputation:   174
  • Joined:  06/12/12
  • Last Seen:  

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;
}
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  3
  • Topics Per Day:  0.00
  • Content Count:  16
  • Reputation:   0
  • Joined:  10/18/12
  • Last Seen:  

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

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  38
  • Topics Per Day:  0.01
  • Content Count:  949
  • Reputation:   174
  • Joined:  06/12/12
  • Last Seen:  


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
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  3
  • Topics Per Day:  0.00
  • Content Count:  16
  • Reputation:   0
  • Joined:  10/18/12
  • Last Seen:  

only 1 npc??? if i add 1 more npc then the 2 pub already max 10/10 the all player will warp to map?? sorry for bad english :D

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  38
  • Topics Per Day:  0.01
  • Content Count:  949
  • Reputation:   174
  • Joined:  06/12/12
  • Last Seen:  

Just copy the NPC and edit its name and the event label..

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  3
  • Topics Per Day:  0.00
  • Content Count:  16
  • Reputation:   0
  • Joined:  10/18/12
  • Last Seen:  

what do you mean event label??


and in the one pub the other player will not warp only 1 pub :(

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  38
  • Topics Per Day:  0.01
  • Content Count:  949
  • Reputation:   174
  • Joined:  06/12/12
  • Last Seen:  

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.

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  3
  • Topics Per Day:  0.00
  • Content Count:  16
  • Reputation:   0
  • Joined:  10/18/12
  • Last Seen:  

what about only party member can enter the pub and warp?


anyone help me??

Link to comment
Share on other sites

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.

×
×
  • Create New...