Thread Tools Display Modes
04/02/14, 09:47 AM   #1
Lodur
AddOn Author - Click to view addons
Join Date: Feb 2014
Posts: 108
Character name -> account name

I have been looking for a function to get the account name for any given character name. Have not found one yet.

Anyone know of one?
  Reply With Quote
04/02/14, 10:53 AM   #2
Vuelhering
AddOn Author - Click to view addons
Join Date: Mar 2014
Posts: 169
Originally Posted by Lodur View Post
I have been looking for a function to get the account name for any given character name. Have not found one yet.

Anyone know of one?
Dunno. You can ignore then unignore
  Reply With Quote
04/02/14, 11:11 AM   #3
Lodur
AddOn Author - Click to view addons
Join Date: Feb 2014
Posts: 108
Originally Posted by Vuelhering View Post
Dunno. You can ignore then unignore
Ha - nope - this is related to my problem almost.

The Ignore system is rate limited...

<- AddIgnore('bob')
-> EVENT_IGNORE_ADDED('@bob's account)
<- SetIgnoreNote(bobs_index, note)
-> EVENT_UI_ERROR?? => your using the chat server to fast. wait and try again...


I bet you can not easily do an ignore then unignore without a state machine and timer....

My problem that I want this function for is because this system gives rate limit errors... I want to match the EVENT_IGNORE_ADDED(displayName) event to my AddIgnore(charName), but It is just a guess. I can NOT tell if my AddIgnore failed and the next EVENT_IGNORE_ADDED was for a different AddIgnore call...


I did do a /feedback in game that they really need to put an optional note argument on the AddIgnore() function..

Last edited by Lodur : 04/02/14 at 11:13 AM.
  Reply With Quote
04/08/14, 02:49 PM   #4
pjt15253
Spam Warrior
 
pjt15253's Avatar
Premium Member
AddOn Author - Click to view addons
Join Date: Mar 2014
Posts: 16
Originally Posted by Lodur View Post
I did do a /feedback in game that they really need to put an optional note argument on the AddIgnore() function..
I second this. Would make the SpamFilter code much cleaner.
  Reply With Quote

ESOUI » Developer Discussions » General Authoring Discussion » Character name -> account name


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