karazu Posted December 13, 2013 Group: Members Topic Count: 57 Topics Per Day: 0.01 Content Count: 374 Reputation: 5 Joined: 03/09/12 Last Seen: June 19, 2018 Share Posted December 13, 2013 Thank you! I will test it btw. This is not an Automated event right? This would be cool if this is an automated 1. Quote Link to comment Share on other sites More sharing options...
Yoona Posted December 18, 2013 Group: Members Topic Count: 153 Topics Per Day: 0.04 Content Count: 567 Reputation: 18 Joined: 04/15/13 Last Seen: April 21, 2016 Share Posted December 18, 2013 (edited) Sorry, I miss out a line.. Should be fixed now: Hi Sonic, How can you make this event to be automated? Should it be look like this right? OnMinute5: sonicxxx: announce "[ Poring Hoster ]: Poring Soccer Event has just started!!!",bc_all; sleep 3000; announce "[ Poring Hoster ]: For those who wants to register, please make two party of 5 players each.",bc_all; sleep 2500; announce "[ Poring Hoster ]: After ready then go to the left portal near Stylist NPC! ",bc_all; enablenpc "poringballwarp"; initnpctimer; end; Edited December 18, 2013 by Yoona Quote Link to comment Share on other sites More sharing options...
Sonic Posted December 20, 2013 Group: Members Topic Count: 3 Topics Per Day: 0.00 Content Count: 34 Reputation: 6 Joined: 11/27/11 Last Seen: August 7, 2014 Author Share Posted December 20, 2013 Sorry for the late reply, to make this event automated, simply just replace the sonicxxx to the time: sonicxxx: announce "[ Poring Hoster ]: Poring Soccer Event has just started!!!",bc_all; sleep 3000; announce "[ Poring Hoster ]: For those who wants to register, please make two party of 5 players each.",bc_all; sleep 2500; to OnMinute30: announce "[ Poring Hoster ]: Poring Soccer Event has just started!!!",bc_all; sleep 3000; announce "[ Poring Hoster ]: For those who wants to register, please make two party of 5 players each.",bc_all; sleep 2500; OnMinuteXX - XX is the number of minute it start every hour. There are also OnHour, OnClock http://rathena.org/wiki/Timers_(Scripting) Quote Link to comment Share on other sites More sharing options...
Lelantos Posted January 3, 2014 Group: Members Topic Count: 0 Topics Per Day: 0 Content Count: 15 Reputation: 0 Joined: 03/30/13 Last Seen: October 28, 2014 Share Posted January 3, 2014 can you add a part wherein if it lacks players at the end of the time given before the start of the poringsoccer they will be warped to savemap or prontera. Quote Link to comment Share on other sites More sharing options...
Sonic Posted January 5, 2014 Group: Members Topic Count: 3 Topics Per Day: 0.00 Content Count: 34 Reputation: 6 Joined: 11/27/11 Last Seen: August 7, 2014 Author Share Posted January 5, 2014 can you add a part wherein if it lacks players at the end of the time given before the start of the poringsoccer they will be warped to savemap or prontera. Thanks for your idea. Correct me if I am wrong, you mean that when people warped to force_3-3 map during waiting room and if lack players at the end time they will warped back to prontera right? If so, poringsoccerv3.txt 15 seconds for them to enter to the chat room, if not will be warped back to prontera. I will soon update the main post to make easier for everyone. Thanks! 1 Quote Link to comment Share on other sites More sharing options...
Lelantos Posted January 12, 2014 Group: Members Topic Count: 0 Topics Per Day: 0 Content Count: 15 Reputation: 0 Joined: 03/30/13 Last Seen: October 28, 2014 Share Posted January 12, 2014 can you add a part wherein if it lacks players at the end of the time given before the start of the poringsoccer they will be warped to savemap or prontera. Thanks for your idea. Correct me if I am wrong, you mean that when people warped to force_3-3 map during waiting room and if lack players at the end time they will warped back to prontera right? If so, poringsoccerv3.txt 15 seconds for them to enter to the chat room, if not will be warped back to prontera. I will soon update the main post to make easier for everyone. Thanks! yes sir! this is what I'm saying. Thanks a lot sir! Appreciate the reply. Quote Link to comment Share on other sites More sharing options...
Jesky Posted February 4, 2014 Group: Members Topic Count: 9 Topics Per Day: 0.00 Content Count: 55 Reputation: 3 Joined: 11/29/13 Last Seen: March 4 Share Posted February 4, 2014 Excuse me, but where can i change the minimal player needed to start the game? Quote Link to comment Share on other sites More sharing options...
Sonic Posted February 6, 2014 Group: Members Topic Count: 3 Topics Per Day: 0.00 Content Count: 34 Reputation: 6 Joined: 11/27/11 Last Seen: August 7, 2014 Author Share Posted February 6, 2014 (edited) Excuse me, but where can i change the minimal player needed to start the game? Erm, search for these lines: force_3-3,14,22,3 script RED TEAM PARTY 793,{ OnInit: waitingroom "Red Team",6,"OnWarpToArea",5; enablewaitingroomevent; end; OnWarpToArea: warp "quiz_02",334,362; disablewaitingroomevent; end; } force_3-3,25,22,3 script BLUE TEAM PARTY 109,{ OnInit: waitingroom "Blue Team",6,"OnWarpToArea1",5; enablewaitingroomevent; end; OnWarpToArea1: warp "quiz_02",334,362; disablewaitingroomevent; end; } The RED highlighted number means the minimum player needed to start the game. (default is 5) The BLUE highlighted number = RED number + 1. Hope it helps =) Edited February 6, 2014 by Sonic Quote Link to comment Share on other sites More sharing options...
Yoona Posted February 6, 2014 Group: Members Topic Count: 153 Topics Per Day: 0.04 Content Count: 567 Reputation: 18 Joined: 04/15/13 Last Seen: April 21, 2016 Share Posted February 6, 2014 I've tested it Sonic changing the minimal Player making it 1/2 & 1/2 the game wont start... no errors. Quote Link to comment Share on other sites More sharing options...
Jesky Posted February 6, 2014 Group: Members Topic Count: 9 Topics Per Day: 0.00 Content Count: 55 Reputation: 3 Joined: 11/29/13 Last Seen: March 4 Share Posted February 6, 2014 I already tried that before asked here, both team won't warp to the arena. Quote Link to comment Share on other sites More sharing options...
Sonic Posted February 7, 2014 Group: Members Topic Count: 3 Topics Per Day: 0.00 Content Count: 34 Reputation: 6 Joined: 11/27/11 Last Seen: August 7, 2014 Author Share Posted February 7, 2014 (edited) I already tried that before asked here, both team won't warp to the arena. I've tested it Sonic changing the minimal Player making it 1/2 & 1/2 the game wont start... no errors. I guess rAthena works a little different. P.s: I have modified a little, please test out and hope it works now. poringsoccerv3.txt Thanks for giving feedback. Edited February 7, 2014 by Sonic Quote Link to comment Share on other sites More sharing options...
Jesky Posted February 7, 2014 Group: Members Topic Count: 9 Topics Per Day: 0.00 Content Count: 55 Reputation: 3 Joined: 11/29/13 Last Seen: March 4 Share Posted February 7, 2014 (edited) Thanks for your response, sir. I already test the new script, i change to this (1 by 1 for test) force_3-3,14,22,3 script RED TEAM PARTY 793,{ OnInit: waitingroom "Red Team",2,"RED TEAM PARTY:OnWarp",1; enablewaitingroomevent "RED TEAM PARTY"; end; OnWarp: warpwaitingpc "quiz_02",334,362; disablewaitingroomevent "RED TEAM PARTY"; delwaitingroom "RED TEAM PARTY"; end; } force_3-3,25,22,3 script BLUE TEAM PARTY 109,{ OnInit: waitingroom "Blue Team",2,"BLUE TEAM PARTY:OnWarp1",1; enablewaitingroomevent "RED TEAM PARTY"; end; OnWarp1: warpwaitingpc "quiz_02",334,362; disablewaitingroomevent "RED TEAM PARTY"; delwaitingroom "BLUE TEAM PARTY"; end; } and still no warp, or maybe there's need other part to change? Edited February 7, 2014 by Jesky Quote Link to comment Share on other sites More sharing options...
Sonic Posted February 7, 2014 Group: Members Topic Count: 3 Topics Per Day: 0.00 Content Count: 34 Reputation: 6 Joined: 11/27/11 Last Seen: August 7, 2014 Author Share Posted February 7, 2014 Sorry, I think i missed out a : poringsoccerv3.txt Restart server and try again see. Thank you. Quote Link to comment Share on other sites More sharing options...
Jesky Posted February 7, 2014 Group: Members Topic Count: 9 Topics Per Day: 0.00 Content Count: 55 Reputation: 3 Joined: 11/29/13 Last Seen: March 4 Share Posted February 7, 2014 It's work sir! Thank you very much Quote Link to comment Share on other sites More sharing options...
Jenny Posted July 18, 2014 Group: Members Topic Count: 0 Topics Per Day: 0 Content Count: 3 Reputation: 1 Joined: 06/24/14 Last Seen: July 20, 2014 Share Posted July 18, 2014 I need help please! i have already putted the NPC and it works fine. it just doesn't work on the place that you can see the "blue coach" and the "red coach" whenever i talked to them they are saying your gonna be warp in 3seconds be ready. but nothing is happening i am wondering if i should download the. "Sprite file" the "Map File" and the "database file" that he uploaded and where should i put that files into. Please help me and guide me i am really new to this. Thanks in advance! Quote Link to comment Share on other sites More sharing options...
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.