• 🏆 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!
  • ✅ The POLL for Hive's Texturing Contest #33 is OPEN! Vote for the TOP 3 SKINS! 🔗Click here to cast your vote!

Item decreases spell damage?

Status
Not open for further replies.
Level 4
Joined
Dec 6, 2008
Messages
84
Does anyone have a solution/know how to trigger this: if a unit is carrying a certain item, he will take less damage from *a certain* spell, such as immolation:

i.e.: immolation normally does 10 damage per interval, but if a hero with a certain item is subject to immolation he will only take 5 damage or however much less per interval.
 
Level 8
Joined
Aug 1, 2008
Messages
420
Make a new spell identical to immolation through triggering. Then add condition If unit has item equal to "blah" then do "blah". Get it?
 
Level 4
Joined
Dec 6, 2008
Messages
84
Make a new spell identical to immolation through triggering. Then add condition If unit has item equal to "blah" then do "blah". Get it?

I can easily trigger (in GUI) an immolation that can be activated/deactivated but I I'm having trouble making it MUI. Can anyone help?
 
Last edited:
Status
Not open for further replies.
Top