Allience type

Status
Not open for further replies.
Level 11
Joined
Jul 28, 2024
Messages
340
I've noticed that depending on allience type AI-controlled play may or may not cast abilities on allied units.
Ie replenish life and mana. If
call SetPlayerAlliance(p, i, ALLIANCE_PASSIVE, true)
AI will not cast it as far as I understand.

Can someone explain which alliance flag needs to be set so AI casts abilities?
 
I suppose it's this one

1725807741073.png



JASS:
call SetPlayerAllianceBJ( Player(0), ALLIANCE_SHARED_SPELLS, true, Player(1) )
 
Status
Not open for further replies.
Back
Top