Thread Tools Display Modes
Prev Previous Post   Next Post Next
05/31/24, 11:55 PM   #1
MelanAster
 
MelanAster's Avatar
AddOn Author - Click to view addons
Join Date: Feb 2024
Posts: 1
The InternalLevel Part of ItemLink of Food is not Calculated in Guild Banks

I'm working on a guild bank related addon and have found that
food stored in the guild bank has a different ItemLink.
InternalLevel is always 0.
This is not the case with other items.

Lua Code:
  1. --Food
  2. ItemLink = "|H1:item:68263:309:50:0:0:0:0:0:0:0:0:0:0:0:0:0:1:0:0:0:0|h|h" -- Backbag
  3. ItemLink = "|H1:item:68263:309:50:0:0:0:0:0:0:0:0:0:0:0:0:0:1:0:0:0:0|h|h" -- Person Bank
  4. ItemLink = "|H1:item:68263:309:0:0:0:0:0:0:0:0:0:0:0:0:0:0:1:0:0:0:0|h|h" -- Guild Bank
  5.  
  6. --Position
  7. ItemLink = "|H1:item:76829:30:3:0:0:0:0:0:0:0:0:0:0:0:0:36:1:0:0:0:267520|h|h" -- Backbag
  8. ItemLink = "|H1:item:76829:30:3:0:0:0:0:0:0:0:0:0:0:0:0:36:1:0:0:0:267520|h|h" -- Person Bank
  9. ItemLink = "|H1:item:76829:30:3:0:0:0:0:0:0:0:0:0:0:0:0:36:1:0:0:0:267520|h|h" -- Guild Bank

I think it's probably a bug.
  Reply With Quote
 

ESOUI » Developer Discussions » Bug Reports » The InternalLevel Part of ItemLink of Food is not Calculated in Guild Banks


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