• Runes of Magic Addons
  • Runes of Magic
  • Average Rating:

  • Your Rating

  • Share
  • Report Abuse

XBar

 

Project Updated:
Files Updated: Mon, Apr 27 2009
Supports Game Version: 1825
Category: Artwork, Map & Minimap, Tooltip, and Unit Frames
Tags:

, , , , , , and [Edit Tags]

Project Manager: nigroangelus
Additional Authors: No additional authors
Current Version: XBar V1.45
License: Creative Commons License By-Nc-Sa 3.0
Development Site: CurseForge
Avg Daily DL (last 30 days): 51
Downloads Total: 42,886
Favorites: 139
Comments: 147
  • Contests
  • About XBar
  •  

XBar
Creates a small bar at the top or bottom of ur screen,
which lets u watch stats/infos as well as interact within.
Usage:

Buttons can be moved while pressing shift+right mouse...to permanently save their positions u have to relog once.
If u click a Button with left mouse, it will open an embedded Frame/Menu if included there, some got more options u will see in their tooltips.
Tooltips also contain more precise informations about stats declared to it.

If enabled, u can move several Unit- and Window-Frames while pressing shift+right mouse, their position will be stored.
The minimap can be hidden, if u press on the N at its top, right mouse will open the worldmap.
U'll find many more features, like onlinetimer, afkmode, a banking tip etc.

First Start:

In the very first beginning, XBar will arange any Buttons near together and place related and activated Frames to a default position.
U are free to move several Frames coming with the official UI, hiding content of the bar itself and much more...

If for some reason u can't see the XBar, maybe this can help u: How to reset XBar's values (thx to ankido).

U can also type /script XBarCfgBtn:Show() in the chat to let the ConfigButton show up in the corner u placed XBar last time (default is upper left), clicking it then will let u configure the XBar again.

Thanks to the following people:

Slayblaze for the creation of usermade skins for XBar.
krankhaft for another skin i reworked for usage in XBar too.
dhrami for showing up the simplicity of a damagemeter.
ArcticXWolf for his guild plugin.

all of u for posting bugs, making suggestions and sure using the addon. :)

Features:

  • Buttons (configurable, hideable & moveable)
    Bag, Money/Banker, Ammo, Mail, DPS/Durability, Exp/TP, Classes/Lvl, Friendlist, Guildlist, Performance/Afk, Clock/Date/onlineTimer
  • embedded ConfigurationMenu (to adjust many options)
  • XFrames (let´s u move several Frames)
  • MainMenu replacement
  • AntiSpam Function (use lower case for all letters!)
  • AFK Mode / AutoAFK

So u like the addon?
Please honor the work and vote for it. ;)

  • Downloads (7)
  •  
File Name Release Type Game Version Downloads Date
Addon Curse.com Beta 2.3.3 0 9/29/2008
  File Name Release Type Game Version Downloads Date  
  XBar V1.40 Beta 1825 796 4/22/2009
  XBar V1.39 Beta 1825 1,083 4/20/2009
  • Screenshots (3)
  •  
  • Comments

Add Comment  

Add

You need to login or register to post.

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.
  • XFuSeng said

    XBar II new v1.5 / v1.51
    http://rom.curse.com/downloads/rom-addons/details/xbar-ii.aspx

    The old version XBar will no longer be further developed and is defective!!

    Reply Report Permalink
  • Thomabe said

    New Version on: http://forum.runesofmagic.com/showthread.php?t=36439

    Reply Report Permalink
  • Zyber said

    Looks like that is an EU only update.

    Reply Report Permalink
  • Thomabe said

    I'm living in germany. Sorry, I don't know anything about the compability to other clients so you must test by yourself.

    Reply Report Permalink
  • rasyna said

    I just wanted to say thank you for posting the fixes to this since the last patch! Everything is working fine now. :)

    Reply Report Permalink
  • InstantZ said

    I downloaded it yesterday and Im getting the same problem as DarkZaleth where the error box keeps popping up and at one point it just froze there while the game was still running and in order to close even the box because clicking "OK" was working I have to Crtl Alt Delete to close the program.

    Reply Report Permalink
  • Sograk said

    If you look down this page you will see a way to manually fix this issue and a link to megaupload that can be extracted to your game files... Both of these solutions work.

    Reply Report Permalink
  • DarkZaleth said

    Getting error message box after fighting monsters, completing quests, and saving my selections with xbar.

    Reply Report Permalink
  • It is a direct link, maybe the captcha is a bit to complex for you. I get no spam from megaupload and until you start contributing instead of leeching off what others have said/done gtfosw!

    Reply Report Permalink
  • Here is a Fix for the xbar problem after the 7.28.09 patch.
    http://www.megaupload.com/?d=6B57QUFT
    Enjoy!!!

    Reply Report Permalink
  • thanks!

    Reply Report Permalink
  • thanks!

    Reply Report Permalink
  • Solamain said

    Just wanted to thank Jasonkrushbone for making the fixed file and uploading it to megaupload for me. He was even kind enough to credit my character in ROM for the fix. Thx m8.

    Reply Report Permalink
  • Make the changes manually as indicated below and avoid all of the spam from megaupload.

    Reply Report Permalink
  • Solamain said

    To fix the new error from the patch open up:
    C:\Program Files\Runes of Magic\Interface\AddOns\XBar\btn\XBtn.exp.lua

    lines 37, 39, and 40 need to have GetTotalPowerPoint changed to GetTpExp

    Save the changes and enjoy.

    I used notepad++ to make the changes, but you should be able to make them in normal notepad as well, you just will not have the lines numbered and will have to search for them.

    Reply Report Permalink
  • Lozareth said

    Or you can just add a line to the bottom of the file if you don't want to search:

    GetTotalPowerPoint = GetTpExp

    Reply Report Permalink
  • Anyone have quick fix for the new patch 1850? My TP/XP is messed up and gives alot of errors when killing mob.

    Reply Report Permalink
  • wolverana said

    This addon worked great until this last update. I get errors now when I mouse over the TP/XP selection on the bar. So far that seems to be the only thing that is giving me any problems at the moment.

    Reply Report Permalink
  • function DEFAULT_CHAT_FRAME:AddMessage(message,r,g,b)
    if (XBar["Spamlist"]) then
    if (XBar["Spam"]==true) and (message~=nil) then
    for i=1,#XBar["Spamlist"] do
    if (string.find(string.lower(message),XBar["Spamlist"][i])) then index=1; end
    end
    if not index then orig(obj,message,r,g,b); end
    index=nil;
    else orig(obj,message,r,g,b); end
    end
    end

    this fixes the error that raises when you enter an uncatched / command, thanks to Divine (forgot the whole name sorry) for pointing me into finding out where the errors come from

    Reply Report Permalink
  • rv55 said

    Thanks for this fix. It works.

    I was wondering what was causing that error.

    Reply Report Permalink
  • Similar Addons
  •  

Average downloads per day

  1. 25,200 Atlasloot Enhanced PvP, Arena, Map & Minimap...
  2. 13,492 HealBot Continued Buffs & Debuffs, Class, and...
  3. 4,548 Ackis Recipe List Professions, and Data Export
  4. 2,130 Bartender4 Action Bars
  5. 1,953 Altoholic Guild, Bags & Inventory, Mail...