Results: 3709Comments by: zork |
File: rChat08-21-18 |
![]() Posted By: zork
@LVNDSCAPE
https://i.imgur.com/r3Os6xq.jpg?1
|
File: rStatusButton08-21-18 |
![]() Posted By: zork
Added Island Weekly Quest Progress.
|
File: rButtonAura08-18-18 |
![]() Posted By: zork
Feel free to write one. You can replace rButtonAura_Zork with a config addon that has the desired GUI and calls rButtonAura:AddAura(aura) for each of the auras the GUI provides.
|
File: Zork UI08-17-18 |
![]() Posted By: zork
@Biowoolf
I need an /fstack of those frames. Are you sure you are using the latest rChat? https://github.com/zorker/rothui/commit/c0afa57c45ea6998c54abbae59bd3775c4f7273c#diff-06506b3a2be4bebaa6408b1b4c2c946c
How do you get them to pop up, because I don't get those. Have you pulled out one of the chat windows?
I will look into tha...
|
File: oUF_Simple08-17-18 |
![]() Posted By: zork
I played DK for a bit and to be honest I never had to care about runes. Your actionbuttons will light up all the time and you just press what is available.
If you really need runes you can install an addon that displays them.
|
File: Zork UI08-16-18 |
![]() Posted By: zork
@Ironmoney
That bug is fixed in the GIT repository already. You need to update to the latest rTooltip. I'm pretty happy with the ui atm. Will release a new version tonight with all the latest bug fixes.
|
File: Zork UI08-15-18 |
![]() Posted By: zork
rStatusButton is released.
http://www.wowinterface.com/downloads/info24772-rStatusButton.html
|
File: Zork UI08-15-18 |
![]() Posted By: zork
@Flacdav
I am currently working on a new addon. Should be ready by tonight. Still a work in progress atm.
https://github.com/zorker/rothui/tree/master/wow8.0/rStatusButton
@Illuminati
The ExtraActionButton is working fine. By changing the value you corrupted the button list. The name is just a prefix that is needed for the butt...
|
File: Zork UI08-13-18 |
![]() Posted By: zork
The blue tinted tooltip only appears on world objects (mail,portals etc.). It is sth Blizzard decided to do on the C-side. I could fix it by hooking the tooltip OnUpdate which I decided not to do. The tooltip coloring works perfectly fine on everything except those world objects. So no biggy.
|
File: rButtonTemplate08-12-18 |
![]() Posted By: zork
You create your own template and replace the media files (button textures) with the ones from rActionButtonStyler.
|
File: Zork UI08-04-18 |
![]() Posted By: zork
@dipablo
Use Notepad++ and make sure to save the file in Utf8.
@illuminati
No. Blizzard did someone wierd stuff with it (placements). Need sth else. Will look into it and come up with sth else.
@vezill
It is by default on mouseover. You can adjust it in your layout.
@stin
To to check back on arena and out of range check with t...
|
File: Zork UI07-30-18 |
![]() Posted By: zork
That bug only happens when the actionbuttons change after the vehicle/override condition is already set. To fix it hit your bar swap keybind. Go to bar2 and back. We only have access to macro conditions.
|
File: rButtonAura07-28-18 |
![]() Posted By: zork
New attributes: form, spec, requireSpell
With the new attributes auras can be configured to only be displayed when a certain spell is present or a certain form and/or spec is present.
--config example
local character = UnitName("player")
-----------------------------
-- Aura config for Xia (Drood)
----------------------...
|
File: rButtonAura07-27-18 |
![]() Posted By: zork
So how can I add some ButtonAuras now? With editing the config.lua on buttonaura_zork folder? If so, how can I setup it per character, since it registers auras based on the button, not spell id. Or am I missing something?
You either make one config addon per character or you add a condition for player name. I do this with rFilter...
|
File: Zork UI07-27-18 |
![]() Posted By: zork
Thanks for all of the continued work over the last many, many years Zork. I have used your addons for an absolute age and they're a staple of good practices.
Thanks mate. Best of luck in BfA!
|
File: Zork UI07-26-18 |
![]() Posted By: zork
@Darkspy
Thanks. The bug is already fixed on the GIT repository. https://github.com/zorker/rothui/issues/56
A new version will be uploaded tonight. You could grab the GIT version just now if you like.
Once the dust (aka 8.0.1) has settled I will start uploading the individual addons.
|
File: Zork UI07-25-18 |
![]() Posted By: zork
@Dipablo
I need to update rFilter. It is one of the last addons that needs fixing.
That way you would have two options for buff/proc highlighting. Either rFilter or rButtonAura.
If you want to filter target buffs or debuffs for player only you can provide the .filter attribute in the target unit config for your debuff settings.
h...
|
File: rCompassCastbar07-24-18 |
![]() Posted By: zork
As of 800.20180724 the addon supports GCD!
|
File: Zork UI07-24-18 |
![]() Posted By: zork
Currently testing the updated UI under 8.0.1.
https://github.com/zorker/rothui/tree/master/wow8.0
|
File: rButtonAura07-23-18 |
![]() Posted By: zork
Update for BfA is finished. I decided to scrap the ingame config. There is a seperate config addon now that can be used to setup the buttons per character. rButtonAura itself is just a framework now.
|
File: rCompassCastbar07-23-18 |
![]() Posted By: zork
Fix is incoming. They removed spell ranks.
*edit* Update for BfA is available.
|
File: Zork UI07-18-18 |
![]() Posted By: zork
Thanks ihapless.
I will be late to the party with BfA. I will play it for sure but not sure about the time schedule yet. :-)
|
File: rButtonAura04-30-18 |
![]() Posted By: zork
This is going to be delayed until BfA.
|
File: Zork UI04-30-18 |
![]() Posted By: zork
Zork UI BfA Beta version will be here: http://www.wowinterface.com/downloads/info24620-ZorkUIBfABeta.html
|
File: oUF_Simple03-13-18 |
![]() Posted By: zork
The combat icon is a texture string which comes from this tag:
https://github.com/zorker/rothui/blob/master/wow7.0/oUF_SimpleConfig/tags.lua#L17
The tag is set here:
https://github.com/zorker/rothui/blob/master/wow7.0/oUF_SimpleConfig/player.lua#L35
You can adjust either the tag or the player.name config.
|