Guru Logan
Chieftain
- Joined
- Oct 11, 2010
- Messages
- 3
Hi everyone!
I cannot figure out what am I doing wrong with yield updates. I saw in the forum that other people had a similar problem though I couldn't understand whether anyone got it sorted out or not.
The most symptomatic of problems:
I am trying to change the science yield of the Palace.
Neither of the following methods work:
<Building_YieldChanges>
<Row>
<BuildingType>BUILDING_PALACE</BuildingType>
<YieldType>YIELD_SCIENCE</YieldType>
<Yield>4</Yield>
</Row>
</Building_YieldChanges>
<Building_YieldChanges>
<Update>
<Set Yield="4"></Set>
<Where BuildingType="BUILDING_PALACE" YieldType="YIELD_SCIENCE"></Where>
</Update>
</Building_YieldChanges>
In a similar vein, I cannot set the food yield from granary to 0 no matter what I do. I have correctly set UpdateDatabase actions in ModBuddy, and other changes work ok, but I have no luck in changing either building yields or improvement yields.
Any help would be greatly appreciated.
I cannot figure out what am I doing wrong with yield updates. I saw in the forum that other people had a similar problem though I couldn't understand whether anyone got it sorted out or not.
The most symptomatic of problems:
I am trying to change the science yield of the Palace.
Neither of the following methods work:
<Building_YieldChanges>
<Row>
<BuildingType>BUILDING_PALACE</BuildingType>
<YieldType>YIELD_SCIENCE</YieldType>
<Yield>4</Yield>
</Row>
</Building_YieldChanges>
<Building_YieldChanges>
<Update>
<Set Yield="4"></Set>
<Where BuildingType="BUILDING_PALACE" YieldType="YIELD_SCIENCE"></Where>
</Update>
</Building_YieldChanges>
In a similar vein, I cannot set the food yield from granary to 0 no matter what I do. I have correctly set UpdateDatabase actions in ModBuddy, and other changes work ok, but I have no luck in changing either building yields or improvement yields.
Any help would be greatly appreciated.