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

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