|
Zobacz poprzedni temat :: Zobacz następny temat |
Autor |
Wiadomość |
raqbiel
Nowoprzyjęty
Dołączył: 09 Sie 2013
Posty: 3
Przeczytał: 0 tematów
Ostrzeżeń: 0/5
|
Wysłany: Wto 15:51, 20 Sie 2013 Temat postu: Macra |
|
|
"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;
"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;
"Pummel"
/script texture,name,isActive,isCastable = GetShapeshiftFormInfo(3); if isActive then CastSpellByName("Pummel(Rank 2)"); else CastSpellByName("Berserker Stance()"); end;
"Berserker Rage"
/script texture,name,isActive,isCastable = GetShapeshiftFormInfo(3); if isActive then CastSpellByName("Berserker Rage"); else CastSpellByName("Berserker Stance()"); end;
"Sweeping Strikes"
/script texture,name,isActive,isCastable = GetShapeshiftFormInfo(1); if isActive then CastSpellByName("Sweeping Strikes()"); else CastSpellByName("Battle Stance()"); end;
"Whirlwind"
/script texture,name,isActive,isCastable = GetShapeshiftFormInfo(3); if isActive then CastSpellByName("Whirlwind"); else CastSpellByName("Berserker Stance()"); end;
Post został pochwalony 0 razy
|
|
Powrót do góry |
|
|
|
|
Paskudz
Nowoprzyjęty
Dołączył: 19 Sie 2013
Posty: 1
Przeczytał: 0 tematów
Ostrzeżeń: 0/5
|
Wysłany: Wto 16:57, 20 Sie 2013 Temat postu: |
|
|
Wielkie dzięki ziomuś.
Post został pochwalony 0 razy
|
|
Powrót do góry |
|
|
raqbiel
Nowoprzyjęty
Dołączył: 09 Sie 2013
Posty: 3
Przeczytał: 0 tematów
Ostrzeżeń: 0/5
|
Wysłany: Wto 17:26, 20 Sie 2013 Temat postu: |
|
|
/equip Main-hand
/equip Shield
/script texture,name,isActive,isCastable = GetShapeshiftFormInfo(1); if isActive then CastSpellByName("Shield Bash(Rank 1)"); else CastSpellByName("Battle Stance()"); end;
macro na shield bash
/equip Main-hand
/equip Shield
/script texture,name,isActive,isCastable = GetShapeshiftFormInfo(2); if isActive then CastSpellByName("Shield Wall"); else CastSpellByName("Defensive Stance()"); end;
macro na shield wall
WYMAGANY ADDON SUPERMACRO:
[link widoczny dla zalogowanych]
Post został pochwalony 0 razy
Ostatnio zmieniony przez raqbiel dnia Wto 17:28, 20 Sie 2013, w całości zmieniany 1 raz
|
|
Powrót do góry |
|
|
|
|
|
|