- script exp_multiplier -1,{ OnInit: set $@exprate, 700; // Base/Job Experience Rate (set this same as what you put on you battle/conf/exp.conf) set $@bjrate2, 900; // Base/Job Experience Rate (this will be the new rate of your server so from 7x it will become 9x) set $@drprate, 700; // Drop Rates (only card rates is affected by this changes) // I set mine on friday 00:00 or 12:00am OnFri0000: // Base Experience Rate setbattleflag("base_exp_rate",$@rate2; // Job Experience Rate setbattleflag("job_exp_rate",$@rate2; // Drop Rates setbattleflag("item_rate_common",$@drprate); setbattleflag("item_rate_heal",$@drprate); setbattleflag("item_rate_use",$@drprate); setbattleflag("item_rate_equip",$@drprate); atcommand "reloadmobdb"; announce "Our server rates are up from 7x / 5x / 5x / 5x to 9x / 7x / 7x / 7x card rates not affected by this. Enjoy!",bc_all; end; }