Recent content by Oungawak

  1. O

    AI can't build wonders

    I give up... :( All my attempts haven't produced anything, I just can't figure out how this cursed AI works... Thank you for your help. ;)
  2. O

    AI can't build wonders

    @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" />...
  3. O

    AI can't build wonders

    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...
  4. O

    AI can't build wonders

    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...
  5. O

    AI can't build wonders

    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...
Back
Top Bottom