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

aos map mode!!! help plz !! check this out

Status
Not open for further replies.
Level 5
Joined
Jun 8, 2008
Messages
84
hey guys i am making a map called the adventure of the unknown.
i was thinking of putting dota type mode in my map . i mean if i type -dota
then the creep shall start spawning in a particular region i made suppose region 002. and they should move towards my base..or a particular region i made at a starting point suppose region 003.
k so heres what i want.
1) when i type -dota creep shall spawn at a particular region.
2) these creeps shall (from the region they spawn ) move towards the other region i make ( suppose i put region 003 at the starting point of a player )
3) This whole process shall happen again after 120 seconds.
4) And if the player types -stop dota this process should be stopped for him.
I NEED THIS IN TRIGGER FORM . NOT JASS . THANK YOU VERY MUCH.
 
Level 10
Joined
Jun 21, 2007
Messages
643
Dota start
  • Events:
    • Player - Chat event - player 1 enters -dota as an exact match
  • Conditions:
    • none
  • Actions:
    • Trigger - turn on - "dota"
    • Trigger - turn on DotaOff
    • Trigger - Turn off (this trigger)
Dota
  • Events:
    • Time - Every 120 seconds of game-time
  • Conditions:
    • None
  • Actions:
    • for each 1 - x int a
      • Unit - create xUnit at random point in region 002
      • Unit - order last created unit to attack-move to random point in region 003
dota off
  • Events:
    • Player - Chat event - Player enters -stop as an exact match
  • Conditions:
    • None
  • Actions:
    • Trigger - Turn off dota
    • Trigger - Turn On dotaStart
    • Trigger - Turn off (this trigger)
 
Level 5
Joined
Jun 8, 2008
Messages
84
uhm k i put that action...they moved but a new problem came up...
they just go half the way towards my base and then go back to the region they spawn.....
they just go back omg!!! how the heck can that happen!!!
 
Status
Not open for further replies.
Top