Results: 34Comments by: dickloraine
File: NioUI11-07-12
Is this still being updated? The...
Posted By: dickloraine
Is this still being updated? The vehicle bar and other related bars needed for vehicles or fighting are not showing up. I have to disable the UI. Yes, this is still being updated. To your problem: Could you be a little bit more specific? Do you have an error message? For me the vehicle bar works just fine, so I would need more...
File: Select09-22-12
Hi, I used the old select and hooke...
Posted By: dickloraine
Hi, I used the old select and hooked it, to make a mount macro, where you could select a flying mount by clicking and a ground mount by shift clicking. My question regards therefor the future plan, to allow macro conditionals. If and when you implement that, would it then be possible to do something like this: /select mount:land...
File: NioUI09-21-12
Stop me when you get tired =) So...
Posted By: dickloraine
Stop me when you get tired =) Somewhere in Wotlk, near dalaran. I will look into it, could be that m_Maps needs to be updated. I will update the UI shortly before MoP - sunday or monday - to support MoP-Raiddebuffs and Monk Indicators.
File: NioUI09-20-12
Hi =) Is there any way to open mic...
Posted By: dickloraine
Hi =) Is there any way to open micromenu with click, not mouseover ? Yes, if you change one thing in DataBroker/nioLDBs. Go to line 191 and change "Micro.OnEnter(frame)" to "Micro.OnClick(frame)".
File: NioUI09-15-12
Hi! Today, after several tests, Bug...
Posted By: dickloraine
Hi! Today, after several tests, Bugsack recorded these errors, I divided them with "*****". https://docs.google.com/open?id=0BzxKK9YxDvqDbVVsbEFJYm8xOGs What im doing wrong with action bars? ) Installed bt4 for now. Btw: anyway to change raidframe style ? (wanna 1 column at the left side of screen, and growing from down t...
File: NioUI09-14-12
Okay, now I know the problem. It's...
Posted By: dickloraine
Okay, now I know the problem. It's easy. The combo points for rogues and druids are anchored on the portrait. If you removed the portrait, then you need to change that anchor. Just take a look in nioUI \ Unitframes \ oUF_Niodrk\lib.lua at lines 404-418. You will need to change that anchor. Just use "self.Health" instead. The you just...
File: NioUI09-14-12
Upd: Ui works properly at all my ch...
Posted By: dickloraine
Upd: Ui works properly at all my chars, instead of druid, that on screenshot =\\ Hm. Unfortunatly I don't have a druid. Then it could be, that there is somewhere an error in the Unitframe Module, regarding Druids. Maybe you could install this two addons: http://www.curse.com/addons/wow/bug-grabber http://www.curse.com/addons/...
File: NioUI09-14-12
Hello. How to move settings for twi...
Posted By: dickloraine
Hello. How to move settings for twinks with full options? I have set up your interface on my main char, copied all the files in the WTF for another char, but not all settings were transferred, and most importantly there are no frames, but "player". Screenshot with trouble : http://puu.sh/152K5 And sorry for bad english:(...
File: NioUI09-13-12
Just installed your lovely UI but u...
Posted By: dickloraine
Just installed your lovely UI but upon entering the game I am getting a lua error. ... Can you shed some light was is causing this? Argh, that was a stupid one. I use a slightly different version of the UI myself and made a copy and paste error from the one version to the other. Should be fixed now. What file should i replace...
File: NioUI09-13-12
Just installed your lovely UI but u...
Posted By: dickloraine
Just installed your lovely UI but upon entering the game I am getting a lua error. ... Can you shed some light was is causing this? Argh, that was a stupid one. I use a slightly different version of the UI myself and made a copy and paste error from the one version to the other. Should be fixed now.
File: Ara Broker SpecSwitcher09-01-12
Part 3: local function UpdateTable...
Posted By: dickloraine
Part 3: local function UpdateTablet() f:SetScale(config.scale) local talentGroup = GetActiveSpecGroup() local specC, aliasC, gearC = 0, 0, 0 local hasAlias, hasGear local nbSpec = GetNumSpecGroups() for i = 1, nbSpec do local id = GetSpecialization(false, false, i) local specName, specIcon = GetTalentText(id) lo...
File: Ara Broker SpecSwitcher09-01-12
Part 2: function f:UNIT_SPELLCAST_...
Posted By: dickloraine
Part 2: function f:UNIT_SPELLCAST_STOP(event, unit) if unit ~= "player" then return end f:UnregisterEvent"UNIT_SPELLCAST_SUCCEEDED" f:UnregisterEvent"UNIT_SPELLCAST_STOP" if event == "UNIT_SPELLCAST_SUCCEEDED" then return t:SetScript("OnUpdate", DelayWearSet) end ChatFrame_RemoveMessageEventFilter("CHAT_MSG_SYSTEM", SpamFi...
File: Ara Broker SpecSwitcher09-01-12
Thanks for the fix! Works for m...
Posted By: dickloraine
Thanks for the fix! Works for me, although the spec names and icons are wrong. I don't know anything about WoW API but seems to me that GetSpecializationInfo() is returning the wrong info. I just set my own alias and ignore the icon. 5.0.4 update please. Here's the final file after applying elaundar's patch, to replace...
File: NioUI08-31-12
As for the instance leave bug...how...
Posted By: dickloraine
As for the instance leave bug...how do I get the fix? (sorry, past 1am here and after 2 days of staying up late tweaking UIs...my brain is fried now...) Since you only modified "nioUI Config", make a backup of it (and of your saved variables as well for safety). If you install a new version of my UI, you only have to change "nioUI...
File: NioUI08-30-12
Looks very nice :) You know, that...
Posted By: dickloraine
Looks very nice :) You know, that you could disable "Healers have to die" in a raid? ;) The instance leave bug is hopefully solved now. Blizzard added another Unitpopupmenubutton called "INSTANCE_LEAVE" in addition to just "LEAVE". Don't know why, maybe because there seems to be a difference now between user made groups and autom...
File: NioUI08-30-12
3) Ran into a slight hiccup with th...
Posted By: dickloraine
3) Ran into a slight hiccup with the quest objectives panel, though. I wanted to swap the position of the left side (mouseover) actionbar (bar 5) with this, but after editing the lua (line 41) from: Quest = {scale = 1, anchor = "BOTTOMRIGHT", x_off = 0, y_off = 185, height = 550,}, to Quest = {scale = 1, anchor = "BOTTOMLEFT"...
File: NioUI08-29-12
Re: Re: Re: Unit frames
Posted By: dickloraine
Ok I think I am just missing the options:::: I was in a group and clicked on my portrait to leave group and could not can you help me???? Hopefully it is now fixed, I hope it was a line of code in oUF that has been updated. omg thank you love it. but its giving an error Message: Interface\AddOns\nioUI\NioUI.lua:189: attem...
File: NioUI08-29-12
Re: Unit frames
Posted By: dickloraine
Ok I think I am just missing the options:::: I was in a group and clicked on my portrait to leave group and could not can you help me???? Hopefully it is now fixed, I hope it was a line of code in oUF that has been updated.
File: NioUI08-29-12
and want to lower the player portra...
Posted By: dickloraine
and want to lower the player portrait and target portraits down a bit so the centre of the screen is uncluttered Moving the Unitframes is very easy. Just go into the ingame menu and there on the unitframe section. There is a button called "Move frames". Just click it and you will be able to move and resize the unitframes freely...
File: NioUI08-28-12
Hi there, Awesome UI. It's wonde...
Posted By: dickloraine
Hi there, Awesome UI. It's wonderfully lightweight and has kick-ass graphics. Sadly, my resolution is 1440 x 900 and I can't use it. I don't suppose you have any plans to launch a version for this screen res like, yesterday? :3 Keep up the good work :) Thanks for the compliment :) It shouldn't be that difficult to adjust i...
File: NioUI08-28-12
Thanks for ui, i havesoem question:...
Posted By: dickloraine
Thanks for ui, i havesoem question: 1- Is possible change action bars? Because i use 3 bars in middle Yes, this is possible. You have two options: You could disable my actionbars and install another addon, for example bartender. Or you could change some settings in "nioUI Config.lua". Beginning with line 182 you will find the...
File: TipTac08-28-12
I've fixed the "Show Who Targets th...
Posted By: dickloraine
I've fixed the "Show Who Targets the Unit" feature, by using the new GetNumGroupMembers() API. Also fixed an error in the TipTacItemRef addon for currency tooltips. I'm guessing I'll have to disable the entire TipTacTalents addon, as I don't know anything about the new talent system. Perhaps someone could shed some light on thi...
File: NioUI03-08-12
Glad I could help, and thank you fo...
Posted By: dickloraine
Glad I could help, and thank you for all of your help. :) Really loving the ui too. Thanks again. Edit: Also, the resetting bug is fixed. :) But the double lines for what someone is targeting still show up in the tooltip. Fine :) About the double lines: Are you sure, they are the same? There are two lines, but one is for who...
File: NioUI03-08-12
Thanks a lot for your help. I have...
Posted By: dickloraine
Thanks a lot for your help. I have updated the UI to include your settings for 1920x1080 and hopefully fixed the bug, that resets some of the addons. You can move the tooltip by using the slash command "/tip anchor". Why you get two identical lines I don't know, but it could be related to the reseting bug. The Debuffbars should now...
File: NioUI03-07-12
Thanks a lot, will look into it, wh...
Posted By: dickloraine
Thanks a lot, will look into it, when I have some time. Regarding the issue that everything resets, that is my fault. I just have realized, that I do not wait for the local variables to be loaded, before making this changes. On my computer they are loaded, when it comes to the skinning part, but thats just random I guess. So on you...