Results: 3711Comments by: zork
File: Roth UI (Diablo)10-15-14
Re: Keep saved config settings on updates?
Posted By: zork
@Soulo You could backup your config files and just copy them in there after you installed the addon. Nothing really has changed. I removed some addons. The one real change is that I added some more models to the db.lua file of oUF_Diablo.
File: Roth UI (Diablo)10-15-14
Version 60000.01 is coming in the n...
Posted By: zork
Version 60000.01 is coming in the next minutes. It will contain new animations that can be selected from the orb config panel. http://i.imgur.com/NicNx3d.png Remember. The UI will shine for those willing to dig into it.
File: Roth UI (Diablo)10-15-14
The quest watchframe has a new name...
Posted By: zork
The quest watchframe has a new name. I have to rewrite that mod. For now disable rQuestWatchFrameMover. *edit* Currently patching.
File: tullaRange Beta10-13-14
Thanks for the update. @b3n9ti...
Posted By: zork
Thanks for the update. @b3n9ti That range check can be done if you adjust your macro to #showtooltip rejunvenation /cast rejuvenation
File: Roth UI (Diablo)10-13-14
So patch 6.0.2 is going live this w...
Posted By: zork
So patch 6.0.2 is going live this week. So I will have to rip of some time of my D3 schedule to fix some of the addons. Damn. :p Please blame Blizzard for making D3 so enjoyable right now. Or should I say finally... I guess I will get roflstomped with bug posts in the next days. Feel free to post them. I already tested most...
File: Roth UI (Diablo)10-06-14
Re: WoD Beta Current State
Posted By: zork
@Kj21 Yeah me too.
File: Roth UI (Diablo)10-05-14
@Jin Sorry but "no" to all questio...
Posted By: zork
@Jin Sorry but "no" to all questions. :-) If you want to use any other addon feel free to do so. There is no need to use xCT at all. That is just my personal preference. You can remove most of the addons provided and replace them with sth you enjoy more. I have to admit that I'm currently playing Diablo 3 ... ALOT. The game is f...
File: Roth UI (Diablo)10-03-14
Re: unitframes and damage text
Posted By: zork
For the nameplate display there is a keybind. Maybe you are clicking that by accident. For the combat text. There is a setting in xCT/config.lua. If you do not want to use xCT disable that addon.
File: Heartbeat10-02-14
So. If you gather the data over the...
Posted By: zork
So. If you gather the data over the course of 1 second. It is possible for the percentage to go above 100% if your healing is above zero. Right? Or is the damage number reduced by healing? Interesting addon. I like the idea. Additionally. Why would you display the number values as a texture instead of widget:SetText(string)...
File: Roth UI (Diablo)10-02-14
Re: 3D Portraits
Posted By: zork
Well. You can adjust the camera to not zoom in that much on portraits. Open oUF/portraits.lua line 60. https://github.com/haste/oUF/blob/master/elements/portraits.lua#L60 Make that line: portrait:SetPortraitZoom(0.75) Now the camera will not zoom in that far. Adjust the value to your liking.
File: Roth UI (Diablo)09-29-14
Re: The Duke
Posted By: zork
Well yeah that was ages ago. What you can do is sth like this: https://code.google.com/p/rothui/source/browse/trunk/wow4.0/rEmote/rEmote.lua WoW API PlaySoundFile: http://wowprogramming.com/docs/api/PlaySoundFile
File: oUF_Diablo09-29-14
oUF_Diablo does not touch the Blizz...
Posted By: zork
oUF_Diablo does not touch the Blizzard raid UI in any way. That is why you have to manually hide the Blizzard raidframes with the default Blizzard raid frame manager or use rRaidFrameManager. What you are getting is any kind of taint. It is mostly caused by using a dropdown menu which is touching any Blizzard function that sometim...
File: Roth UI (Diablo)09-29-14
@Barnacles I had some of my outdat...
Posted By: zork
@Barnacles I had some of my outdated addons removed. That is why the link is invalid. @Ikran Aeh. Nope. Not gonna happen unless you rewrite rActionBarStyler and oUF_Diablo. :)
File: oUF_Diablo09-15-14
Re: 6.0
Posted By: zork
There is no official version for 6.0 of oUF_Diablo yet. If you have issues with the aurawatch plugin itself that belongs to the aurawatch plugin download.
File: Roth UI (Diablo)09-12-14
Go to your graphic settings ingame...
Posted By: zork
Go to your graphic settings ingame and change the ui scale slider. Move it to the max setting to the right. Check the result. See FAQ. If that is not enough you can change the scale of individual frames in the specific config.lua files.
File: Roth UI (Diablo)09-12-14
How to view the micromenu buttons ?...
Posted By: zork
How to view the micromenu buttons ? Move your mouse up to the center of the screen. Bags are in the bottom right. http://s.cdn.wowinterface.com/preview/pvw24472.jpg
File: oUF_Diablo09-10-14
Even I would have to dig deep to ge...
Posted By: zork
Even I would have to dig deep to get that working. That stuff is advanced only sorry. If you need the raid frames for raid healing please (for the sake of your raid members) disable the Roth UI raidframes und use sth else. :)
File: rNamePlates (Diablo)09-09-14
Sorry. Try using any other nameplat...
Posted By: zork
Sorry. Try using any other nameplate mod with ingame config then. KuiNameplates are pretty good and do everything you need. http://www.wowinterface.com/downloads/info19390-238.html
File: Roth UI (Diablo)09-09-14
You mean these nameplates? http://...
Posted By: zork
You mean these nameplates? http://www.wowinterface.com/downloads/info20403-rDiabloPlates2.html I may return to those textures yes.
File: rNamePlates (Diablo)09-08-14
Platebuff does not work with rNameP...
Posted By: zork
Platebuff does not work with rNamePlates2. By awful I mean that without throttling the function for the threatglow color check would be called everytime a frame is created on the screen. At 100fps that is 100times per second.
File: rNamePlates (Diablo)09-08-14
1.) For the percentage you need to...
Posted By: zork
1.) For the percentage you need to add a function that hooks the plate healthbar OnValueChanged event and according change a text string depending on the castbar values. 2.) For the threat coloring. Yeah that one is awful to do because you would need to check for the threat glow state on each OnUpdate cycle because there is no event...
File: rTooltip09-08-14
Try adding x and y offsets. http:/...
Posted By: zork
Try adding x and y offsets. http://wowprogramming.com/docs/widgets/GameTooltip/SetOwner
File: Roth UI (Diablo)09-06-14
Re: Raid UI Buffs
Posted By: zork
Disable Roth UI raid frames for raid healing. Are you nuts? :-) You cannot raid heal with those frames. Get some of those ugly looking but very handy HealBot addons.
File: Roth UI (Diablo)09-04-14
@Namica Thanks. Nice to hear that.
Posted By: zork
@Namica Thanks. Nice to hear that.
File: rCompassCastbar08-30-14
Aeh. I will do you a favour an uplo...
Posted By: zork
Aeh. I will do you a favour an upload a version with an optional point that will force the castbar to stay at a specific point. *edit* 50400.06 is on the way. All you have to do is to enable the point variable in the config. Do not edit code below the config! On line 31 in the file you will find --cfg.point = {"CE...