Bagnon

Bagnon

122M Downloads

[Suggestion] Merged Realm Character inventory display

voidzone opened this issue ยท 5 comments

commented

With the introduction of Merged Realms it would be nice to consolidate item totals etc. across all toons on the merged realms.

commented

Done

commented

THIS SOUNDS LIKE SWEET NEWS

commented

I found where the connected realms were listed and updated them to reflect newer ones (including the server I was on), but nothing seemed to be happening. Ended up making two changes in Bagnon\libs\LibItemCache-1.1\Core.lua to get everything working over here, figured I'd mention them here (if I should open a new ticket for records keeping or whatnot, just let me know and I shall).

*First change was switching the 'us' to 'US', line 50. Not sure if 'eu' needs a similar change.
*Second change was in function Lib:GetPlayerAddress(player), line 116 originally. Replaced "local player, realm" with "local player, _, _, realm". 'realm' kept coming out blank in debug print statements until I added a few variable placeholders.

Entirely possible I missed something obvious somewhere else that would have made my changes unnecessary, but eh. Took me longer than it should have, rusty as I am, but it seems to be working for me and that's clearly what's most important, no? ;-)

commented

Fixed

commented

Fixed