rhay18 Posted February 24, 2014 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
sandbox Posted February 24, 2014 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
rhay18 Posted February 24, 2014 Author 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
sandbox Posted February 24, 2014 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
rhay18 Posted February 24, 2014 Author 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
sandbox Posted February 24, 2014 Posted February 24, 2014 Just copy the NPC and edit its name and the event label.. Quote
rhay18 Posted February 24, 2014 Author 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
sandbox Posted February 24, 2014 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
rhay18 Posted February 24, 2014 Author Posted February 24, 2014 what about only party member can enter the pub and warp? anyone help me?? Quote
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 
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.