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

When units are healing at home they stand around and can block other units. Specifically the hero can get blocked while its trying to move to buy a healing item...

bug

A number of issues with the current system which is still based largely on the vanilla systems - Continously adding new troops to assault makes attacks slow as troops drip...

enhancement

Micro system to be able to deny experience gains to enemies while in battle

enhancement

Zepplin hovers over the unit forever until it is shot down or the burrowed unit is healed and pops back up.

bug

the remove_exp no function call , so the exp_number only increase, once the upper limit is reached, there will be problems ?? and even if call remove_exp , the exp_ancient...

https://github.com/SMUnlimited/AMAI/blob/96800f004d3a1ba2d891fa9cbfacaa840401f420/common.eai#L5359 the CreatePathing now is change set u = CreatePathingUnit(u) will Create u on home_location but the function need u Create on loc and move to home_location so if u...

``` function SeedNewTownAtLoc takes location l, integer p returns nothing set town_owner[town_num] = p set town_loc[town_num] = l set town_threat[town_num] = 0 set town_group[town_num] = CreateGroup() call TrackTown(town_num) set town_num...

when AI run to function GetIntervalCreep ,the game will get stuck I never found the reason I suspect causative is GetIntervalCreep **returns GetIntervalCreep()** will formed many times loop But it's...

``` function ChooseExpansion takes nothing returns nothing local integer i = 0 local integer exp_chosen = 0 set exp_number = 0 set first_expansion_chosen = true loop exitwhen i >= expansion_list_length...