Results: 3711Comments by: zork
File: Roth UI (Diablo)02-12-15
Re: raid frames
Posted By: zork
@Cyraxina Open oUF_Diablo/config.lua and scroll down to raid settings. Set show to false. https://code.google.com/p/rothui/source/browse/trunk/wow6.0/oUF_Diablo/config.lua#556 If you want to disable rRaidManager aswell read this info page: http://www.wowinterface.com/downloads/info22236-rRaidManager.html
File: Roth UI (Diablo)02-10-15
Re: How can i remove stuff in roth ui
Posted By: zork
@bentbent123 Hit ESCAPE. Go to addons. Disable all addons you don't want. Or even better. Disable all and just enable addons you really want. (See addon list at the bottom of the info page) If you want to disable specific units check oUF_Diablo/config.lua with Notepad++. Set any unit you don't want to false.
File: rActionBar02-10-15
1. Yes, if you can disable the mous...
Posted By: zork
1. Yes, if you can disable the mouse on the actionbar buttons and the actionbar for the time being. http://wowprogramming.com/docs/widgets/Frame/EnableMouse 2. Yes. See example in bar4.lua. Apply that to whatever bar you want.
File: Roth UI (Diablo)02-08-15
Re: Unit frame problem
Posted By: zork
@Tacoism Yeah I have had this issue aswell. Here is what you can do. Go to oUF_Diablo/units/boss.lua to line 179-180. https://code.google.com/p/rothui/source/browse/trunk/wow6.0/oUF_Diablo/units/boss.lua#179 Make the 2 lines become this: --table.insert(oUF_Diablo_Units,name) --add frames to the slash command function --func.applyD...
File: rTargetPointer02-06-15
@Snichy Of course. The ring is par...
Posted By: zork
@Snichy Of course. The ring is part of the arrow texture. If the ring would be transparent only the arrow would be visible. Download version 60000.02. Use this config setting local cfg = {} cfg.arrowSize = 256 cfg.arrowTexture = "pointer2" cfg.arrowColor = {1,0.5,0,0.9} -- r,g,b,a cfg.arrowBlen...
File: Roth UI (Diablo)02-06-15
Re: Re: Re: Error
Posted By: zork
Well you can replace the damage.ttf in the fonts folder with any font that supports your language characters.
File: rTargetPointer02-06-15
for me it didnt show up must i akti...
Posted By: zork
for me it didnt show up must i aktivate something first? You need a target and a visible target nameplate.
File: rTargetPointer02-05-15
What is this NPA2?
Posted By: zork
What is this NPA2?
File: Roth UI (Diablo)02-05-15
Re: Error
Posted By: zork
@khenemy Disable the addon rDamageFont.
File: rTooltip02-03-15
Here is the API description. Maybe...
Posted By: zork
Here is the API description. Maybe you are editing the wrong line? http://wowprogramming.com/docs/widgets/GameTooltip/SetOwner You should give it another try.
File: rTooltip02-02-15
@Cashtro Yes. There are two more a...
Posted By: zork
@Cashtro Yes. There are two more arguments that you can add to the function: x and y. Like: tooltip:SetOwner(parent, "ANCHOR_CURSOR", x, y) Instead of variable you can just use numbers like 20.
File: Roth UI (Diablo)01-31-15
/rppba unlock http://www.wowinte...
Posted By: zork
/rppba unlock http://www.wowinterface.com/downloads/info23226-rPlayerPowerBarAlt.html
File: Roth UI (Diablo)01-29-15
1.) Drag the action button into you...
Posted By: zork
1.) Drag the action button into your action bars! That way it will disappear from the center. 2.) Edit oUF_Diablo/config.lua (edit that file with Notepad++). It handles most of the unitframe settings. If you want to take it a step further later on you can hack the files in the unit folder aswell. 3.) Just download any damage meter...
File: rActionBar01-27-15
The hotkey fontsize can be changed...
Posted By: zork
The hotkey fontsize can be changed with rActionButtonStyler.
File: Roth UI (Diablo)01-26-15
@GoliathPtXs The focus target is d...
Posted By: zork
@GoliathPtXs The focus target is disabled by default. You can enable it in the config. https://code.google.com/p/rothui/source/browse/trunk/wow6.0/oUF_Diablo/config.lua#475 Set show to true. Save the file and type in /reload while ingame.
File: rNamePlates (Diablo)01-24-15
Nice. Well. I have a Github account...
Posted By: zork
Nice. Well. I have a Github account. I just don't need it.
File: rActionBar01-24-15
I will look into it if I get back h...
Posted By: zork
I will look into it if I get back home.
File: rActionBar01-22-15
First things first. MultiBarBott...
Posted By: zork
First things first. MultiBarBottomLeft -> bar2.lua MultiBarBottomRight -> bar3.lua MultiBarRight -> bar4.lua MultiBarLeft -> bar5.lua So according to your description you want to disable MultiBarRight. Open the config.lua. Scroll to bar4. Since you do not want to use that bar you can disable the addon for that bar by sett...
File: rNamePlates (Diablo)01-21-15
Right there where it says "tank mod...
Posted By: zork
Right there where it says "tank mode". https://code.google.com/p/rothui/source/browse/trunk/wow6.0/rNamePlates/rNamePlates.lua#431 Either change the color that is defined in RGB (0,1,0) = GREEN or disable the condition.
File: rNamePlates (Diablo)01-20-15
@furbolgi If adds have no threat t...
Posted By: zork
@furbolgi If adds have no threat table (which is possible) there will be no threat glow. @emy Nameplates are colored by faction. If you fight an npc and have threat it will turn on tank mode. The colors match the faction table. https://code.google.com/p/rothui/source/browse/trunk/wow6.0/rNamePlates/rNamePlates.lua#437 Btw I...
File: rNamePlates (Diablo)01-19-15
Re: percent hp
Posted By: zork
Currently there is no health string and no function that updates such a string. You need to add it yourself.
File: rNamePlates (Diablo)01-18-15
Nameplates are threat or faction co...
Posted By: zork
Nameplates are threat or faction colored. Additionally the color is multiplied with your texture color. Maybe your textures differ. Or you have threat on the nameplate but not on the target frame. Or what may make the color look wierd is the highlight frame. That is a highlight texture on top of the nameplate. You can try to disab...
File: rNamePlates (Diablo)01-14-15
No your solution sounds like the co...
Posted By: zork
No your solution sounds like the correct one. WoW was first developed with 1024x768 pixels in mind. Check http://www.wowinterface.com/forums/showthread.php?t=31813 and http://www.wowinterface.com/downloads/info20266-UIScaler.html Pixel perfection is kind of an complicated topic if you want to add it afterwards since you ne...
File: rNamePlates (Diablo)01-13-15
No that's awesome. I want people to...
Posted By: zork
No that's awesome. I want people to write their own additions and get into making their own stuff. Regarding the backdrop. If a gradient would be ok you could use the backdrop I use here: http://www.wowinterface.com/downloads/info14831-oUF_Simple.html For pixel perfect frames you need to first make sure your UIScale supports p...
File: Roth UI (Diablo)01-12-15
Re: Loadable profiles/addon resetting
Posted By: zork
@galaxy Profiles are not intended. That the game client crashes on a Lua error sounds totally wierd. It never did that prior to WoD. The game got slightly more unstable that's for sure. And those macro/keybind/layout wipes never happened before either. If you disable oUF_Diablo you will reset the layout-local.txt settings. (Posit...