Results: 2Comments by: faithkills
File: ParserLib06-04-07
Yes I am certain of that, when mele...
Posted By: faithkills
Yes I am certain of that, when melee damage breaks cc it just gives the name of what broke it. Examples: 6/4 00:14:49.748 Sunseeker Harvester's Polymorph is removed by Sarevok. 6/3 22:56:26.165 Bloodwarder Greenkeeper's Polymorph is removed by Ryiah. If it's a spell it will give the spell name: 6/3 21:19:13.808 Nether...
File: ParserLib06-01-07
I came across this little discrepan...
Posted By: faithkills
I came across this little discrepancy. I think elseif patternName == "AURADISPELOTHER2" then -- "%s's %s is removed by %s."; patternInfo = { "dispel", 1, 2, false, 3, false, } should be elseif patternName == "AURADISPELOTHER2" then -- "%s's %s is removed by %s."; patternInfo = { "dispel", 1, 2,...