View Full Version : Cant macro sound or error frame
Boogieman
11-29-2009, 12:39 AM
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")
Fizzler
11-29-2009, 12:43 AM
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()
Boogieman
11-29-2009, 12:46 AM
no aspects do not trigger GCD
Fizzler
11-29-2009, 12:55 AM
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...
Boogieman
11-29-2009, 01:04 AM
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
Fizzler
11-29-2009, 01:11 AM
I think they added the ! toggle command back in 2.x It is a very nice feature
Fizzler
11-29-2009, 01:11 AM
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.
Maxion
11-29-2009, 01:20 PM
As far as the error speech sound goes, you can turn that off in the sound options in wow.
vBulletin® v4.2.2, Copyright ©2000-2025, Jelsoft Enterprises Ltd.