rhay18 Posted February 24, 2014 Group: Members Topic Count: 3 Topics Per Day: 0.00 Content Count: 16 Reputation: 0 Joined: 10/18/12 Last Seen: May 22, 2014 Share Posted February 24, 2014 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 Quote Link to comment Share on other sites More sharing options...
sandbox Posted February 24, 2014 Group: Members Topic Count: 38 Topics Per Day: 0.01 Content Count: 949 Reputation: 174 Joined: 06/12/12 Last Seen: Friday at 12:25 PM Share Posted February 24, 2014 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; } Quote Link to comment Share on other sites More sharing options...
rhay18 Posted February 24, 2014 Group: Members Topic Count: 3 Topics Per Day: 0.00 Content Count: 16 Reputation: 0 Joined: 10/18/12 Last Seen: May 22, 2014 Author Share Posted February 24, 2014 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 Quote Link to comment Share on other sites More sharing options...
sandbox Posted February 24, 2014 Group: Members Topic Count: 38 Topics Per Day: 0.01 Content Count: 949 Reputation: 174 Joined: 06/12/12 Last Seen: Friday at 12:25 PM Share Posted February 24, 2014 (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 February 24, 2014 by sandbox Quote Link to comment Share on other sites More sharing options...
rhay18 Posted February 24, 2014 Group: Members Topic Count: 3 Topics Per Day: 0.00 Content Count: 16 Reputation: 0 Joined: 10/18/12 Last Seen: May 22, 2014 Author Share Posted February 24, 2014 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 Quote Link to comment Share on other sites More sharing options...
sandbox Posted February 24, 2014 Group: Members Topic Count: 38 Topics Per Day: 0.01 Content Count: 949 Reputation: 174 Joined: 06/12/12 Last Seen: Friday at 12:25 PM Share Posted February 24, 2014 Just copy the NPC and edit its name and the event label.. Quote Link to comment Share on other sites More sharing options...
rhay18 Posted February 24, 2014 Group: Members Topic Count: 3 Topics Per Day: 0.00 Content Count: 16 Reputation: 0 Joined: 10/18/12 Last Seen: May 22, 2014 Author Share Posted February 24, 2014 what do you mean event label?? and in the one pub the other player will not warp only 1 pub Quote Link to comment Share on other sites More sharing options...
sandbox Posted February 24, 2014 Group: Members Topic Count: 38 Topics Per Day: 0.01 Content Count: 949 Reputation: 174 Joined: 06/12/12 Last Seen: Friday at 12:25 PM Share Posted February 24, 2014 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. Quote Link to comment Share on other sites More sharing options...
rhay18 Posted February 24, 2014 Group: Members Topic Count: 3 Topics Per Day: 0.00 Content Count: 16 Reputation: 0 Joined: 10/18/12 Last Seen: May 22, 2014 Author Share Posted February 24, 2014 what about only party member can enter the pub and warp? anyone help me?? Quote Link to comment Share on other sites More sharing options...
Question
rhay18
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 
Link to comment
Share on other sites
8 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.