• 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.
  • Create a faction for Warcraft 3 and enter Hive's 19th Techtree Contest: Co-Op Commanders! Click here to enter!
  • Create a void inspired texture for Warcraft 3 and enter Hive's 34th Texturing Contest: Void! Click here to enter!
  • The Hive's 21st Texturing Contest: Upgrade is now concluded, time to vote for your favourite set of icons! Click here to vote!

How to change attack index

Status
Not open for further replies.
Level 10
Joined
May 28, 2011
Messages
455
This only damage the target instantly. I want to make the attack type change to magic. Is this possible?

Edit: pharaoh: how about if the hero has another transform ability such as ethereal form? what will happen? :\
 
Last edited by a moderator:
Then you might want to make a check, before you use that system. Check when the unit "enters" the ethereal form:

  • OPrd
    • Events
      • Unit - A unit Is issued an order with no target
    • Conditions
      • (Issued order) Equal to (Order(etherealform))
    • Actions
      • Unit Group - Add (Triggering unit) to EtherealGroup
Now, when your hero is supposed to have their attack type changed, you can make this check:
  • ((Triggering unit) is in EtherealGroup) Equal to True
Make the transformation and add the ability called "Ethereal" to your unit, to retain the ethereal form in your new unit-type (which is changed through the system I linked).
 
Status
Not open for further replies.
Top