Showing results 1 to 17 of 17
Search took 0.00 seconds.
Search: Posts Made By: wardz
Forum: AddOn Search/Requests 11-24-23, 09:21 AM
Replies: 2
Views: 748
Posted By wardz
EventRegistry:RegisterFrameEventAndCallback("PLAYE...

EventRegistry:RegisterFrameEventAndCallback("PLAYER_REGEN_DISABLED", function() C_CVar.SetCVar("cursorSizePreferred", 2) end)
EventRegistry:RegisterFrameEventAndCallback("PLAYER_REGEN_ENABLED",...
Forum: Lua/XML Help 11-21-23, 12:38 PM
Replies: 4
Views: 665
Posted By wardz
Combat log event handling looks like this...

Combat log event handling looks like this now:

local function OnEvent(self, event)
if event == "COMBAT_LOG_EVENT_UNFILTERED" then
local _, subEvent, _, srcGUID, srcName, _, _, dstGUID,...
Forum: Lua/XML Help 11-21-23, 06:03 AM
Replies: 4
Views: 665
Posted By wardz
You need to call CombatLogGetCurrentEventInfo()...

You need to call CombatLogGetCurrentEventInfo() inside CLEU event to get the combat log payload nowadays. (You can also get the destName from here instead of using unit GUID, which doesnt work for...
Forum: AddOn Help/Support 11-10-23, 04:05 AM
Replies: 2
Views: 893
Posted By wardz
I've never used WeakAuras before but guessing...

I've never used WeakAuras before but guessing this should work:

OmniCC Options -> Themes-> Add Theme

Create a new theme, select it, then untick the checkbox "Display cooldown text".

OmniCC Options...
Forum: General Authoring Discussion 05-30-23, 12:18 PM
Replies: 4
Views: 2,847
Posted By wardz
/dump table /run...

/dump table
/run DevTools_DumpCommand("table")
/run DevTools_Dump(table)


Edit; might need UIParentLoadAddOn("Blizzard_DebugTools") if not using /dump
Forum: Lua/XML Help 09-28-20, 12:27 PM
Replies: 14
Views: 13,809
Posted By wardz
GetTime() - GetTickTime() or debugprofilestop() I...

GetTime() - GetTickTime() or debugprofilestop() I guess.
Why do you need such precision?
Forum: Lua/XML Help 02-19-20, 01:26 AM
Replies: 7
Views: 2,227
Posted By wardz
Had this issue earlier aswell, it's because...

Had this issue earlier aswell, it's because CloseDropDownMenus() is now called every time you click something ingame so it closes the phanx dropdown before you get to actually click on any entries....
Forum: Gameplay 11-18-19, 10:50 AM
Replies: 5
Views: 56,292
Posted By wardz
Try this: (Change Left to Right depending on...

Try this: (Change Left to Right depending on direction you want)
/run if not MovePadFrame then UIParentLoadAddOn"Blizzard_MovePad"MovePadFrame:Hide()end
/click MovePadStrafeLeft
Forum: General Authoring Discussion 09-15-19, 02:29 AM
Replies: 2
Views: 4,774
Posted By wardz
Those are both removed long time ago, the new one...

Those are both removed long time ago, the new one is GROUP_ROSTER_UPDATE. I think you also need GROUP_JOINED and GROUP_LEFT depending on what you're doing but not sure.
Forum: Classic - AddOn Search/Requests 08-10-19, 06:20 AM
Replies: 5
Views: 4,832
Posted By wardz
Latest alpha version should work for classic.

Latest alpha version should work for classic.
Forum: AddOn Help/Support 07-15-19, 08:12 PM
Replies: 1
Views: 1,939
Posted By wardz
I'm guessing one addon listened for events in the...

I'm guessing one addon listened for events in the combat log and the other one from UNIT_AURA event instead. From what I can recall, combat log events were faster than UNIT_AURA back when WoW still...
Forum: Lua/XML Help 06-05-19, 10:06 AM
Replies: 7
Views: 4,713
Posted By wardz
[/FONT] That's why you build a list of scanners...

[/FONT]

That's why you build a list of scanners from multiple sources. If nameplates are disabled or out of range, you get the health from the combat log, party targets, target of target, unit...
Forum: Lua/XML Help 06-04-19, 05:32 AM
Replies: 7
Views: 4,713
Posted By wardz
You have to build a database of the unit's...

You have to build a database of the unit's information by scanning your party members target, mouseover, nearby nameplates etc. If a nearby nameplate belongs to your focused player, you can use...
Forum: Lua/XML Help 01-15-19, 02:16 PM
Replies: 4
Views: 2,597
Posted By wardz
If it's only for yourself, you can probably use...

If it's only for yourself, you can probably use C_LossOfControl.GetEventInfo (https://wow.gamepedia.com/API_C_LossOfControl.GetEventInfo)

See here...
Forum: AddOn Search/Requests 09-26-18, 04:27 PM
Replies: 4
Views: 2,830
Posted By wardz
Looks a lot like SpellAlerter, but the updated...

Looks a lot like SpellAlerter, but the updated version of it is behind a paywall afaik.
Forum: AddOn Search/Requests 09-28-15, 09:06 PM
Replies: 4
Views: 3,481
Posted By wardz
Could possibly be Santa UI Textures

Could possibly be Santa UI Textures
Forum: AddOn Help/Support 09-03-15, 09:27 AM
Replies: 1
Views: 3,545
Posted By wardz
http://pastebin.com/1Akzz4AA Haven't tested it...

http://pastebin.com/1Akzz4AA
Haven't tested it properly, but seems to be working again.
Showing results 1 to 17 of 17