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,331
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 05-15-15, 11:13 PM  
Nexfero
A Kobold Labourer

Forum posts: 0
File comments: 7
Uploads: 0
Is there a way to remove the green border (macro, item) without disabling the button skins?
Last edited by Nexfero : 05-15-15 at 11:13 PM.
Report comment to moderator  
Reply With Quote
Unread 05-15-15, 12:53 PM  
Bizerk
A Murloc Raider
AddOn Author - Click to view AddOns

Forum posts: 6
File comments: 81
Uploads: 1
Hey, anyone know how to anchor the bottomleft bar to the main bar? I wanted to remove the xp bar and just leave the 3 bars together but for now I've only hidden the xp bar so there is a gap. Anyone know if its possible to move them?
Report comment to moderator  
Reply With Quote
Unread 05-14-15, 02:10 PM  
illum1n4ti
A Defias Bandit
 
illum1n4ti's Avatar

Forum posts: 3
File comments: 117
Uploads: 1
Hellooo Neav

Is there a way to stick Stancebar and petbar with multibar or mainbar?

Thanks
Report comment to moderator  
Reply With Quote
Unread 05-05-15, 01:26 AM  
ballagarba
A Fallenroot Satyr
 
ballagarba's Avatar

Forum posts: 22
File comments: 472
Uploads: 0
Originally Posted by Trommy
How fix dat problem with font? Cyrillic lang.
Hmm, you either have to delete the "Fonts" folder to use the default Blizzard font. Or replace the fonts inside that directory with something that supports Cyrillic (they have to be renamed to have the same filenames as the current ones though).

Originally Posted by Trommy
And may to make smaller distances between buttons?
There's unfortunately no config option to change this, so changing this requires changes to the actual addon.
Report comment to moderator  
Reply With Quote
Unread 05-02-15, 02:47 PM  
Trommy
A Fallenroot Satyr
 
Trommy's Avatar

Forum posts: 23
File comments: 106
Uploads: 0
How fix dat problem with font? Cyrillic lang.

And may to make smaller distances between buttons?
Last edited by Trommy : 05-03-15 at 12:26 AM.
Report comment to moderator  
Reply With Quote
Unread 04-11-15, 03:59 AM  
Bajlk
A Kobold Labourer

Forum posts: 0
File comments: 29
Uploads: 0
Re: Re: Pet bar text

Originally Posted by ballagarba
Originally Posted by Galrath90
How I can remove the red out of range color?
Try changing OutOfRange to { 1, 1, 1, 0 } in nMainbar\config.lua
This changes the color from red into green! Help, please.
Report comment to moderator  
Reply With Quote
Unread 03-02-15, 02:00 PM  
ballagarba
A Fallenroot Satyr
 
ballagarba's Avatar

Forum posts: 22
File comments: 472
Uploads: 0
Re: exp bar #s always visible?

Originally Posted by bartg71
love the addon! Is there a setting in the LUA config that I am missing to make the exp bar / rep bar text not mouseover-able? -- as in, always visible?

Let me know if I'm perhaps not seeing something? Thx!
Yes there is, edit nMainbar\config.lua and change the following values to "false" instead of "true".

Code:
expBar = {
    mouseover = true,
},

repBar = {
    mouseover = true,
},
Report comment to moderator  
Reply With Quote
Unread 03-02-15, 01:16 PM  
bartg71
A Murloc Raider

Forum posts: 9
File comments: 38
Uploads: 0
exp bar #s always visible?

love the addon! Is there a setting in the LUA config that I am missing to make the exp bar / rep bar text not mouseover-able? -- as in, always visible?

Let me know if I'm perhaps not seeing something? Thx!
Report comment to moderator  
Reply With Quote
Unread 03-02-15, 09:47 AM  
Vranx
A Flamescale Wyrmkin
 
Vranx's Avatar

Forum posts: 101
File comments: 176
Uploads: 0
I have been using nMainbar and many other parts of NeavUI for years. Just wanted to say thanks. I appreciate you taking the time to keep it working.
Report comment to moderator  
Reply With Quote
Unread 03-02-15, 09:46 AM  
ballagarba
A Fallenroot Satyr
 
ballagarba's Avatar

Forum posts: 22
File comments: 472
Uploads: 0
Originally Posted by Chilayse
If they're comfortable with the Lua they could edit the option to false at least, right?
That's true, but it will also disable skinning of a bunch of other stuff like macro names, keybinds, range indicator, out-of-power indicator...
Report comment to moderator  
Reply With Quote
Unread 03-02-15, 09:42 AM  
Chilayse
A Kobold Labourer
 
Chilayse's Avatar

Forum posts: 0
File comments: 36
Uploads: 0
Originally Posted by ballagarba
Originally Posted by Deadlyz
Hi! Nice addon. I'm considering using it but I don't really like the button design.

Is there an option to toggle those fat button borders off?
Unfortunately not (at least not through an option). This addon is a part of a compilation where those borders are an integral part.
If they're comfortable with the LUA they could edit the option to false at least, right?

In the config.lua (I recommend notepad ++, and if you're using that, this section is line 48-56)
Code:
 
  MainMenuBar = {
        scale = 1,
        hideGryphons = false,

        shortBar = true,
        skinButton = true,

        moveableExtraBars = false,      -- Make the pet, possess, shapeshift and totembar moveable, even when the mainmenubar is not "short"
    },
Change skin button to false and save it. You can do this while the game is running and then hit reload. I love nmainbar but I always have to toggle visibility of mouseover bars because I don't much care for the mouseover stuff. Of course if you're not comfortable editing lua files there's a greater than normal chance you'll just have to reinstall the addon or uninstall and move on....
Report comment to moderator  
Reply With Quote
Unread 03-02-15, 06:17 AM  
ballagarba
A Fallenroot Satyr
 
ballagarba's Avatar

Forum posts: 22
File comments: 472
Uploads: 0
Originally Posted by Deadlyz
Hi! Nice addon. I'm considering using it but I don't really like the button design.

Is there an option to toggle those fat button borders off?
Unfortunately not (at least not through an option). This addon is a part of a compilation where those borders are an integral part.
Report comment to moderator  
Reply With Quote
Unread 03-02-15, 06:08 AM  
Deadlyz
A Wyrmkin Dreamwalker
 
Deadlyz's Avatar
AddOn Author - Click to view AddOns

Forum posts: 55
File comments: 370
Uploads: 2
Hi! Nice addon. I'm considering using it but I don't really like the button design.

Is there an option to toggle those fat button borders off?
__________________

My last movie: Rogue Sweethearts
Report comment to moderator  
Reply With Quote
Unread 03-02-15, 02:39 AM  
ballagarba
A Fallenroot Satyr
 
ballagarba's Avatar

Forum posts: 22
File comments: 472
Uploads: 0
Originally Posted by Galrath90
Why the autor doesn't post anything here? He don't care about us?
Dude, relax. The only thing that broke was two picomenu buttons so I didn't see a reason to stress a release. I'm a busy man, and playing WoW isn't exactly my number one priority these days.

Anyway, you'll be glad to see that I've uploaded an updated version so that you can open your toy box again.
Report comment to moderator  
Reply With Quote
Unread 02-28-15, 01:00 PM  
Bajlk
A Kobold Labourer

Forum posts: 0
File comments: 29
Uploads: 0
Why the autor doesn't post anything here? He don't care about us?
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump: