• Listen to a special audio message from Bill Roper to the Hive Workshop community (Bill is a former Vice President of Blizzard Entertainment, Producer, Designer, Musician, Voice Actor) 🔗Click here to hear his message!
  • Read Evilhog's interview with Gregory Alper, the original composer of the music for WarCraft: Orcs & Humans 🔗Click here to read the full interview.

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 28
Joined
Sep 26, 2009
Messages
2,520
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