1. May 11, 2022  

    Queue pop sound addon

    Is there any addon for 3.3.5 that makes a sound when que pops? Or maybe some WA? Im playing without ingame sound so need addon for it, dbm does that at retail but here it dont have that feature yet sadly.

  2. May 11, 2022  

  3. Is there any addon for 3.3.5 that makes a sound when que pops? Or maybe some WA? Im playing without ingame sound so need addon for it, dbm does that at retail but here it dont have that feature yet sadly.
    WeakAuras does that. You just need to create an event

  4. Is there any addon for 3.3.5 that makes a sound when que pops? Or maybe some WA? Im playing without ingame sound so need addon for it, dbm does that at retail but here it dont have that feature yet sadly.
    Go to weakauras and create an event.

    In trigger section, put this custom code.

    function()
    if StaticPopup1:IsVisible() or StaticPopup1:IsShown() then
    local txt = StaticPopup1Text:GetText() or ""
    if txt:find("You are now eligible to enter") then
    return true
    end
    end
    end
    Required for activation : Trigger 1
    Trigger 1 type : Custom
    Event type : Event

    Then go to action, play a sound "On show" and you can even write a text as well to show up.

Posting Permissions

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