• 🏆 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!

increased atk/movement speed

Status
Not open for further replies.
Level 3
Joined
Aug 4, 2007
Messages
45
hey guys, i made a trigger for this spell thats supposed to increase this hero's movement/atk speed by 300% but its not working. heres wat i did

-A hero starts the effect of an ability
-Ability equal to (spell)
-create one dummy unit at position of triggering unit facing triggering unit direction
-issue order for dummy targeting triggering unit -orc shaman bloodlust

i modified the bloodlust and i made the dummy unit have the locust ability and the bloodlust ability already
is there anything im doing wrong?
 
ill write u a freehand trigger(im not in WE)

  • Events
    • Units starts the effect of an ability
  • Conditions
    • Ability being cast equal to<your soell>
  • Actions
    • Create 1 dummy for triggering player at position of triggering unit facing...
    • Add 1.5 second experation timer to last created unit
    • Add bloodlust to last created unit
    • Set level of bloodlust for last created unit to level of<your spell>for triggering unit
    • Order last created unit to orc shaman bloodlust triggering unit
i made you this if you have more levels other vise you can delete set level action.
And btw you could just use Berserk for your spell no need for triggers.
 
Status
Not open for further replies.
Top