Close
Showing results 1 to 8 of 8
  1. #1

    Default Fizzwidget's Feed-o-Matic question [ For anyone who codes out there =D ]

    I recently got my two shammies up to 59, and since I wanna level a few teams while RAF is still enabled on my accounts, I decided to start two hunters. I had FoM on my 70 hunter, and loved it to death o.o, Now, my question is, is there any way to make the add-on message ' (pettname) is hungry' that shows in the chat window on the character itself show in party? Ive searched through the codes, but I personally dont understand it, and failed to find anything. And if not, any suggestions on a addon that could be able to alert me to when the slaves pet is hungry?

    Oh, and heres a link to the feed-o-matic:
    http://fizzwidget.com/feedomatic/

    Any comments / suggestions welcome ^_^
    [align=center][ Axaelii | Axailii :: Level 60 ] -- On Hold.
    [ Demonii | Starwake :: Level 60 ] -- On Hold
    [ Ebonweave | Spellweave :: Level 10 ]
    [ Alliance :: Aerie Peak US ]
    [/align]

  2. #2

    Default RE: Fizzwidget's Feed-o-Matic question [ For anyone who codes out there =D ]

    Quote Originally Posted by Hypnotic',index.php?page=Thread&postID=123255#post 123255][size=10][color=#990000][font='Geneva, Arial, Helvetica, sans-serif
    I recently got my two shammies up to 59, and since I wanna level a few teams while RAF is still enabled on my accounts, I decided to start two hunters. I had FoM on my 70 hunter, and loved it to death o.o, Now, my question is, is there any way to make the add-on message ' (pettname) is hungry' that shows in the chat window on the character itself show in party? Ive searched through the codes, but I personally dont understand it, and failed to find anything. And if not, any suggestions on a addon that could be able to alert me to when the slaves pet is hungry?
    [/font][/color][/size]
    If I remember correctly it makes a dink sound to let you know when the pet is hungry, but then again if you are doing more then one instance on the same computer you may not hear it so that may not work.

  3. #3

    Default

    yea, the bell noise doesnt work well for that reason, lol Im running both instances on one computer >_< Thanks for replying though ^_^
    [align=center][ Axaelii | Axailii :: Level 60 ] -- On Hold.
    [ Demonii | Starwake :: Level 60 ] -- On Hold
    [ Ebonweave | Spellweave :: Level 10 ]
    [ Alliance :: Aerie Peak US ]
    [/align]

  4. #4

    Default

    In the file FeedOMatic.lua

    add a new line below line 752 with the following:

    Code:
    SendChatMessage(string.format(msg, pet),"PARTY");
    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();
    ...
    Give that a go, haven't tested it...
    Jafula.
    Jamba - Jafula's Awesome Multi Boxer Assistant. An addon for YOU.

  5. #5

    Default

    [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]
    [align=center][ Axaelii | Axailii :: Level 60 ] -- On Hold.
    [ Demonii | Starwake :: Level 60 ] -- On Hold
    [ Ebonweave | Spellweave :: Level 10 ]
    [ Alliance :: Aerie Peak US ]
    [/align]

  6. #6

    Default

    Woot it works! Thanks a lot! ^_^ Appreciate the speedy replies.
    [align=center][ Axaelii | Axailii :: Level 60 ] -- On Hold.
    [ Demonii | Starwake :: Level 60 ] -- On Hold
    [ Ebonweave | Spellweave :: Level 10 ]
    [ Alliance :: Aerie Peak US ]
    [/align]

  7. #7

    Default

    Jafula.
    Jamba - Jafula's Awesome Multi Boxer Assistant. An addon for YOU.

  8. #8

    Default

    blue wizard needs food badly

Similar Threads

  1. Replies: 2
    Last Post: 10-13-2008, 10:27 PM
  2. RSS feed?
    By Xealous in forum General WoW Discussion
    Replies: 5
    Last Post: 09-14-2008, 04:06 AM
  3. Shaman burn-o-matic run
    By Fleecy in forum General WoW Discussion
    Replies: 4
    Last Post: 05-29-2008, 09:47 PM
  4. I need help making codes for Dual-Box WoW
    By UnclePhil in forum New Multi-Boxers & Support
    Replies: 0
    Last Post: 12-03-2007, 02:07 PM

Posting Rules

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •