Results: 469Comments by: ballagarba
File: Neav UI07-04-11
@H4DOUK3N: nCore does a bunch of st...
Posted By: ballagarba
@H4DOUK3N: nCore does a bunch of stuff like adding coordinates to the world map, adds durability to the character frame, filters error messages, some skinning stuff among other things. Might add holy power to nPower. @daka242: Try setting enableFocusToggleKeybind = false in oUF_Neav/config.lua and see if that solves the "hidden...
File: Neav UI07-04-11
Originally posted by kentoooh Hi,...
Posted By: ballagarba
Originally posted by kentoooh Hi, anyone an idea how i move the raidframes? in the lua files i didnt find a line with the position. thx /neavrt
File: Neav UI07-04-11
@thehermin, cokedrivers: Thanks for...
Posted By: ballagarba
@thehermin, cokedrivers: Thanks for reporting. Both issues should be fixed with the latest Github build. However I didn't have time to actually test it and verify before I had to head off to work.
File: Neav UI07-03-11
Originally posted by cokedrivers...
Posted By: ballagarba
Originally posted by cokedrivers just found bug. nPower: if you do not have the showRuneCooldown = true, set to true you get the following error on a DK. Message: Interface\AddOns\nPower\core.lua:253: attempt to index field 'Rune' (a nil value) Time: 07/03/11 09:46:13 Count: 2 Stack: Interface\AddOns\nPower\core.lua:253:...
File: Neav UI06-30-11
Uploaded a (hopefully) 4.2 compatib...
Posted By: ballagarba
Uploaded a (hopefully) 4.2 compatible version, and please remove your old files before installing since there's been a lot of internal restructuring. I haven't had an error yet, so hopefully it will fix whatever problems you're encountering. You will also need to check the "use outdated addons" button because oUF hasn't been of...
File: nMainbar06-30-11
Originally posted by bobbank Look...
Posted By: ballagarba
Originally posted by bobbank Looking for the dungeon journal yesterday made me remember how much I'd love to see a micro-menu option for this mod. ^^ shift+j ;)
File: Neav UI06-20-11
Re: oUF_Neav
Posted By: ballagarba
Originally posted by cokedrivers just Downloaded the update from git hub and there is no oUF_Neav in the file. ballagarba-NeavUI-ccaad39 is the package. Neal is messing around with oUF_Neav at the moment and you'd do best in rolling back a couple of commits until he pushes the new ones.
File: Neav UI06-19-11
Originally posted by Tanque Can't...
Posted By: ballagarba
Originally posted by Tanque Can't nail down exactly when but I think it usually occurs in the middle of a large battle. Sorry. But that error occurs every very frequently. Also, the raid frame seems to be locked in the center of the screen. Is there some new way to move them? I've had to turn them off as a result. Hmm, you s...
File: Neav UI06-16-11
Re: Totem Timers?
Posted By: ballagarba
Originally posted by VexVishnu What happened to the default Blizz totem timers that appear under the character frame? My Lock still has the Soul Shards under the frame. Is there an option I missed while browsing through the ouf config? Are you referring to these? http://i.imgur.com/LfmcY.png
File: Neav UI06-06-11
Originally posted by cokedrivers...
Posted By: ballagarba
Originally posted by cokedrivers Neal or anyone else I would like to see the Zone Text colored by the currents zones PvP Status so I've been looking at other addons and I've got it able to switch the color just not auto i have to /rl to get the correct color. Maybe one of you can see what i forgot. here is the code: -- m...
File: nMainbar06-05-11
Originally posted by Murilo Well,...
Posted By: ballagarba
Originally posted by Murilo Well, this is what i want do do: http://imageshack.us/photo/my-images/827/barsg.jpg/ Not like the default long bar at all.... text micro menu isnt the same thing either. Ill leave it as a suggetion: option to enable a small sized micro menu, but only show it on mouse over. Great addon regardless.:...
File: nMainbar06-04-11
Originally posted by the_sober i'...
Posted By: ballagarba
Originally posted by the_sober i'm using this addon, he is great, but can you add one feature like the addon hoverbind to bindkeys more fast? just put the mouse over, bind the key and save. All that i find is bindpad like addons and i don't like then. Keep the good work Are you binding keys that often? :confused:
File: Neav UI05-31-11
Originally posted by Xikitu Like...
Posted By: ballagarba
Originally posted by Xikitu Like this? I tried and didn't worked :( local combatLog = { text = '|cffffff00CombatLog|r', func = function() if (not LoggingCombat()) then LoggingCombat(flase) DEFAULT_CHAT_FRAME:AddMessage(COMBATLOGENABLED, 1, 1, 0) else LoggingComba...
File: nMainbar05-30-11
Originally posted by danbar After...
Posted By: ballagarba
Originally posted by danbar After updating to version 1.3.8 I get following errors (only on login/reloadui): 1x nMainbar\modules\nMainbar_PossessBar.lua:2: attempt to index field 'possessBar' (a nil value) 1x nMainbar\modules\nMainbar_PetBar.lua:4: attempt to index field 'petBar' (a nil value) 1x nMainbar\modules\nMainbar_Mous...
File: Neav UI05-30-11
Originally posted by Thehermit On...
Posted By: ballagarba
Originally posted by Thehermit On the old version of nPower if I had multiple combo points it would still display the previous numbers. So if I had 4 then 1, 2 and 3 would still precede it. Now it only has the current. Any way to go back to the old behavior? I find myself losing track more easily now. Pretty simple. Open up nPower....
File: Neav UI05-27-11
Originally posted by UnlitPhoenix...
Posted By: ballagarba
Originally posted by UnlitPhoenix Is there any chance of debuff icons/highlighting for the raid frames in the foreseeable future? Or is there an oUF plugin for that? There's been a debuff highlight ever since the raid frames were implemented. It shows an icon in the middle of the raid frames for things your class can dispel and spe...
File: oUF_Neav05-24-11
Originally posted by morf Hello N...
Posted By: ballagarba
Originally posted by morf Hello Neav, i have 3 question: 1. How to remove the healdeficit from raidframes Open up oUF_NeavRaid.lua and go to line 531-ish, and delete or comment out: self:Tag(self.Health.Value, '')
File: Neav UI05-24-11
Originally posted by Tanque Is it...
Posted By: ballagarba
Originally posted by Tanque Is it me or is multiBarLeft mouseover toggle disabled? Can't seem to get this bar to hide when "mouseover = true," in the config. Using github version a167b30 multiBarLeft.mouseover = true works for me. Tried them all too, and didn't have any problems. Strange... You sure you don't have any other add...
File: Neav UI05-23-11
Originally posted by Tanque Inte...
Posted By: ballagarba
Originally posted by Tanque Interface\AddOns\oUF\elements\range.lua:24: attempt to index local 'range' (a nil value) : ? Interface\AddOns\oUF\elements\range.lua:24: in function using 4f23dd2 on github. problem seems to go away if you use the most recent standalone oUF. Yeah I di...
File: nMainbar05-16-11
Originally posted by Vranx The ne...
Posted By: ballagarba
Originally posted by Vranx The newest version has problems with the red range function. I thought maybe I messed it up when I edited it so I downloaded both the May 12th release and the April 28th release and ran them unedited with no other mods active. The May 12th release has trouble with red range, the April release worked perfe...
File: oUF_Neav05-14-11
Originally posted by karlodav Hel...
Posted By: ballagarba
Originally posted by karlodav Hello , how can i change the orientation of the raid frame to horizontal ? oUF_NeavConfig.lua at line ~133 and set "horizontalHealthBars" to true.
File: Neav UI05-06-11
Re: just wondering!
Posted By: ballagarba
Originally posted by janbedead if anyone could tell me why im getting lag? i updated every single file on the github site and i am still lagging :( its constant lag, kind of like my toon is running in slow mo. and now its lagging me out terribly. any help would be GREATLY appreciated. no other addons are being used except what...
File: Neav UI05-04-11
Originally posted by cokedrivers...
Posted By: ballagarba
Originally posted by cokedrivers Was just looking threw the oUF_Neav.toc and have you guys noticed that there is a modules\oUF_Aurawatch in there. Not sure if this is ment to be just letting you all know. Edit: Your mail.lua in the nCore is empty. Not sure if it cause there are issues or what but was wanting to try it :(...
File: nMainbar05-02-11
Originally posted by bobbank But...
Posted By: ballagarba
Originally posted by bobbank But I think I need micro-menu. Does anyone have any suggestions for a mod that lets me have micro-menu on mouseover or something? :confused: /edit1: does nMainbar interfere with Default Blizz Vehicle UI? It looks like hotkey text does not show on Vehicle bar even if you have it set to show on the n...
File: oUF_Neav04-27-11
Originally posted by karlodav any...
Posted By: ballagarba
Originally posted by karlodav anyone knows how i can hide the blizzard bags?, im using a third addon for my bags and when i press B , both ( blizzard and the third addon ) open different windows for my bags . That's your bag addons problem, not oUF_Neav.