I want to make a command like that, but I am not sure if it can be done by scripting or by sourcing.
Usage:
@bghappy 20
Set Battlegrounds happy hour for a 20% bonus.
@bghappy 0
Ends the Battleground happy hour.
This is the script command that is being used for the current Battleground Happy hour script:
set .bonus,120; // +20% set .showbonus,.bonus - 100; setbattleflag "bg_reward_rates",.bonus; // +20% Reward Rates setbattleflag "bg_ranked_mode",1; // Sets ranked mode //This is the one that stops it: setbattleflag "bg_reward_rates",100; // Normal Rates setbattleflag "bg_ranked_mode",0;
I want to make a command like that, but I am not sure if it can be done by scripting or by sourcing.
Usage:
@bghappy 20
Set Battlegrounds happy hour for a 20% bonus.
@bghappy 0
Ends the Battleground happy hour.
This is the script command that is being used for the current Battleground Happy hour script:
Share this post
Link to post
Share on other sites