ESOUI

ESOUI (https://www.esoui.com/forums/index.php)
-   AddOn Search/Requests (https://www.esoui.com/forums/forumdisplay.php?f=165)
-   -   Transmute crystals number (https://www.esoui.com/forums/showthread.php?t=9582)

Jest 02/14/21 09:27 AM

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

Baertram 02/14/21 09:56 AM

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_

Dolgubon 02/14/21 10:25 AM

Transmute crystals are account wide. If you want to know how much inventory space each character has open, you could use inventory insight.

Jest 02/15/21 11:08 AM

Oh it is global ! :eek:

Thank you for your answers :o

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

Myrthian 02/22/21 09:30 AM

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.


All times are GMT -6. The time now is 11:51 PM.

vBulletin © 2024, Jelsoft Enterprises Ltd
© 2014 - 2022 MMOUI