View Single Post
04/25/17, 06:35 PM   #9
Noobanidus
 
Noobanidus's Avatar
AddOn Author - Click to view addons
Join Date: May 2015
Posts: 23
Originally Posted by ZOS_ChipHilseberg View Post
Unfortunately this is a rather expensive query on the server. We may add it at some point, but it would have to be in a controlled manner and might involve some restructuring.
Originally Posted by ZOS_ChipHilseberg View Post
The jump should return a failure event if it doesn't work already. That is more performant than doing a separate check in the case of success because it would have to look up twice. Anything more would expose the server to being slowed down by malicious code. We'd need a proper API that is rate controlled and also a look at the way the database is setup to offer an API here. It's not impossible, just not instantaneous.
Honestly, this is the response I was expecting. I think the best way currently would be something that spits out a machine-readable string which can be put in your guild member note or shared with other players (for friends list notes, etc), and something that reads that and gives you a list of houses you can port to.

This also has the added flexibility of allowing players to skip houses they haven't decorated yet, etc.
  Reply With Quote