ZelionGG / XIV_Databar-Continued

Continuation of XIV_Databar addon
https://discord.gg/g7JZNGSU32
GNU General Public License v3.0
5 stars 3 forks source link

[Enhancement] Combine gold tracker for horde and alliance and give option to ignore realm #49

Open kaethr01 opened 3 weeks ago

kaethr01 commented 3 weeks ago

Is your feature request related to a problem? Please describe. Now that Warbands are a thing and gold is freely sent between any character on your account, it would be great to see in the gold micro menu all of your characters and not have the totals split out between alliance and horde or the realm the character is on. This could potentially be a configuration if the current behavior is still desired.

Describe the solution you'd like The gold currency micro menu will show all characters on my account gold value in a single place and the total will sum them all instead of being split by faction and realm.

Describe alternatives you've considered I attempted to edit the lua locally to just always treat my characters as horde and it seems to work somewhat but feels like a hacky workaround and also seems to have unforseen consequences. My 'daily gold' number always seems to be incorrect now and often when I login it will show a very negative number without me spending anything.

I replaced all instances of UnitFactionGroup("player") with "Horde"

Additional context None

ZelionGG commented 3 weeks ago

Heya, that's an interesting feedback and I'll deffo think about this enhancement !