Thread Tools Display Modes
02/03/16, 12:28 PM   #1
Ayantir
 
Ayantir's Avatar
AddOn Author - Click to view addons
Join Date: Jul 2014
Posts: 1,019
[implemented] Account Info

Hello,

Some functions like
Lua Code:
  1. local index = GetNumCreatedCharsOnAccount() -- returns numbers of char on the player account
  2. local name, gender, level, veteranRank, class, race, alliance, locationId = GetCharacterData(index)

could be cool to add.
It's a pain to manage deleted chars on multi character addons.
 
02/03/16, 12:46 PM   #2
votan
 
votan's Avatar
AddOn Author - Click to view addons
Join Date: Oct 2014
Posts: 577
Yes, please.

You could make RequestCharacterList() and GetCharacterInfo(index) and/or ZO_AddOnManager:GetNumCharacters() and ZO_AddOnManager:GetCharacterInfo(characterIndex) available in-game.
 

ESOUI » Developer Discussions » Wish List » [implemented] Account Info


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