• 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.

How to make AutoCasting

Status
Not open for further replies.
Level 3
Joined
Oct 21, 2004
Messages
72
Though I'm not positive, I'm fairly sure you can just use a base spell with autocast (Fairie Fire for example) then modify it to cast bash.

The only other way I know about is to do a dummy unit, which might actually not be all that hard, but whatever.

Anyway, let me know if using a base autocast spell works.
 
Level 3
Joined
Nov 8, 2005
Messages
51
I have no idea how to modify a base auto cast spell to an other spell but I think I know how to work with a dummy just like this:

Code:
Event - Whenever a unit begins casting an ability
Condition - Ability being cast is equal to Dummy AutoCast Spell
Action 
- Create 1 Dummy unit at position of Casting unit Facing default building angle
- Order last created unit to cast demon hunter mana burn on target ability being cast.

Well not sure if it looks exactly like this (my english isnt very good) but I think it works like this.

Thx for the idea :wink:
 
Status
Not open for further replies.
Top