Currently I am having an issue where I have a hero on my map, and the map uses a WASD movement system. However, for the system to work, I need smart click disabled. Now, I have looked around a bit and found some other posts about smart click but nothing that I was able to work with. Here is what I am trying to accomplish...
- Ability to auto attack units that get too close to the hero ( e.g. within the shooting range).
- Or ability to right click/left click an enemy unit and have the attack order issued.
- I am also curious about when I start creating custom ability(s) (like snipe, stimpacks, etc), will they be effected in the same way?
I am willing to change my current system if need be, if anyone has a better idea for how to either get around this, or a better overall system.
Disabling smart click means the unit will not auto respond to the best option when you click somewhere on the map. But the unit should still auto attack enemies that get near it, aslong as the unit has a weaponed equiped.
Try making triggers for your commands, with smart click disabled, issue order with target still works.
Rollback Post to RevisionRollBack
To post a comment, please login or register a new account.
Hello,
Currently I am having an issue where I have a hero on my map, and the map uses a WASD movement system. However, for the system to work, I need smart click disabled. Now, I have looked around a bit and found some other posts about smart click but nothing that I was able to work with. Here is what I am trying to accomplish...
- Ability to auto attack units that get too close to the hero ( e.g. within the shooting range). - Or ability to right click/left click an enemy unit and have the attack order issued. - I am also curious about when I start creating custom ability(s) (like snipe, stimpacks, etc), will they be effected in the same way?
I am willing to change my current system if need be, if anyone has a better idea for how to either get around this, or a better overall system.
Thank you, Sh4d0ws
Disabling smart click means the unit will not auto respond to the best option when you click somewhere on the map. But the unit should still auto attack enemies that get near it, aslong as the unit has a weaponed equiped.
Try making triggers for your commands, with smart click disabled, issue order with target still works.