Close
Showing results 1 to 4 of 4

Thread: Sharing Data

  1. #1

    Default Sharing Data

    Got a general question about mods that use data such as a bank/inventory mod. Is it possible to share that data across accounts? The reason why I ask is that when I'm not dual-boxing, I'd sometimes like to use my bankfu to check the bank contents on my other toons. This works fine when I'm checking out the banks of the alts on the same account, but I can't see anything from the toons on the other account. Is there a way to make both accounts share the same mod data files?
    Hunter/D. Priest 60.........70.........80
    ProtPally + Holy 60.........70.........80
    Boomkin + Shamen 60.........70.........80

  2. #2

    Default

    I'm not sure if it's possible automatically within a mod. From what I can tell there is no place to store data for all accounts. Generally the data is stored within the Account name(WTF/account/<accountname>/savedvariables/ or WTF/account/<accountname>/server/charname/savedvariables/). There may be some way to do it, but I'm not familiar enough with how addons save/load data to say with confidence it can or cannot be done. I can give work arounds though to have it work. There are 2 possible ways to make it work that I can come up with if there is no way to have the addon save and access data across accounts.

    Manually: Copy the characters data from one account to the other. I've done this to import addon settings from other accounts to my new account. This would have to be done all the time though to keep it updated. Of course teh addons that allow you to see every toons bank/bag probably store the data in the accountname/savedvar folder which means you most liekyl would have to copy paste part of the file into the others. This could cause issues if you don't get the formatting right(miss a { or something and your file is screwed).

    Other: If you had an addon that stored your bag/bank data then you could make some method to send the data while in game from one character to another. Either by a synch command, or autmatically whenever the toon closes their bank it would send to other party members with the same addon the contents of your bank(maybe use the hidden addon channel). I'm not sure how sending bank/bag data would impact framerate(would be a lot of data to send), so maybe a synch button would be better. You hit the button and it requests the data from other party members with the same addon. I say a synch button as I don't know if it would be a good idea to spam all that data to synch your bag as it would be changing a lot most likely and if it did slow down it could effect gameplay if someone opened their bag in combat or some other time when you wouldn't want any hangs or framerate problems.

    I'm sure someone who has more experience in addons could make something work and probably have a better grasp on methods to make it work.

    I'm sure someone else will answer with more clarity.

  3. #3

    Default

    Gatherer has the sync ability for guild and party. So it is definitely possible. Your best bet might be to choose your favorite bag addon, then find the author and ask or talk to them about the functionality. It would be very helpful.

    Actually, thinking about it, QuestHelper sort of does this too by tracking quest drops for all people with the addon in the party.

    I wish I knew LUA, the concept is pretty simple.

  4. #4
    Member Ughmahedhurtz's Avatar
    Join Date
    Jul 2007
    Location
    North of The Wall, South of The Line
    Posts
    7169

    Default

    All mods have the option to share data through the addon channel or other channels. Just requires the mod to actually do it. QuestFu does this, as do a bunch of other group-related mods. I _think_ there is one that does bank/inventory for group members but I could be wrong as I don't use anything like that.
    Now playing: WoW (Garona)

Similar Threads

  1. Data sharing between addons on seperate accounts
    By Anti in forum General WoW Discussion
    Replies: 7
    Last Post: 04-14-2009, 07:09 PM
  2. The Run-Aways (Collecting Data)
    By The IT Monkey in forum General WoW Discussion
    Replies: 65
    Last Post: 08-31-2008, 08:33 PM
  3. RAMDrive for data?
    By -silencer- in forum General WoW Discussion
    Replies: 16
    Last Post: 08-08-2008, 09:50 AM
  4. greetings - and data point for 5 accounts on one computer
    By BobGnarly in forum General WoW Discussion
    Replies: 7
    Last Post: 11-23-2007, 12:02 PM
  5. PS/2 Data to USB - Could Be Useful?
    By Xzin in forum Hardware Tools
    Replies: 0
    Last Post: 06-28-2007, 02:52 AM

Posting Rules

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •