1

I have a problem with the altoholic addon and it's item counter tooltips, i can't find an option to not include other realms

for example my i've got 10 chars on realm A and mage B on another realm. The tooltip will show items from A and B and count them together, while i want it to work per-realm only

flag

1 Answer

1

I just checked the source for Altoholic, and it very explicitly only checks the current realm.

local realm = GetRealmName()    	-- implicit: this realm only
local count = 0

for _, character in pairs(DataStore:GetCharacters(realm, account)) do
    ...

The only thing I can think of is if you transferred a toon from one realm to another, the first "copy" of that toon may not have been removed from DataStore, and you'll have to go into Altoholic and tell it to forget that toon (on the old realm, not the new realm).

link|flag
Best bet for a solution: Clear your cache out and make sure Altoholic is up to date. – Nehi Feb 9 at 4:51

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.