Hi,
I'm trying to find out what one of my hunters is doing during his lock and load procs.
Can anyone help with a query that will show lock and load procs and the casts done when it is up.
Thanks for your help
Lock and Load
-
- Posts: 1517
- Joined: Wed Aug 26, 2009 7:56 pm
- Contact:
Re: Lock and Load
There is no way to say "Show me what happened for x seconds after this procced" in the expression editor.
This query will show you the procs and when they faded:Example: http://www.worldoflogs.com/reports/f00d ... nd+Load%22
From the results of that query you can get the seconds range and then use a query like this once you have selected the correct time frame:
http://www.worldoflogs.com/reports/f00d ... Asidius%22
This query will show you the procs and when they faded:
Code: Select all
spell="Lock and Load"
From the results of that query you can get the seconds range and then use a query like this once you have selected the correct time frame:
Code: Select all
spell="Lock and Load" or sourceName="HuntersName"