• Check out the results of the Techtree Contest #19!
  • 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.
  • Create a void inspired texture for Warcraft 3 and enter Hive's 34th Texturing Contest: Void! Click here to enter!
  • The Hive's 22nd Icon Contest: Creep Abilities is now concluded, time to vote for your favourite set of icons! Click here to vote!

[AI] How to fix AI not properly using Zepplins

Status
Not open for further replies.
Level 6
Joined
Jul 8, 2018
Messages
129
So I am using Jasscraft to create ai and I'm struggling to get the AI to use zeppelins properly. Like the AI does in one of the undead missions in ROC and the second human mission of TFT. I've put a zeppelin into the attack wave but it will build it then sometimes send it without gathering any units and just hover over something until it dies. Other times it will pick 1 or two units, drop them and repeat then run away and come back until the rest of the attack wave die. Any way to fix this?
 
No, I couldn't find the scripts but I did find that some reason the zeppelins they used were always modified a bit and flagged as a custom unit with little changed. So some reason when I made a copy of it as a custom unit it started to work.
 
Interesting. You can try using the zeppelin natives in the AI and see it it works better (if you haven't used them already): calling LoadZepWave(X,Y) should have zeppelins moving your units to the coordinate (X,Y), for example.
 
Status
Not open for further replies.
Back
Top