Thread Tools Display Modes
03/19/17, 12:03 AM   #1
Scotteeh
Join Date: Mar 2017
Posts: 2
Shadow Image addon

I've recently started using Shadow Image on my Nightblade in PvP and am loving it but keep finding myself going out of range of it without noticing.

Wondering if there is, or if an addon is possible to be made which would be able to track the distance you are from your Shade and display it on your screen to help keep track of it.

thanks
  Reply With Quote
03/19/17, 05:47 AM   #2
sirinsidiator
 
sirinsidiator's Avatar
AddOn Author - Click to view addons
Join Date: Apr 2014
Posts: 1,578
I tried making something like that a long long time ago, but it ultimately failed because the API does not tell you much about the shadow image.

There are a couple problems that need to be solved:
  1. The spawn position of the shadow image which is not always the same depending on the terrain. This is the biggest problem and prevents us from making it work accurately
  2. The different scaling of different maps makes measuring the distance hard. This can now be easily solved with LibGPS which didn't exist back when I tried making the addon.
  3. You need to track when the skill is cast, when the time runs out and it disappears and when the user tries to teleport outside the range (as it will change the skill back to summoning). For this you need to find all the abilityIDs and find the skill on the action bar, etc.

Besides that it is possible that you don't end up at your own shadow image if another NB is nearby, cast one for himself and you are closer to that one. Don't know if that's a bug or the intended behavior.
Overall it is pretty much impossible to tell the user anything accurately regarding that skill. If anyone is interested in making that addon, feel free to contact me and I'll send you my code.
  Reply With Quote
03/19/17, 07:26 PM   #3
Scotteeh
Join Date: Mar 2017
Posts: 2
ah well that's a shame :P ty for the response anyway (:
  Reply With Quote

ESOUI » AddOns » AddOn Search/Requests » Shadow Image addon

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off