• 🏆 Texturing Contest #33 is OPEN! Contestants must re-texture a SD unit model found in-game (Warcraft 3 Classic), recreating the unit into a peaceful NPC version. 🔗Click here to enter!

Spell Help needed: Amplify Magic

Status
Not open for further replies.
Level 3
Joined
Oct 2, 2004
Messages
29
I want to make a spell which increases the damage dealt by magic and spells, like Banish. I just don't want the extra effect of Banish, so the target can still attack and have its normal movement speed.

I thought I could do someting with adding an ability to the target (with triggers of course; bases of the spell damage decrease-item ability (those spell bracers)
but that hasn't really had any result.
Could you help me out with this?
 
Level 5
Joined
Jun 22, 2004
Messages
109
im pretty sure u can remove the banish buff, but if not u can use triggers (animation tags) to increase the movment speed and vertex coloring of the unit. try the first one first...remove the banish buffs from the spell.
 
Level 3
Joined
Oct 2, 2004
Messages
29
these are the triggers I made/used:

Spell Damage
Events
Unit - A unit Starts the effect of an ability
Conditions
(Ability being cast) Equal to Amplify Magic
Actions
Unit - Add Spell Damage Amplify to (Target unit of ability being cast)
Wait 25.00 seconds
Unit - Remove Spell Damage Amplify from (Target unit of ability being cast)


I changed the 'damage reduction' field of "Spell Damage" to -0.67

One of the problems was that when 'you' cast in on 'yourself', nothing happens.
If things should work according to these triggers, I'll try to figure things out soon.
Thanks for the tips!
 
Status
Not open for further replies.
Top