ISeeDEDPpl / Questor

Questor
http://www.thehackerwithin.com
Other
47 stars 28 forks source link

(Request) new kill action based on target stats #555

Closed Pluckyduck closed 10 years ago

Pluckyduck commented 10 years ago

Add to the existing function of kill so that we can destroy targets to a preset damage reading (example for agro control: damsel in distress) ....action name="Kill"> ...parameter name="IgnoreAttackers" value="true" /> ...parameter name="BreakOnAttackers" value="true" /> ...parameter name="NotClosest" value="true" /> ...parameter name="NumberToIgnore" value="50" /> ...parameter name="AttackUntilBelowShield" value="50" /> ** ...parameter name="AttackUntilBelowArmor" value="50" /> ** ...parameter name="Target" value="Dim" /> .../action>

ISeeDEDPpl commented 10 years ago

yeah, I actually like that much better... very easy to add too.

ISeeDEDPpl commented 10 years ago

done. please test.

Pluckyduck commented 10 years ago

will test in a few days and thanks