Elysium Posted May 13, 2016 Group: Members Topic Count: 41 Topics Per Day: 0.01 Content Count: 164 Reputation: 17 Joined: 03/15/12 Last Seen: October 24, 2020 Share 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 Link to comment Share on other sites More sharing options...
0 Emistry Posted May 18, 2016 Group: Forum Moderator Topic Count: 93 Topics Per Day: 0.02 Content Count: 10018 Reputation: 2369 Joined: 10/28/11 Last Seen: 19 hours ago Share 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 Link to comment Share on other sites More sharing options...
0 Emistry Posted May 17, 2016 Group: Forum Moderator Topic Count: 93 Topics Per Day: 0.02 Content Count: 10018 Reputation: 2369 Joined: 10/28/11 Last Seen: 19 hours ago Share Posted May 17, 2016 Please ensure the external link doesn't expired or get removed. Quote Link to comment Share on other sites More sharing options...
0 Elysium Posted May 18, 2016 Group: Members Topic Count: 41 Topics Per Day: 0.01 Content Count: 164 Reputation: 17 Joined: 03/15/12 Last Seen: October 24, 2020 Author Share Posted May 18, 2016 Please ensure the external link doesn't expired or get removed. https://rathena.org/board/pastebin/1x8byhc9a9tw/ Quote Link to comment Share on other sites More sharing options...
0 Elysium Posted May 18, 2016 Group: Members Topic Count: 41 Topics Per Day: 0.01 Content Count: 164 Reputation: 17 Joined: 03/15/12 Last Seen: October 24, 2020 Author Share 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 Link to comment Share on other sites More sharing options...
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!
Link to comment
Share on other sites
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.