Skip to content

Instantly share code, notes, and snippets.

@jamescook
Created March 2, 2011 19:21
Show Gist options
  • Save jamescook/851515 to your computer and use it in GitHub Desktop.
Save jamescook/851515 to your computer and use it in GitHub Desktop.
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