Results: 13Comments by: Noest
File: Roth UI (Diablo)12-17-09
ver. 091210: WTB updated code please.
Posted By: Noest
ver. 091210: WTB updated code please.
File: Roth UI (Diablo)12-09-09
Great work on updating the UI for 3...
Posted By: Noest
Great work on updating the UI for 3.3: it works perfect! Is it possible to inverse the colors of the enemy name plates? Like it is possible for the health/cast bar.
File: Roth UI (Diablo)10-28-09
Thanks. You're probably right, but...
Posted By: Noest
Thanks. You're probably right, but I find it very educational and interesting to go through your code and understand how/why you changed it. Keep up the good work! Another thing I would like to mention: sometimes when I join a raid, or when I DC, I loose some people from the raidframe. I can no longer see their names appear in the...
File: Roth UI (Diablo)10-28-09
090929 - added aggro coloring to g...
Posted By: Noest
090929 - added aggro coloring to group frames - new aggro coloring function call in oUF_D3OrbsRaid - fixed the "in combat" group/raid invite bug What's the changed code for this mate? I cant find it on google code.
File: Roth UI (Diablo)08-28-09
Screenshot of my MOD of your incred...
Posted By: Noest
Screenshot of my MOD of your incredible UI: http://img43.imageshack.us/img43/4527/screenaxo.jpg
File: Roth UI (Diablo)08-28-09
Nice upgrade Zork. How/Where do...
Posted By: Noest
Nice upgrade Zork. How/Where do I change the targetframe and "self" frame bar color? I don't like the bar is black and the background is red. I'd like that to inverse.
File: Roth UI (Diablo)08-10-09
Originally posted by zork Make us...
Posted By: Noest
Originally posted by zork Make use of GoogleCode diffs. They tell you what changed. http://code.google.com/p/rothui/source/diff?path=/trunk/oUF_D3Orbs/oUF_D3Orbs.lua&format=side&r=457&old_path=/trunk/oUF_D3Orbs/oUF_D3Orbs.lua&old=444 Thanks a million for that link Zork, I managed to get the Orbs back working without loosing any...
File: Roth UI (Diablo)08-08-09
Zork, I would like to remove the M2...
Posted By: Noest
Zork, I would like to remove the M2 code from oUF_D3Orbs.lua and add your new sexy galaxy code+textures. What do I need to do? I dont want to reinstall Rothui and overwrite everything, because I've done so much editing in the several lua files. Everything is just fine the way it is, it's just the orbs that need to be updated (and...
File: Roth UI (Diablo)07-29-09
Gz on your 1 year anniversary Zork,...
Posted By: Noest
Gz on your 1 year anniversary Zork, Do you expect the current build to remain working without any errors after patch 3.2? There is no combat indicator it looks ugly. Could you please point out what code should be changed and in what file? I'm using MIKs SBT addon to tell when I enter/leave combat - but an tiny icon (ugly or not)...
File: Roth UI (Diablo)07-19-09
How do I enable the Battlegroup Ico...
Posted By: Noest
How do I enable the Battlegroup Icon on the mini map so i can enter and leave battleground? It's probably covered by another icon. The BG icon is at the center west location.
File: oUF_Diablo07-11-09
The minimap has the same "lens flar...
Posted By: Noest
The minimap has the same "lens flare and shadow effects" as the health/mana orbs. How do I disable them for the minimap? Edit: solved - Open rMinimap.lua and edit line: t2:SetTexture("Interface\\AddOns\\rTextures\\orb_gloss") Into: --t2:SetTexture("Interface\\AddOns\\rTextures\\orb_gloss")
File: Roth UI (Diablo)07-11-09
I finally found a way to enable the...
Posted By: Noest
I finally found a way to enable the PVP icon on the orb when flagged for PVP. :banana: In oUF_D3Orbs.lua find this code: if unit == "player" then self.Leader = self:CreateTexture(nil, "OVERLAY") self.Leader:SetHeight(16) self.Leader:SetWidth(16) self.Leader:SetPoint("TOPLEFT", self, "TOPLEFT",...
File: Roth UI (Diablo)07-05-09
First of all: awesome job on your U...
Posted By: Noest
First of all: awesome job on your UI - I love it! I do have some minor issues though I hope someone can help me. Some of them might have been address before, but I can't find the answers in the 159 pages of comments - a FAQ would be nice. 1. PVP icon on Health Orb. I would like to know when I'm flagged for PVP. This has been ra...