@Putmalk -> I used this file with "0" and "-10" without success :
<?xml version="1.0" encoding="utf-8"?>
<!-- Created by ModBuddy on 18/10/2010 22:54:51 -->
<GameData>
<Leader_Flavors>
<Update>
<Where FlavorType="FLAVOR_WONDER" LeaderType="LEADER_HARUN_AL_RASHID" />...
Thank you Nunya ! I haven't found these values. Now my SQL query looks like this :
UPDATE Leader_Flavors SET Flavor = 0 WHERE FlavorType = "FLAVOR_WONDER";
Zero is the value for barbarians. But it still don't works. I'm thinking about delete these rows directly, but I don't know if it's a good...
Sorry LoneGamer but it don't works. I read in my tutorial that attributes in the "Where" tag form a AND condition. I thought that if I set nothing it will selects all leaders.
I used the SQL approach too with this SQL file :
UPDATE Leaders SET 'WonderCompetitiveness' = -200;
But it don't...
Hello !
I'm new in modding (I've read one tutorial only...) and I wanted to create a mod so AI players can't build any wonder. The only thing I found is the "WonderCompetitiveness" attribute for leaders so I made this :
AI.xml :
<?xml version="1.0" encoding="utf-8"?>
<!-- Created by...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.