Question about Knight/Rogue skills
Posted: Mon Mar 08, 2010 9:30 am
This is what im trying to achieve, I want the bot to do, hit blind stab first, then constantly use shadowstab till energy runs out, after that, use holy strike 3 times, then use punishment, then rinse and repeat. What it does currently is it hits shadowstab, then blind stab, then holy strike once then punishment, and this is really screwing me big time. Also whats the code to log off, if I die?
<skills_knight>
<skill name="KNIGHT_ENHANCED_ARMOR" modifier="" hotkey="VK_U" priority="100" />
<skill name="KNIGHT_HOLY_SEAL" modifier="" hotkey="VK_F" priority="100" />
<skill name="KNIGHT_CHARGE" modifier="" hotkey="VK_2" priority="95" />
<skill name="ROGUE_SHADOWSTAB" modifier="" hotkey="VK_6" priority="90" />
<skill name="ROGUE_BLIND_STAB" modifier="" hotkey="VK_7" priority="93" />
<skill name="KNIGHT_HOLY_STRIKE" modifier="" hotkey="VK_3" priority="80" />
<skill name="KNIGHT_PUNISHMENT" modifier="" hotkey="VK_4" priority="75" />
<skill name="KNIGHT_MANA_RETURN" modifier="" hotkey="VK_V" priority="70" manaper="60" />
</skills_knight>
<skills_knight>
<skill name="KNIGHT_ENHANCED_ARMOR" modifier="" hotkey="VK_U" priority="100" />
<skill name="KNIGHT_HOLY_SEAL" modifier="" hotkey="VK_F" priority="100" />
<skill name="KNIGHT_CHARGE" modifier="" hotkey="VK_2" priority="95" />
<skill name="ROGUE_SHADOWSTAB" modifier="" hotkey="VK_6" priority="90" />
<skill name="ROGUE_BLIND_STAB" modifier="" hotkey="VK_7" priority="93" />
<skill name="KNIGHT_HOLY_STRIKE" modifier="" hotkey="VK_3" priority="80" />
<skill name="KNIGHT_PUNISHMENT" modifier="" hotkey="VK_4" priority="75" />
<skill name="KNIGHT_MANA_RETURN" modifier="" hotkey="VK_V" priority="70" manaper="60" />
</skills_knight>