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

Questions

Status
Not open for further replies.
Level 19
Joined
Aug 8, 2007
Messages
2,765
1. How do i make it so like, i know how to change it so D-8 on the reaper can atk ground, but how can i make it attack BOTH at the same time?

2. How can i like, put 2 spinecrawlers on each of a Reaper's jetpacks and have them attack?

3. How generate creep?
 
Level 3
Joined
Dec 5, 2007
Messages
30
1.) I don't think you can have him do 2 attacks at once, I may be completely wrong here but I can't help you.

2.) Sounds cool but again, I have no idea how you could do this.

3.) I looked through stuff and I couldn't find a way to simply "place creep," only way I know would be to make a building that makes creep.

Sorry I couldn't help you out, I might have misunderstood some of what you asked.
 
Level 6
Joined
Jul 22, 2008
Messages
243
Not sure this is what you want but...

3.
  • Spawn
    • Events
      • Game - Player Any Player types a chat message containing "-spawn", matching Partially
    • Local Variables
    • Conditions
    • Actions
      • Unit - Create (Integer((Substring((Entered chat string), 8, 11)))) Units for player 2 at (Center of Region) using default facing (No Options)
 
Level 11
Joined
Jul 25, 2005
Messages
573
Not sure this is what you want but...

3.
  • Spawn
    • Events
      • Game - Player Any Player types a chat message containing "-spawn", matching Partially
    • Local Variables
    • Conditions
    • Actions
      • Unit - Create (Integer((Substring((Entered chat string), 8, 11)))) Units for player 2 at (Center of Region) using default facing (No Options)

He's talking about generating creep for zerg, not a creep enemy.
 
Status
Not open for further replies.
Top