HyuK-z XellOs-t Gaema
Forum Index > Replays |
Saab
Sweden28 Posts
| ||
NoName
United States1558 Posts
| ||
hasuwar
7365 Posts
CHARGE /script texture,name,isActive,isCastable = GetShapeshiftFormInfo(1);if isActive then CastSpellByName("Charge(Rank 3)");else CastSpellByName("Battle Stance()");end; DISARM /script texture,name,isActive,isCastable = GetShapeshiftFormInfo(2);if isActive then CastSpellByName("Disarm");else CastSpellByName("Defensive Stance()");end; EXECUTE /script texture,name,isActive,isCastable = GetShapeshiftFormInfo(2); if not isActive then CastSpellByName("Execute(Rank 5)"); else CastSpellByName("Battle Stance()"); end; INTERCEPT /script texture,name,isActive,isCastable = GetShapeshiftFormInfo(3);if isActive then CastSpellByName("Intercept(Rank 3)");else CastSpellByName("Berserker Stance()");end; OVERPOWER /script texture,name,isActive,isCastable = GetShapeshiftFormInfo(1);if isActive then CastSpellByName("Overpower(Rank 4)");else CastSpellByName("Battle Stance()");end; SILENCE /script texture,name,isActive,isCastable = GetShapeshiftFormInfo(3);if isActive then CastSpellByName("Pummel(Rank 2)");else CastSpellByName("Berserker Stance()");end; WHIRLWIND /script texture,name,isActive,isCastable = GetShapeshiftFormInfo(3);if isActive then CastSpellByName("Whirlwind");else CastSpellByName("Berserker Stance()");end; NO FEAR /script texture,name,isActive,isCastable = GetShapeshiftFormInfo(3);if isActive then CastSpellByName("Berserker Rage");else CastSpellByName("Will of the Forsaken(Racial)");end; /cast Berserker Rage | ||
| ||