Thread Tools Display Modes
04-20-05, 06:16 PM   #1
Inokis
EQInterface Staff
 
Inokis's Avatar
AddOn Author - Click to view addons
Join Date: Jan 2005
Posts: 156
Hunter Pet Feed Macro

I was browsing through internet posts when I ran across a pet feed macro that didn't work, however I was able to modify it into a working version of that same script:

(This version uses the first slot of your far right bag as the food slot)

/script if UnitExists("Pet") and not PlayerFrame.inCombat then CastSpellByName("Feed Pet"); TargetUnit("Pet"); PickupContainerItem(0, 1); end

Original Post:
http://vnboards.ign.com/WoW_Hunter_C...8/79611188/?85
__________________
If not yourself, who can you count on...
  Reply With Quote

WoWInterface » Developer Discussions » Lua/XML Help » Hunter Pet Feed Macro

Thread Tools
Display Modes

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