• 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.
  • The Hive's 22nd Icon Contest: Creep Abilities is now concluded, time to vote for your favourite set of icons! Click here to vote!
  • ✅ The POLL for Hive's Texturing Contest #34 is OPEN! Vote for the TOP 3 SKINS! 🔗Click here to cast your vote!
  • ✅ The POLL for Hive's Techtree Contest #20 is OPEN! Vote for the TOP 3 FACTIONS! 🔗Click here to cast your vote!

special effects disspare on hero death, help

Status
Not open for further replies.
Level 4
Joined
Jun 29, 2004
Messages
64
I have a special effect to when you buy a certain item, it will place a sword in the heros left hand that has the magic sentry ability.

but my problem is that when the hero dies, or goes into metamorphasis, or avatar, or any change at all, the special effect is gone, and so is the magic sentry, even though the item is still in the inventory. please help so that it is always there!
 
Add some triggers like:

Event:
A hero finishes reviving
Condition:
Hero- (revived hero) has item of type (like a sword) in inventroy (not sure how that conditon works out, but something like that is in there somewhere)
Action
Special effect: Create special effect at point of left/right hand of (revived hero) using...

As for when a hero uses metamprphesis and Avatar, use a trigger like this:

Event:
A unit begins casting an ability
Conditoin:
Unit- (triggering unit) is a hero= True
Hero- (hero) had (item-type) in inventroy (or however that condition works out, but something like that is in there)
Action:
Wait ??? seconds (the duration of the spell)
Special effect- Create a special effect at left/right hand of (triggering unit) using...

Hope this helps.
-VGsatomi
 
thanks for your help, i got it so that the special effect stays no matter what, death, casting ability, whatever.

but now my problem is when the hero dies, the item ability doesnt stay with the hero. i have magic sentry on the item, so when he dies, it goes away unless i drop and pick the item back up... how can i keep item abilities through metamorph, avatar, and revive?
 
Status
Not open for further replies.
Back
Top