Close
Page 1 of 2 1 2 LastLast
Showing results 1 to 10 of 11
  1. #1
    Member luxlunae's Avatar
    Join Date
    Aug 2008
    Location
    Bay Area, CA
    Posts
    1431
    Blog Entries
    37

    Default Sharing auctioneer data?

    Is it possible to force multiple accounts to share the same auctioneer scandata and beancounter files?

  2. #2

    Default

    Either copy the saved variables file for those addons over to the other accounts folders, or set up virtual folder thingy so they all use the same one.
    I'm going to live forever, or die trying.
    5 Shaman Northrend Heroics - My YouTube Channel - Details about my setup (outdated)
    T2 Heroics: lvl 80 Heroics wearing lvl 60 armour
    Running 5-6 accounts on one computer, currently playing Horde on US-Skywall.
    My main teams:
    5x Shamans lvl 85
    5-class team lvl 100: Paladin, Druid, Shaman, Mage, Priest

  3. #3
    Member luxlunae's Avatar
    Join Date
    Aug 2008
    Location
    Bay Area, CA
    Posts
    1431
    Blog Entries
    37

    Default

    Quote Originally Posted by Maxion View Post
    Either copy the saved variables file for those addons over to the other accounts folders, or set up virtual folder thingy so they all use the same one.

    Set up virtual folder thingy?

  4. #4

    Default

    Quote Originally Posted by luxlunae View Post
    Set up virtual folder thingy?
    I think this is what he means.

    http://www.dual-boxing.com/showthrea...hlight=simlink
    Blog : Herding Khats
    Team : Kina - Çroaker - Messkit - Lìfetaker - Wìdowmaker
    Newbie Guides : Multiboxing Vol. 1 - Multiboxing Vol. 2 - HotKeyNet - Jamba
    The Almighty Lax made a liar out of me, apparently I DO get prizes for it.
    *Commences Wielding the Banhammer like there's piñatas up in here and I'm Lady Thor*

    _ Forum search letting you down? Use the custom Google search _

  5. #5

    Default

    Quote Originally Posted by Khatovar View Post
    Yes that exactly.
    I'm going to live forever, or die trying.
    5 Shaman Northrend Heroics - My YouTube Channel - Details about my setup (outdated)
    T2 Heroics: lvl 80 Heroics wearing lvl 60 armour
    Running 5-6 accounts on one computer, currently playing Horde on US-Skywall.
    My main teams:
    5x Shamans lvl 85
    5-class team lvl 100: Paladin, Druid, Shaman, Mage, Priest

  6. #6

    Default

    Am I correct in thinking what simlink is doing is creating a shortcut to the original master file and replacing that same file in the other toons folder with the shortcut to the file you want it to use?

  7. #7
    Member Iru's Avatar
    Join Date
    Mar 2010
    Location
    J Random Airport
    Posts
    135

    Default

    Quote Originally Posted by Maxion View Post
    Either copy the saved variables file for those addons over to the other accounts folders, or set up virtual folder thingy so they all use the same one.
    The later won't work - generally, not just for these addons - as all addons write to a per-account directory (WTF/Account/<gameID>/SavedVariables) or per-character directory (WTF/Account/<gameID>/<character-name>/SavedVariables) and overwrite the file on game exit. This means that although they will start in the same place after the first copy, different games will replace the file and so lose everything but the last game's changes.

    Generally speaking, both cross-account data sharing and cross-character data sharing require explicit support from the AddOn. Cross-account data sharing also requires using the game itself as the means of data transfer - think Altoholic or Jamba - as addons cannot write to files outside WTF/Account/<gameID>.

    tl;dr - can't be done without bugging Norganna

    @Crowdx: yes, you can think of symlinks as shortcuts that work transparently
    Last edited by Iru : 07-29-2010 at 10:29 AM

  8. #8

    Default

    I presume another way of sharing the auctioneer data outside of the game would be to use a folder sync app to syncronize the auctioneer file for all the toons you want to share the auctioneer data with?

  9. #9

    Default

    I have all my Account folders symlinked to a single folder named AccountMaster which works great for me having ALL my toons in one folder but I can see where it might drive some of you nuts.
    I've got something to show ya!
    http://katharsis.feathermoon.us

  10. #10
    Member Iru's Avatar
    Join Date
    Mar 2010
    Location
    J Random Airport
    Posts
    135

    Default

    @Katharis: Doing that works only as long as you're not all updating the same files simultaneously. There's no avoiding the race conditions otherwise. Try making independent changes, e.g. buy & sell a bunch of different stuff in two clients so that BeanCounter captures it, check that the two games have different items in the BeanCounter log, exit both games, and then restart both. Do all your changes still appear?

    @Crowdx: That's still not enough because of the way LUA writes data structures. A context sensitive diff might work but there's no guarantee (AFAIK) that hash keys will be written out in the same order by each WoW client so you could have multiple updates for similar values in different parts of the same file. Katharsis' approach works when you're trying to share read-only data, e.g. spell configs, Bartender layouts, especially when the addons are using a profile mechanism. It's a much harder problem to deal with regular writes.

Posting Rules

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