Thread Tools Display Modes
Prev Previous Post   Next Post Next
04-11-05, 09:25 PM   #1
Inokis
EQInterface Staff
 
Inokis's Avatar
AddOn Author - Click to view addons
Join Date: Jan 2005
Posts: 156
Multipurpose Pet Class Macro

This is the multipurpose Macro I use, as a Warlock, for casting and pet assisting. Posting here for use if anyone needs:

edit: changed the second line of code to be a more party freindly pet assist, in case a player is targeted

edit: Consolitated the script into on line /script instead of two.

/script if UnitExists("pet") and not UnitExists("target") or UnitIsFriend("target", "pet") or UnitIsDead("target") then AssistUnit("pet"); end
/stand
/cast Curse of Agony(Rank 4)
/script PetAttack();
__________________
If not yourself, who can you count on...

Last edited by Inokis : 05-04-05 at 11:59 AM.
  Reply With Quote
 

WoWInterface » Developer Discussions » Lua/XML Help » Multipurpose Pet Class Macro


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off