cadz Posted March 24, 2013 Group: Members Topic Count: 83 Topics Per Day: 0.02 Content Count: 243 Reputation: 1 Joined: 08/29/12 Last Seen: August 1, 2021 Share Posted March 24, 2013 (edited) - script FloatingRates -1,{ OnInit: //add any other HOURS OnHour00: OnHour06: OnHour12: OnHour18: //------------------- set $@brate,rand(100,150); set $@jrate,rand(100,150); set $@drate,rand(100,150); //Base exp setbattleflag("base_exp_rate",$@brate); //Job exp setbattleflag("job_exp_rate",$@jrate); //Drops setbattleflag("item_rate_common",$@drate); setbattleflag("item_rate_heal",$@drate); setbattleflag("item_rate_use",$@drate); setbattleflag("item_rate_equip",$@drate); //we don't change card drops rate, because these values won't change them anyway atcommand "@reloadmobdb"; announce "Current Rune-Midgard rates are: 1."+($@brate-100)+"x 1."+($@jrate-100)+"x 1."+($@drate-100)+"x",bc_all,0xFF6060; end; } hi how to change this to every 4 hrs there will be 1 hr floating rates. thanks in advance Edited March 25, 2013 by Emistry Use [Code] tag for long contents. Quote Link to comment Share on other sites More sharing options...
Brynner Posted March 24, 2013 Group: Members Topic Count: 120 Topics Per Day: 0.02 Content Count: 1960 Reputation: 202 Joined: 01/08/12 Last Seen: 37 minutes ago Share Posted March 24, 2013 just simply change the time. OnHour00: 12amOnHour01: 1amOnHour05: 12amOnHour06: 6am Quote Link to comment Share on other sites More sharing options...
Brynner Posted March 24, 2013 Group: Members Topic Count: 120 Topics Per Day: 0.02 Content Count: 1960 Reputation: 202 Joined: 01/08/12 Last Seen: 37 minutes ago Share Posted March 24, 2013 OnHour00: 12amOnHour06: 6amOnHour12: 12pmOnHour18: 6pm Quote Link to comment Share on other sites More sharing options...
cadz Posted March 24, 2013 Group: Members Topic Count: 83 Topics Per Day: 0.02 Content Count: 243 Reputation: 1 Joined: 08/29/12 Last Seen: August 1, 2021 Author Share Posted March 24, 2013 hmm i mean floating rates will trigger ever 4 hours but it will last only 1 hr Quote Link to comment Share on other sites More sharing options...
cadz Posted March 24, 2013 Group: Members Topic Count: 83 Topics Per Day: 0.02 Content Count: 243 Reputation: 1 Joined: 08/29/12 Last Seen: August 1, 2021 Author Share Posted March 24, 2013 okay thanks a lot. =) Quote Link to comment Share on other sites More sharing options...
Question
cadz
hi how to change this to every 4 hrs there will be 1 hr floating rates. thanks in advance
Edited by EmistryUse [Code] tag for long contents.
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.