[quote='Jafula',index.php?page=Thread&postID=123273 #post123273]In the file FeedOMatic.lua
add a new line below line 752 with the following:
[code]
SendChatMessage(string.format(msg, pet),"PARTY");
[/code]
It will look like this:
[code]
...
if (FOM_NoFoodError) then
msg = msg .. "\n" .. FOM_NoFoodError;
end
GFWUtils.Print(string.format(msg, pet));
GFWUtils.Note(string.format(msg, pet));
SendChatMessage(string.format(msg, pet),"PARTY");
end
FOM_PlayHungrySound();
FOM_LastWarning = GetTime();
...
[/code]
Give that a go, haven't tested it...[/quote][color=#990000][font='Geneva, Arial, Helvetica, sans-serif']I'll try that and see if it works, thanks Jafula! ^_^ BTW love jamba o.o its a life saver[/font][/color]
Connect With Us