March 10, 20197 yr Hello, you get home and instance members (arg "groupType" https://wow.gamepedia.com/API_GetNumGroupMembers ) (you get result even if one of the two is empty)
March 11, 20197 yr Author 19 hours ago, Droidz said: Hello, you get home and instance members (arg "groupType" https://wow.gamepedia.com/API_GetNumGroupMembers ) (you get result even if one of the two is empty) How to get information about where the location of party members if they are in different location? Party.GetParty().Where(o => o.Location == "A")?
March 11, 20197 yr var playerObjsNear = Party.GetPartyHomeAndInstance().Where(o => o.Position.DistanceTo(new Vector3(1, 2, 3)) < 5);
March 11, 20197 yr Author 1 hour ago, Droidz said: var playerObjsNear = Party.GetPartyHomeAndInstance().Where(o => o.Position.DistanceTo(new Vector3(1, 2, 3)) < 5); Oh sure, i can use coordinate... Thanks!
Create an account or sign in to comment