Sound toggle not working
TimothyLuke opened this issue ยท 1 comments
Need to check that this is applying
I can hear some sounds when i spam the macro
Fix by addPreMacro = [[
/console Sound_EnableSFX 0
...
...
PostMacro = [[
/console Sound_EnableSFX 1
Looking at this at the code level this is what it is doing:
GS-Core: PreMacro: /stopmacro [@playertarget, noexists]
/console Sound_EnableSFX 0
/targetenemy [noharm][dead]GS-Core: PostMacro:
/stopmacro [@playertarget, noexists]
/console Sound_EnableSFX 1
/startattack
/use [combat] 11
/use [combat] 12
/cast [combat] Doom Winds
I have changed it to hit before the general post macro items.