Just some wow macros
Posted: October 16th, 2005, 6:39 pm
Heres some:
/script SetCVar("gxWindow", 1 - GetCVar("gxWindow"));
/console reloadui
Switch between windows and full screen.
/target Yournamehere
/cast Nature's Swiftness
/cast Healing Wave(Rank 9)
For shamans, you have to click multiple times and this can do it at a low hp so you can pull it off before you die.
/dance
/sit
/dance
/lie
Dance why you are on your back.
/cast Hunter's Mark(Rank 2);
/script PetAttack();
Casts hunters mark then has pet attack.
/script P=1;T='player';function F(a)h=UnitHealth(a);p=h/UnitHealthMax(a);if h>0 and P>p then P=p;T=a;end end F(T);for i=1,4 do p='party'..i;if p then F(p);end end TargetUnit(T);CastSpellByName('Holy Light(Rank ?)');TargetLastEnemy()
Casts holy light on player with lowest health and then goes back to attacking player you were on.
/script if (UnitName("target") ~=nil and UnitIsFriend("player","target")) then CastSpellByName("Heal(Rank 1)") SendChatMessage("Incoming Heal to %T", "Party") else TargetUnit("player") CastSpellByName("Heal(Rank 1)") TargetLastEnemy(); end
Heals targeted person in group or heals you if your alone. Then goes back to the person you were attacking.
Macros that i thought were usuful since not everyone can look at the Macro/Bot section
/script SetCVar("gxWindow", 1 - GetCVar("gxWindow"));
/console reloadui
Switch between windows and full screen.
/target Yournamehere
/cast Nature's Swiftness
/cast Healing Wave(Rank 9)
For shamans, you have to click multiple times and this can do it at a low hp so you can pull it off before you die.
/dance
/sit
/dance
/lie
Dance why you are on your back.
/cast Hunter's Mark(Rank 2);
/script PetAttack();
Casts hunters mark then has pet attack.
/script P=1;T='player';function F(a)h=UnitHealth(a);p=h/UnitHealthMax(a);if h>0 and P>p then P=p;T=a;end end F(T);for i=1,4 do p='party'..i;if p then F(p);end end TargetUnit(T);CastSpellByName('Holy Light(Rank ?)');TargetLastEnemy()
Casts holy light on player with lowest health and then goes back to attacking player you were on.
/script if (UnitName("target") ~=nil and UnitIsFriend("player","target")) then CastSpellByName("Heal(Rank 1)") SendChatMessage("Incoming Heal to %T", "Party") else TargetUnit("player") CastSpellByName("Heal(Rank 1)") TargetLastEnemy(); end
Heals targeted person in group or heals you if your alone. Then goes back to the person you were attacking.
Macros that i thought were usuful since not everyone can look at the Macro/Bot section