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

amulet of spell shield question

Status
Not open for further replies.
Level 9
Joined
Jan 15, 2008
Messages
235
Guys i have problem that my dummy spells always activate amulet of spell shield(spell blocker), then real spell does hit instead of being blocked, especially problem with stun spells... any advanced tricks with this item would be nice to know? Thanks
 
Level 17
Joined
Jan 21, 2007
Messages
2,014
To clearify a bit:

A unit casts a spell
This is where the trigger starts.
Check if the targeted unit has the dummy buff
If the spell is blocked, no buff will be placed, in other words, if the spell is blocked, the trigger won't run farther.
Do your spell
Continue the trigger as you did before
 
Level 17
Joined
Jan 21, 2007
Messages
2,014
For example, if you want your spell to both slow and reduce armor, lets use frost nova and acid bomb.

If the frost nova isn't blocked by spell shield, then the slow buff will appear, if it is not, there will be no buff.
Make an If/Then/Else action that checks if the slow buff is on the unit.
After this you put your trigger that adds the acid bomb.
 
Status
Not open for further replies.
Top