Results: 3711Comments by: zork
File: oUF_Diablo03-15-09
Originally posted by Jais Tried y...
Posted By: zork
Originally posted by Jais Tried your solution, after I had worked out something similar myself, but I ran into the same problem as my own code.. The power orb color doesn't update at any point, except for when the addon loads.. Meaning that with your code, it just depends on which form you log in as, and else it doesn't change.. Th...
File: rActionBar03-11-09
Originally posted by MoonWitch Th...
Posted By: zork
Originally posted by MoonWitch The issue is the large distance between the bars (bar 1) and stancebar, I understand this is due to coding and placement, but would there be a way to make the stancebar adjust to the amount of bars active? Ah OK, you need some files from the RothUI package. They make the default stancebar backgroun...
File: Roth UI (Diablo)03-10-09
Originally posted by Xarl Is ther...
Posted By: zork
Originally posted by Xarl Is there a way to move the Group Member windows over? Open oUF_D3Orbs.lua with Notepad, at line 137 starts the "frame_positions"-table. Edit: = { f = "Party", a1 = "TOPLEFT", a2 = "TOPLEFT", af = "UIParent", x = 30, y = 50 }, Change x and y to your liking.
File: Roth UI (Diablo)03-10-09
Re: GM Window
Posted By: zork
Originally posted by Xarl Is there a special way to open the GM Window ? I need to write a ticket and since the button ain't there i cant open a ticket. Thx type "/gm" in the chatwindow
File: rActionBar03-09-09
Originally posted by MoonWitch Zo...
Posted By: zork
Originally posted by MoonWitch Zork? Is there any way of sorting the stancebar issue? (Positioning) It's the only thing keeping me from using this. I recently started using a druid, which means I will be shapeshifting a lot. If need be, I can take a look at the code as well (if that is ok with you). But I have to admit I am...
File: oUF_Diablo03-06-09
Re: Re: Player Units Only?
Posted By: zork
Originally posted by zoktar bump, i need this 2. Already implemented. Take the oUF_D3Orbs from the rothui package and check the config.
File: Roth UI (Diablo)03-06-09
Originally posted by BoingBoing A...
Posted By: zork
Originally posted by BoingBoing Any Ideas how to get them both to work together? TitanPanel is bad
File: Roth UI (Diablo)03-06-09
Originally posted by TPK Is there...
Posted By: zork
Originally posted by TPK Is there a way to show only your diseases? I haven't developed rFilter2 lately but Rathael posted a fix for this issue: http://elitistjerks.com/1108937-post234.html
File: Roth UI (Diablo)03-05-09
Originally posted by I.am.Weasl i...
Posted By: zork
Originally posted by I.am.Weasl is this normal ? Oo yes that is normal. ask blizzard why some instances affect the position of animations. >_<
File: rButtonTemplate03-04-09
Originally posted by st0nedpenguin...
Posted By: zork
Originally posted by st0nedpenguin I'm noticing some issues with the Lua configured border colours not working on PTR, as an early heads up. Thanks I will try to get access to the PTR.
File: Roth UI (Diablo)03-03-09
Thanks spudnik. Problem is caused b...
Posted By: zork
Thanks spudnik. Problem is caused by using the wrong Event. Open rFrameRotater.lua and change "PLAYER_ENTERING_WORLD" to "PLAYER_LOGIN". a:RegisterEvent("PLAYER_LOGIN") a:SetScript("OnEvent", function (self,event,arg1) if(event=="PLAYER_LOGIN") then
File: Roth UI (Diablo)03-02-09
Originally posted by Valakas domi...
Posted By: zork
Originally posted by Valakas dominos Just enter /dominos and play around a bit with the sliders. Padding or the other one I don't remember (spacing I guess). Originally posted by exilio ... What the heck, the right oUF version is in the package man. Just follow the install instructions, its not that hard just copy/paste.
File: Roth UI (Diablo)02-27-09
Re: help
Posted By: zork
Originally posted by Dizmal I increased the d3orbs from .82 --> 1 , but now how do i make the actual buttons larger? open ractionbarstyler and do the same for bars. --> so buttons = 1 * 0.75 (0.75 must not be changed) Originally posted by Piwafwi Where to put code? Open the rFrameRotater.lua and you will see the code that...
File: Roth UI (Diablo)02-26-09
For best rFrameRotater result use:...
Posted By: zork
For best rFrameRotater result use: frames_to_rotate = { = { texture = "pentagram", width = 160, height = 160, anchorframe = "Minimap", framestrata = "LOW", color_red = 255/255, color_green = 255/255, color_blue = 255/255, alpha = 0.2, update_timer =...
File: Roth UI (Diablo)02-26-09
Originally posted by TheRealSpine...
Posted By: zork
Originally posted by TheRealSpine How do i remove the stance bar? I got my stealth buttong keybound and on my normal action bar, and it's quite annoying having it stand-alone hovering in the middle of the UI so to speak. There is a config at the top of the rActionBarStyler.lua, you will find the right one, I am sure. @all -...
File: rActionBar02-26-09
Originally posted by MoonWitch I'...
Posted By: zork
Originally posted by MoonWitch I'd like to report a small issue. When I open my spellbook and have the right bars enabled, I will see the button frames (as if I am showing empty buttons as well). This occurs with other mods enabled and without as well :( This is no bug. Opening the spellbook acitvated the grid, thus you can...
File: Roth UI (Diablo)02-22-09
Originally posted by Tanque Is th...
Posted By: zork
Originally posted by Tanque Is there some easy way to dismount off vehicles? I don't see the exit button using these frames. rightclick the vehicle portrait to the left and hit "exit vehicle"
File: Roth UI (Diablo)02-21-09
I am always trying improved the mod...
Posted By: zork
I am always trying improved the mod. I am currently testing the latest changes. I added 2 new options to the ouf_d3orbs config: - color switching option - orbs only option Additionally I added a script that tracks if the MutliBarRight is shown. If yes the 3rd line of the ButtonHolder texture will displayed, otherwise only th...
File: rButtonTemplate02-21-09
Originally posted by MeqTrader Go...
Posted By: zork
Originally posted by MeqTrader Got a little question, would it be possible to have a class colored overlay or would it mean I would have to make a special skin for every class ? Check the config (lua code) and you will see the class coloring example which is currently commented out. Class coloring is no problem.
File: Roth UI (Diablo)02-19-09
Originally posted by Kyoudan I am...
Posted By: zork
Originally posted by Kyoudan I am having one issue with the current version. When I updated from the previous version the buttons on my right action bar 1 and 2 both auto hide when I am not hovered over the bars. Is there a way to turn this off and in which file would it be possible for me to do so. Sure. rActionBarStyler has a...
File: Roth UI (Diablo)02-18-09
Re: The target text
Posted By: zork
Originally posted by Thanidas NAME PROBLEM Ok, I add this to the FAQ since some of you does not seem to read the red text are do not know what the programs do that they have installed. Guys DO NOT update oUF automatically via WoWUpdater or WoWMatrix. Disable oUF auto-update, so that it does not automatically update or the orb...
File: Roth UI (Diablo)02-17-09
Re: help
Posted By: zork
Originally posted by nafx I just tried Roth UI and when I first started up, the icons were quite big and there were some of the bars right in the middle of the screen and blocking my character.Also, my chat box is overlapped by the bar. Does anyone know how to reduce their size and move them around?Does the resolution affect it tha...
File: Roth UI (Diablo)02-16-09
Originally posted by Calrich EDIT...
Posted By: zork
Originally posted by Calrich EDIT: To clarify a little, basically an outline frame that makes the buff icon look prettier :P Let me guess it. You have not installed the whole UI and now you wonder why something is missing? You need rActionButtonstyler folder too, for the button texture. You don't have to use it, but the folder i...
File: rButtonTemplate02-15-09
Originally posted by Rintrah this...
Posted By: zork
Originally posted by Rintrah this is using 10x more cpu power than rbars2... why? rBars2 is a mod that puts buttons somewhere, same as rActionBarStyler. rActionButtonStyler has nothing to do with rBars2. rActionButtonStyler is like RedRange, it is always active, changes the actionbutton look and hooks the "default" actionbut...
File: Roth UI (Diablo)02-15-09
Originally posted by croc - is it...
Posted By: zork
Originally posted by croc - is it possible to change the target frame strata to be above things like pvp objective texts? my target frame is positionned top center of the screen, and texts like score in battleground are displayed above line 497 self:SetFrameStrata("BACKGROUND") make it if unit == "target" then se...