Xparky
If any of you has ever seen FuBar_FuXPFu, then Xparky is it's replacement.
FuXP had the unfortunate limitation that it could only attach to a fubar, and often had refreshing issues, so instead of continuing to support that addon, I decided to write a standalone that would not have such limitations.
For those who haven't seen it before, Xparky is simply a very basic, very shiny XP/Rep bar that can be attached to any named frame available. As can be seen from the images, you can attach it to any side of any frame, and even set an offset so that the bars float off the frames.
All colours are configurable, and it works off the Watched Reputation, so if any other addon modifies that, it will update Xparky alongside it.
Use '/xparky' to pull up the configuration, and have fun!
Legoblock removed in version 2.0. Just the bars now.
Any chance on this getting updated for Burning Crusade Classic?
Can a Paragon rep bar be added?
Also, an icon for data broker would be nice!
In reply to hmmharold:
I'll see how the paragon rep works once I have a toon that can get paragon rep. Hopefully should be easy to add.
I'm not really a graphics person, but if anyone want to come up with an icon, I'll add it.
I just installed this (Retail), and noticed a couple of things. First, there is no legoblock and the settings don't have the LegoBLock checkbox to enable it.
In reply to karaste:
The legoblock was removed in version 2.0
In reply to gendi:
Hrm, then how can you tell what your rep is? There was no text on the bars...and no hover tooltip either.
In reply to karaste:
You would need an addon to display the text. I use https://www.curseforge.com/wow/addons/elkexperience and https://www.curseforge.com/wow/addons/elkfactions as LDB plugins.
I'm looking for an replacement for WOW Classic. ...any suggestions?
In reply to Forge_User_63962023:
Sorry, I didn't think enough folks were interested and didn't bother posting it. I'll see if I can figure out how to post the version already working for classic
In reply to Forge_User_63962023:
I can't get the packager to push the classic version, so I made a separate project until I can figure it out...
https://www.curseforge.com/wow/addons/xparky-classic
In reply to gendi:
There is BigWigs packager which supports classic
In reply to Ketho17:
Thanks K, I'll take a look into it.
I was looking for a replacement for the now broken Broker XPBar, and Xparky might be exactly what I was looking for. Thanks!
I was looking for this type of addon, but for use the Artifact and then Azerite Power. I added those and uploaded v2.0. This now allow XP, Rep, AP and AzP bars.
This is only bars, if you need a text display on your LDB bars I use Broker Everything (https://www.curseforge.com/wow/addons/broker-everything)
For those using this addon and having an issue where it does not show up on login try this (works for me)
go to the xparky.lua and change line: 561 from
function Xparky:OnInitialize()
to
function Xparky:OnEnable()
now it should load fine after login in and work just as it used to
Hello, is this addon updated for MoP?
No,
I've yet to resubscribe, but when I do, I might look into it.
Hope this gets updated for MoP, I really like it. Thanks for the addon - been using it for a long time. :)
Hi Wobin, i got it working by changing the following:
line 818:
local xpStringLeft = getHex("XPBar") .. currentXP.."|r/"..getHex("NoXPBar") .. maxXP .. "|r - ["..string.format("%d%%", (currentXP/maxXP)*100).."] ("..string.format("%2d%%",((restXP)/maxXP)*100)..")"
to:
local xpStringLeft = getHex("XPBar") .. currentXP.."|r/"..getHex("NoXPBar") .. maxXP .. "|r - ["..string.format("%d%%", (currentXP/maxXP)*100).."] ("..string.format("%d%%",((restXP)/maxXP)*100)..")"
I haven't tested this so far, other than to get it to load without errors.