Close
Showing results 1 to 8 of 8

Hybrid View

  1. #1

    Default Cant macro sound or error frame

    Im trying to use a macro that will cast aspect of the viper from any other aspect unless viper is active and the macro works but i cand disable the error message or make that damn spell is not ready error sound stop WTF am i doing wrong heres what i have

    /console Sound_EnableSFX 0
    /cast aspect of the viper
    /cast aspect of the hawk
    /script UIErrorsFrame:Clear()
    /console Sound_EnableSFX 1

    also tried

    /run SetCVar("Sound_EnableSFX","0")

    /run SetCVar("Sound_EnableSFX","1")
    Last edited by Boogieman : 11-29-2009 at 12:42 AM

  2. #2

    Default

    Does casting an aspect trigger the GCD? I bet your macro is not getting past the second /cast.

    I am not sure what you are trying to do with that second line. This is a typical Aspect macro.

    #showtooltip
    /console Sound_EnableSFX 0
    /cast !Aspect of the Viper
    /console Sound_EnableSFX 1
    /script UIErrorsFrame:Clear()
    Last edited by Fizzler : 11-29-2009 at 12:46 AM

  3. #3

    Default

    no aspects do not trigger GCD

  4. #4

    Default

    This is a modification from Wowwiki I am not sure how up to date it is.

    #showtooltip Aspect of the Viper
    /cast Aspect of the Viper
    /cast Aspect of the Dragonhawk

    The above will cast Aspect of the Viper any Aspect, other than
    Aspect of the Viper, in which it will cast Aspect of the Dragonhawk.

    With the /console and /script commands above it sounds like it should work...

  5. #5

    Default

    well it does not work not sure why
    but the !aspect one does something i like i didnt know i could use ! in that manner
    Also

    #showtooltip
    /console Sound_EnableSFX 0
    /cast !Aspect of the Viper
    /console Sound_EnableSFX 1
    /script UIErrorsFrame:Clear()

    Does not disable sound and re enable
    However its not necessary because

    /cast !Aspect of the Viper

    causes no error at all no need to clear error frame or disable sound

  6. #6

    Default

    I think they added the ! toggle command back in 2.x It is a very nice feature

  7. #7

    Default

    I have not played my Hunter is a long long long time.

    Completely off topic but I ran across this macro I wonder if it works.

    #showtooltip Disengage
    /console targetNearestDistance 5.000000
    /targetenemy [noharm][dead]
    /cast [harm,nodead] Wing Clip
    /cast Disengage
    /targetlasttarget

    This macro will Wing Clip and Disengage off the closest enemy in range without losing your current target. For example you can be targetting a Mage and Wing Clip/Disengage off a warrior without losing the target on the Mage.
    Last edited by Fizzler : 11-29-2009 at 01:18 AM

  8. #8

    Default

    As far as the error speech sound goes, you can turn that off in the sound options in wow.
    I'm going to live forever, or die trying.
    5 Shaman Northrend Heroics - My YouTube Channel - Details about my setup (outdated)
    T2 Heroics: lvl 80 Heroics wearing lvl 60 armour
    Running 5-6 accounts on one computer, currently playing Horde on US-Skywall.
    My main teams:
    5x Shamans lvl 85
    5-class team lvl 100: Paladin, Druid, Shaman, Mage, Priest

Posting Rules

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