Jump to content

sauce

Members
  • Posts

    4
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

sauce's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. Hello, Recently wow has been crashing and I'm wondering if it is related to the bot. Log Says: [E] 08:11:12 - !Memory.IsProcessOpen
  2. Ok. Well I've also made a macro in the game: feedpet /run local c=CastSpellByName;if GetPetHappiness()~=nil and GetPetHappiness()~=3 then c("Feed Pet");PickupContainerItem(0,1) end Clicking this macro works and feeds the pet. When I use RunMacroText("/cast feedpet"); This also doesn't work. Am I doing something wrong or does this method also not work in Vanilla?
  3. I've been trying for a while now on how to get the bot to feed my hunters pet. I've tried the following spell and keep getting an error. if GetPetHappiness() < 3 then CastSpellByName("Feed Pet") UseItemByName("FoodName") end
×
×
  • Create New...