((advertisement))

[Fishing] Ultimate Fishing Macro

  1. cactuar <Angler>, 5 months ago:

    Here's a pretty nifty macro I cooked up.

    When you click it, it will first attempt to equip your fishing gear (Hat and Kalu'ak pole in my case).
    The next click will use your Weather Beaten Fishing Hat to put the +75 lure on your Fishing Pole.
    Any subsequent clicks will simply cast your fishing line as normal (until your fishing lure runs out, then it will refresh it!)

    #showtooltip Fishing
    /script UIErrorsFrame:UnregisterEvent("UI_ERROR_MESSAGE");
    /equip Mastercraft Kalu'ak Fishing Pole
    /equip Weather-Beaten Fishing Hat
    /use Weather-Beaten Fishing Hat
    /script UIErrorsFrame:RegisterEvent("UI_ERROR_MESSAGE");
    /use Fishing

    Enjoy!!

  2. Keirelle <Angler>, 5 months ago:

    Thanks mate!

  3. Keirelle <Angler>, 5 months ago:

    What did I do wrong? Each time I click on it it will make her say "that item is not ready yet". Is there anyway to make that stop? I know it is because essentially the hat is being equipped each time and it doesn't need to reuse the lure each time, but can you make it so it doesn't say so?

  4. cactuar <Angler>, 5 months ago:

    Actually, the error is not from equipping an already equipped item. That action won't cause an error, it'll just ignore it.

    The error message comes from the multiple attempts to use the hat.
    If you're talking about the error text that appears on the screen, that's what the
    /script UIErrorsFrame:UnregisterEvent("UI_ERROR_MESSAGE");
    and the
    /script UIErrorsFrame:RegisterEvent("UI_ERROR_MESSAGE");
    are for.
    They temporarily turn off the error messages during the macro.

    The actual speaking from your character can be turned off in the "Sound" menu. Uncheck the "Error Speech" option.

    Sorry, I forgot to mention that because I always have it turned off by default.

  5. Keirelle <Angler>, 5 months ago:

    Yeah that's what I meant, not re equipping but just using it each time. Otherwise I really like the macro, guess I will just turn error messages off then! :)

Tags/keywords:

Reply

You must log in to post.