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,592
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 04-22-09, 03:33 AM  
Jyniver
A Kobold Labourer

Forum posts: 0
File comments: 11
Uploads: 0
got this error : nMainbar\nMainbar.lua:139: attempt to index local 'normal' (a nil value)
Report comment to moderator  
Reply With Quote
Unread 04-19-09, 05:41 AM  
Neal
A Defias Bandit
 
Neal's Avatar
AddOn Author - Click to view AddOns

Forum posts: 2
File comments: 300
Uploads: 10
I work on a 3.1 version of nMainbar but i will take much time.
Report comment to moderator  
Reply With Quote
Unread 04-17-09, 05:22 PM  
Lightz29
A Kobold Labourer

Forum posts: 0
File comments: 2
Uploads: 0
Can someone explain to me how to get the default blizzard button textures instead of the ones included in the addon?
Report comment to moderator  
Reply With Quote
Unread 04-17-09, 04:35 PM  
Jyniver
A Kobold Labourer

Forum posts: 0
File comments: 11
Uploads: 0
Hi, is there a way to move those vertical bars (those at the side of the screen) I know I did it once before, but i dont remeber how, maybe I used fluidframes..

and I got a strange thing happening, my stance bar don't show. If I mouseover it, it shows like in a flash, and the same thing happens with the right vertical bar. But maybe that's because of the fluidframes?

thanks for the lovely addon
Report comment to moderator  
Reply With Quote
Unread 04-17-09, 09:56 AM  
danbar
A Kobold Labourer

Forum posts: 0
File comments: 18
Uploads: 0
Open nmainbar.lua find line 139
Code:
local normal = _G["PetActionButton"..i.."NormalTexture"]
and change it too
Code:
local normal = _G["PetActionButton"..i.."NormalTexture2"]
Hmmm... that's interesting, cause in my nMainBar.lua (ver. 3.6.0) in line 139 I do have:
Code:
137 button:SetHighlightTexture(pushedtex)
138 hig:ClearAllPoints()
139 hig:SetAllPoints(normal)
and what actually causes error on my PC is line 43:
Code:
42 local normal = _G["PetActionButton"..i.."NormalTexture"]
43 normal:Hide()
44   
45 local normal2 = _G["PetActionButton"..i.."NormalTexture2"]
46 normal2:Hide()
so I just commented out line 43, cause changing NormalTexture to NormalTexture2 in line 42 just makes it doing the same as lines 45-46.

BTW Silberbüchse, are you sure you are using version 3.6.0?

Edit: Just ignore my question, it is I who has old version of nMainBar.
Last edited by danbar : 04-17-09 at 09:58 AM.
Report comment to moderator  
Reply With Quote
Unread 04-17-09, 07:44 AM  
Silberbüchse
A Murloc Raider
AddOn Author - Click to view AddOns

Forum posts: 6
File comments: 24
Uploads: 1
Re: Re: petbar

Originally posted by Sangull
I've found two bugs with this after 3.1 patch.

[2009/04/15 05:04:46-5996-x1]: nMainbar\nMainbar.lua:139: attempt to index local 'normal' (a nil value)
Open nmainbar.lua find line 139
Code:
local normal = _G["PetActionButton"..i.."NormalTexture"]
and change it too
Code:
local normal = _G["PetActionButton"..i.."NormalTexture2"]
That works properly for me!
Report comment to moderator  
Reply With Quote
Unread 04-17-09, 06:53 AM  
danbar
A Kobold Labourer

Forum posts: 0
File comments: 18
Uploads: 0
Currently I'm experiencing a few problems with nMainbar.

1. There is no out-of-range indication any more.
2. The key-bind text and macro text are not hidden any more.
3. The textures are gone (now it's the default Blizzard borders and background)
I do have the same issue with nMainBar. What I did was a little "haxx" - I just commented out the section with the line causing the bug in nMainBar.lua. So far it works fine for me (playing a mage). I can post more details when I get home. I do know it's not a proper way to make nMainBar compatible with 3.1, but at least it makes the addon working till we have nMainBar updated by Neal (I hope it's gonna happen).
Report comment to moderator  
Reply With Quote
Unread 04-16-09, 02:38 PM  
Zeronic
A Kobold Labourer
 
Zeronic's Avatar

Forum posts: 0
File comments: 25
Uploads: 0
Hi Neal,

Currently I'm experiencing a few problems with nMainbar.

1. There is no out-of-range indication any more.
2. The key-bind text and macro text are not hidden any more.
3. The textures are gone (now it's the default Blizzard borders and background)


I don't see anyone else saying this in the comments. Are these patch problems, or is there something else?

I haven't found any other bugs, but if I do, I will let you know.

Maybe it is one of the other AddOns I use?
I use these AddOns:
  1. Atlasloot
  2. Capping
  3. DFontChatSizes
  4. GatherMate
  5. Gladius
  6. LibDogTag-3.0
  7. MikScrollingBattleText
  8. MozzFullWorldMap
  9. nBuff
  10. nClock
  11. NeonChat
  12. nMainbar
  13. nMinimap
  14. nRune
  15. OmniCC
  16. oUF
  17. oUF_Neav
  18. PhanxChat
  19. pMap
  20. SquidMod
  21. TipTac
Last edited by Zeronic : 04-16-09 at 02:46 PM.
Report comment to moderator  
Reply With Quote
Unread 04-15-09, 09:48 PM  
Imithat
A Fallenroot Satyr
 
Imithat's Avatar
AddOn Author - Click to view AddOns

Forum posts: 27
File comments: 201
Uploads: 7
Talking Re: Re: Rechte bar wird unsichtbar

Originally posted by Neal
showOnKeyPressed = {
MultiBars = false,
}

das auch auf false?
Ah hatte showOnKeyPressed config nich gelesen. Mein Fehler sorry
Aber noch eine sache. Wenn ich die Stancebar mit meinen Mainchar auf einen punkt fixiere und Relog funktioniert das. Die bleibt auf der selben stelle. Jedoch mit mein Twink wenn ich diese verschieb stellt die sich immer auf den Anfangspunkt ein.

Btw: Kommt bald ein 3.1 update raus? Freu mich drauf
Report comment to moderator  
Reply With Quote
Unread 04-15-09, 03:16 AM  
Sangull
A Murloc Raider

Forum posts: 5
File comments: 49
Uploads: 0
Re: petbar

I've found two bugs with this after 3.1 patch.

[2009/04/15 05:04:46-5996-x1]: nMainbar\nMainbar.lua:139: attempt to index local 'normal' (a nil value)

---

Commenting that section out seems to fix this issue.

The other bug I've found, you receive the 'nMainbar has been blocked from an action only available to the Blizzard UI...' message when trying to use a quest item from the new quest tracker.
Report comment to moderator  
Reply With Quote
Unread 04-09-09, 09:39 AM  
ssbob
A Kobold Labourer

Forum posts: 0
File comments: 2
Uploads: 0
petbar

I would like to be able to hide the petbar like the stancebar, what bit of code do I need to modify?
Report comment to moderator  
Reply With Quote
Unread 04-06-09, 11:41 PM  
Neal
A Defias Bandit
 
Neal's Avatar
AddOn Author - Click to view AddOns

Forum posts: 2
File comments: 300
Uploads: 10
Re: Rechte bar wird unsichtbar

Originally posted by Imithat
Hi Neal

Wenn die 2 rechten bars für mouseover auf false stehen ...

Code:
mouseover = {
        Stancebar = false,
        MultiBarRight = false,
        MultiBarLeft = false,
        ExpBarText = true,
        RepBarText = true,
    },
und ich mich teleportiere oder in instanzen reingehe wird die rechte bar immer unsichtbar. Ein /reload bringts zwar wieder aber ist trotzdem recht nervig

lg
imithat
showOnKeyPressed = {
MultiBars = false,
}

das auch auf false?
Report comment to moderator  
Reply With Quote
Unread 04-04-09, 06:44 PM  
Imithat
A Fallenroot Satyr
 
Imithat's Avatar
AddOn Author - Click to view AddOns

Forum posts: 27
File comments: 201
Uploads: 7
Exclamation Rechte bar wird unsichtbar

Hi Neal

Wenn die 2 rechten bars für mouseover auf false stehen ...

Code:
mouseover = {
        Stancebar = false,
        MultiBarRight = false,
        MultiBarLeft = false,
        ExpBarText = true,
        RepBarText = true,
    },
und ich mich teleportiere oder in instanzen reingehe wird die rechte bar immer unsichtbar. Ein /reload bringts zwar wieder aber ist trotzdem recht nervig

lg
imithat
Last edited by Imithat : 04-04-09 at 06:45 PM.
Report comment to moderator  
Reply With Quote
Unread 03-24-09, 04:39 PM  
Thedeath
A Kobold Labourer

Forum posts: 0
File comments: 20
Uploads: 0
add plz default texture for petbar
great addon!!!
Report comment to moderator  
Reply With Quote
Unread 03-19-09, 10:25 AM  
ALZA
A Deviate Faerie Dragon
 
ALZA's Avatar
AddOn Author - Click to view AddOns

Forum posts: 19
File comments: 11
Uploads: 1
Originally posted by pekaziz
Any idea to fix this?
Yep, enable "auto dismount when flying" option in standard interface options =)
Last edited by ALZA : 03-19-09 at 10:25 AM.
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump: