Thread Tools Display Modes
05/31/24, 11:55 PM   #1
MelanAster
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
06/01/24, 07:13 AM   #2
Sharlikran
 
Sharlikran's Avatar
AddOn Author - Click to view addons
Join Date: Apr 2014
Posts: 672
I doubt it. Items from a vendor don't have all the information either, until you purchase the item.
  Reply With Quote
06/02/24, 05:50 AM   #3
Baertram
Super Moderator
 
Baertram's Avatar
WoWInterface Super Mod
AddOn Author - Click to view addons
Join Date: Mar 2014
Posts: 5,033
But guild banks shuld be different compared to vendors, as the items are either already bought or at least were in your inventory already before you depositted them to the guild bank.
I do not see why there should be any difference to normal banks or house banks.

Unless guild banks need to strip the level to make the link kind of non-unique to "better stack items", but those should all have level = 50 I think (so stack either way if the itemId is the same).
  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