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

Make wisps detonate offensively - like Sappers use Kaboom

Status
Not open for further replies.
Level 2
Joined
Dec 12, 2018
Messages
12
I'm trying to make the wisp aggressive and basically act like a neutral hostile Goblin Sapper, but with Detonate instead of Kaboom. I tried making wisps suicidal, and giving them Kaboom (and it seems that Kaboom is by default off autocast and autocast needs to be turned on manually - however if the sapper is owned by Neutral Hostile, autocast is on and the sapper does what it's supposed to do).

Another way to look at it is whether there's a way to make Kaboom drain mana instead of hp? :)
 
Level 9
Joined
Sep 20, 2015
Messages
385
Hello,
You can use a trigger for this.

Events

A unit comes in range x amont(creep aggro distance)

Conditions

Triggering unit belongs to Player(x)

Actions

Issue units to target a point ( select the wisps and make them use detonate in the triggeing unit position)

There are other ways to do it i think this is just the first i thought of
 
Status
Not open for further replies.
Top