View Single Post
05/21/14, 11:51 AM   #4
Tar000un
 
Tar000un's Avatar
AddOn Author - Click to view addons
Join Date: May 2014
Posts: 47
One of the simpliest i see, is to create a dictionnary.

For numerical data, it's possible to rewrite them in base32hex.

But the other problem is see is the multiple access : who write and when ? Assuming two addon want to write the player's guildnote to communicate with a guildmate's addon, an error may occur.

In the other hand, how often is possible to write the guildnote ?
  Reply With Quote