View Single Post
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