Showing results 1 to 25 of 500
Search took 0.01 seconds.
Search: Posts Made By: zork
Forum: Lua/XML Help 12-05-22, 03:07 AM
Replies: 6
Views: 2,206
Posted By zork
Check for the Blizzard API...

Check for the Blizzard API documentation.

https://www.townlong-yak.com/framexml/live/Blizzard_APIDocumentation

Specifically look into the SimpleAnimAPI. Maybe you can simplify your code using the...
Forum: AddOn Help/Support 09-13-19, 07:25 AM
Replies: 2
Views: 3,670
Posted By zork
You can do it like...

You can do it like so:
GameTooltip:HookScript("OnTooltipSetUnit",...
Forum: Lua/XML Help 09-09-19, 02:04 AM
Replies: 7
Views: 3,797
Posted By zork
A more precise Lua error message would be nice...

A more precise Lua error message would be nice aswell as the full addon code.
Second: wrong forum.
Forum: AddOn Search/Requests 09-06-19, 05:16 AM
Replies: 4
Views: 2,499
Posted By zork
For unitframes probably Shadowed...

For unitframes probably Shadowed Unitframes
https://www.curseforge.com/wow/addons/shadowed-unit-frames

For actionbars probably Bartender
https://www.curseforge.com/wow/addons/bartender4

You can...
Forum: Lua/XML Help 09-05-19, 02:43 AM
Replies: 5
Views: 3,703
Posted By zork
Have you tried...

Have you tried GetShapeshiftForm?
https://wow.gamepedia.com/API_GetShapeshiftForm
Forum: General Authoring Discussion 09-05-19, 02:38 AM
Replies: 2
Views: 3,046
Posted By zork
Maybe the unit does not have frequent health...

Maybe the unit does not have frequent health updates registered?
UNIT_HEALTH triggering not so often has always been the case.

If you have access to the unitframe adding UNIT_HEALTH_FREQUENT might...
Forum: General Authoring Discussion 09-05-19, 01:45 AM
Replies: 6
Views: 4,126
Posted By zork
Is the fork for the Classic API seperate from now...

Is the fork for the Classic API seperate from now on or will changes implemented in both?
Forum: oUF (Otravi Unit Frames) 09-05-19, 01:38 AM
Replies: 4
Sticky: oUF and Classic
Views: 14,311
Posted By zork
Tukz has a fork of his UI for classic inluding...

Tukz has a fork of his UI for classic inluding the oUF lib modified for classic:
https://git.tukui.org/Tukz/Tukui/tree/Classic/Tukui/Libs/oUF

The commit history can be seen...
Forum: Lua/XML Help 08-31-19, 08:20 AM
Replies: 15
Views: 5,887
Posted By zork
You can try reseting your cvars. Sure there is no...

You can try reseting your cvars. Sure there is no reference to the addon calling the event in the trace?
Forum: Tutorials & Other Helpful Info. 04-26-19, 03:39 AM
Replies: 1
Views: 6,783
Posted By zork
ClubFinder? Is there a party going on?

ClubFinder? Is there a party going on?
Forum: General Authoring Discussion 04-08-19, 04:51 AM
Replies: 15
Views: 6,079
Posted By zork
I solved the issue by manually page swapping when...

I solved the issue by manually page swapping when on such a quest. The onpage event fires before the actual button attribute change takes effect. If I had such a problem I would switch bar1 to bar5...
Forum: oUF (Otravi Unit Frames) 10-27-18, 03:07 AM
Replies: 4
Views: 7,553
Posted By zork
oUF will hide default unitframes if you spawn for...

oUF will hide default unitframes if you spawn for example the player frame.
Forum: Tutorials & Other Helpful Info. 10-25-18, 07:12 AM
Replies: 79
Views: 105,263
Posted By zork
It relates back to Google Code and SVN days. When...

It relates back to Google Code and SVN days. When Google Code closed there was an option to move all of it to Github which I did.

That is why there is one huge mono repo for all of it.

Never saw a...
Forum: Tutorials & Other Helpful Info. 10-25-18, 06:36 AM
Replies: 79
Views: 105,263
Posted By zork
Thanks p3lim for providing this. I need some...

Thanks p3lim for providing this. I need some help.

I added the .travis.yml and the .pkgmeta to one of my addons in my github repo. Currently the .pkgmeta and the .travis.yml use CRLF as ending. Is...
Forum: Lua/XML Help 10-15-18, 01:50 AM
Replies: 17
Views: 7,346
Posted By zork
Thanks. Yes replacing the default AddMessage and...

Thanks. Yes replacing the default AddMessage and SetItemRef is bad since it can cause taint issues. Though I got no taints related to rChat yet.
If you have a working AddMessage and SetItemRef...
Forum: Lua/XML Help 10-12-18, 02:09 PM
Replies: 17
Views: 7,346
Posted By zork
This is what I use for url copy local...

This is what I use for url copy
local DefaultSetItemRef = SetItemRef

--we replace the default setitemref and use it to parse links for alt invite and url copy
function SetItemRef(link, ...)
local...
Forum: oUF (Otravi Unit Frames) 09-28-18, 04:42 AM
Replies: 9
Views: 8,656
Posted By zork
What do you mean by that? For me fully disabling...

What do you mean by that?

For me fully disabling the Blizzard addons Blizzard_CUFProfiles and Blizzard_CompactRaidFrames is the way to go since I have my own raid manager frame for world markers and...
Forum: Lua/XML Help 09-26-18, 04:06 AM
Replies: 0
Views: 2,113
Posted By zork
Questions on macro texts

I lately wrote myself a pull timer since I do not use DBM or Bigwigs atm.
https://github.com/zorker/rothui/blob/master/wow8.0/rPullTimer/core.lua

The pull timer activates when I click the pull timer...
Forum: Lua/XML Help 09-26-18, 03:53 AM
Replies: 5
Views: 3,021
Posted By zork
Looks good. :)

Looks good. :)
Forum: Lua/XML Help 09-25-18, 05:41 AM
Replies: 5
Views: 3,021
Posted By zork
Normally I use the animation api for fadein/out...

Normally I use the animation api for fadein/out animations.
https://github.com/zorker/rothui/blob/master/wow8.0/rLib/framefader.lua#L55

Though for the minimap I do not do that. I just use an onleave...
Forum: Lua/XML Help 09-21-18, 01:33 AM
Replies: 3
Views: 5,232
Posted By zork
You can try working with default filters. You can...

You can try working with default filters. You can use multiple filter options at once like "HELPFUL|PLAYER"

Filter list:

NONE
HELPFUL - buffs.
HARMFUL - debuffs.
PLAYER - auras that were applied by...
Forum: Lua/XML Help 09-19-18, 08:55 AM
Replies: 8
Views: 10,902
Posted By zork
Splitting is easy. Just add all your files to...

Splitting is easy.

Just add all your files to the TOC. (This requires a restart of the WoW client if...
Forum: Lua/XML Help 09-19-18, 08:46 AM
Replies: 3
Views: 7,283
Posted By zork
No. There is...

No. There is AuraUtil.FindAuraByName
https://www.townlong-yak.com/framexml/live/AuraUtil.lua#32

Example: https://github.com/zorker/rothui/blob/master/wow8.0/rButtonAura/core.lua#L60
Forum: oUF (Otravi Unit Frames) 09-19-18, 06:51 AM
Replies: 2
Views: 5,972
Posted By zork
Auras have the disableCooldown...

Auras have the disableCooldown attribute.
https://github.com/oUF-wow/oUF/blob/master/elements/auras.lua#L19

*edit* Ohhh by count text you do not mean the aura stack counter but the actual duration...
Forum: AddOn Search/Requests 09-17-18, 04:18 PM
Replies: 2
Views: 1,830
Posted By zork
Type /raidinfo

Type /raidinfo
Showing results 1 to 25 of 500