• 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.

how to disable sharing gold, lumber, as well as control?

Status
Not open for further replies.
Not sure if sharing gold and lumber get into this, but look these up in the function list:

JASS:
SetPlayerAllianceBJ
SetPlayerAllianceStateAllyBJ
SetPlayerAllianceStateBJ
SetPlayerAllianceStateControlBJ
SetPlayerAllianceStateFullControlBJ
SetPlayerAllianceStateVisionBJ

They all call the SetPlayerAlliance native, but you can use these functions to see what alliancetype parameters to use.
 
Level 7
Joined
Nov 18, 2012
Messages
312
I tried.
This will disable gold and lumber
JASS:
call SetMapFlag(MAP_LOCK_RESOURCE_TRADING,true)

i have no idea how to prevent sharing control completely though..
 
Status
Not open for further replies.
Top