View Single Post
08/23/16, 05:26 AM   #3
sirinsidiator
 
sirinsidiator's Avatar
AddOn Author - Click to view addons
Join Date: Apr 2014
Posts: 1,579
Sounds good.
By player name would have been nice, but it can be done via CanJumpToZone(zoneId) too. Just a bit more complicated as it requires scanning all guild members and friends and then matching the zoneName to a zoneId. Maybe instead you could add zoneId as a return value of GetGuildMemberCharacterInfo and GetFriendCharacterInfo. Then it would become pretty easy.