• 🏆 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!
  • It's time for the first HD Modeling Contest of 2024. Join the theme discussion for Hive's HD Modeling Contest #6! Click here to post your idea!

Frenzy Autocast

Status
Not open for further replies.

Tzi

Tzi

Level 4
Joined
Jan 7, 2009
Messages
57
Hi there,

I've got a lil' problem with an autocast-ability based on the Quill Beasts' "Frenzy"-Ability.
It's working, but I can't find a command to activate the autocast of the ability.
Do you know a trick or a custom script to activate it per trigger?

No^^ I don't want to use Bloodlust, cause the unit haves to cast it on itself.
 
Level 25
Joined
Sep 26, 2009
Messages
2,378
I couldn't find that order as well and bloodlust on/off didn't work either (I thought it may, since they are very similar).

However you can use custom script to do it - like this:
  • Actions
    • Set u = YOUR_UNIT
    • Custom script: call IssueImmediateOrderBJ( udg_u, "frenzyon" )
You can use "frenzyoff" to switch the autocast off
"u" is unit variable
 
  • Like
Reactions: Tzi
Status
Not open for further replies.
Top