Results: 3711Comments by: zork
File: Roth UI (Diablo)12-08-12
Hmm. Interesting that error is not...
Posted By: zork
Hmm. Interesting that error is not telling anything. Lets try some basic stuff. Logout. Backup your UI. Do a clean Roth UI install (following install instructions) and check again. As a second and more hardcore step you can backup your WTF folder and try with a clean one. This will reset some of the WoW internal config...
File: rFilter12-08-12
Sure. But don't let it bite you.
Posted By: zork
Sure. But don't let it bite you.
File: rBuffFrame12-08-12
Hey Zork ! I want to anchor these...
Posted By: zork
Hey Zork ! I want to anchor these buffs to the topright of my screen and not to the minimap. What should the line of code look like? Do I need to use uiparent / topright ? Can u post a snippet of the line? Thanks in advance ! Open the config.lua http://code.google.com/p/rothui/source/browse/trunk/wow5.0/rBuffFrameStyler/config....
File: Roth UI (Diablo)12-07-12
No problem. Remove tullaCC and add...
Posted By: zork
No problem. Remove tullaCC and add OmniCC. That will fix it for you.
File: rButtonTemplate12-07-12
That is part of the config aswell....
Posted By: zork
That is part of the config aswell. Blizzard calls this the ActionButtonNormalTexture. That's why it is called "normal" in the config: http://code.google.com/p/rothui/source/browse/trunk/wow5.0/rActionButtonStyler/config.lua#20 Either replace that string with "" or just use a texture with a fully transparent alpha layer. If y...
File: rButtonTemplate12-07-12
Clarification: rActionBarStyler...
Posted By: zork
Clarification: rActionBarStyler does no actionbutton styling at all. All it does is move actionbars in place and resizes them in general. rActionButtonStyler adds button styles to your action buttons. It does all the art changes. Thus check the background config settings in rActionButtonStyler/config.lua: http://code.google.com/...
File: Roth UI (Diablo)12-06-12
Re: Fps spike in combat
Posted By: zork
Two options. First check your WTF/SavedVariables for the tullaRange.lua. Delete it. Check again. If that does not fix it for you enable "show lua errors" under help/others. Do a /reload. Check if you get Lua errors. If yes come back here. Provide a screenshot aswell. Can help a ton.
File: rChat12-06-12
Thanks. Will do. :)
Posted By: zork
Thanks. Will do. :)
File: rBuffFrame12-04-12
Finished. http://imgur.com/a/yJk...
Posted By: zork
Finished. http://imgur.com/a/yJkJB#0 Upload will be coming maybe tonight. Going to give it some test runs. *edit* New version is up. Have fun.
File: rBuffFrame12-04-12
There will be a new version of rBuf...
Posted By: zork
There will be a new version of rBuffFrameStyler in the next days (if I succeed in doing it). New stuff: - separate buff and debuff frame (including individual config) - temp enchant icons part of the buff frame - consolidate buff icon part of the buff frame - consolidate buff frame now accepts the interface setting
File: rBBS_RothUI12-04-12
Open http://code.google.com/p/rothu...
Posted By: zork
Open http://code.google.com/p/rothui/source/browse/trunk/wow5.0/rBBS_RothUI/style.lua Find this: rBBS:spawnPowerOrb(addon, cfg.powerorb, dragframe) Make it rBBS:spawnPowerOrb(addon, cfg.powerorb, dragframe) _G.v2:Hide() Basically after spawning the power orb you grab the orb and hide the second value.
File: Roth UI (Diablo)12-03-12
Is there any way I can color enemy...
Posted By: zork
Is there any way I can color enemy name-plates by their classes color? The current nameplates are very confusing in PvP. Of course. Enable it in the interface settings. Those are the Blizzard nameplates, just styled. This will only work for enemy players.
File: Roth UI (Diablo)12-02-12
You have OmniCC and tullaCC. Decide...
Posted By: zork
You have OmniCC and tullaCC. Decide which one you want. Disable the other. (see changelog)
File: Roth UI (Diablo)12-01-12
@vemist Check your WTF folder. If...
Posted By: zork
@vemist Check your WTF folder. If there is any tullaRange.lua in your savedvariables delete that file. Maybe an old config is bugging you out. Follow the install instructions and try a clean install. Create a new monk (because he will have a basic wow config). Check if the basic installation works properly. If there is any differen...
File: Roth UI (Diablo)11-30-12
@JCD Just use any totem addon you...
Posted By: zork
@JCD Just use any totem addon you like. There are tons of totem timer addons available. Check the shaman addon category.
File: Roth UI (Diablo)11-30-12
Re: Bottom Bar / Minimap
Posted By: zork
@Glory Sry that is actually not intended really. Using rBBS would still give you all the default Blizzard unitframes. The rBBS bottom art is just that with a tiny twist for the orbs. I know oUF_Diablo may be hard to configure for the first time but it is pretty rewarding in the long run. The info string stuff can be moved by /rif...
File: Roth UI (Diablo)11-29-12
Interesting. To fix it disable tull...
Posted By: zork
Interesting. To fix it disable tullaCC and download OmniCC. Just for the record...what class do you play on? Did you have any special bars? Did the error appear on a certain scenario or all the time? You could post Tuller the bug in the tullaCC addon. I did not have any issues with that yet.
File: rActionBar11-29-12
Sometimes after being in a vehicle...
Posted By: zork
Sometimes after being in a vehicle (or picking weeds at the farm, when your mainbar changes), my pet bar disappears and i have to reloadui to get it to show again. It is intended to hide the petbar in a vehicle. As soon as you have a pet that exists and is nodead it should become visible. I really don't like the word "sometimes...
File: Roth UI (Diablo)11-29-12
@Skulyosis Open the raidframe mana...
Posted By: zork
@Skulyosis Open the raidframe manager on the left side. Hide the default Blizzard raidframes. Done.
File: Roth UI (Diablo)11-29-12
@Tsienna The power orb can be move...
Posted By: zork
@Tsienna The power orb can be moved via /diablo unlockbars. Regarding the tooltip. Make sure only one tooltip mod is installed at a time. If you have problems with bTooltip disable it and use another tooltip mod of your liking. Regarding debuffs on nameplates...no. You need a monster nameplate addon to do this (like Tidy). You...
File: rButtonTemplate11-29-12
The pet button worked for you? I te...
Posted By: zork
The pet button worked for you? I tested it and did not liked the outcome. (Because Bartender does pretty heavy texture hacking on the pet buttons (for whatever reason :) )) Regarding the other buttons...no clue. Heavily depends on the button template being used. If not NormalTexture is in place you need to add one. I suggest creat...
File: rChat11-29-12
-timestamps You can enable that in...
Posted By: zork
-timestamps You can enable that in the Blizzard interface options -url copy the text is already highlighted in the editbox. just copy&paste. copying it directly into the memory is not possible.
File: Roth UI (Diablo)11-28-12
Version 50100.01 is online. Have fun.
Posted By: zork
Version 50100.01 is online. Have fun.
File: Roth UI (Diablo)11-28-12
Re: Curse auto updater
Posted By: zork
The following addons should never be updated via Curse or it may destroy the compilation: bTooltip - tooltip enhancement oUF - unit framework oUF_Diablo - Diablo flavoured oUF layout rActionBarStyler - moves the action bars rActionButtonStyler - styles the action buttons rBuffFrameStyler - styles the player auras rChat - cha...
File: rChat11-28-12
Can i get an expected time until a...
Posted By: zork
Can i get an expected time until a 5.1 update? rChat should work if you use "load out of date addons". I'm going to update everything once I could test it on live on the eu servers which will be by tonight.