• 🏆 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!
  • 🏆 Hive's 6th HD Modeling Contest: Mechanical is now open! Design and model a mechanical creature, mechanized animal, a futuristic robotic being, or anything else your imagination can tinker with! 📅 Submissions close on June 30, 2024. Don't miss this opportunity to let your creativity shine! Enter now and show us your mechanical masterpiece! 🔗 Click here to enter!

Leaking spell with a dummy.

Status
Not open for further replies.
Level 11
Joined
Sep 9, 2010
Messages
368
yo, I've to do anything to make this trigger work, but I've no clue how.

  • Facemelter
    • Events
      • Unit - A unit Starts the effect of an ability
    • Conditions
      • (Ability being cast) Equal to Living Bomb
    • Actions
      • Wait 6.00 seconds
      • Unit - Create 1 Facemelter for Player 1 (Red) at (Position of (Target unit of ability being cast)) facing Default building facing degrees
      • Set FacemeltingDUMMY = (Last created unit)
      • Unit - Order FacemeltingDUMMY to Human Mountain King - Thunder Clap
      • Wait 2.00 seconds
      • Custom script: call RemoveUnit(udg_FacemeltingDUMMY)
I'd even sense that the custom script isn't even right as well.

The problem is that the dummy isn't spawning, but if I'm changing the spawning location, does it work fine, somehow.

I belive that it is something between

  • Events
    • Unit - A unit Starts the effect of an ability
  • Conditions
    • (Ability being cast) Equal to Living Bomb
that isn't working togeather.
I've also tried to change out 'Starts the effect of an ability' to 'starts casting an ability', but it isn't working neither.


Thanks in advance.
 
Status
Not open for further replies.
Top