HomeUser Control Panel (unavailable in archive)ForumsTutorialsArt GalleryResourcesMaps

Two spells in one?

10-03-2003, 04:42 PM#1
KaiCM
Is there a way you can have two spellls be into one? For example, I want to make a spell called "smoke bomb" where the ninja blinks out of a tough situation and leaves behind a trail of smoke, stunning his opponents. Any ideas for how I could go about this?

--KaiCM
10-05-2003, 08:15 AM#2
Fire-Dragons
trigger!!!
unit - a unit casts an ability
10-06-2003, 11:25 PM#3
KaiCM
I've been trying to get this blink/war stomp thing to work but I just can't get it to work right. How would I set up the trigger so when the ninja starts to blink he has the cloud from the dragonhawk form around him and it stuns those around him at that time (like war stomp), then he teleports out.
10-07-2003, 08:52 PM#4
Fire-Dragons
i just thought about sth. y dont you create a dummy-unit when he blinks away
you give the dummy-unit no model and no shadow and some ability so noone can choose it (no need i think)
this dummy unit has got no attack but some negative auras...
if you wanna make the units slower you make a negative endurance aura and so on.... für stun you give him the usual warstomp (no new one->in triggers you cant use new ones without jass) and modify the manacosts to 0, the cooldown to 0.01... the duration as you wanna and the damage to 0
after the dummy-unit done all things you just remove it by a trigger....
TIP:
give the dummy-unit the model of the cloud of the dragonhawkrider-ability so it looks better...
all other things you should know...