How to Analyze Warcraft Logs to Improve (Classic WoW)

Опубликовано: 18 Июнь 2026
на канале: DwarfLord
5,943
124

Catch me live on   / dwarflordtv  
I play on Whitemane Classic Era

0:00 intro and memes
3:45 WCL overview
6:25 warrior
14:14 rogue
16:40 mage

sunder formulas

type = "cast" AND ability.id = "11597" AND NOT IN RANGE FROM type = "applydebuffstack" AND ability.id = "11597" AND stack = 5 TO type= "removedebuff" AND ability.id = "11597" GROUP BY target ON target END

This second one ignores useless mobs in BWL like whelps

type="cast" AND ability.id=11597 AND NOT IN RANGE FROM type="applydebuffstack" AND ability.id=11597 AND stack=5 TO type="removedebuff" AND ability.id=11597 GROUP BY target ON target END AND Target.id not in(11671,14022,14023,14024,14025,14263,14264,14265,14262,14302,15977,16127,16427)





#wowclassic #classicwow #classicera #wow