1. #1

    Weakaura alert when party members equal 5

    Hi guys, is it possible to make an alert when this happens? So i know when to alt tab back into the game, and inversely an alert when it's a party of 1 / disbanded, so you know the group broke, but that's a bonus. Thanks!

  2. #2
    Pit Lord shade3891's Avatar
    15+ Year Old Account
    Join Date
    Oct 2008
    Location
    Boat to the Dragon Ilses
    Posts
    2,307
    Make 4 triggers:
    1st trigger check for party1 health >0
    2nd trigger check for party2 health >0
    3rd trigger check for party3 health >0
    4th trigger check for party4 health >0

    State that all have to be true and set in the action tab a sound when all 4 are true

  3. #3
    Hi i figured it out

    trigger
    GROUP_ROSTER_UPDATE

    condition
    function(e) return GetNumGroupMembers() == 5 end

Posting Permissions

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