keough 36 Posted August 19, 2015 (edited) Good day! i would like to request a script that increase drop rates.. well my current drop rate it 3x and i want it to make 4x every monday, tuesday, wednesday, and thursday. the time start will be 3:00PM to 4:00PM and 8:00PM to 10:00PM once the happy hour starts it will announce and also announce when it ends. just a simple script i guess. Thank you in advance! Edited August 19, 2015 by keough Quote Share this post Link to post Share on other sites
0 Winterfox 83 Posted August 19, 2015 - script HappyHourDrops -1,{ OnMon1500: OnMon1600: OnMon2000: OnMon2200: OnTue1500: OnTue1600: OnTue2000: OnTue2200: OnWed1500: OnWed1600: OnWed2000: OnWed2200: OnThu1500: OnThu1600: OnThu2000: OnThu2200: OnInit: if ( gettime( 4 ) == 0 || gettime( 4 ) > 4 ) { setbattleflag "item_rate_common", 3000; setbattleflag "item_rate_heal", 3000; setbattleflag "item_rate_use", 3000; setbattleflag "item_rate_equip", 3000; atcommand "@reloadmobdb"; announce "The Happy Hour Drop Rate has ended!", bc_all; } else if ( ( gettime( 3 ) >= 15 && gettime( 3 ) < 16 ) || ( gettime( 3 ) >= 20 && gettime( 3 ) < 22 ) ) { setbattleflag "item_rate_common", 4000; setbattleflag "item_rate_heal", 4000; setbattleflag "item_rate_use", 4000; setbattleflag "item_rate_equip", 4000; atcommand "@reloadmobdb"; announce "The Happy Hour Drop Rate has started!", bc_all; } end;} Quote Share this post Link to post Share on other sites
0 keough 36 Posted August 23, 2015 setbattleflag "item_rate_common", 4000; setbattleflag "item_rate_heal", 4000; setbattleflag "item_rate_use", 4000; setbattleflag "item_rate_equip", 4000; this is 40x right? 400 would be 4x? Quote Share this post Link to post Share on other sites
0 Winterfox 83 Posted August 24, 2015 @@keough Basically you just can look at your current config and add 1x to it. Quote Share this post Link to post Share on other sites
Good day! i would like to request a script that increase drop rates..
well my current drop rate it 3x and i want it to make 4x every monday, tuesday, wednesday, and thursday.
the time start will be 3:00PM to 4:00PM and 8:00PM to 10:00PM
once the happy hour starts it will announce and also announce when it ends. just a simple script i guess.
Thank you in advance!
Edited by keoughShare this post
Link to post
Share on other sites