Results: 3711Comments by: zork
File: Roth UI (Diablo)02-04-13
You just disabled the rActionBarSty...
Posted By: zork
You just disabled the rActionBarStyler modules for bar 4 and 5 (moving, scaling etc.). This will do nothing because the default actionbars are still there. Just go to your interface settings under "actionbars" and disable the bars you want to hide. You can do that in the game. http://www.wowinterface.com/portal.php?id=531&a=faq&faq...
File: Roth UI (Diablo)02-03-13
If your orb settings have class/pow...
Posted By: zork
If your orb settings have class/powertype coloring enabled set that to false. Read the description above the table. Class/powertype coloring will always use the pearl animation because that is the only one being transparent.
File: rFilter02-03-13
In der config gibt es einen Update-...
Posted By: zork
In der config gibt es einen Update-Timer. Dort kannst du die Zeit anpassen. http://code.google.com/p/rothui/source/browse/trunk/wow5.0/rFilter3/config.lua#22 Was dein Spell betrifft. Stell sicher, das du die ID nicht mit was anderem überschreibst und entferne ismine.
File: Roth UI (Diablo)02-03-13
Re: Combo bar
Posted By: zork
@Theodore Check line 224. There you have the class bar settings for the monk. Just set show to false. http://code.google.com/p/rothui/source/browse/trunk/wow5.0/oUF_Diablo/config.lua#224 @Xemtrol http://www.wowinterface.com/downloads/index.php?cid=109
File: Roth UI (Diablo)02-02-13
Thanks. Not sure why your xCT is fu...
Posted By: zork
Thanks. Not sure why your xCT is fucked up. Check the Blizzard combattext settings. If that does not help you disable xCT and use another combat text.
File: Roth UI (Diablo)02-02-13
Ok here are the two options: 1)...
Posted By: zork
Ok here are the two options: 1) Go to your WTF and search for tullaRange.lua under savedVariables. Delete all tullaRange files. Restart the game. 2) If you still got FPS drops then it is probably a lua error. Go to your interface settings under help/others and enable "Show Lua errors". Type in /reload thereafter. Start combat...
File: Roth UI (Diablo)02-02-13
There seems to be a problem with oU...
Posted By: zork
There seems to be a problem with oUF. Whenever I dismiss my pet, it asks me to disable the interface. What is the problem? That is a taint. Taints come into play if unsecure code comes into conflict with secure Blizzard code. They are very hard to track down because any addon interacting with any kind of code may introduce the iss...
File: rFilter01-29-13
Wie sieht denn deine charspecific.l...
Posted By: zork
Wie sieht denn deine charspecific.lua aus? Welcher Server und WoW Patch?
File: rButtonTemplate01-27-13
Yeah...that is because in rActionBu...
Posted By: zork
Yeah...that is because in rActionButtonStyler/core/core.lua line the icon padding is hardcoded. (Line 162). Plus the apply background function (Line 54) has another hardcoded value. I rewrote rBuffFrameStyler lately with the latest standards, I probably should do that to the button-styler too. Gonna put that on my list for 5.2....
File: rActionBar01-24-13
Re: bug
Posted By: zork
No actually that is correct. I use the setpoint for bar 1 as a reference.
File: Roth UI (Diablo)01-23-13
Re: Target
Posted By: zork
The castbars will stay hooked until you move them seperately. Atleast I think they will. To do it use the slash commands: /diablo unlockunits /diablo unlockbars
File: rChat01-22-13
Re: Editbox
Posted By: zork
Class colors are enabled via chat options. (Right click chat tab) The editbox position is hardcoded. To change it edit this line in rChat/core/core.lua: http://code.google.com/p/rothui/source/browse/trunk/wow5.0/rChat/core/core.lua#92 Try sth like: eb:SetPoint("TOP",self,"BOTTOM",0,-22) Play around with -22 until you are...
File: Roth UI (Diablo)01-22-13
Yes there is. Check oUF_Diablo/conf...
Posted By: zork
Yes there is. Check oUF_Diablo/config.lua. You can enable combat fading for the harmony bar under your player settings. http://code.google.com/p/rothui/source/browse/trunk/wow5.0/oUF_Diablo/config.lua#224 Enable the fader and pick whatever alpha value the bar should fade to. To make it invisible put in 0 into the fadeOut alpha va...
File: Roth UI (Diablo)01-20-13
Your player frame is the health orb...
Posted By: zork
Your player frame is the health orb. You can right click it for the player menu. If you want to enable a player portrait you can enable that under the player settings in oUF_Diablo/config.lua.
File: Roth UI (Diablo)01-18-13
Re: Roth UI and healing?
Posted By: zork
Well you can disable the raidframes for your healer. This can be done by adding this to your charspecific.lua (http://code.google.com/p/rothui/source/browse/trunk/wow5.0/oUF_Diablo/charspecific.lua) if cfg.playername == "YourPlayerName" and cfg.playerclass == "DRUID" then cfg.units.raid.show = false end Most of the ti...
File: Roth UI (Diablo)01-16-13
Re: Minimap/buffs problem
Posted By: zork
Your problem is Titanpanel. It moves default Blizzard frames and has no option to disable the behaviour. Atleast not via menu.
File: rFilter01-15-13
Re: Overpower.
Posted By: zork
Currently not possible. Hmm...well it could be done by adding a IsUsableSpell check. http://wowprogramming.com/docs/api/IsUsableSpell But I doubt it. What you would need is this: local isUsable, notEnoughMana = IsUsableAction(self.action) http://wowprogramming.com/docs/api/IsUsableAction https://github.com/tekkub/wow-ui-sou...
File: Roth UI (Diablo)01-13-13
Das passiert nur wenn du nicht die...
Posted By: zork
Das passiert nur wenn du nicht die aktuellste Version von rActionBarStyler hast. Die Kondition zum einblenden der der Override-Bar wurden bereits vor langer Zeit angepasst. http://code.google.com/p/rothui/source/detail?r=1002 Also entweder rActionBarStyler updaten oder das ganze Roth UI.
File: Roth UI (Diablo)01-10-13
@Kj21 No addon can right-click foc...
Posted By: zork
@Kj21 No addon can right-click focus. Use a focus keybind, a focus macro or type in /focus. @tmcnabb Read the description above the anim class table. http://code.google.com/p/rothui/source/browse/trunk/wow5.0/oUF_Diablo/config.lua#44 If you have class or powertypecoloring enabled for your class it will ignore the animation id y...
File: oUF_Diablo01-10-13
Re: Re: Re: Mana und Leben in %
Posted By: zork
Lebensanzeige: http://code.google.com/p/rothui/source/browse/trunk/wow5.0/oUF_Diablo/units/player.lua#433 ändern in % Mana ist schwieriger, da ich dort die Werte abhängig vom Powertype tausche. http://code.google.com/p/rothui/source/browse/trunk/wow5.0/oUF_Diablo/units/player.lua#410 if powertype ~= "MANA" then...
File: rBuffFrame01-09-13
You can't. This mod does not harm t...
Posted By: zork
You can't. This mod does not harm to the default aura icons. All it does is giving it some style.
File: oUF_Diablo01-09-13
Re: Mana und Leben in %
Posted By: zork
@Rosa Was genau willst du denn machen?
File: rBuffFrame01-09-13
Re: Guten Tag Zork
Posted By: zork
Err...you cannot do it that way. "applySkin" is a local function only for skinning aura icons. You may create yourself a skin function that works the same for whatever loot addon you are using.
File: Roth UI (Diablo)01-08-13
Tippe mal /fstack in den Chat ein....
Posted By: zork
Tippe mal /fstack in den Chat ein. Dann geh über die Stelle mit der Maus wo du meinst, dass du nichts klicken kannst und mach einen Screenshot. Im Tooltip stehen dann ein paar Namen. Die würd ich gern mal sehen. Ansonsten kannst du auch einfach rChat deaktivieren und einen anderen Chatmod verwenden. Aso...ich hoffe auch das du...
File: rActionBar01-07-13
http://code.google.com/p/rothui/sou...
Posted By: zork
http://code.google.com/p/rothui/source/browse/trunk/wow5.0/rActionBarStyler/core/hide_blizzart.lua#54