02/03/09, 9:46 AM
|
#1
|
|
Ginakursia
Goblin Warlock
No WoW Account (EU)
|
Infraction for Zina: 1. All posters are to make an effort to communicate clearly.
Post: Macros
User: Zina
Infraction: 1. All posters are to make an effort to communicate clearly.
Points: 1
Administrative Note:
Message to User:
|
Use capitalization and punctuation in your posts.
|
Original Post:

Originally Posted by Submann
I was trying to find one pet care macro there will not bug even after u are dead, no luck with that...
So i made this, no matter what happen it will work...
Pet Care
#showtooltip
/cast [nopet, modifier:ctrl] Tame Beast
/cast [pet, modifier:shift] Mend Pet
/castsequence [nopet] reset=3 Call Pet, Revive Pet
/cast [target=pet,dead] Revive Pet
/cast [pet, combat] Mend Pet
/cast [pet, nocombat] Dismiss Pet
Hope some of you can use it...
|
personally i use this
#showtooltip
/console Sound_EnableSFX 0
/cast [pet,modifier:ctrl] Dismiss pet; [nopet,modifier:ctrl] Revive Pet
/cast [nopet] Call Pet; [target=pet,dead] Revive Pet; [target=pet,nodead] Mend Pet
/console Sound_EnableSFX 1
which is my improved version of the one on wowwiki i think it was i found it... its binded to shift + '<' for me on a norwegian keyboard and i have my pet attack/recall pet macro binded to '<' alone :P
reason why i dont have stuff like eye of the beast and tame pet there is basicly... i never use em often enough for it to be worth adding it to the macro.. tho could easly do it..
except for my all in one sting macro
#showtooltip
/cast [nomodifier] Viper Sting
/cast [target=focus,modifier:ctrl] Viper Sting
/cast [modifier:shift] Serpent Sting
/cast [modifier:alt] Scorpid sting
and my explosive shot/Chimera Shot/Serpent sting macro
#showtooltip
/console Sound_EnableSFX 0
/cast [nomodifier:shift] Explosive Shot
/cast [nomodifier:shift] Chimera Shot
/cast [modifier:shift] Serpent Sting
/console Sound_EnableSFX 1
those 4 macros are the only ones i use well... rest is just button space saving buttons...
|
|
|
|
|
|