Showing results 1 to 7 of 7
Search took 0.00 seconds.
Search: Posts Made By: Infinite-Loop-Alchemist
Forum: Lua/XML Help 08-14-23, 12:57 PM
Replies: 1
Views: 1,736
I solved this

I solved this
Forum: Lua/XML Help 08-12-23, 12:22 PM
Replies: 1
Views: 1,736
Exclamation The data gets stored, but wont Display in the tooltip for Killing Spree

I'm having a problem with my addon CritMatic. It records The highest Crits and Normals for every spell. It works for every spell but Killing Spree. Been Trying every thing I can think of for a week...
Forum: Lua/XML Help 07-30-23, 07:21 AM
Replies: 8
Views: 3,556
for heals its the 18th parameter for...

for heals its the 18th parameter for crits
1690725202.427 SPELL_HEAL false Player-4384-04EC1DF1 Cryptmender 1297 0 Player-4384-03104595 Sellys 66840 0 52985 Penance 2 4842 4842 0 true

from that...
Forum: Lua/XML Help 07-29-23, 07:10 AM
Replies: 8
Views: 3,556
Thank you!! but 1 problem

That worked but caused 1 problem now.
edit
The heals crits don't save in the tool-tip or Normal Heals. but works with spell_damage normals hits and Crits
The all messages are fix.

if eventType ==...
Forum: Lua/XML Help 07-28-23, 10:21 AM
Replies: 8
Views: 3,556
Am I doing this right? -- Register an event that...

Am I doing this right?
-- Register an event that fires when the player hits an enemy.
local f = CreateFrame("FRAME")
f:RegisterEvent("COMBAT_LOG_EVENT_UNFILTERED")
f:SetScript("OnEvent",...
Forum: Lua/XML Help 07-28-23, 07:14 AM
Replies: 8
Views: 3,556
I need the problem now ill try something and let...

I need the problem now ill try something and let you know if it worked
@Fizzlemizz
Forum: Lua/XML Help 07-27-23, 04:42 PM
Replies: 8
Views: 3,556
"SPELL_DAMAGE" and "SPELL_PERIODIC_DAMAGE" Crit bool is nil

Ive been working on this addon for a while. here's my code.
-- Define a table to hold the highest hits data.
CritMaticData = CritMaticData or {}

local function GetGCD()
local _, gcdDuration =...
Showing results 1 to 7 of 7