You can set a max range for ranged skills but not a min range, for example using leap slam, how to make the bot leap slam only if enemy is at least 10 yards away?
You can set a max range for ranged skills but not a min range, for example using leap slam, how to make the bot leap slam only if enemy is at least 10 yards away?
The minimal range is indirectly controlled by your melee range in ExampleRoutine. The auto-detection logic that chooses when to use a melee or ranged skill is based whether or not the target falls within max melee range, max range range, and then finally the total combat range.
If you assign Leap Slam into a ranged skill slot, then it'll cast outside of melee range, unless it's the next usable skill detected due to other skill slots being unusable.