| 02-02-2004, 11:57 PM | #1 |
is there a trigger for casting a spell at the center of the AOE of another spell just cast? For example, in my map, one hero has a level 13 ultimate called chaotic magics, which casts several AOE spells at the same location, or at least that's the effect I wanna achieve...:bgrun: |
| 02-03-2004, 05:19 AM | #2 |
This is one i made, i think this is what you are talking about, i used dispell magic as a null spell, to run the trigger, cuz it is AoE targetable, then it makes a damage nova... if this isnt what you were talking about try to be more clear My Map |
| 02-03-2004, 10:34 AM | #3 |
What I'm tlking about: It should use a trigger so it'll cast like, a custom earthquake, blizzard, and flame strike spell centered on the same target. What I'm looking for is a way to make the spell go off at the targeted location. |
| 02-03-2004, 10:55 AM | #4 |
Code:
Untitled Trigger 001
Events
Unit - A unit Begins casting an ability
Conditions
(Ability being cast) Equal to [color=red]Your Spell[/color]
Actions
Set [color=red]Point[/color] = (Target point of ability being cast)
Unit - Create 1 [color=red]Casting Unit[/color] for Player 1 (Red) at [color=red]Point[/color] facing Default building facing degrees
Unit - Order (Last created unit) to Human Archmage - Blizzard [color=red]Point[/color]In short: Have a trigger detect when your spell is cast, create a unit with the desired spell, have it cast the spell at the same location. |
| 02-03-2004, 12:08 PM | #5 |
Thanks a ton!! You've been very helpful. One question tho... I don't really want the extra caster to be seen :-\ |
| 02-03-2004, 12:31 PM | #6 |
set the model file of the extra caster to " .mdl" and it's done o.O |
| 02-03-2004, 12:37 PM | #7 |
Be sure to also give the dummy caster the Locust ability. |
