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,328
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 02-27-15, 08:03 PM  
Sniffles
A Black Drake
 
Sniffles's Avatar
AddOn Author - Click to view AddOns

Forum posts: 86
File comments: 75
Uploads: 17
It seems like they merged everything together in the collections frame. so theres only a ToggleCollectionsJournal function instead of 2 seperate for pets and mounts. I "fixed" the micro menu buttons, if you want you can c&p this if it bothers you

E:\World of Warcraft\Interface\AddOns\nMainbar\modules\picomenu.lua

Around line 135 (till 153) you will see
Code:
{
        text = MOUNTS_AND_PETS,
        icon = 'Interface\\MINIMAP\\TRACKING\\StableMaster',
        func = function()
            securecall(TogglePetJournal, 1)
        end,
        tooltipTitle = securecall(MicroButtonTooltipText, MOUNTS_AND_PETS, 'TOGGLEPETJOURNAL'),
        tooltipText = NEWBIE_TOOLTIP_MOUNTS_AND_PETS,
        notCheckable = true,
    },
    {
        text = TOY_BOX,
        icon = 'Interface\\MINIMAP\\TRACKING\\Reagents',
        func = function()
            securecall(TogglePetJournal, 3)
        end,
        tooltipTitle = securecall(MicroButtonTooltipText, TOY_BOX, 'TOGGLETOYBOX'),
        tooltipText = TOY_BOX,
        notCheckable = true,
    },
you should replace it with this and you can open the collection frame again.

Code:
{
        text = COLLECTIONS,
        icon = 'Interface\\MINIMAP\\TRACKING\\StableMaster',
        func = function()
            securecall(ToggleCollectionsJournal)
        end,
        tooltipTitle = securecall(MicroButtonTooltipText, COLLECTIONS, 'TOGGLEPETJOURNAL'),
        tooltipText = NEWBIE_TOOLTIP_MOUNTS_AND_PETS,
        notCheckable = true,
    },
__________________
Hi!
Report comment to moderator  
Reply With Quote
Unread 02-27-15, 07:40 AM  
Nexfero
A Kobold Labourer

Forum posts: 0
File comments: 7
Uploads: 0
After new patch it works fine, the mount/pet and toy box links don't work. Also seems like the GCD ghost issue I was having is gone.
Report comment to moderator  
Reply With Quote
Unread 02-25-15, 05:34 AM  
PiTu
A Murloc Raider
 
PiTu's Avatar

Forum posts: 0
File comments: 8
Uploads: 0
Updateeee please please! . thxxx.
Report comment to moderator  
Reply With Quote
Unread 02-25-15, 04:29 AM  
Bajlk
A Kobold Labourer

Forum posts: 0
File comments: 29
Uploads: 0
Update, please!
Report comment to moderator  
Reply With Quote
Unread 02-06-15, 08:32 PM  
lee_terry_jr
A Murloc Raider

Forum posts: 5
File comments: 3
Uploads: 0
cant seem to do it

I love the way this looks/feels but It would be better if I could remove the stance buttons completely and have it so the icon next to the minimap that shows your current battle stance is a button that will allow you to change to your other stance. Then you could just have an option to bind that button to a key if wanted/needed.
Last edited by lee_terry_jr : 02-06-15 at 08:49 PM.
Report comment to moderator  
Reply With Quote
Unread 01-19-15, 01:39 PM  
Bajlk
A Kobold Labourer

Forum posts: 0
File comments: 29
Uploads: 0
Sometimes I login, my stancebar is on another position. How to fix this?
Report comment to moderator  
Reply With Quote
Unread 01-14-15, 06:22 AM  
jmt0101
A Kobold Labourer

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

Originally Posted by ballagarba
That's weird, I can't reproduce. Have you changed any other settings?
Nevermind, the problem is still there. I've tried deleting the addon and reinstalling but it persists. I'm not sure how to reset because I can't find where the setting file is in the WTF folder.
Last edited by jmt0101 : 01-15-15 at 04:22 AM.
Report comment to moderator  
Reply With Quote
Unread 01-04-15, 06:25 AM  
Spiattalo
A Kobold Labourer

Forum posts: 0
File comments: 28
Uploads: 0
Hey, I have a problem, since the last update the out of range indicator doesn't work.

Edit: Nvm, I used WoWMatrix to update the addon and it installed the 5.4 version. >.<

Is there any way to have only the keybind coloured red instead of the whole button btw?
Last edited by Spiattalo : 01-04-15 at 06:58 AM.
Report comment to moderator  
Reply With Quote
Unread 01-04-15, 05:55 AM  
ballagarba
A Fallenroot Satyr
 
ballagarba's Avatar

Forum posts: 22
File comments: 472
Uploads: 0
Re: Pet bar text

Originally Posted by jmt0101
The binds for my pet bar is showing even though I have bind text turned off.
That's weird, I can't reproduce. Have you changed any other settings?

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
Report comment to moderator  
Reply With Quote
Unread 01-03-15, 06:29 AM  
Bajlk
A Kobold Labourer

Forum posts: 0
File comments: 29
Uploads: 0
How I can remove the red out of range color?
Report comment to moderator  
Reply With Quote
Unread 12-20-14, 05:07 PM  
jmt0101
A Kobold Labourer

Forum posts: 0
File comments: 19
Uploads: 0
Pet bar text

The binds for my pet bar is showing even though I have bind text turned off.
Report comment to moderator  
Reply With Quote
Unread 12-19-14, 12:31 PM  
lordgreg
An Aku'mai Servant
 
lordgreg's Avatar

Forum posts: 36
File comments: 38
Uploads: 0
That's the thing. Sorry for disturbance and thank you for your reply.

Originally Posted by ballagarba
Originally Posted by lordgreg
Originally Posted by shakeydog
How come I cant get the third bar to stay on the screen when I move my mouse away ? I cant figure it and I been at it longer then I want to say.
hi.

i have exactly the same problem and its the only reason i'm not switching to nmainbar (other thing maybe not being on curse.com).

anyone found out what's the problem?
Did you guys try looking in the config file (config.lua)?

Change the red part to "false" (without quotes).

Code:
    multiBarBottomRight = {
        mouseover = true,
        hiddenAlpha = 0,
        alpha = 1,
        orderVertical = false,
        verticalPosition = 'LEFT', -- 'LEFT' or 'RIGHT'
    },
__________________
It's not a bug, it's a feature!
Report comment to moderator  
Reply With Quote
Unread 12-19-14, 03:58 AM  
ballagarba
A Fallenroot Satyr
 
ballagarba's Avatar

Forum posts: 22
File comments: 472
Uploads: 0
Originally Posted by lordgreg
Originally Posted by shakeydog
How come I cant get the third bar to stay on the screen when I move my mouse away ? I cant figure it and I been at it longer then I want to say.
hi.

i have exactly the same problem and its the only reason i'm not switching to nmainbar (other thing maybe not being on curse.com).

anyone found out what's the problem?
Did you guys try looking in the config file (config.lua)?

Change the red part to "false" (without quotes).

Code:
    multiBarBottomRight = {
        mouseover = true,
        hiddenAlpha = 0,
        alpha = 1,
        orderVertical = false,
        verticalPosition = 'LEFT', -- 'LEFT' or 'RIGHT'
    },
Report comment to moderator  
Reply With Quote
Unread 12-19-14, 03:15 AM  
lordgreg
An Aku'mai Servant
 
lordgreg's Avatar

Forum posts: 36
File comments: 38
Uploads: 0
Originally Posted by shakeydog
How come I cant get the third bar to stay on the screen when I move my mouse away ? I cant figure it and I been at it longer then I want to say.
hi.

i have exactly the same problem and its the only reason i'm not switching to nmainbar (other thing maybe not being on curse.com).

anyone found out what's the problem?
__________________
It's not a bug, it's a feature!
Report comment to moderator  
Reply With Quote
Unread 12-14-14, 01:04 AM  
pivichkrsk
A Kobold Labourer

Forum posts: 0
File comments: 1
Uploads: 0
Love this addon, but since 6.0-prepatch does not display "ALT-" keybinds
Everything else works fine
Tried -git version from Neav and this - still no luck
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump: