How to get the achievement "Great Destroyer" if the AI does not build Great Wonders?
- 1
in the description of the achievement it is indicated that "Ancient wonders does not count. Can only done by destroying Great Works built by AI. Quite hard because AI doesn't build that much Great Works. Use Imperial Challenge CB to instantly grab a territory with a great work and destroy it".There should be more than enough great wonders to conquer and destroy just counting the natrual ones.
Ah my bad then, let ai live enclaved by your kingdom and gift them money and hope they build great works?in the description of the achievement it is indicated that "Ancient wonders does not count. Can only done by destroying Great Works built by AI. Quite hard because AI doesn't build that much Great Works. Use Imperial Challenge CB to instantly grab a territory with a great work and destroy it".
Ah my bad then, let ai live enclaved by your kingdom and gift them money and hope they build great works?
I calculated that one enclave will have to make an offering about 300 times, and in total there should be 10 wonders of the world, and this turns out to be 3000. I cannot be sure that they will build great wonders at allAh my bad then, let ai live enclaved by your kingdom and gift them money and hope they build great works?
Or try building 10 great wonders and releasing the provinces they belong to and reconquer/destroy them?
built great wonders and then released provinces and captured them, didn't workAh my bad then, let ai live enclaved by your kingdom and gift them money and hope they build great works?
Or try building 10 great wonders and releasing the provinces they belong to and reconquer/destroy them?
What if I conquer an incomplete wonder. Do I become the builder upon completion?The description on the wiki is wrong, but the achievement is bugged.
I spent a lot of time investigation this particular achievement, and the short version is:
Sorry to be the bearer of bad news.
- Ancient Wonders do count as they do increase the internal counter for the achievement
- The achievement should trigger when the counter is larger or equal then 10, but it doesn't
- I'm unsure about why that is, but the syntax used for this achievement is different from the syntax used for other, very similar achievements. So it's possible that the code for the achievement is wrong
Edit: Oh, and in case somebody reads this after the achievement is fixed. No, wonders that you build yourself don't count. For wonders that don't start on the map the AI has to start the construction of the wonder - either manually or via decision. Starting the construction and ceding the province before completion doesn't work either.
What if I conquer an incomplete wonder. Do I become the builder upon completion?
I destroyed 10 great AI wonders, but the achievement doesn't complete.The description on the wiki is wrong, but the achievement is bugged.
I spent a lot of time investigation this particular achievement, and the short version is:
Sorry to be the bearer of bad news.
- Ancient Wonders do count as they do increase the internal counter for the achievement
- The achievement should trigger when the counter is larger or equal then 10, but it doesn't
- I'm unsure about why that is, but the syntax used for this achievement is different from the syntax used for other, very similar achievements. So it's possible that the code for the achievement is wrong
Edit: Oh, and in case somebody reads this after the achievement is fixed. No, wonders that you build yourself don't count. For wonders that don't start on the map the AI has to start the construction of the wonder - either manually or via decision. Starting the construction and ceding the province before completion doesn't work either.
Have you tried this achievement with the Heirs of Alexander DLC disabled?Yes, the achievement is broken. Maybe I should be more explicit: It is currently impossible to complete this achievement.
Everybody who has the achievement on steam is cheating.
Have you tried this achievement with the Heirs of Alexander DLC disabled?
I destroyed 10 great AI wonders, but the achievement doesn't complete.I found 2 wonders in construction when I was conquering Transalpine Gaul. If even tribes build them then I guess they really just need enough money.
This achievement doesn't workI found 2 wonders in construction when I was conquering Transalpine Gaul. If even tribes build them then I guess they really just need enough money.
calc_true_if = {
amount >= 10
has_variable = ach_gw_destroyed_var
}
happened = {
ach_gw_destroyed_var >= 10
}