1) Use the following
/script local i; CastShapeshiftForm(1); CastSpellByName("BloodRage"); CastSpellByName("Charge"); for i = 0,15 do if ( GetPlayerBuffTexture(i) == "Interface\\Icons\\Ability_Rac ial_BloodRage") then CancelPlayerBuff(i); end;
2) You cancel bloodrage for a second and it will recharge you.
/script local i; CastShapeshiftForm(1); CastSpellByName("BloodRage"); CastSpellByName("Charge"); for i = 0,15 do if ( GetPlayerBuffTexture(i) == "Interface\\Icons\\Ability_Rac ial_BloodRage") then CancelPlayerBuff(i); end;
2) You cancel bloodrage for a second and it will recharge you.