| Updated: | 09-02-2010 03:22 PM |
| Created: | 09-02-2010 03:22 PM |
| Downloads: | 4,137 |
| Favorites: | 8 |
| MD5: |
The navigation system is mainly inspired by Assessment, which is also used by the Skada Damage Meter addon.Appearance customization
The basic idea:The first layer of navigation shows all fight-segments to choose from (also "overall" and "current fight"), leftclick one to view all available Modes. After choosing a Mode by leftclicking it, you can see the first overview. Left-clicking further will give you more information about the selected item as long as there is something else available. Right-Clicking anywhere will bring you back to the previous layer. You can always go back directly to the segment-selection layer by clicking on the "current viewed segment indicator" in the topright corner of the window.
- leftclick: get more detailed information about the content of the bar under the mouse
- rightclick: go back to the previous layer
Scrolling is done with the mousewheel.
To move the window, click&drag the left mousebutton while pressing the alt-key.
To open the dropdown menu, just click the arrow-thingie in the topright corner of the window.
Unfortunately none of the options to customize the appearance of the main window can be found ingame. They are only available to you if you know how to use an editor to open the Config.lua file, found in the addon folder.Obviously i'm trying to improve it even further, so if you have any bug reports or suggestions, post away, but no promises on implementing features fast (or at all if i don't like them
And that is what you will find there:
I think every option there should be pretty much self-explanatory. And in case you where wondering why nothing happens when you change the "pos" option in that file: Once you used alt+leftclick drag to move the window, the coordinates are being read from the savedvariables. In order to use the ones in this file again, you have to delete the character-specific savedvariables for Numeration.Code:-- SETTINGS local s = { pos = { "TOPLEFT", 4, -4 }, width = 280, maxlines = 9, titleheight = 16, titlefont = [[Fonts\ARIALN.TTF]], titlefontsize = 13, titlefontcolor = {1, .82, 0}, lineheight = 14, linegap = 1, linefont = [[Fonts\ARIALN.TTF]], linefontsize = 11, linetexture = [[Interface\Tooltips\UI-Tooltip-Background]], linefontcolor = {1, 1, 1}, }
).
![]() |
Comment Options |
|
|
|
|
A Deviate Faerie Dragon
Forum posts: 16
File comments: 182
Uploads: 0
|
Giggles, TY great addon I am really enjoying it now!
![]() |
|
|
|
|
|
|
A Deviate Faerie Dragon
Forum posts: 16
File comments: 182
Uploads: 0
|
Where are the pop up options? I only see left click to toggle visibilty and shift click to reset data?
If the option is in the LUA, while LUA file do I look in? (line number abouts?) Thank a bunch for speedy reply. |
|
|
|
|
||
|
||
|
|
|
|
|
|
A Deviate Faerie Dragon
Forum posts: 16
File comments: 182
Uploads: 0
|
Does this not work when solo? I like to see my damage and dps all the time, even if it resets with each fight.
I looked in the LUA config and did not see an option. |
|
|
![]() |