How can i add to this script (sorry i'm a new scripter now TOT) that announce every hour the current rates after change
What i think i did was:
every monday at 00:00 i change rates all week for a random ones betwen 5x and 8x, then i reloadmobdb and finally i announce it...but i guess only happen once x_x
- script dynamic_exp -1,{OnInit:OnHour00: if( gettime(4) == 1 ) { // If its Monday if( gettime(3) == 00) { set $@brate,rand(500,800); set $@jrate,rand(500,800); //Base exp setbattleflag("base_exp_rate",$@brate); //Job exp setbattleflag("job_exp_rate",$@jrate); //we don't change card drops rate, because these values won't change them anyway atcommand "@reloadmobdb"; announce "Current AkiaRO rates are: "+($@brate/100)+"x "+($@jrate/100)+"x ",bc_all,0xFF6060; } }}
How can i add to this script (sorry i'm a new scripter now TOT) that announce every hour the current rates after change
What i think i did was:
every monday at 00:00 i change rates all week for a random ones betwen 5x and 8x, then i reloadmobdb and finally i announce it...but i guess only happen once x_x
Share this post
Link to post
Share on other sites