View Single Post
03/16/20, 12:41 PM   #1
Keldor
 
Keldor's Avatar
AddOn Author - Click to view addons
Join Date: Jan 2015
Posts: 101
Wrong ability descriptions?

Hi all,

for the ESO-Skillfactory we got some bug reports about wrong tooltip values. I've checked the values of Inner Light (https://www.eso-skillfactory.com/en/...ner-light/235/). As you can see the API reports Max Magicka is increased by 6% but the in game tooltip shows 5%.

I tried to fetch the description with this command and I also get 6%, does anybody know why the API is returning a wrong tooltip for the max rank?

Lua Code:
  1. /script d(GetAbilityDescription(40478, MAX_RANKS_PER_ABILITY))
  Reply With Quote