Results: 3711Comments by: zork
File: rActionBar04-03-10
I know that, but have no solution....
Posted By: zork
I know that, but have no solution. Sry. Hovering the bars solves it though.
File: oUF_Simple04-03-10
Party targets aren't that easy to d...
Posted By: zork
Party targets aren't that easy to do in oUF. You really need to know what you are doing. Some layouts have them. If you know how they are able to spawn them you could copy that behavior. If you are still learning oUF. Don't try this. It's one of the last steps in your oUF career. :p
File: oUF_Diablo04-02-10
1 -> FAQ 2 -> FAQ 3 -> Only possi...
Posted By: zork
1 -> FAQ 2 -> FAQ 3 -> Only possible without editing the lua code of oUF_D3Orbs.lua. Advanced users only. You would need to add the portrait function call to the style functions of the target and the target of target.
File: Roth UI (Diablo)04-02-10
FAQ?
Posted By: zork
FAQ?
File: Roth UI (Diablo)04-02-10
Originally posted by Vargtass Is...
Posted By: zork
Originally posted by Vargtass Is there any way to toggle pet target on? Find oUF:Spawn("pet","ouf_pet"):SetPoint("CENTER", oUF.units.focus, "CENTER", 0, 250) and replace it with oUF:Spawn("pet","ouf_pet"):SetPoint("CENTER", oUF.units.focus, "CENTER", 0, 250) oUF:Spawn("pettarget","ouf_pettot"):SetPoint("CENTER", oUF.u...
File: rBottomBarStyler04-02-10
The instructions say: only do /relo...
Posted By: zork
The instructions say: only do /reloadui after you change the ART. Not the scale. Settings are saved when you leave the game. The settings get already saved per character. Atleast they did when I left WoW in December. :)
File: Roth UI (Diablo)04-01-10
Re: Health Bars
Posted By: zork
Just install those addons and test it yourself. For the healthbar issue: FAQ. The nameplates cannot be modified though (the health bars above unit heads)
File: SSS04-01-10
O_O I did something similar for...
Posted By: zork
O_O I did something similar for the ActionButtons by rewriting the ActionButtonOnUpdate func. Used this in rActionButtonStyler. Makes a huge difference if the 120 buttons do not get updated every 0.2 seconds. http://wowprogramming.com/utils/xmlbrowser/live/FrameXML/UIParent.lua TOOLTIP_UPDATE_TIME = 0.2; http://wowprog...
File: oUF_Simple04-01-10
Re: Player Buffs?
Posted By: zork
The target and the playerframe use own style functions. Open oUF_Simple.lua and check for "local function CreatePlayerStyle". Inside you will find the kiss_createBuffs()-call commented out by "--". Just remove the comment.
File: rActionBar03-31-10
shapeshift bar is aura bar for pall...
Posted By: zork
shapeshift bar is aura bar for pallies. moving is done by clicking near the buttons holding SHIFT+ALT and dragging. (testmode helps)
File: rBottomBarStyler03-31-10
Just go to the addon list (button i...
Posted By: zork
Just go to the addon list (button in the bottom left on your character selection window after login) and hit the checkbox "LOAD OUT OF DATE ADDONS".
File: rActionBar03-31-10
lock=0 move=1
Posted By: zork
lock=0 move=1
File: Roth UI (Diablo)03-30-10
Do me a favor and test sth. Foll...
Posted By: zork
Do me a favor and test sth. Follow the install instruction exactly. Thus backup your folders and the wipe them out of your WoW folder. Install Roth UI but do not change anything or use any other addons. Do not use any auto updaters. Start the game. If the problem still exists activate LUA error messages in WOW ingame options...
File: Roth UI (Diablo)03-29-10
This can be done by deleting the pa...
Posted By: zork
This can be done by deleting the party spawns in oUF_D3Orbs and posting them in oUF_D3OrbsRaid. oUF uses styles for the units and the raid is a style on its own. If you spawn the party frames while the style for the raid is active your party will have the raid look. Advanced only.
File: rBottomBarStyler03-29-10
Read the info page. Please. The D3...
Posted By: zork
Read the info page. Please. The D3 layout you posted is not available.
File: oUF_Diablo03-28-10
Re: error
Posted By: zork
Check your addons. Make sure there is no oUF_D3Orbs2 and oUF_D3Orbs. I guess its an autoupdater issue. Try to make sure you know the addons you install.
File: Roth UI (Diablo)03-27-10
Originally posted by Ne0nLiteZ ho...
Posted By: zork
Originally posted by Ne0nLiteZ how. 1,2,4 by editing oUF_D3Orbs.lua. This requires a basic understanding in how oUF layouts work. Advanced only. 3 is a config option in rActionButtonStyler.lua
File: Roth UI (Diablo)03-27-10
Yes, you can.
Posted By: zork
Yes, you can.
File: Roth UI (Diablo)03-26-10
Das ist einfach. Der Trick ist, das...
Posted By: zork
Das ist einfach. Der Trick ist, dass oUF mit Styles arbeitet. Du musst also nur beim SPAWN der units den aktivierten style auf den vom target umstellen. Allerdings ist dieser optimiert fürs Ziel...aber ein Anfang ist dann gemacht.
File: Roth UI (Diablo)03-26-10
Originally posted by Omaro Da kom...
Posted By: zork
Originally posted by Omaro Da kommt noch diese Frage dazu: Wie änder ich denn die Größe von meinen Debuffs? Also das meine Debuffs größer sind, als die von den anderen oder das der Rahmen eine andere Farbe hat? Kannst du im oUF Forum erfragen. Da gibts einige Beispiele für glaub ich.
File: Roth UI (Diablo)03-25-10
Re: Buffs and mouseover
Posted By: zork
When I was still playing I healed sometimes with my druid. The party and raidframes work with any mouseover macros. Something like this /use 13 /cast Verjüngung; Verjüngung; Verjüngung This casts Rejuvenation depending on status. If you hover sth. It casts Rejuvenation on the hover unit, otherwise on the target and otherwi...
File: Roth UI (Diablo)03-25-10
There is a FAQ. You should read it....
Posted By: zork
There is a FAQ. You should read it. http://www.wowinterface.com/portal.php?id=531&a=faq&faqid=520
File: rBottomBarStyler03-25-10
Originally posted by DonIsWhite W...
Posted By: zork
Originally posted by DonIsWhite Well then I myself would LOVE it if you ever made a standalone Orb addon, that had all the bell's and whistle's, and functioned as a Player Unit Frame. :P What? http://www.wowinterface.com/downloads/info11314-oUF_D3Orbs.html
File: rBottomBarStyler03-23-10
Re: Try this instead?
Posted By: zork
But thats what it is. :) This mod is not meant to be a unitframe replacement at all. Its meant for all the X-Perl / Pitbull users out there that use normal unitframes anyway. Its just some peace of art for the bottom with a twist.
File: Roth UI (Diablo)03-23-10
Originally posted by Dipablo No b...
Posted By: zork
Originally posted by Dipablo No but you could replace rBuff with any other buffmod that can. Originally posted by Peder Are you really asking me why some of the files on your harddrive gets deleted when you play WoW? You really should follow the install instructions and do not use any auto updaters! Originally posted by polk...