A simple hero AI?

Status
Not open for further replies.
Level 10
Joined
Jun 7, 2008
Messages
420
Does anyone know/can link me to a tutorial/link me to a script to put in that makes heroes intellegent?
What I need to do is to make heroes in my map automatically buy items, engage the enemy, teleport/move around and retreat when necessary.

Thanks
 
Yea there is actually a function but you have to use custom script:

  • Custom Script: "call MakeComputersSmarter( "buy items", "engage enemy", "teleport/move", "retreat if necessary" )
Hope you can get it to work!
 
  • Like
Reactions: Rui
Use MeleeAI as basic (native ability to pick items, learn skills wave system and injury condition). AI requires many conditions to do an action - since the words "think to do". AI is not simple. It's complicated. But there are no limits to improve them although JASS is very limited.
 
Status
Not open for further replies.
Back
Top