• Listen to a special audio message from Bill Roper to the Hive Workshop community (Bill is a former Vice President of Blizzard Entertainment, Producer, Designer, Musician, Voice Actor) 🔗Click here to hear his message!
  • Read Evilhog's interview with Gregory Alper, the original composer of the music for WarCraft: Orcs & Humans 🔗Click here to read the full interview.

Autocast Parasite on TD

Status
Not open for further replies.
Level 3
Joined
Sep 15, 2021
Messages
31
Greetings.

I've been working on my TD map and tryna make some skills autocasted right after
the triggering tower is finished upgrading so that players don't have to rightclick that skill to be casted automatically.

The skill that i'am trying to make autocasted is 'Parasite'
I already made some spells autocasted such as 'web' when some towers finish upgrading to stronger towers having web skills,
but this case i can't find parasite on the list of what i attached

Plz check the photo out and let me know if anyone knows where the parasite skill is on that list
 

Attachments

  • auto cast.png
    auto cast.png
    13 KB · Views: 28
Level 24
Joined
Feb 27, 2019
Messages
833
If you Convert a trigger with Activate Slow order to Custom Text (hi-light trigger > edit > Convert to Custom Text) it will read something like: "call IssueImmediateOrderBJ( GetTriggerUnit(), "slowon" )"

The string to use here is shown in the Object editor under the ability in the value "Text - Order String - Activate"

You could try to make a Custom script and replace slowon with the order string activate shown in the parasite ability.
 
Last edited:
Status
Not open for further replies.
Top