While using partybot it occurs that knight punishment stops the bot. Without any errormessages.
skill debuggung is on
Code: Select all
<option name="DEBUG_SKILLUSE" value="true" />
The skill punishment is called without any special attributes:
Code: Select all
<skill name="KNIGHT_PUNISHMENT" hotkey="MACRO" priority="98" />
Code: Select all
<skill name="KNIGHT_PUNISHMENT" id="490164" range="50" type="damage" casttime="0" cooldown="8" target="enemy" reqbufftarget="target" reqbuffname="500140" reqbuffcount="4" />
I have in mind that this or a similar problem was already discussed, but I cannot find the thread nor do I know if it´s the same problem.
Any idea how I can go deeper in debugging this issue?