Warcraft III resources & community, 2003–2006 · archived

Simple Explode spell

8 posts
#1

Simple Explode spell

I am having trouble making a spell where when used the hero explodes and dies and deals 100xlevel of ability+100 to all units in 100 of the hero.

I tried this

Fatal Error
    Events
        Unit - A unit Starts the effect of an ability
    Conditions
        (Ability being cast) Equal to Fatal Error 
    Actions
        Unit Group - Pick every unit in (Units within 100.00 of (Position of (Triggering unit)) matching (((Matching unit) is alive) Equal to True)) and do (Unit - Cause (Triggering unit) to damage (Picked unit), dealing (((Real((Level of Fatal Error  for (Triggering unit)))) x 100.00) + 100.00) damage of attack type Spells and damage type Normal)
        Unit - Explode (Casting unit)



It didn't work
#2
Fatal Error
Events
Unit - A unit Starts the effect of an ability
Conditions
(Ability being cast) Equal to Fatal Error
Actions
Unit Group - Pick every unit in (Units within 100.00 of (Position of (Triggering unit)) matching (((picked unit) is alive) Equal to True)) and do (Unit - Cause (Triggering unit) to damage (Picked unit), dealing (((Real((Level of Fatal Error for (Triggering unit)))) x 100.00) + 100.00) damage of attack type Spells and damage type Normal)
Unit - Explode (last created unit)
Don't forget to create the dummy!
If this doesn't work there is still another way -_-
#3
Fatal Error
Events
Unit - A unit Starts the effect of an ability
Conditions
(Ability being cast) Equal to Fatal Error
Actions
Unit Group - Pick every unit in (Units within 100.00 of (Position of (Casting Unit)) matching (((Matching unit) is alive) Equal to True)) and do (Unit - Cause (Casting unit) to damage (Picked unit), dealing (((Real((Level of Fatal Error for (Casting unit)))) x 100.00) + 100.00) damage of attack type Spells and damage type Normal)
Unit - Explode (Casting unit)
#4
That can not be good! When Keiga uses your triggers, he's hero (caster) will explode!
#5
I am having trouble making a spell where when used the hero explodes and dies and deals 100xlevel of ability+100 to all units in 100 of the hero.


When used the explodes... He wants hero to explode...
#6
LoL sorry, wrong readin' -_-

But change matching unit to picked unit ...
#7
No, Matching unit is used inside "... matches ..." conditions. But I'm not sure. Try Keiga both solutions and tell if it works.
#8
IT's quite simple 8) ,all u ahve to do for the trigger
is:
Event: Unit begins casting an ability

Condition: Ability being casted equal to Fatl Error

Action: Make casting unit dmg targets circle area of (the area of affect of your spell)
Make casting unit explode.



See how simple it is.....the only prob. wit this trigger is it hurts all nearby units (including allys) :D