1. #1

    Need help with a trinket macro

    As topic, I'm leveling my new little alt, Faceroller (guess which class ;D ) and I just got the overlord trinket and I macro'd it with my heart strike, it looks like this:

    #showtooltip Heart Strike
    /use 14
    /Cast Heart Strike

    Basically the idea is that I can just spam that one and it pops the trinket whenever its up, seemed to work just fine, but i get spammed with 'item is not ready yet'.

    So my question is, is there any way i can add something to the macro and remove that error message?


  2. #2

    Re: Need help with a trinket macro

    bump

  3. #3

    Re: Need help with a trinket macro

    Code:
    #showtooltip Heart Strike
    /console Sound_EnableSFX 0 
    /use 13
    /use 14
    /cast Heart Strike
    /console Sound_EnableSFX 1
    /run UIErrorsFrame:Clear()

    This will clear your screen of those errors before they pop-up and also stop the sound that it makes when you try and use something that's on cooldown.

  4. #4

    Re: Need help with a trinket macro

    Hope this helped.

  5. #5

    Re: Need help with a trinket macro

    It did indeed Abominatrix, its PERFECT

    Thanks a bunch! <3

  6. #6

    Re: Need help with a trinket macro

    No problems.

  7. #7

    Re: Need help with a trinket macro

    There are also a few addons that will eat the error messages in general. ErrorMonster is a popular one.

  8. #8

    Re: Need help with a trinket macro

    Quote Originally Posted by Lanceflex
    It did indeed Abominatrix, its PERFECT

    Thanks a bunch! <3
    I think he's ok.

Posting Permissions

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