Takuyakii Posted August 7, 2020 Group: Members Topic Count: 41 Topics Per Day: 0.02 Content Count: 215 Reputation: 11 Joined: 08/30/19 Last Seen: Wednesday at 11:55 AM Share Posted August 7, 2020 Can i request for this scrip Current rate 15x15x5 Automatic Happy Hour Everyday Rate will be 18x18x5 8:00AM - 11:00AM 1:00PM - 400PM 9:00PM - 11PM 1:00AM - 4:00AM try to search some happy hour script and it works but i can't make it work for this set of time. and days Thanks Quote Link to comment Share on other sites More sharing options...
0 PottScilgrim Posted August 7, 2020 Group: Members Topic Count: 1 Topics Per Day: 0.00 Content Count: 18 Reputation: 12 Joined: 04/10/20 Last Seen: March 4, 2021 Share Posted August 7, 2020 Try this. //================================================================// // Happy Hour Script // Created by PottScilgrim //================================================================// - script HappyHourScript -1,{ //================================================================// // Hourly Triggers //================================================================// OnClock0100: OnClock0800: OnClock1300: OnClock2100: setbattleflag "base_exp_rate",1800,true; setbattleflag "job_exp_rate",1800,true; announce "[EVENT]: Happy hour has now begun, exp rates are now 18x!",bc_all,0xc4ff5e; end; OnClock0400: OnClock1100: OnClock1600: OnClock2300: setbattleflag "base_exp_rate",1500,true; setbattleflag "job_exp_rate",1500,true; announce "[EVENT]: Happy hour has ended, exp rates have returned to normal",bc_all,0xc4ff5e; end; } Quote Link to comment Share on other sites More sharing options...
0 Takuyakii Posted August 9, 2020 Group: Members Topic Count: 41 Topics Per Day: 0.02 Content Count: 215 Reputation: 11 Joined: 08/30/19 Last Seen: Wednesday at 11:55 AM Author Share Posted August 9, 2020 (edited) On 8/7/2020 at 9:35 PM, PottScilgrim said: Try this. thanks, but i think it's not working because i waited for the hours and nothing announced that the event has started or the exprate, checked the @rates is still on the same rate. btw no error on server EDITED: i added OnInit: and now it's working Edited August 9, 2020 by Takuyakii Quote Link to comment Share on other sites More sharing options...
0 Gouki Posted August 12, 2020 Group: Members Topic Count: 88 Topics Per Day: 0.05 Content Count: 261 Reputation: 13 Joined: 08/12/20 Last Seen: November 21, 2024 Share Posted August 12, 2020 On 8/9/2020 at 10:47 PM, Takuyakii said: EDITED: i added OnInit: and now it's working Can you please share the final script? thanks! --- @kevinyrchua Quote Link to comment Share on other sites More sharing options...
0 behemothcze Posted August 19, 2020 Group: Members Topic Count: 40 Topics Per Day: 0.01 Content Count: 102 Reputation: 2 Joined: 02/24/17 Last Seen: January 31, 2021 Share Posted August 19, 2020 On 8/12/2020 at 6:50 PM, Almond Snicker said: Can you please share the final script? thanks! --- @kevinyrchua //================================================================// // Happy Hour Script // Created by PottScilgrim //================================================================// - script HappyHourScript -1,{ //================================================================// // Hourly Triggers //================================================================// OnInit: OnClock0100: OnClock0800: OnClock1300: OnClock2000: setbattleflag "base_exp_rate",2200,true; setbattleflag "job_exp_rate",2200,true; setbattleflag "item_rate_common_boss",1500,true; setbattleflag "item_rate_common_mvp",1500,true; setbattleflag "item_rate_heal_boss",1500,true; setbattleflag "item_rate_heal_mvp",1500,true; setbattleflag "item_rate_use_boss",450,true; setbattleflag "item_rate_use_mvp",400,true; setbattleflag "item_rate_equip_boss",450,true; setbattleflag "item_rate_equip_mvp",450,true; setbattleflag "item_rate_card_boss",100,true; setbattleflag "item_rate_heal",1500,true; setbattleflag "item_rate_use",450,true; setbattleflag "item_rate_equip",2000,true; setbattleflag "item_rate_card",1000,true; announce "[EVENT]: Happy hour has now begun, exp rates are now 22x Drop Rates are Doubled!",bc_all,0xc4ff5e; end; OnClock0400: OnClock1100: OnClock1600: OnClock2300: setbattleflag "base_exp_rate",1500,true; setbattleflag "job_exp_rate",1500,true; setbattleflag "item_rate_common_boss",1000,true; setbattleflag "item_rate_common_mvp",1000,true; setbattleflag "item_rate_heal_boss",1000,true; setbattleflag "item_rate_heal_mvp",1000,true; setbattleflag "item_rate_use_boss",300,true; setbattleflag "item_rate_use_mvp",200,true; setbattleflag "item_rate_equip_boss",3000,true; setbattleflag "item_rate_equip_mvp",300,true; setbattleflag "item_rate_card_boss",100,true; setbattleflag "item_rate_heal",1000,true; setbattleflag "item_rate_use",300,true; setbattleflag "item_rate_equip",1000,true; setbattleflag "item_rate_card",500,true; announce "[EVENT]: Happy hour has ended, exp rates have returned to normal",bc_all,0xc4ff5e; end; } Quote Link to comment Share on other sites More sharing options...
0 Gouki Posted August 19, 2020 Group: Members Topic Count: 88 Topics Per Day: 0.05 Content Count: 261 Reputation: 13 Joined: 08/12/20 Last Seen: November 21, 2024 Share Posted August 19, 2020 4 hours ago, behemothcze said: //================================================================// // Happy Hour Script // Created by PottScilgrim //================================================================// - script HappyHourScript -1,{ //================================================================// // Hourly Triggers //================================================================// OnInit: OnClock0100: OnClock0800: OnClock1300: OnClock2000: setbattleflag "base_exp_rate",2200,true; setbattleflag "job_exp_rate",2200,true; setbattleflag "item_rate_common_boss",1500,true; setbattleflag "item_rate_common_mvp",1500,true; setbattleflag "item_rate_heal_boss",1500,true; setbattleflag "item_rate_heal_mvp",1500,true; setbattleflag "item_rate_use_boss",450,true; setbattleflag "item_rate_use_mvp",400,true; setbattleflag "item_rate_equip_boss",450,true; setbattleflag "item_rate_equip_mvp",450,true; setbattleflag "item_rate_card_boss",100,true; setbattleflag "item_rate_heal",1500,true; setbattleflag "item_rate_use",450,true; setbattleflag "item_rate_equip",2000,true; setbattleflag "item_rate_card",1000,true; announce "[EVENT]: Happy hour has now begun, exp rates are now 22x Drop Rates are Doubled!",bc_all,0xc4ff5e; end; OnClock0400: OnClock1100: OnClock1600: OnClock2300: setbattleflag "base_exp_rate",1500,true; setbattleflag "job_exp_rate",1500,true; setbattleflag "item_rate_common_boss",1000,true; setbattleflag "item_rate_common_mvp",1000,true; setbattleflag "item_rate_heal_boss",1000,true; setbattleflag "item_rate_heal_mvp",1000,true; setbattleflag "item_rate_use_boss",300,true; setbattleflag "item_rate_use_mvp",200,true; setbattleflag "item_rate_equip_boss",3000,true; setbattleflag "item_rate_equip_mvp",300,true; setbattleflag "item_rate_card_boss",100,true; setbattleflag "item_rate_heal",1000,true; setbattleflag "item_rate_use",300,true; setbattleflag "item_rate_equip",1000,true; setbattleflag "item_rate_card",500,true; announce "[EVENT]: Happy hour has ended, exp rates have returned to normal",bc_all,0xc4ff5e; end; } Awesome! thank you so much! Quote Link to comment Share on other sites More sharing options...
Question
Takuyakii
Can i request for this scrip
Current rate 15x15x5
Automatic Happy Hour Everyday
Rate will be 18x18x5
8:00AM - 11:00AM
1:00PM - 400PM
9:00PM - 11PM
1:00AM - 4:00AM
try to search some happy hour script and it works but i can't make it work for this set of time. and days
Thanks
Link to comment
Share on other sites
5 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.