Results: 3711Comments by: zork
File: Roth UI (Diablo)10-16-09
Originally posted by ThePlant ......
Posted By: zork
Originally posted by ThePlant ...anyway I can make my Debuffs a little bigger... http://www.wowinterface.com/forums/showthread.php?t=27721 Originally posted by CapnKirk ...tags... Edit the tags I'm using in the layout. For the target line 1214. self:Tag(hpval, " - %") Check oUF/elements/tags.lua for more tags or create a cu...
File: oUF_Simple10-14-09
Re: Combo Points
Posted By: zork
Originally posted by Aesop combobar http://www.wowinterface.com/forums/showthread.php?t=27704 Originally posted by Tanque portrait switch Have you adjusted the buff icon, debuff backdrop, pvp and rested icons?
File: Roth UI (Diablo)10-13-09
Take a look at the rActionBarStyler...
Posted By: zork
Take a look at the rActionBarStyler.lua I'm doing this already for the bar layout and my char called "Rothar". Adapt this for your character. If your character contains SPECIAL CHARACTERs you need to convert the lua-file into unicode-mode. (utf8) Notepad++ should be able to do so. if myname == "Hans" then rightbars_on_mouseove...
File: rBottomBarStyler10-13-09
Re: Smooth health fading with colours?
Posted By: zork
Originally posted by Magnadon orb color fading Arcage asked something similar here: http://www.wowinterface.com/forums/showthread.php?t=27685 Can be done, but advanced only. Adjust the UpdateHealth function in rBottomBarStyler. Posted by Ajaxrex dragging on mac Sounds like a bug. Open rBottomBarStyler\core.lua with an e...
File: rTimeToDie10-09-09
I think I found the last bug that I...
Posted By: zork
I think I found the last bug that I knew of. If the unit is not at full health we need to calculate back in time >_<. There is a time span from |first_time_seen -> current_time| and there is a timespan from |unit_is_at_100% -> first_time_seen|. Currently the last timespan is not subtracted thus the time may be sometimes to far...
File: rActionBar10-09-09
Nope.
Posted By: zork
Nope.
File: rTimeToDie10-09-09
@richerich No I don't. @Moonwal...
Posted By: zork
@richerich No I don't. @Moonwalker This comes into consideration on its own. If the dps increases the timer will go down faster.
File: rActionBar10-09-09
Originally posted by nightcracker...
Posted By: zork
Originally posted by nightcracker Can I change the padding between buttons of bars adapted with rActionBarStyler? And if yes, how? I do know LUA. Do some for-loops for all your buttons. You need to reanchor your buttons. Something like this for i=2, 12 do local b = _G local b2 = _G b:ClearAllPoints() b:SetPoint(...
File: rTimeToDie10-09-09
Welcome. Found a small bug befor...
Posted By: zork
Welcome. Found a small bug before going to bed. SVN has it already fixed. Forgot to use UnitHealthMax when getting the max hp value. Upload will be available this evening. Quickfix: Use this file http://rothui.googlecode.com/svn/trunk/rTimeToDie/rTimeToDie.lua
File: rBottomBarStyler10-08-09
Re: Re: Galaxys
Posted By: zork
AWESOME! Post me the code please :).
File: oUF_Simple10-08-09
Re: Unessesary tags
Posted By: zork
Originally posted by richerich how to add buffs to the pet frame. The pet and the focus style function are the same. Take the funtion call the create the buffs out from the target style function and copy it to the focus and pet style function. If you want further adjustments add condiftions to the createbuff function. (example:...
File: rActionBar10-07-09
Originally posted by Gore123 Is t...
Posted By: zork
Originally posted by Gore123 Is there a way to stop the bars from swapping every time I swap specs? Or away to choose which bars it swaps to? The bars are swapping because you set up different actionbars for your spec. Just make every button the same in every spec and nothing will swap. Easy? Yes.
File: oUF_Simple10-06-09
Latest push is online. Check scr...
Posted By: zork
Latest push is online. Check screenshots: http://zorktdmog.zo.funpic.de/simple/ New: - raidframes - combopoints - runebar
File: oUF_Simple10-06-09
Combopoints *new* http://zorktdmog...
Posted By: zork
Combopoints *new* http://zorktdmog.zo.funpic.de/simple/WoWScrnShot_100609_225253.jpg Runebar *new* http://zorktdmog.zo.funpic.de/simple/WoWScrnShot_100609_231008.jpg edit: updated shots Both rune and combo are do look the same now.
File: oUF_Simple10-06-09
Originally posted by vacua Howto...
Posted By: zork
Originally posted by vacua Howto disable my own frame in the party frames? i dont actually need 2 frames of my own character. good layout thanks! Oh...showplayer = false in the party spawn. Adding this to the next push aswell. Was on for testing purposes. Currently working on the combopoints. Runebar after.
File: oUF_Simple10-06-09
Originally posted by Flak Any pla...
Posted By: zork
Originally posted by Flak Any plans for raid frames? Todo: - raid - runebar - combopoints
File: rActionBar10-06-09
Originally posted by yasko is it...
Posted By: zork
Originally posted by yasko is it possible to change bars direction ? I want to make left and right bottom bards for example vertical Yes you can do this, but you have to adjust the anchors of the buttons of that specific bar. (for i = 1, i <= 12, do etc...) Advanced only.
File: Roth UI (Diablo)10-06-09
Originally posted by Gallahead hi...
Posted By: zork
Originally posted by Gallahead hier die blizzard standart variante: http://img514.imageshack.us/img514/9466/uicastingbarsmallshield.png Ist ja interessant. Erstmal nicht, nur wenn haste dafür eine einfache Abfrage/Einstellung bei self.Castbar zur Verfügung stellt. Originally posted by Phocas Just backup your whole UI before...
File: oUF_Simple10-05-09
Ok some updates. Todo-list: - D...
Posted By: zork
Ok some updates. Todo-list: - Debuff highlighting - DONE - Aggro coloring - DONE - Party - DONE - Icons (looter, leader, pvp, resting) - DONE - Vehicles - DONE Its pretty awesome right now. Upload - DONE
File: oUF_Simple10-05-09
Sry, in this layout it is intended...
Posted By: zork
Sry, in this layout it is intended to bind the castbar to the exact unitframe. The castbar is not there because both have the exact same position. They are ontop of each other. You could work with if unit == "target" then --use the target position line elseif unit == "player" then --use position for player else --use...
File: Roth UI (Diablo)10-04-09
Re: Few questions...
Posted By: zork
Originally posted by Eltarin a) sTooltip.lua at the bottom, change the anchor position b-e) Advanced only you need to adjust many parts of oUF_D3Orbs.lua Originally posted by Meduris Disable oUF_D3OrbsRaid
File: Roth UI (Diablo)10-03-09
Try nBuff from the compilation of N...
Posted By: zork
Try nBuff from the compilation of Neal. http://www.wowinterface.com/downloads/info13981-NeavUI.html
File: Roth UI (Diablo)10-02-09
Re: Some Probs
Posted By: zork
evl_Chat is not part of this compilations. Thanks for blaming me for an error that is caused by the person infront of your monitor. Minimap can be moved in rMinimap.lua rBuff and Titanpanel hate each other. Deactivate Titanpanel or rBuff.
File: Roth UI (Diablo)10-01-09
...
Posted By: zork
The config has a 3D --> 2D config setting. The function used to zoom to the face of the char is Blizzard one. I think this cannot be changed. But you could use 2D portraits.
File: Roth UI (Diablo)10-01-09
Re: Size Increase
Posted By: zork
Read the FAQ, its in there ;).