Thread Tools Display Modes
03/17/15, 05:49 PM   #1
circonian
AddOn Author - Click to view addons
Join Date: May 2014
Posts: 613
(bug) GetAvARankIcon() & GetLargeAvARankIcon()

Both functions:
Lua Code:
  1. GetAvARankIcon(integer rank)
  2. GetLargeAvARankIcon(integer rank)
return the incorrect icon textures for ranks 49 & 50


Those are actually the icon textures for ranks 47 & 48.

They should return:
Lua Code:
  1. GetAvARankIcon(integer rank)
  2. -- Should return: "/esoui/art/ava/ava_rankicon_grandoverlord.dds"
  3.  
  4. GetLargeAvARankIcon(integer rank)
  5. -- Should return: "/esoui/art/ava/ava_rankicon64_grandoverlord.dds"
  Reply With Quote

ESOUI » Developer Discussions » General Authoring Discussion » (bug) GetAvARankIcon() & GetLargeAvARankIcon()


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