Page 1 of 1

check for raid.

Posted: Mon Dec 30, 2013 12:09 pm
by gloover
Hey experts. I want to check, if the player is in party or in raid.
For party check there is a function RoMScript("UnitExists('party1')") - but if there's a raid and player is in group 2 or 3, it gives "false" so I've tried RoMScript("UnitExists('raid1')") - but this seems not to work.

Any ideas?

thx in advance

EDIT:

have solved this prob, much easier I thought...

RoMScript('UnitInRaid("player")') for raid
RoMScript('UnitInParty("player")') for partycheck.