Thread Tools Display Modes
04/09/24, 10:29 AM   #1
november1983
Join Date: Mar 2020
Posts: 3
LF addon to show estimated value of guild bank

Hi

,I am currently looking for an addon that shows me the estimated value of the items in my private bank guild. Already used the search function in addons section, requests section and I even asked in zone chat...

With no success.

Is there any particular reason why I cannot find anything like this? I cannot be the first one to look for such an addon. Otherwise I have to add/remove all items in my bank so Networth can give me a summary once they are inside my character inventory. At least the part that fits in.
  Reply With Quote
05/18/24, 11:12 AM   #2
static_recharge
AddOn Author - Click to view addons
Join Date: Apr 2014
Posts: 38
Are you just looking for a total using master merchant prices?
  Reply With Quote
07/07/24, 06:54 PM   #3
Vilkasmanga
AddOn Author - Click to view addons
Join Date: Dec 2023
Posts: 19
I am still learning guild bank programming so this is not a solution. However, the next version of FarmersToolkit (due in 2 weeks-ish) will have a "gvalue" command ("/ft gvalue" in chat) that will report the total value of a guild bank (based on ESO pricing for now, I'll add TTC if this actually works) and the # of items in the bank.

The trick right now is you have to be at a bank with a guild banker open before the code can pull useful data. I'm still looking into why that is, may be related to the recent changes in the game but more likely my lack of familiarity in this space. Anyway, if you like, take a look when it comes out and let me know if this is kinda, sorta what you had in mind.

-V
  Reply With Quote
07/07/24, 10:09 PM   #4
Sharlikran
 
Sharlikran's Avatar
AddOn Author - Click to view addons
Join Date: Apr 2014
Posts: 681
You have to be at the guild bank. It's not something recent. You can't ask the API for access to certain things like a player home, until you enter the home. You can't ask for the contents of the guild bank from @AccountA when you are on @AccountB because only @AccountA belongs to the guild with the items you would like the value of.
  Reply With Quote
07/08/24, 02:06 PM   #5
Vilkasmanga
AddOn Author - Click to view addons
Join Date: Dec 2023
Posts: 19
Originally Posted by Sharlikran View Post
You have to be at the guild bank. It's not something recent. You can't ask the API for access to certain things like a player home, until you enter the home. You can't ask for the contents of the guild bank from @AccountA when you are on @AccountB because only @AccountA belongs to the guild with the items you would like the value of.
Whew, thanks. I am both happy and shocked that it wasn't something I was just missing
  Reply With Quote

ESOUI » AddOns » AddOn Search/Requests » LF addon to show estimated value of guild bank


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