#Trigger on number of players in group

1 messages · Page 1 of 1 (latest)

bold trail
#

Hello,

I would like to create a weak aura that would trigger only when there is 5 person in group. How could I achieve this ?

humble oracle
#

Depends if there are any other stipulations like tracking an aura or spell cooldown. Generally you select Unit->Smart Group. But if you want the aura to just appear when you're in a group. Use an always active trigger Player/Unit Info->Conditions->Always Active then make your load condition Group Type->In Party/In Raid. Click the check twice if you want both.

bold trail
#

I want it to appear when I'm in a 5 man group, which is full

#

it should triggers only when we are 5

#

I saw I could use GetNumGroupMembers() == 5 but not sure which events should I trigger on in custom settings

humble oracle
#

event should be GROUP_ROSTER_UPDATE

#

then do party size check