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

Casting a spell every XX second(s)

Status
Not open for further replies.
Level 13
Joined
Feb 18, 2009
Messages
1,381
Hi, im making a map (as any else ;P) and now i want that a hero uses a spell every 3rd minute, how do i do that?

Etzer
 
Level 7
Joined
Dec 18, 2008
Messages
400
The trigger might look like this:

Every 180 second game time/time

Order unit to - (the ability you wanna cast) please note that you can only select original spell so you have to select the spell you based you self made of
 
Level 13
Joined
Feb 18, 2009
Messages
1,381
ok, thx dude (rep 4 u :p)

{EDIT}
Now i think of it does that work??
 
Last edited by a moderator:
Level 3
Joined
Apr 24, 2005
Messages
61
  • Events
    • Every 180 seconds of game time
  • Actions
    • Unit - Order unit to -base spell-
That's how it might look. Note that the orders are categorized depending on their targets and their races. Thunderclap would, for example, be issue order with no target, human mountain king thunderclap.

And yes, it should work. It reads the spell ID, not the spell name, which is what you change in an ability.
 
Status
Not open for further replies.
Top