arkayenro / arkinventory

A World of Warcraft Inventory mod for Retail, Burning Crusade, and Classic
108 stars 14 forks source link

See across accounts #1341

Open nwardoh opened 4 years ago

nwardoh commented 4 years ago

Is there a way to configure AI to see across accounts? I have my summoner accounts that have bank toons on them for consumes and I would like to be able to see where everything is at.

arkayenro commented 4 years ago

no mod can go across multiple accounts as there is no blizzard api to allow for it

the only viable way to go cross account is to use a hardlink of the arkinventory.lua saved variables file (so the same file is in every account folder) - but, if you do that then you cannot run multiple accounts at the same time, or you can but only data from the one that logs off last will survive.

arkayenro commented 4 years ago

i was going to add the ability to sync data across accounts but it requires having more than one account and characters have to be logged in at the same time, so both accounts have at least one character on the same realm so they can talk to each other. makes it hard to test the code

Flowy commented 4 years ago

If you manage to create synchronization over addonchannel, it might be a good start for 'guild bank info'. All u need is to use guild channel and maybe whispers with selected characters (if you don't have bank alt in same guild)