Poring King Posted August 26, 2020 Group: Members Topic Count: 63 Topics Per Day: 0.02 Content Count: 1016 Reputation: 191 Joined: 11/27/14 Last Seen: February 15 Share Posted August 26, 2020 View File Alon Event Alon Event Alon is a Tagalog translate from Wave Alon Event is another Team Event and consist of 10 party member as a default. Player must be clean all monster in map Round 1-4 is easy Wave , Round 5 is Bonus round & Final Round & Round 6-9 is the hard part Good for High Rate Server & Mid rate server . Enjoy!Do not claim as your own work. Removing my Author in script meaning you claiming my works! Submitter Poring King Submitted 08/26/2020 Category Games, Events, Quests Video Content Author Poring King 1 1 Quote Link to comment Share on other sites More sharing options...
3TAJIOH Posted October 11, 2020 Group: Members Topic Count: 20 Topics Per Day: 0.01 Content Count: 73 Reputation: 1 Joined: 11/27/18 Last Seen: August 4, 2024 Share Posted October 11, 2020 No reward and end of event after 10 wave. Quote Link to comment Share on other sites More sharing options...
Poring King Posted October 12, 2020 Group: Members Topic Count: 63 Topics Per Day: 0.02 Content Count: 1016 Reputation: 191 Joined: 11/27/14 Last Seen: February 15 Author Share Posted October 12, 2020 16 hours ago, 3TAJIOH said: No reward and end of event after 10 wave. There is a reward on wave 10 OnWave10: set .wave1, .wave1 -1; if (.wave1 == 0) { announce "Yeehaaa !! We Beat ALL the Monster!!!",bc_map; sleep 5000; announce "Congratulation to Team [ "+getpartyname( getcharid(1) )+" ] who had just finished the Alon Event. ",0; for ( .@i = 0; .@i < $@partymembercount; .@i++ ) getitem 7227, 1, $@partymemberaid[.@i]; warpparty prontera,156,191,getcharid(1); set .AEventOpen,0; set .ARegister,0; } end; Quote Link to comment Share on other sites More sharing options...
AsurielRO Posted January 14, 2021 Group: Members Topic Count: 19 Topics Per Day: 0.01 Content Count: 67 Reputation: 2 Joined: 05/01/20 Last Seen: October 19, 2021 Share Posted January 14, 2021 Thank you for this, how do i make this script like automated event that runs every 4 hours? Quote Link to comment Share on other sites More sharing options...
Poring King Posted January 14, 2021 Group: Members Topic Count: 63 Topics Per Day: 0.02 Content Count: 1016 Reputation: 191 Joined: 11/27/14 Last Seen: February 15 Author Share Posted January 14, 2021 12 minutes ago, AsurielRO said: Thank you for this, how do i make this script like automated event that runs every 4 hours? Find this Add more OnClock Event Military format Check below how do i do it... By default i set it 2x a day during 8 AM and 8 PM or you can change it too OnMinute Event OnClock<hour><minute>: OnMinute<minute>: OnHour<hour>: On<weekday><hour><minute>: OnDay<month><day>: This will execute when the server clock hits the specified date or time. Hours and minutes are given in military time. ('0105' will mean 01:05 AM). Weekdays are Sun,Mon,Tue,Wed,Thu,Fri,Sat. Months are 01 to 12, days are 01 to 31. Remember the zero. Example: OnClock0800: // Event will start at 8:00 AM OnClock0830: // Event will start at 8:30 AM OnClock0835: // Event will start at 8:35 AM OnClock0800: OnClock2000: announce "Alon Event are now Open for Registration!",bc_all; set .AEventOpen,1; set .ARegister,0; end; GM_Menu: mes "[ Alon Event ]"; mes "What would you like to do"; switch(select("Host this Event","Exit")){ case 1: cutin "ma_tomas01",255; goto OnClock2000; case 2: close; } OnInit: set .PartyMember,2; set .Map$,"pvp_n_1-5"; // Dont try to edit this if you dont know what are you doing by Poring King set .AEventOpen,0; set .ARegister,0; } 1 Quote Link to comment Share on other sites More sharing options...
AsurielRO Posted January 15, 2021 Group: Members Topic Count: 19 Topics Per Day: 0.01 Content Count: 67 Reputation: 2 Joined: 05/01/20 Last Seen: October 19, 2021 Share Posted January 15, 2021 12 hours ago, Poring King said: Find this Add more OnClock Event Military format Check below how do i do it... By default i set it 2x a day during 8 AM and 8 PM or you can change it too OnMinute Event OnClock<hour><minute>: OnMinute<minute>: OnHour<hour>: On<weekday><hour><minute>: OnDay<month><day>: This will execute when the server clock hits the specified date or time. Hours and minutes are given in military time. ('0105' will mean 01:05 AM). Weekdays are Sun,Mon,Tue,Wed,Thu,Fri,Sat. Months are 01 to 12, days are 01 to 31. Remember the zero. Example: OnClock0800: // Event will start at 8:00 AM OnClock0830: // Event will start at 8:30 AM OnClock0835: // Event will start at 8:35 AM OnClock0800: OnClock2000: announce "Alon Event are now Open for Registration!",bc_all; set .AEventOpen,1; set .ARegister,0; end; GM_Menu: mes "[ Alon Event ]"; mes "What would you like to do"; switch(select("Host this Event","Exit")){ case 1: cutin "ma_tomas01",255; goto OnClock2000; case 2: close; } OnInit: set .PartyMember,2; set .Map$,"pvp_n_1-5"; // Dont try to edit this if you dont know what are you doing by Poring King set .AEventOpen,0; set .ARegister,0; } Perfect thank you. Quote Link to comment Share on other sites More sharing options...
Snaehild Posted July 8, 2021 Group: Members Topic Count: 16 Topics Per Day: 0.00 Content Count: 72 Reputation: 7 Joined: 06/23/14 Last Seen: November 13, 2022 Share Posted July 8, 2021 Hi @Poring King Thanks for this awesome script. Any idea what could be causing this? [Error]: WFIFOSET: Maximum write buffer size for client connection 4 exceeded, most likely caused by packet 0x08c8 (len=34, ip=127.0.0.1). [Error]: WFIFOSET: Maximum write buffer size for client connection 4 exceeded, most likely caused by packet 0x0acc (len=18, ip=127.0.0.1). [Error]: WFIFOSET: Maximum write buffer size for client connection 4 exceeded, most likely caused by packet 0x0acc (len=18, ip=127.0.0.1). [Error]: WFIFOSET: Maximum write buffer size for client connection 4 exceeded, most likely caused by packet 0x00b6 (len=6, ip=127.0.0.1). [Error]: WFIFOSET: Maximum write buffer size for client connection 4 exceeded, most likely caused by packet 0x00b6 (len=6, ip=127.0.0.1). Quote Link to comment Share on other sites More sharing options...
JefferyLimit Posted July 10, 2021 Group: Members Topic Count: 0 Topics Per Day: 0 Content Count: 1 Reputation: 0 Joined: 07/01/21 Last Seen: December 21, 2023 Share Posted July 10, 2021 (edited) @Snaehild I face the same problem as you. Through my simple test, I found the problem. This problem is raised by attacking a specific monster whose Id is 1951. So for a workaround, you can temporarily delete the monster in your script. Changepoints as following. 1. Comment the code in your script. monster "pvp_n_1-5",0,0,"--ja--",1951,10,"Alon Event Warper::OnWave1"; To // monster "pvp_n_1-5",0,0,"--ja--",1951,10,"Alon Event Warper::OnWave1"; 2. Change the monster count in Wave1. Wave1: set .wave1,107; end; To Wave1: set .wave1,97; end; That's done. This problem seems bug from rathena. I have reported the bug to rathena. You can track the issue https://github.com/rathena/rathena/issues/6082. Enjoy that! Edited July 10, 2021 by JefferyLimit Quote Link to comment Share on other sites More sharing options...
Poring King Posted July 14, 2021 Group: Members Topic Count: 63 Topics Per Day: 0.02 Content Count: 1016 Reputation: 191 Joined: 11/27/14 Last Seen: February 15 Author Share Posted July 14, 2021 That is cause of text file migration to yml Quote Link to comment Share on other sites More sharing options...
kronobr Posted August 1, 2022 Group: Members Topic Count: 32 Topics Per Day: 0.02 Content Count: 71 Reputation: 0 Joined: 06/24/19 Last Seen: September 18, 2022 Share Posted August 1, 2022 can you adjust to reactivate when the whole party dies? The event is locked with no way to enter. Quote Link to comment Share on other sites More sharing options...
Poring King Posted July 23, 2024 Group: Members Topic Count: 63 Topics Per Day: 0.02 Content Count: 1016 Reputation: 191 Joined: 11/27/14 Last Seen: February 15 Author Share Posted July 23, 2024 On 7/31/2022 at 7:29 PM, kronobr said: can you adjust to reactivate when the whole party dies? The event is locked with no way to enter. Player must bring Leaf to resurrect party member or priest . It is a team base game play 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.