Thread Tools Display Modes
05-03-10, 12:03 PM   #1
Lilithurian
A Deviate Faerie Dragon
AddOn Author - Click to view addons
Join Date: Jan 2010
Posts: 10
Any other possibilities for saving data?

Hi there,

I am about to write an addon, but I am quiet noobish when it comes to addon programming and I hope you can help me.

The goal of my addon is to create an enhanced profile, where players can input extra information. However, I would like this information to be viewable even when the player who posted that information is offline. So this data should be saved somewhere.

I was wondering if this is doable with just SavedVariables? Is it doable at all?
Are there any other options for saving data and sharing it between players?

Thanks in advance!
Greets,
  Reply With Quote
05-03-10, 12:44 PM   #2
Seerah
Fishing Trainer
 
Seerah's Avatar
WoWInterface Super Mod
Featured
Join Date: Oct 2006
Posts: 10,860
You could code it so that users of your addon can share data: http://www.wowwiki.com/API_SendAddonMessage
__________________
"You'd be surprised how many people violate this simple principle every day of their lives and try to fit square pegs into round holes, ignoring the clear reality that Things Are As They Are." -Benjamin Hoff, The Tao of Pooh

  Reply With Quote
05-03-10, 01:37 PM   #3
Lilithurian
A Deviate Faerie Dragon
AddOn Author - Click to view addons
Join Date: Jan 2010
Posts: 10
Thanks for your quick response.

So setting up a channel will allow all users of this addon to share data, but will it also store the data so that is available even when other users are no longer online (so not longer in the channel, I'm guessing) ?
  Reply With Quote
05-03-10, 06:25 PM   #4
Waverian
A Chromatic Dragonspawn
AddOn Author - Click to view addons
Join Date: Dec 2006
Posts: 188
Originally Posted by Lilithurian View Post
Thanks for your quick response.

So setting up a channel will allow all users of this addon to share data, but will it also store the data so that is available even when other users are no longer online (so not longer in the channel, I'm guessing) ?
No. At least one person online has to have the data available in order for it to be shared.
  Reply With Quote

WoWInterface » Developer Discussions » General Authoring Discussion » Any other possibilities for saving data?


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