• 🏆 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!
  • It's time for the first HD Modeling Contest of 2024. Join the theme discussion for Hive's HD Modeling Contest #6! Click here to post your idea!

Blight Placement

Status
Not open for further replies.
Level 5
Joined
Dec 15, 2010
Messages
115
I am trying to make the Blight Placement from the Sacrificial Skull item in to an ability that Obsidian Statues can use (via a research). However when I click on it, it doesn't give me the target circle thing (Like if I were to use the item version). Does anyone know what's wrong or a way to get around it?
 
Level 25
Joined
Sep 26, 2009
Messages
2,378
You could just trigger the whole thing using channel spell and this trigger:

  • Blight
    • Events
      • Unit - A unit Starts the effect of an ability
    • Conditions
      • (Ability being cast) Equal to Your_Ability
    • Actions
      • Set p = (Target point of ability being cast)
      • Environment - Create Blight for (Owner of (Triggering unit)) from p to a radius of 315.00
      • Custom script: call RemoveLocation(udg_p)
 
Level 5
Joined
Dec 15, 2010
Messages
115
Sorry for the very late response, I have been busy. Thank you, I shall try that in a little bit.

EDIT: Nevermind, I got it to work. It appears to work perfectly, thanks for all the help.
 
Last edited:
Status
Not open for further replies.
Top