• Listen to a special audio message from Bill Roper to the Hive Workshop community (Bill is a former Vice President of Blizzard Entertainment, Producer, Designer, Musician, Voice Actor) 🔗Click here to hear his message!
  • Read Evilhog's interview with Gregory Alper, the original composer of the music for WarCraft: Orcs & Humans 🔗Click here to read the full interview.
  • Create a faction for Warcraft 3 and enter Hive's 19th Techtree Contest: Co-Op Commanders! Click here to enter!
  • Get your art tools and paintbrushes ready and enter Hive's 34th Texturing Contest: Void! Click here to enter!

Allience type

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?
 
Level 31
Joined
Aug 29, 2012
Messages
1,438
I suppose it's this one

1725807741073.png



JASS:
call SetPlayerAllianceBJ( Player(0), ALLIANCE_SHARED_SPELLS, true, Player(1) )
 
Top