You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I.E Jet Out and Jet Boost are not used as part of cooldowns?
Could add something like so:
// Push back melee damageSpell.Buff("Jet Boost",ret=>Me.EnemiesAttackers.Count(x=>x.Distance<=5&&x.HasMeleeWeapon)>2),// Escape for distanceSpell.Buff("Jet Out",ret=>Me.Level>=61&&Me.HealthPercent<=20&&Me.EnemiesAttackers.Count(attacker=>attacker.Distance<=5&&attacker.HasMeleeWeapon)>2),
The text was updated successfully, but these errors were encountered:
Great idea but could/would be problematic if you need to stay in a certain spot, could potentially throw you off a platform, bridge, or ledge etc. A few fights come to mind that this would be really bad. DefaultCombat by default is designed with the presumption that the user is controlling the movement, this is why we allow for enable / disable on charge. We could do it by function (disabled by default) but the bot is already bloated with functions.
I.E Jet Out and Jet Boost are not used as part of cooldowns?
Could add something like so:
The text was updated successfully, but these errors were encountered: