• 🏆 Texturing Contest #33 is OPEN! Contestants must re-texture a SD unit model found in-game (Warcraft 3 Classic), recreating the unit into a peaceful NPC version. 🔗Click here to enter!
  • 🏆 Hive's 6th HD Modeling Contest: Mechanical is now open! Design and model a mechanical creature, mechanized animal, a futuristic robotic being, or anything else your imagination can tinker with! 📅 Submissions close on June 30, 2024. Don't miss this opportunity to let your creativity shine! Enter now and show us your mechanical masterpiece! 🔗 Click here to enter!

Forcing ability cast without cancelling queued orders

Status
Not open for further replies.
Level 1
Joined
Nov 18, 2010
Messages
3
Does anyone know if this is possible?

Even with berserk IssueImmediateOrder will cancel anything queued and ForceUIKey seems to always have a small delay

Thanks~
 
Level 12
Joined
Mar 13, 2012
Messages
1,121
Create a powerup and give it to your hero. The ability will be used but the drawback is that there is no order event, so it might not be suited for you.

Apart from that there is no easy way to my knowledge. All those issue order functions seem to additionally order a hidden stop-like command, maybe for the sake of preventing wc3 bugs..
 
Level 1
Joined
Nov 18, 2010
Messages
3
Create a powerup and give it to your hero. The ability will be used but the drawback is that there is no order event, so it might not be suited for you.

Apart from that there is no easy way to my knowledge. All those issue order functions seem to additionally order a hidden stop-like command, maybe for the sake of preventing wc3 bugs..
I'm trying to use it to trigger a dummy cooldown; so it has to be an actual unit ability unfortunately. I don't think it is really possible but am just asking around in case
 
Status
Not open for further replies.
Top