• 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.

[Trigger] Bunch of questions

Status
Not open for further replies.
Level 6
Joined
Sep 13, 2013
Messages
155
1- Any trigger for a passive spell like this ?
After each 10 attacks the hero takes bonus armor for 5 seconds.

2- So explain about Channel spell :
What are Targetting Image spells ?
What are Unique Cast spells ?
What are Physical spells ?
What are Universal spells ?
 
Level 28
Joined
Sep 26, 2009
Messages
2,520
First off, this section is for when you have your own trigger you need help fixing, not for asking ideas or explanation of some things.

As for your questions:
#1 - Triggers for that are simple, but they would require you to also import Damage Detection System (DDS), to correctly catch the event when any unit is damaged by the hero, whose attacks you count.

Once you have DDS, the trigger for that is simply storing number of attacks in integer variable and checking its value with each attack. If it's equal to 10, you add armor to hero (or make a dummy unit cast any armor increasing spells on the hero).


#2
Dunno what Unique, Physical and Universal are, I think some bypass Silence (not sure if it was Dark Ranger's Silence or Fire Lord's Soul Burn, but one of them).

Targetting Image spells are spells like Flamestrike or Blizzard, which have a "targeting image" (in other words, the image for all AoE spells that you have to target and the image changes with race only).
 
Status
Not open for further replies.
Top