Download
(116Kb)
Download
Updated: 10-27-20 10:36 AM
Pictures
File Info
Compatibility:
Shadowlands pre-patch (9.0.1)
Updated:10-27-20 10:36 AM
Created:unknown
Downloads:109,302
Favorites:281
MD5:

nMainbar  Popular! (More than 5000 hits)

Version: 9.0.2
by: Neal, ballagarba

Features
- Smaller Mainbar
- Skin the buttons
- Out of range coloring
- You can change the font or the fontsize of the macronames, hotkey, count or still hide them
- The gryphons are hideable
... and many more.

The "picomenu"
The '+' button on the right gryphon is the "new" micromenu. Just left-click on it to show the micromenu or rightclick to show the gamemenu (the same as when you pres ESC)

How can I move the Pet-, Stance- or Possessbar?
It's very simple!
ShiftKey + AltKey + Leftclick on the first button of the Pet-, Stance- or Possessbar to move the them.

And whats about the new totemmanger?
ControlKey + Leftclick on one of the 4 totembuttons and move them.

How can I change some settings?
Open the config.lua with a text editor of your choice.
Some simple Lua knowledge is helpful to configure this addon, but the config is so simple that everyone can do this.

(!) THERE ARE NO INGAME CONFIGURATIONS (!)

Extra Stuff
If you want other gryphonarts check out SquidMod and SquidModGraficUpdate

Attention
Disable RedRange (or similar addons) if you use it, or it can occure
some problems. nMainbar has its own out of range coloring.

v9.0.2

- Add support for Shadowlands pre-patch.

v8.0.3

- !Beautycase added as a required dependency.
- !Beautycase now included in the release zip.

v8.0.2

- Prevent the fake and real bottom right bar to be shown at the same time.
- Fix border difference between the fake bottom right bar and the regular bars.

v8.0.1

- Bug fixes.

v8.0.0

- Updated for 8.0.1 Battle for Azeroth.


v7.3.0

- Updated for 7.3.0.

v7.0.0

- Updated for Legion (pre-patch).

v6.1.0

- Fixed picomenu buttons for the Toy Box and Mounts.
- TOC update.

v6.0.0

- Updates to work with Warlords of Draenor.

v5.4.1

- Fix the error when clicking the Player vs. Player option in the picomenu
- TOC update

v5.3.0

- TOC update.

v5.0.5

- Added some more abbreviations for keybinds:

Num Pad . => Nu.
Num Pad / => Nu/
Num Pad - => Nu-
Num Pad * => Nu*
Num Pad + => Nu+

v5.0.4

- Updated for patch 5.0.4.
- Now supports a minimum alpha on bars using mouseover.

v4.3.1d_1

- fixed a picomenu bug with grid

v4.3.1d

- improved button background texture (nobody cares but me!)
- adjust the normal texture (0.5px)

v4.3.1c

- fixed "hideRecallButton"

v4.3.1b

- fixed a multibar left and right bug
- default config: set multibarleft & right mouseover to false

v4.3.1a

- improvements, fixes and more

v4.3.1

- updates for patch 4.3
Optional Files (0)


Post A Reply Comment Options
Unread 07-29-11, 04:38 PM  
Murilo
A Kobold Labourer

Forum posts: 0
File comments: 9
Uploads: 0
Thanks a lot for the picomenu!
Report comment to moderator  
Reply With Quote
Unread 07-30-11, 01:43 AM  
Jansus
A Fallenroot Satyr
AddOn Author - Click to view AddOns

Forum posts: 28
File comments: 73
Uploads: 1
Is there any way to use raction buttonstyler or button facade with this?
Report comment to moderator  
Reply With Quote
Unread 07-30-11, 01:09 PM  
Neal
A Defias Bandit
 
Neal's Avatar
AddOn Author - Click to view AddOns

Forum posts: 2
File comments: 300
Uploads: 10
Originally posted by Jansus
Is there any way to use raction buttonstyler or button facade with this?
button facade: no
ractionbuttonstyler: yes

other solution: Replace the textures files in the "media" folder with your
Report comment to moderator  
Reply With Quote
Unread 08-01-11, 08:30 PM  
Zafnar
A Kobold Labourer

Forum posts: 0
File comments: 10
Uploads: 0
Since i updated my Out of Range settings don't seem to work. I want them to use the hotkey but even with that setting changed in the config and hotkeys set to show the icon is still being used. Its been a while since I've gone through and changed anything in the config so maybe I'm forgetting something so here's what I have:

Code:
local _, nMainbar = ...

nMainbar.Config = {
    showPicomenu = true,

    button = { 
        showVehicleKeybinds = true,
        showKeybinds = true,
        showMacronames = true,
Code:
nMainbar = {
    indicator = { 
        range = 'R',             -- you can set everything as range indicator, but only shown if you use 'hotkey' as OutOfRangeColoring :)  -- \226\128\162 
    },
    
    button = { 
        showKeybinds            = true,
        showMacronames          = true, 
        OutOfRangeColoring      = 'hotkey',   -- 'icon'
                                            -- 'hotkey' (will show the range indicator instead of the hotkey if ['Keybind = false'] )
                                            --  false (no range indicator)
Report comment to moderator  
Reply With Quote
Unread 09-09-11, 09:24 AM  
bobbank
A Kobold Labourer

Forum posts: 0
File comments: 50
Uploads: 0
Oh nice update with the menu!
Report comment to moderator  
Reply With Quote
Unread 09-12-11, 10:07 AM  
L3n1n
A Fallenroot Satyr
 
L3n1n's Avatar
AddOn Author - Click to view AddOns

Forum posts: 20
File comments: 86
Uploads: 2
I could not use spells from the spellbook. Solved the problem of change picomenu.lua:
befor
Code:
securecall (ToggleSpellBook, BOOKTYPE_SPELL)
after
Code:
securecall (ToggleFrame, SpellBookFrame)
The same problem with the talents I can not decide - maybe someone will tell how to solve this problem?

Report comment to moderator  
Reply With Quote
Unread 11-24-11, 08:46 PM  
Siq
A Kobold Labourer

Forum posts: 0
File comments: 3
Uploads: 0
I cant seem to get my keybinds to show on this. Ive tried multipal different things. Any help?
Report comment to moderator  
Reply With Quote
Unread 11-25-11, 01:04 AM  
ballagarba
A Fallenroot Satyr
 
ballagarba's Avatar

Forum posts: 22
File comments: 472
Uploads: 0
Originally Posted by Siq
I cant seem to get my keybinds to show on this. Ive tried multipal different things. Any help?
Set showKeybinds to true in config.lua

Code:
showKeybinds = true,
Report comment to moderator  
Reply With Quote
Unread 11-25-11, 11:30 AM  
Siq
A Kobold Labourer

Forum posts: 0
File comments: 3
Uploads: 0
Originally Posted by ballagarba
Originally Posted by Siq
I cant seem to get my keybinds to show on this. Ive tried multipal different things. Any help?
Set showKeybinds to true in config.lua

Code:
showKeybinds = true,
i did, it didnt work. thats why im baffled.


**edit**

apparently i just cant spell and i put "ture" on that one line. so now its working.

Thank you for making me go back and check it
Last edited by Siq : 11-25-11 at 11:42 AM.
Report comment to moderator  
Reply With Quote
Unread 11-30-11, 01:59 AM  
L3n1n
A Fallenroot Satyr
 
L3n1n's Avatar
AddOn Author - Click to view AddOns

Forum posts: 20
File comments: 86
Uploads: 2
Need update for 4.3 <3
Report comment to moderator  
Reply With Quote
Unread 11-30-11, 01:00 PM  
danbar
A Kobold Labourer

Forum posts: 0
File comments: 18
Uploads: 0
Well, action bars seem to work fine, it's just an error popping when I try to shuffle items in bags:

1x nMainbar\modules\skins.lua:195: attempt to index field '?' (a nil value)
<in C code>: in function `ActionButton_ShowGrid'
Interface\FrameXML\ActionButton.lua:496: in function `ActionButton_OnEvent':
Interface\FrameXML\ActionButton.lua:105: in function <Interface\FrameXML\ActionButton.lua:98>:
<in C code>: in function `PickupContainerItem'
Interface\FrameXML\ContainerFrame.lua:754: in function `ContainerFrameItemButton_OnClick':
Interface\FrameXML\ContainerFrame.lua:662: in function `ContainerFrameItemButton_OnDrag':
<string>:"*:OnDragStart":1: in function <[string "*:OnDragStart"]:1>
Report comment to moderator  
Reply With Quote
Unread 11-30-11, 03:17 PM  
ballagarba
A Fallenroot Satyr
 
ballagarba's Avatar

Forum posts: 22
File comments: 472
Uploads: 0
For now, try downloading the updated version of Neav UI (and just extract nMainbar from it) which contains fixes for nMainbar. Want some more feedback before uploading here as well.

Latest version as of posting this is v4.3.0a
Last edited by ballagarba : 11-30-11 at 03:19 PM.
Report comment to moderator  
Reply With Quote
Unread 12-02-11, 07:42 PM  
noobj
A Kobold Labourer
AddOn Compiler - Click to view compilations

Forum posts: 0
File comments: 10
Uploads: 1
Hi there is a problem currently where the bars dont work properly if the scale is set to anything lower than 1.

If i go stealth on my rogue the bars dont switch but instead appear to the bottom right. Same with going diff forms on druid. If scale is at 1 the bars switch fine however anything smaller the main bar wont switch however spells are still usable.


Report comment to moderator  
Reply With Quote
Unread 12-03-11, 06:50 AM  
ballagarba
A Fallenroot Satyr
 
ballagarba's Avatar

Forum posts: 22
File comments: 472
Uploads: 0
Originally Posted by noobj
Hi there is a problem currently where the bars dont work properly if the scale is set to anything lower than 1.

If i go stealth on my rogue the bars dont switch but instead appear to the bottom right. Same with going diff forms on druid. If scale is at 1 the bars switch fine however anything smaller the main bar wont switch however spells are still usable.

http://i61.photobucket.com/albums/h57/noobj/bar.jpg
http://i61.photobucket.com/albums/h57/noobj/bar2.jpg
I'm having trouble reproducing this, tried setting the scale to both 0.9 and 0.7, and tried stealthing both in and out of combat. Unless I missed something, there's probably some other addon messing with the actionbars or causing some taint. Does it still happen if you only have nMainbar enabled?

You could try grabbing the very latest nMainbar from here (Github).
Last edited by ballagarba : 12-03-11 at 06:50 AM.
Report comment to moderator  
Reply With Quote
Unread 12-03-11, 06:54 AM  
noobj
A Kobold Labourer
AddOn Compiler - Click to view compilations

Forum posts: 0
File comments: 10
Uploads: 1
Thx for the reply. It must be some other addon conflicting cos before i updated the rest of my addons the bars were working fine
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump: