View Single Post
  #1  
Unread 04-11-2012, 10:21 PM
Niwashi's Avatar
Niwashi Niwashi is offline
The Undefeated
Interface Author - Click to view interfaces
 
Join Date: Feb 2011
Posts: 7
Identifying subscriptions

I'm trying to write a plugin that keeps track of "account-wide" data (the wallet items that are now shared among alts). My problem is that account-wide data is really subscription-wide, but saving to Turbine.DataScope.Server (or to Turbine.DataScope.Account) identifies accounts by login name. If you have multiple subscriptions under the same account and thus sharing the same login name, their data gets lumped together.

Is there a way for Lua scripts to identify what subscription someone is logged into when they use the plugin?
Reply With Quote