Close
Showing results 1 to 5 of 5

Threaded View

  1. #1

    Default Just a small tip

    Not sure if this has been covered if it has sorry for the re post but if it hasn't you might find this useful to you

    If you use click macros and need to clear ui error and disable enable sound for multiple buttons you can do it in the click macro

    like this

    #showtooltip auto attack
    /console Sound_EnableSFX 0
    /Click ActionButton11
    /Click ActionButton12
    /console Sound_EnableSFX 1
    /run UIErrorsFrame:Clear()



    this macro does 1 racial , 1 trinket and 1 spell on /Click ActionButton12
    and my hunter castsequence macro on /Click ActionButton11

    and the click macro disables the error frame and error sound effect for both macros in one
    Last edited by Boogieman : 01-07-2010 at 12:58 AM

Posting Rules

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