XBar
| Last Update: | March 29, 2008 (3 months ago) |
|---|---|
| Category: | Action Bars |
| Tags: | actionbar, aspectbar, petstuffbar, trackbar, and xbar |
| Project Manager: | drdoom5081 |
| Current Version: | XBar v1.24 (for World of Warcraft 2.4.0) |
| Downloads Today: | 39 |
| Downloads Total: | 87,059 |
| Favorites: | 287 |
| Comments: | 176 |
- Screenshot
- More
- More Information
| Created On: | Jan. 31, 2007 |
|---|---|
| Compatible: |
|
| Localized: |
|
- About XBar
XBar for WoW (World of Warcraft)
- A customizable interface framework for supporting custom, movable buttons bars.
- This mod was derived from the mods AspectBar, TrackBar, TrapsBar, etc...
By Dr Doom (Shalune on Kargath)
FEATURES:
- Movable
- Orientable (rotate/reverse)
- Sizable
- Modular: Lets you easily create addons using this framework
- Customizable: Add your own unique features to your bar
- Pop-out menus: Use the toggle buttons
- Dynamic, all-in-one configuration window
- Supporting option sets for each or multiple characters
- Localized in several languages
USAGE
- /xbar help
- /xbar config
- /xbar show <bar>
- /xbar hide <bar>
- /xbar resetpos <bar>
- /xbar toggle <bar>
- /xbar options new <optionset>
- /xbar options set #
- /xbar options view #
- /xbar options delete #
- Move the bars by Ctrl + right click and drag
- The toggle command shows/hides the toggle buttons
SHIPS WITH THESE BARS
- XAspectBar
- XBuffBar
- XPetStuffBar
- XRogueBar
- XSealBar
- XTotemBar
- XTrackBar
- XTradeBar
- XTrapBar
- XWarlock Bar
OTHER PLUGIN SUPPORT
The following addons ship with XBar which add functionality for additional mods:
- XBarLocalizer - (Ace2,Babble-Spell) This mod allows easier update of localizations.
- XBar_cyCircled - (cyCircled) This mod allows XBars to be skinned using cyCircled.
SPECIAL THANKS
- Permetheus (Original Author of 'AspectBar' and 'TrapBar')
- Murkeli (Author of 'TrackBar')
- CRiSPyToWN (for keeping the bar mods going and making some new bars)
- Cilraaz (Author of 'BlessingBar' and 'SealBar'
- The following people for localization help: Norova (zhTW), PeliasLMEP (esES), Aphelandra - Todeskrallen (deDE), Jokhond (frFR), Gerar (esES)
- A HUGE thanks to all of those in the WoW community that have helped to make these previous mods a success, and to those who convinced me to keep these things going.
ADDON-SPECIFIC NOTES
- See readme.txt in each addon folder for additional information about included features for that specific addon. If there is no file, either the author didn't explain it fully or there are no addon-specific features that are not self explanatory or generic to XBar.
TROUBLESHOOTING & FAQ
- See FAQ.txt for additional info on how to use the advanced features of XBar and troubleshoot issues before posting a question or issue here.
- Downloads (5)
- Screenshots (2)
- Tickets
- Comments
- RSS
You need to login or register to post comments.
Benefits of Registration
- Interact with hundreds of thousands of other gamers on an open social network.
- Post your stories, news, images, videos, and other content to share.
- Create a network with your fellow gamers or join an existing one.
- Gain reputation for everything you do.
- Recommended Addons
- RSS
Users who liked XBar also liked these.
- 1,206 PallyPower Buffs & Debuffs and Paladin
- 2,022 Natur EnemyCastBar PvP, Buffs & Debuffs, Raids & ...
- 23 HoloFriends ... Unit Frames
- 6 Titan EmoteMenu FR Other
- 407 Examiner Other
- Similar Addons
- 2,752 Titan Panel Action Bars
- 2,128 HealBot Continued Buffs & Debuffs, Action Bars, ...
- 1,233 Bongos3 Action Bars
- 1,224 ItemRack Action Bars
- 1,067 Bartender3 Action Bars
- 8,871 QuestHelper Map and Quest & Leveling
- 4,630 Atlasloot Enhanced PvP, Map, Tradeskill, and ...
- 3,875 GroupCalendar Group/Guild Management, Quest ...
- 3,824 Omen Threat Meter Raids & Encounters
- 3,608 Preform AV Enabler PvP
Advertisement





- +0
- Thumbs Down
- Thumbs Up
MrMitchell saidI added support for selfcasting to the buffbar on my PC. I think it would be nice to have it in the official version, so here I am posting my changes.
In XBar.lua line 540 remove the star
So: button:SetAttribute("button*","type");
Becomes: button:SetAttribute("button","type");
Same for line 547 in XBar.lua. Remove the star
So: button:SetAttribute("spell*", val2);
Becomes: button:SetAttribute("spell", val2);
In XBuffBar.lua find the function called "XBuffBar_ButtonCB". In the function I added the following just after the line with "local x;"
if (not InCombatLockdown()) then
button:SetAttribute("checkselfcast", "true");
button:SetAttribute("modifiers", "SELFCAST:self");
end
These changes seem to work fine, but there might be a better way. Dunno for sure, since I am just starting with Lua and WoW scripting.
- +0
- Thumbs Down
- Thumbs Up
PeliasLMEP saidA can't see , in the track bar the icon for Track Hidden in Spanish game. The traslation is ok (I test it making a Macro) but I don't know why the icon do not appears.
- +0
- Thumbs Down
- Thumbs Up
drdoom5081 saidPatch for 2.4 up, due to curse's downtime I hadn't been able to upload. Keep in mind this mod is also hosted at wowinterface and worldofwar.net, which had been up for days.
- +0
- Thumbs Down
- Thumbs Up
Imoba saidIs there going to be a new version for 2.4?
- +0
- Thumbs Down
- Thumbs Up
drdoom5081 saidThat error is most likely due to the way I am forced to handle certain tradeskills. Try it with only XBar and XTradeBar enabled. I believe there are some other mods that are interfering with this. It works fine for me, so I can't reproduce the error.
If it still does it with only XBar and XTradeBar enabled, try removing the &idhack& metacommand from the beginning of the Prospecting skill in Localization.en.lua. Also, what language client and level of Jewelcrafting do you have?
- +0
- Thumbs Down
- Thumbs Up
Rhysette saidHey DrDoom, I found another minor bug last night. I don't know if it's posted here. Prospecting for jewelcrafting comes up on the Trade Bar, but when I click it, I get an error:
XBar has been blocked from an action only available to the Blizzard UI. You can disable this addon and reload the UI.
Thanks!
- +0
- Thumbs Down
- Thumbs Up
drdoom5081 saidNew version up with cyCircled support fixes.
- +0
- Thumbs Down
- Thumbs Up
Zaj saidIt's working now, but the box is huge compared to the size of the graphic, any way to resize it to fit properly?
- +0
- Thumbs Down
- Thumbs Up
Zaj saidI'm still getting the same error that I was with 1.21.
- +0
- Thumbs Down
- Thumbs Up
drdoom5081 saidv1.22 up with a few minor changes. This is the required version for XCustomBar v1.13, which has some more major changes.
- +0
- Thumbs Down
- Thumbs Up
painstorm saidYeah, I can confirm that the black box issue is fixed :)
- +0
- Thumbs Down
- Thumbs Up
drdoom5081 saidI finally found the black box issue and got rid of it. New version up, see changelog. Rogues beware the buttons have changed around, I hope it makes more sense now.
- +0
- Thumbs Down
- Thumbs Up
painstorm saidHow do I control the spacing between the buttons?
When I remove buttons I would like the total width of the bar to be smaller (XRogueBar), but instead more space is just added between the "groups" of buttons.
EDIT: Nvm, just needed to relog to fix it.
- +0
- Thumbs Down
- Thumbs Up
Zaj saidI'm getting the following error:
Date: 2008-01-12 17:20:02
ID: 51
Error occured in: Global
Count: 1
Message: ..\AddOns\XBar_cyCircled\XBar.lua line 25:
attempt to index field '?' (a nil value)
Debug:
...\AddOns\AtlasLoot\Libs\AceEvent-2.0\AceEvent-2.0.lua:264: TriggerEvent()
...\AddOns\AtlasLoot\Libs\AceEvent-2.0\AceEvent-2.0.lua:929:
...\AddOns\AtlasLoot\Libs\AceEvent-2.0\AceEvent-2.0.lua:927
[C]: ?
...\AddOns\AtlasLoot\Libs\AceEvent-2.0\AceEvent-2.0.lua:267: TriggerEvent()
...\AddOns\AtlasLoot\Libs\AceEvent-2.0\AceEvent-2.0.lua:914:
...\AddOns\AtlasLoot\Libs\AceEvent-2.0\AceEvent-2.0.lua:90
- +0
- Thumbs Down
- Thumbs Up
drdoom5081 saidStill looking into this black square issue, I have had no luck recreating it...
- +0
- Thumbs Down
- Thumbs Up
painstorm saidXWarlockBar is still bugged. When you remove the last curse a black square is left where the button was.
- +0
- Thumbs Down
- Thumbs Up
drdoom5081 saidFor some reason the default download has been 1.17 since then, I don't know why curse didn't update it like it normally does. Anywho, double check your version if you're having issues.
- +0
- Thumbs Down
- Thumbs Up
drdoom5081 saidXBar now supports cyCircled. cyCircled is a mod that allows you to put custom skins on the bars (circles, gears, different button textures, etc...). There are also other plugins to cyCircled that add lots of neat textures for it.
If you find you don't like how the buttons overlap, you can change the default spacing to allow for a more custom fit (see Patch notes section of scriptnotes.txt).
- +0
- Thumbs Down
- Thumbs Up
drdoom5081 saidNew version up with bugfixes, etc... I was hoping to get the Pet action bar in this release, but alas, it will have to wait till later.
- +0
- Thumbs Down
- Thumbs Up
GodzFire saidAwesome DDoom. I'm really glad you are picking up this addon. I believe that someone actually posted a comment on the addon page with a fix for the disappearing bar.
Thanks for the quick updates and look forward to more quality work from you!