Created
March 2, 2011 19:21
-
-
Save jamescook/851515 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
combatlog "/path/to/your_combat_log.txt" do | |
find :target => [:player, :pet] # Only show events where the target is a player | |
remove :spell => [:FallDamage, :BuffGain, :BuffFade] # Filter out any world damage & buff events | |
end | |
=> returns instance of EventCollection |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment