Warcraft III resources & community, 2003–2006 · archived

I need help with this triggered spell.

3 posts
#1

I need help with this triggered spell.

Hey, I've been trying to make a Third Person Shooter map for a while - I've got the keypresses working now which is good!

Now I'm stuck on something, I need my units to have a hotkey to fire. I hoped that using a dummy ability with a hotkey of 'M' would get me somewhere but I can't think of the triggers needed to use it.

I need the Triggers to fire an arrow or whatever in the direction the casting unit's facing. Can anyone help me?
#2
Create an ability based off shockwave, with a cap of what damage you want to do. Then create an ability based off Berserk which does nothing and lasts .01 seconds, and the same cooldown as the arrow. Trigger this:
Events
A unit starts the effect of an ability
Conditions
Ability bieng cast equal to Fire Arrow
Actions
Order (Triggering unit) to cast Tauren Chieftain- Shockwave at (Position of (Triggering unit offset by 100 towards (Facing of (Triggering Unit)))
#3
Thanks, I'm gonna try it out now! You'll get credit for the help =)