Thread Tools Display Modes
02/14/21, 09:27 AM   #1
Jest
Join Date: Oct 2019
Posts: 13
Transmute crystals number

Hi,

Is there a way to know in a glance how many transmute crystals owns every character I have ?
The goal is to choose a good char who will open open my mail with transmutation geodes into them.

Thank you
  Reply With Quote
02/14/21, 09:56 AM   #2
Baertram
Super Moderator
 
Baertram's Avatar
WoWInterface Super Mod
AddOn Author - Click to view addons
Join Date: Mar 2014
Posts: 4,912
Transmute crystals are not saved per each toon but account wide.
So it does not matter who opens any geode as long as you are not near the 1000 max.

Edit:
Sorry, I didn't see this was asked in the addon search, thought it was addon code/API related:

API functions exist to get the currency types of your logged in char but non that would be able to check other chars (not logged in). You'd have to login with them once and save their crystals to the SavedVariables before being able to know and compare.

h5. CurrencyLocation
* CURRENCY_LOCATION_ACCOUNT
* CURRENCY_LOCATION_BANK
* CURRENCY_LOCATION_CHARACTER
* CURRENCY_LOCATION_GUILD_BANK


h5. CurrencyType
* CURT_ALLIANCE_POINTS
* CURT_CHAOTIC_CREATIA
* CURT_CROWNS
* CURT_CROWN_GEMS
* CURT_EVENT_TICKETS
* CURT_MONEY
* CURT_NONE
* CURT_STYLE_STONES
* CURT_TELVAR_STONES
* CURT_UNDAUNTED_KEYS
* CURT_WRIT_VOUCHERS

* GetCurrencyAmount(*[CurrencyType|#CurrencyType]* _currencyType_, *[CurrencyLocation|#CurrencyLocation]* _currencyLocation_)
** _Returns:_ *integer* _amount_

* GetMaxPossibleCurrency(*[CurrencyType|#CurrencyType]* _currencyType_, *[CurrencyLocation|#CurrencyLocation]* _currencyLocation_)
** _Returns:_ *integer* _max_

Last edited by Baertram : 02/14/21 at 12:21 PM.
  Reply With Quote
02/14/21, 10:25 AM   #3
Dolgubon
 
Dolgubon's Avatar
AddOn Author - Click to view addons
Join Date: Jan 2016
Posts: 408
Transmute crystals are account wide. If you want to know how much inventory space each character has open, you could use inventory insight.
  Reply With Quote
02/15/21, 11:08 AM   #4
Jest
Join Date: Oct 2019
Posts: 13
Oh it is global !

Thank you for your answers

Now I just need to know how many Transmutation geode has each character, but this doable with inventory insight.

Last edited by Jest : 02/15/21 at 11:14 AM.
  Reply With Quote
02/22/21, 09:30 AM   #5
Myrthian
Join Date: May 2019
Posts: 28
https://www.esoui.com/downloads/info...satmyAlts.html

WPA both tracks the amount of Transmutation Geodes your characters have + after my feature-request also the amount of Transmutation Crystals you hold in total with your geodes.

Last edited by Myrthian : 02/22/21 at 09:36 AM.
  Reply With Quote

ESOUI » AddOns » AddOn Search/Requests » Transmute crystals number

Thread Tools
Display Modes

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