XG417 Chieftain Joined Nov 20, 2016 Messages 15 Apr 23, 2017 #1 For example, disable Recruitment of Partisans in a Neighborhood-type District. Is that kind of thing possible?
For example, disable Recruitment of Partisans in a Neighborhood-type District. Is that kind of thing possible?
isau Deity Joined Jan 15, 2007 Messages 3,071 Apr 23, 2017 #2 Can you explain what you mean by "disable on certain districts?" Do you mean remove the requirement that the District exists to perform the mission? For that you I think you could just do this, tho I admit I have not tested to see what it does in game: Code: UPDATE unitoperations SET targetdistrict = NULL WHERE unitoperations.OperationType = 'UNITOPERATION_SPY_RECRUIT_PARTISANS';
Can you explain what you mean by "disable on certain districts?" Do you mean remove the requirement that the District exists to perform the mission? For that you I think you could just do this, tho I admit I have not tested to see what it does in game: Code: UPDATE unitoperations SET targetdistrict = NULL WHERE unitoperations.OperationType = 'UNITOPERATION_SPY_RECRUIT_PARTISANS';