HomeUser Control Panel (unavailable in archive)ForumsTutorialsArt GalleryResourcesMaps

passive skill animation?

09-19-2003, 05:40 PM#1
BigGuy624
How can I attach a special effect to a passive spell? For instance everytime the unit gets critical strike, a lightning bolt strikes the enemy?
09-21-2003, 01:45 AM#2
SpectreReturns
Cant. Well you can do it on thorns aura...
09-21-2003, 06:00 AM#3
BigGuy624
no way! everything is possible!!! Somone help me out!
09-24-2003, 06:24 AM#4
BigGuy624
Give me a break. out of all the people on this forum, no one knows???
09-24-2003, 07:40 PM#5
Fire-Dragons
well my idea isnt possible with the current version of the editor...
event:
unit - unit is being attacked
condition:
unit-type of(attacking unit) equal to blademaster
action:
if (damage being taken) greater than (max-damage of (attacking unit)) then do specialeffect - create a specialeffect on (attacking unit) using <youreffect>

but you may do it with the strenght, agility and intelligence and then check out how high his max-damage is!!!!
09-25-2003, 03:10 AM#6
BigGuy624
you are a genius! Ill try it, but why won't it work on the new editor?
09-25-2003, 07:00 PM#7
Fire-Dragons
Quote:
Originally posted by Fire-Dragons
(max-damage of (attacking unit))

is there such a integer-check?