The sound appears in bfa region when only Tukui and Tukui_Config are activ.
If i turn both off, the sound is gone.
How do I disable the sound when I open/close the map?
#12It looks as if there is a connection to the stand of the war campain. After I turn the first quest in at Nazmir, the sound disappeared. It came back after a few quests and then disappeared again after a few quests.
Maybe this is helpful.
Maybe this is helpful.
How do I disable the sound when I open/close the map?
#13If you do the same with no addons, does it happen also?
I always recommend backing up your WTF folder - where your profiles/settings for all addons, including ElvUI are stored.
How do I disable the sound when I open/close the map?
#14The sound only appears when Tukui and Tukui_Config are activ. No matter what i do with my other addons. I think I tryed out all possible ways.
Tukui and Tukui_Config activate, other addons activate: I have sound.
Tukui and Tukui_Config activate, other addons deactivate : I have sound.
Tukui and Tukui_Config deactivate, other addons deactivate : I have no sound.
Tukui and Tukui_Config deactivate, other addons activate: I have no sound.
Since I turn in the fourth oder fifth (i am not sure) quest in nazmir for the war campain (alliance site) the sound is gone.
Tukui and Tukui_Config activate, other addons activate: I have sound.
Tukui and Tukui_Config activate, other addons deactivate : I have sound.
Tukui and Tukui_Config deactivate, other addons deactivate : I have no sound.
Tukui and Tukui_Config deactivate, other addons activate: I have no sound.
Since I turn in the fourth oder fifth (i am not sure) quest in nazmir for the war campain (alliance site) the sound is gone.
How do I disable the sound when I open/close the map?
#15Code: Select all
Searching 257 files for "PlaySound" (case sensitive)
D:\Git\Tukui\Tukui\Libs\DropDownMenu\UIDropDownMenu.lua:
732
733 if (Build >= 24904) then
734: PlaySound(SOUNDKIT.U_CHAT_SCROLL_BUTTON);
735 else
736: PlaySound("UChatScrollButton");
737 end
738 end
D:\Git\Tukui\Tukui\Libs\DropDownMenu\UIDropDownMenuTemplates.xml:
362 <OnClick>
363 Lib_ToggleDropDownMenu(nil, nil, self:GetParent());
364: PlaySound("igMainMenuOptionCheckBoxOn");
365 </OnClick>
366 </Scripts>
D:\Git\Tukui\Tukui\Modules\ChatFrames\ChatFrames.lua:
417
418 function TukuiChat:PlayWhisperSound()
419: PlaySoundFile(C.Medias.Whisper)
420 end
421
D:\Git\Tukui\Tukui\Modules\Inventory\Bags.lua:
369 CloseBankFrame()
370
371: PlaySound(SOUNDKIT.IG_BACKPACK_CLOSE)
372 end
373 end)
...
869 CloseAllBags()
870
871: PlaySound(SOUNDKIT.IG_BACKPACK_CLOSE)
872 end
873
6 matches across 4 files
How do I disable the sound when I open/close the map?
#16It's only added on 2 things in Tukui. The whisper and Bags. Everything else is Blizzard.