Description
Nox Information Bar is a simple customizable frame that lets you display nearly any data available to the WoW client - in real time. It can show the current time, experience, game performance, combat efficiency and more - pretty much any data you want in the format you want. This "Redux" edition is the same thing as the original Nox bar, but with additional features and a new maintainer (me).
Features:
- Sixteen customizable data slots.
- 30 customizable tooltip lines.
- Experience bar overlays showing current and rested experience in a format easier to read than the default experience bar.
- A new GUI panel for customizing the bar.
- Compatibility with myAddOns.
- Clock offsets from server time configurable per-character for local time displays.
- NoxInformationBar is the bar itself, with the standard set of variables.
- NoxCombatStats adds combat-related variables to the bar.
- NoxHonorStats adds honor-related variables to the bar.
- NoxMoneyExtension adds a graphical money display, similar to the one at the bottom of the backpack.
- NoxEquipmentStats adds information about equipped items, including durability.
- NoxSkillStats adds information about character skills.
- NoxPlayerStats adds basic information about your character.
- NoxSampleExtension shows how to write plugins for the Nox Bar.
- NoxMover shifts UI frames around to make room for your Nox Bar.
/noxib configShow or hide the bar or individual slots:
/noxib show [slot=table] /noxib hide [slot=table] /noxib toggle [slot=table]Lock the bar position:
/noxib lock /noxib unlockCustomize slot displays:
/noxib resize slot=table width=number /noxib remap slot=table display='string'Reset the curent session statistics:
/noxib resetConfigure the tooltip:
/noxib tooltip [state=<'on', 'off'>] [position=<'anchor'>] [x=number] [y=number]Configure the clock offset from server time:
/noxib clock [offsethour=number] [offsetminute=number]"table" parameters can be specified as:
- numbers -> "slot=1"
- ranges -> "slot=1-6"
- lists -> "slot=[ 1 3 7 8 ]"
- 'left'
- 'topleft'
- 'top'
- 'topright'
- 'right'
- 'bottomright'
- 'bottom'
- 'bottomleft'
- 'center'
- Mark slots 4, 5 and 6 as visible
/noxib show slot=4-6
- Display only the clock (in white) in a 100 pixel wide slot
/noxib hide slot=1-16
/noxib show slot=1
/noxib resize slot=1 width=100
/noxib remap slot=1 display='|cffffffff{24hours}:{minutes}'
- Display the current framerate in slot 6, followed by a space and then "fps"
/noxib remap slot=6 display='{framerate} fps'
- Put the tooltip in the bottom right corner
/noxib tooltip position='bottomright' x=-32 y=32
- Shut off the tooltip
/noxib tooltip state='off'
- Reset the clock offsets to zero (use server time)
/noxib clock
- Set the clock offset to minus 2 hours and 30 minutes
/noxib clock offsethour=-2 offsetminute=-30


