You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When cumulating a lot of resources (that honestly ought to just be account-wide like the Trader's Tender) on multiple characters it's a real pain having to repeat clicking buttons in the transfer popup. With the provided APIs it should be possible to iterate over all characters on the account and then transfer all of a currency to the current character, but all of the APIs for this are protected.
Please provide a button below the "Transfer" button that would do just this, and/or provide C_CurrencyInfo.RequestAllCurrencyFromAccount(currencyID) that we could call (make it require a hardware event if you want, just please don't lock us out from using it).
The text was updated successfully, but these errors were encountered:
When cumulating a lot of resources (that honestly ought to just be account-wide like the Trader's Tender) on multiple characters it's a real pain having to repeat clicking buttons in the transfer popup. With the provided APIs it should be possible to iterate over all characters on the account and then transfer all of a currency to the current character, but all of the APIs for this are protected.
Please provide a button below the "Transfer" button that would do just this, and/or provide
C_CurrencyInfo.RequestAllCurrencyFromAccount(currencyID)
that we could call (make it require a hardware event if you want, just please don't lock us out from using it).The text was updated successfully, but these errors were encountered: