From 19d941e5b98733ec2f454bba9f3ef838e83eeff1 Mon Sep 17 00:00:00 2001 From: ackis Date: Fri, 29 May 2009 20:20:26 +0000 Subject: [PATCH] More datamining updates. --- ARLDatamine.lua | 22 +++++++++++++++++++++- 1 file changed, 21 insertions(+), 1 deletion(-) diff --git a/ARLDatamine.lua b/ARLDatamine.lua index d327c0b..10767f3 100644 --- a/ARLDatamine.lua +++ b/ARLDatamine.lua @@ -505,13 +505,33 @@ self:Print("DEBUG: Number of tooltip lines: " .. ARLDatamineTT:NumLines()) repidlevel = factionlevels[replevel] end -- Item Stats + -- Caster stats elseif (strmatch(text,"Increases spell power by ")) then - healer = true + + -- DPS Caster Stats + elseif (strmatch(text,"spell hit")) then + caster = true + tank = false + dps = false + healer = false + elseif (strmatch(text,"spell penetration")) then caster = true + tank = false + dps = false + healer = false + -- Healer Stats + -- Melee DPS Stats + -- Tanking Stats elseif (strmatch(text,"Defense")) then tank = true + dps = false + caster = false + healer = false elseif (strmatch(text,"Block")) then tank = true + dps = false + caster = false + healer = false end -- Nuke this shit once this is done -- 1.7.9.5