|
You can try to use:
GetZonePVPInfo();
Returns
String pvpType, String factionName, Boolean isArena
pvpType
"friendly", if the zone is controlled by the faction the player belongs to
"contested", if the zone is contested
"hostile", if the zone is controlled by the opposing faction
factionName
the faction, that controls the zone, if pypType is "friendly" or "hostile"
isArena
true, if the player is in an arena, false otherwise
Hope that helps.
|