Results: 3711Comments by: zork
File: ZaremTooltip12-13-22
Love your tooltip addon. :)
Posted By: zork
Love your tooltip addon. :)
File: DejaChat12-02-22
Hmm it still shows me one button....
Posted By: zork
Hmm it still shows me one button. https://imgur.com/a/x5HqNFt It seems to be "QuickJoinToastButton". https://imgur.com/a/Pxkzt73 Stuff I found in rChat: https://github.com/zorker/rothui/blob/master/wow8.0/rChat/core.lua#L180 And maybe this to make sure not cutting the toast frame and giving it some inset?! https://gi...
File: Zork UI Revival11-27-20
Thank you. :)
Posted By: zork
Thank you. :)
File: rChat09-18-19
That action is bound to ALT+UPARROW...
Posted By: zork
That action is bound to ALT+UPARROW (Blizzard default). It cannot be changed anymore as of 5.4. ALT+UPARROW works fine though.
File: rButtonTemplate_Zork09-15-19
@Felplacerad Try playing around wi...
Posted By: zork
@Felplacerad Try playing around with the icon settings aswell. The icon points can be used for icon texture margin to the icon frame. https://github.com/zorker/rothui/blob/master/wowc1.0/rButtonTemplate_Zork/theme.lua#L49 Read here on how SetTexCoord works. https://wow.gamepedia.com/API_Texture_SetTexCoord
File: rButtonTemplate_Zork09-14-19
@Felplacerad No, the normaltexture...
Posted By: zork
@Felplacerad No, the normaltexture has just a high transparency. Alpha value is set to 0.25. It can be seen on black more easily than on bright icons. You can change the texture settings in the config. The color values are here: https://github.com/zorker/rothui/blob/master/wow8.0/rButtonTemplate_Zork/theme.lua#L79 You can play aro...
File: Zork UI Classic09-12-19
Re: rButtonTemplate:StyleAuraButton error
Posted By: zork
You are either not using rActionBar or rActionBar is loaded somehow after rButtonTemplate. Either way. Find this line and comment it out. https://github.com/zorker/rothui/blob/master/wowc1.0/rButtonTemplate_Zork/theme.lua#L149 --rButtonTemplate:StyleActionButton("rActionBarVehicleExitButton",actionButtonConfig) Keep in mind that...
File: Zork UI Classic09-08-19
@Soulcleaver Open rButtonTemplate/...
Posted By: zork
@Soulcleaver Open rButtonTemplate/theme.lua and change the alpha value of the hotkey fontstring from 0 to 1. https://github.com/zorker/rothui/blob/master/wowc1.0/rButtonTemplate_Zork/theme.lua#L136 Save the file and type in /reload in chat. Any value between 0 and 1 is valid. Like 0.5.
File: Zork UI Classic09-08-19
Re: Re: Re: actionbar
Posted By: zork
@dariding When you change the actionbar layout you need to reset the bar to your new default settings. Otherwise the already saved ones will be used. You can see all commands by typing in /rab Make sure you have saved the lua file Type in /reload to reload the interface (only needed if you changed the lua file) Type in /rab r...
File: Zork UI Classic09-07-19
Re: actionbar
Posted By: zork
@dariding Open the layout.lua of rActionBar_Zork with an editor like Notepad++ or Visual Studio Code. Check the setting for each bar. For bar1 you will find sth like this. https://github.com/zorker/rothui/blob/master/wowc1.0/rActionBar_Zork/layout.lua#L106 fader = faderOnShow, frameVisibility = " show; hide" Co...
File: Zork UI Classic09-07-19
Use /lst to set it up. If you have...
Posted By: zork
Use /lst to set it up. If you have problems try reseting your ls Toast profile. You can do that in the lst options.
File: Zork UI Classic09-07-19
If you got any questions feel free...
Posted By: zork
If you got any questions feel free to ask.
File: Zork UI - Classic Redux09-07-19
@Coco I released Zork UI Classic i...
Posted By: zork
@Coco I released Zork UI Classic in case you want to check it: https://www.wowinterface.com/downloads/info25262-ZorkUIClassic.html I am eager to see what you come up with your bag addon. Keep up the good work! :banana:
File: Zork UI09-07-19
I released Zork UI Classic https:/...
Posted By: zork
I released Zork UI Classic https://www.wowinterface.com/downloads/info25262-ZorkUIClassic.html Have fun.
File: rMinimap09-06-19
A version for WoW classic is here:...
Posted By: zork
A version for WoW classic is here: https://github.com/zorker/rothui/tree/master/wowc1.0/rMinimap
File: Zork UI - Classic Redux09-05-19
@cocovanana I started updating the...
Posted By: zork
@cocovanana I started updating the addons. You can check the git if you need it. Git: https://github.com/zorker/rothui/tree/master/wowc1.0 Commits: https://github.com/zorker/rothui/commits/master/wowc1.0
File: Zork UI - Classic Redux09-04-19
I will just diff your changes then...
Posted By: zork
I will just diff your changes then to get an idea. Thankfully you did most of the updates already. :banana:
File: oUF_SimpleConfig09-04-19
@Daamd Of course you can disable i...
Posted By: zork
@Daamd Of course you can disable it. You probably use oUF_SimpleConfig. In your nameplate config you can set enabled to false. https://github.com/zorker/rothui/blob/master/wow8.0/oUF_SimpleConfig/nameplate.lua#L66 @JDoubleU00 The fader is for onmouseover only sadly. Currently I use the simple visibility function for macro condi...
File: Zork UI09-04-19
Good news. I started playing WoW (C...
Posted By: zork
Good news. I started playing WoW (Classic) with my guild again :banana:. You can expect an update for WoW Classic in the next weeks. Git folder for WoW Classic will be this one: https://github.com/zorker/rothui/tree/master/wowc1.0 Retail updates are unlikely atm, sorry.
File: Zork UI - Classic Redux09-04-19
Nice one. :) Now I can download...
Posted By: zork
Nice one. :) Now I can download it and run a diff. Or do you have that already? :) I will update my addons and commit them here: https://github.com/zorker/rothui/tree/master/wowc1.0
File: Zork UI04-25-19
Currently on WoW vacation enjoying...
Posted By: zork
Currently on WoW vacation enjoying some other games. But the desire to play WoW again is sneaking up on me. Will probably be around for 8.2.
File: Zork UI12-17-18
Any ETA for a update for 8.1? Prob...
Posted By: zork
Any ETA for a update for 8.1? Probably after the holidays.
File: rActionBar12-14-18
Here is the diff from what Blizzard...
Posted By: zork
Here is the diff from what Blizzard did: https://www.townlong-yak.com/framexml/live/ActionButton.lua/diff There is now a new parameter called reason. Adding it might fix it. https://www.townlong-yak.com/framexml/live/ActionButton.lua#735 ActionButton_ShowGrid(self, ACTION_BUTTON_SHOW_GRID_REASON_EVENT) Try https://github.com/zo...
File: oUF_Simple12-13-18
Re: Add Tag
Posted By: zork
You just add it to the taglist of the name string of your unit. Example for party. https://github.com/zorker/rothui/blob/master/wow8.0/oUF_SimpleConfig/party.lua#L37 You can use oUF tags, oUF_Simple tags or create your own tags in your config to use. If the tag provided does not do what you want create your own. Examples are give...
File: oUF_Simple11-13-18
It is fine. Just pay it forward.
Posted By: zork
It is fine. Just pay it forward.