- Joined
- Jul 11, 2009
- Messages
- 294
I want this unit to cast warstomp everytime i spawn it,the warstomp spell is already inserted in the unit.
When i place the unit somewhere to test.
Like
Elasped time is 15 seconds.
Order Warstomp dummy to Orc Tauren Chieftian-Warstomp
^This will work,but below mentioned trigger would not work.
This is my trigger.
Events
Every 5 seconds of game time.
Conditions
Actions
Set Bomb_Point=(Random Point in Playable map area)
Create 1 dummy stomp unit for neutral hostile at Bomb_Point facing default building facing degrees.
Order last created unit to Orc Tauren Chieftian-War Stomp
Unit-Remove last created unit from the game.
Customscript: call RemoveLocation (udg_Bomb_Point)
Whats wrong with the trigger mentioned above?
When i place the unit somewhere to test.
Like
Elasped time is 15 seconds.
Order Warstomp dummy to Orc Tauren Chieftian-Warstomp
^This will work,but below mentioned trigger would not work.
This is my trigger.
Events
Every 5 seconds of game time.
Conditions
Actions
Set Bomb_Point=(Random Point in Playable map area)
Create 1 dummy stomp unit for neutral hostile at Bomb_Point facing default building facing degrees.
Order last created unit to Orc Tauren Chieftian-War Stomp
Unit-Remove last created unit from the game.
Customscript: call RemoveLocation (udg_Bomb_Point)
Whats wrong with the trigger mentioned above?
