T taironshin New member Messages 6 Points 0 Jun 30, 2014 #2 Can I have a script that make the exp 2x every sunday?
S Sephir4 New member Messages 7 Points 0 Github Sephir4 Jun 30, 2014 #3 Google Translate -> I have not tested but should work Code: - script DoubleEXP -1,{OnSat2359: announce "Double exp had been active until 23:59 on Sunday",bc_all; setBattleFlag "base_exp_rate",base_exp_rate*2;end;OnSun2359: announce "The Double EXP just",bc_all; setBattleFlag "base_exp_rate";end;}
Google Translate -> I have not tested but should work Code: - script DoubleEXP -1,{OnSat2359: announce "Double exp had been active until 23:59 on Sunday",bc_all; setBattleFlag "base_exp_rate",base_exp_rate*2;end;OnSun2359: announce "The Double EXP just",bc_all; setBattleFlag "base_exp_rate";end;}