• 🏆 Texturing Contest #33 is OPEN! Contestants must re-texture a SD unit model found in-game (Warcraft 3 Classic), recreating the unit into a peaceful NPC version. 🔗Click here to enter!
  • It's time for the first HD Modeling Contest of 2024. Join the theme discussion for Hive's HD Modeling Contest #6! Click here to post your idea!

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

Status
Not open for further replies.
Level 37
Joined
Jul 22, 2015
Messages
3,485
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