AMAI icon indicating copy to clipboard operation
AMAI copied to clipboard

Advanced Melee Artificial Intelligence Mod For Warcraft 3

Results 111 AMAI issues
Sort by recently updated
recently updated
newest added

I found that AI would not buy mercenaries on race.ai buy mercenaries is **call BuildUpgr(1, merc_rush, 65)** ``` function BuildUpgr takes integer qty, integer unitid, integer prio returns nothing call...

if attacking_strategy == 1 or attacking_strategy == 3 then elseif attacking_strategy == 2 then attacking_strategy Never no 1 2 3 ? and on 24 player map , attacking_strategy will be...

question

``` function GetPlayerHeroBonusStrength takes player p returns integer local integer strength = 0 #INCLUDETABLE #EFR #COND %#OEVAL{16} != 0 set strength = strength + %#OEVAL{16} * GetPlayerUnitTypeCount(p, o%1 ) #ENDINCLUDE...

https://github.com/SMUnlimited/AMAI/blob/96800f004d3a1ba2d891fa9cbfacaa840401f420/common.eai#L9577 set build_zeppelin = GetUnusedZeppelinNearUnit(peon) // Disabled just in case set build_zeppelin = null if build_zeppelin == null then call Trace("No Zeppelin found for transporting peon") return false endif **if...

Another thing I was thinking about was the AI ​​cutting down trees and accessing gold mines. But today we don't do that.

enhancement

have much player donot know how to compilation (run MakeTFTBase.bat) some player , they know run MakeTFTBase.bat , but have a tips -- perl not an external command, ( I...

enhancement

I am opening this issue to remember to implement the remaining features of AMAIStrategyManager.pl. I just don't know if I can remove perl completely as there is a script that...

enhancement

This will allow it access to secret gold mines or merchants on various maps.

enhancement

Some attack targets are not reachable or are not safe. Could use the pathing thread to test these cases when it has spare capacity to do so. In the case...

enhancement

I tried installing it with powershell but the name in game it's still "computer". Before I could just open MPQEditor, open a map, and add the scripts folder from TFT...

question