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

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