Jurdagat
06-09-2008, 21:40
I found something I believe is an error in the script.
After I was expecting to finally achieve the victory conditions with Hayasdan, absolutly nothing happend.
I owned all settlements, and I had raided all the targets.
I'm absolutely 100% certain, I did double check and even did a reraid.
Luckely it's been an awesome campaign, but now in 140BC I feel it's time to give it a rest.
Of course I decided to blame the the raiding targets, as they diden't stop blinking after pressing the "?".
As the rookie I am I did my share of searches on this forum for answers, and finally found out where to look in all the cuddled up files in the EB directory.
So when I checked the EBBS_SCRIPT and the Hayasdan section I found this:
dvance_advice_thread Hayasdan_raid_Thread
if I_CompareCounter hayasdanConqueredNisa = 0
settlement_flash_start Nisa
end_if
if I_CompareCounter hayasdanConqueredByzantion = 0
settlement_flash_start Byzantion
end_if
if I_CompareCounter hayasdanConqueredChersonesos = 0
settlement_flash_start Chersonesos
end_if
if I_CompareCounter hayasdanConqueredPantikapaion = 0
settlement_flash_start Pantikapaion
end_if
if I_CompareCounter hayasdanConqueredAlexandreia = 0
settlement_flash_start Alexandreia
end_if
if I_CompareCounter hayasdanConqueredSalamis = 0
settlement_flash_start Salamis
end_if
if I_CompareCounter hayasdanConqueredPella = 0
settlement_flash_start Pella
end_if
if I_CompareCounter hayasdanConqueredAthenai = 0
settlement_flash_start Athenai
end_if
if I_CompareCounter hayasdanConqueredSparte = 0
settlement_flash_start Sparte
end_if
if I_CompareCounter hayasdanConqueredSidon = 0
settlement_flash_start Sidon
end_if
end_if
Now every other faction uses the Vanilla RTW faction names.
The 4-5 others I checked at least.
As seen on this one here:
if I_LocalFaction armenia
advance_advice_thread Sauromatae_raid_Thread
if I_CompareCounter armeniaConqueredSusa = 0
settlement_flash_start Susa
end_if
if I_CompareCounter armeniaConqueredPersepolis = 0
settlement_flash_start Persepolis
end_if
if I_CompareCounter armeniaConqueredSeleukeia = 0
settlement_flash_start Seleukeia
end_if
if I_CompareCounter armeniaConqueredBabylon = 0
settlement_flash_start Babylon
end_if
if I_CompareCounter armeniaConqueredAntiocheia = 0
settlement_flash_start Antiocheia
end_if
if I_CompareCounter armeniaConqueredPella = 0
settlement_flash_start Pella
end_if
if I_CompareCounter armeniaConqueredDemetrias = 0
settlement_flash_start Demetrias
end_if
if I_CompareCounter armeniaConqueredSegestica = 0
settlement_flash_start Segestica
end_if
if I_CompareCounter armeniaConqueredPatavium = 0
settlement_flash_start Patavium
end_if
if I_CompareCounter armeniaConqueredBononia = 0
settlement_flash_start Bononia
end_if
if I_CompareCounter armeniaConqueredArctaunon = 0
settlement_flash_start Arctaunon
end_if
if I_CompareCounter armeniaConqueredVesontio = 0
settlement_flash_start Vesontio
end_if
Hayasdan on the other hand uses "hayasdan".
Well I'm just a rookie, and all I want to know is if this is causing the problem? :)
If not then I'll leave this campaign anyways, but if it is I hope it's helpfull.
I appologize if the post is hard to read or understand, but I'm very tired and tried to clean it. :)
After I was expecting to finally achieve the victory conditions with Hayasdan, absolutly nothing happend.
I owned all settlements, and I had raided all the targets.
I'm absolutely 100% certain, I did double check and even did a reraid.
Luckely it's been an awesome campaign, but now in 140BC I feel it's time to give it a rest.
Of course I decided to blame the the raiding targets, as they diden't stop blinking after pressing the "?".
As the rookie I am I did my share of searches on this forum for answers, and finally found out where to look in all the cuddled up files in the EB directory.
So when I checked the EBBS_SCRIPT and the Hayasdan section I found this:
dvance_advice_thread Hayasdan_raid_Thread
if I_CompareCounter hayasdanConqueredNisa = 0
settlement_flash_start Nisa
end_if
if I_CompareCounter hayasdanConqueredByzantion = 0
settlement_flash_start Byzantion
end_if
if I_CompareCounter hayasdanConqueredChersonesos = 0
settlement_flash_start Chersonesos
end_if
if I_CompareCounter hayasdanConqueredPantikapaion = 0
settlement_flash_start Pantikapaion
end_if
if I_CompareCounter hayasdanConqueredAlexandreia = 0
settlement_flash_start Alexandreia
end_if
if I_CompareCounter hayasdanConqueredSalamis = 0
settlement_flash_start Salamis
end_if
if I_CompareCounter hayasdanConqueredPella = 0
settlement_flash_start Pella
end_if
if I_CompareCounter hayasdanConqueredAthenai = 0
settlement_flash_start Athenai
end_if
if I_CompareCounter hayasdanConqueredSparte = 0
settlement_flash_start Sparte
end_if
if I_CompareCounter hayasdanConqueredSidon = 0
settlement_flash_start Sidon
end_if
end_if
Now every other faction uses the Vanilla RTW faction names.
The 4-5 others I checked at least.
As seen on this one here:
if I_LocalFaction armenia
advance_advice_thread Sauromatae_raid_Thread
if I_CompareCounter armeniaConqueredSusa = 0
settlement_flash_start Susa
end_if
if I_CompareCounter armeniaConqueredPersepolis = 0
settlement_flash_start Persepolis
end_if
if I_CompareCounter armeniaConqueredSeleukeia = 0
settlement_flash_start Seleukeia
end_if
if I_CompareCounter armeniaConqueredBabylon = 0
settlement_flash_start Babylon
end_if
if I_CompareCounter armeniaConqueredAntiocheia = 0
settlement_flash_start Antiocheia
end_if
if I_CompareCounter armeniaConqueredPella = 0
settlement_flash_start Pella
end_if
if I_CompareCounter armeniaConqueredDemetrias = 0
settlement_flash_start Demetrias
end_if
if I_CompareCounter armeniaConqueredSegestica = 0
settlement_flash_start Segestica
end_if
if I_CompareCounter armeniaConqueredPatavium = 0
settlement_flash_start Patavium
end_if
if I_CompareCounter armeniaConqueredBononia = 0
settlement_flash_start Bononia
end_if
if I_CompareCounter armeniaConqueredArctaunon = 0
settlement_flash_start Arctaunon
end_if
if I_CompareCounter armeniaConqueredVesontio = 0
settlement_flash_start Vesontio
end_if
Hayasdan on the other hand uses "hayasdan".
Well I'm just a rookie, and all I want to know is if this is causing the problem? :)
If not then I'll leave this campaign anyways, but if it is I hope it's helpfull.
I appologize if the post is hard to read or understand, but I'm very tired and tried to clean it. :)