Elysium Posted May 13, 2016 Posted May 13, 2016 Hello, i just found out this on herc by Annie so i'm asking a help how do i enable the waitingroom everytime the npc is looking for card and it will be delwaiting room after the event is end. here's the script i tried to add but won't work http://pastebin.com/w0xQP642 Thank you! Quote
0 Emistry Posted May 18, 2016 Posted May 18, 2016 OnMinute00: // Put all your start timer here donpcevent "Card Collector::OnBeginCollector"; .look4card = .allcardid[ rand( .allcards ) ]; delwaitingroom; waitingroom "Card - "+getitemname( .look4card ),0; Quote
0 Emistry Posted May 17, 2016 Posted May 17, 2016 Please ensure the external link doesn't expired or get removed. Quote
0 Elysium Posted May 18, 2016 Author Posted May 18, 2016 Please ensure the external link doesn't expired or get removed. https://rathena.org/board/pastebin/1x8byhc9a9tw/ Quote
0 Elysium Posted May 18, 2016 Author Posted May 18, 2016 OnMinute00: // Put all your start timer here donpcevent "Card Collector::OnBeginCollector"; .look4card = .allcardid[ rand( .allcards ) ]; delwaitingroom; waitingroom "Card - "+getitemname( .look4card ),0; so no more this right? OnBeginCollector: while ( .start ) { waitingroom " Card Finder",0; sleep 2000; delwaitingroom; } end; Thank you Emistry. Quote
Question
Elysium
Hello, i just found out this on herc by Annie so i'm asking a help how do i enable the waitingroom everytime the npc is looking for card and it will be delwaiting room after the event is end.
here's the script i tried to add but won't work
http://pastebin.com/w0xQP642
Thank you!
4 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.