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

ai scripts

  1. infini_ty

    [Solved] Run a campaign AI script to replace an already running AI script

    Hello, I need some help to solve this campaign AI problem. I use world editor version 1.24b (6059). To be more specific, here are the pictures showing the AI triggers that I want to be run properly. picture A (trigger named "Player AIs A") picture B (trigger named "Player AIs B") I want...
  2. katya18

    AI/Custom control in the game

    Hello guys. Here probably will be the most important moment for me of why I started learning Jass and other stuff So, to cut it short, I want to make an AI. But, it is probably not that AI that most of you imagine. Or, probably I should call it the other way like controller or whatever, not an...
  3. ElderTreant

    [JASS] How to get location of ally's army

    Hi guys, I'm going to make AI stick together by lead them to other ally's army. I have made every unit of AI follow their army or their heroes. It worked pretty good. set u = FirstOfGroup(g) ...... // Follow their army call IssuePointOrder(u, "move", GetLocationX(army_loc[main_army])...
  4. Kick King

    [Trigger] How to find units grouped together around a unit

    I'm creating an AOS hero AI and so far the one thing that I haven't figured out a good way to do is have the AI find units that are grouped together to cast an AOE spell. I'm currently trying to utilize base spells ID's to get the Built in WC3 AI to make decisions but there are a few spells...
  5. InsaneMonster

    Custom AI Script (JASS) Share

    Hi all fellow coders! I want to share an AI script (JASS) which I made for my current project, which you can find on my signature. The script is used on the second map for the Alliance Naval Base forces. Why could it be interesting? I add a behaviour to command the AI to stop producing a...
  6. Warseeker

    [AI] Enemy Heroes Revive At Level 1 ? (Patch 1.30.4) [SOLVED]

    Hello, I'm experiencing a strange bug on patch 1.30.4 where enemy heroes controlled by the AI restart from level 1 after they are resurrected even if they are already leveled up. Example : I have a level 5 hero, when that hero dies and then gets resurrected at the altar, he becomes level 1...
  7. loktar

    [Solved] AI Script won't run

    I've modified human.ai and imported it. Trying to run it with StartMeleeAI, but it's not working. I've added a BJDebugMsg in the main function which isn't being shown. Any idea what might be going wrong? Running the latest patch (1.31) Edit: doesn't work when I enable fixed player settings etc...
  8. Sleepless

    How do I turn off AI targeting

    AI targets the lowest attacking enemy in range. How do I turn it off? Trigger "Malee Game - Run malee AI scripts" doesn't help. Don't see anything in AI Editor either. Any ideas?
  9. jk4t63p4f

    empty

    empty
  10. tdrsmynm

    Asking help for AI Scripts

    First and for most Im not sure if this is correct place to ask for help, but if it isn't I do apologize I'm still new in Hiveworkshop. So, here it goes. I've been playing Ujimasa Hojo's maps and I really liked it so I tried to make my own, but every time I try the Ai is so messed up that the...
Top