FeedIt
FeedIt is a minimalist hunter pet feeder addon.
Usage
FeedIt can be used simply by creating the following macro:/click FeedItButton
Features
- Take pet diets into account,
- Do not feed the pet if it is already happy or is currently eating,
- Do not give bonus food to the pet,
- Do not give food that can be used for cooking recipe to the pet, unless you hold down shift,
- Use some fuzzy logic to try to get rid of lower level and small piles of food in priority,
- There is neither options nor GUI,
- Do not embed nor require any library, tough it would fetch data from LibPeriodicTable-Consumable-3.1 if found. (If not found, it uses its own item sets).
If you like keeping your pet's happiness topped off (i.e. feeding them while they're 'happy') with this excellent addon, simply open feedit.lua and navigate to this line:
if happiness and happiness >= 3 then
and change it to
if happiness and happiness >= 5 then
Date: 2008-11-23 11:46:15
ID: 51
Error occured in: Global
Count: 1
Message: ..\AddOns\FeedIt\FeedIt.lua line 162:
attempt to index a boolean value
Debug:
[C]: ?
FeedIt\FeedIt.lua:162:
FeedIt\FeedIt.lua:12