My bot uses a lot caltrops. Is there any way i can make it use caltrops less often by editing following code?
/// <summary>
/// When Caltrops should be cast
/// </summary>
private static bool CaltropsCondition(SkillMeta meta)
{
return...
Is there any chance to make the bot use twister more often by editing following codes?
// Check to see if we have a signature spell on our hotbar, for energy twister check
bool hasSignatureSpell = (Hotbar.Contains(SNOPower.Wizard_MagicMissile) || Hotbar.Contains(SNOPower.Wizard_ShockPulse)...