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

Horde vs Alliance unit merge

Status
Not open for further replies.
Level 2
Joined
Oct 16, 2010
Messages
14
I am creating a map with both horde and alliance properties. For horde you select Orc and alliance is human. I have merged all of the units along with customs to the rightful race and when I test the map the ai will not us anything but the humans. Should I use a trigger for this or is it the ai editor?
 
Level 26
Joined
Mar 19, 2008
Messages
3,140
You can configure AI to use them if im not mistaken. Triggers can help here too. You can just use spawn triggers like:
  • Init
    • Events
      • Time - Every 30 sec of game time
    • Conditions
    • Actions
      • Set temp_point = Position of orc_baseCampp
      • Unit - Create 5 Grunt for (yourPlayer) at temp_point with Default building facing degress
      • <here you can do actions with those units like ordring them to attack>
      • Custom script: call RemoveLocation (udg_temp_point)
 
Status
Not open for further replies.
Top