подождите вроде заработало....
Дорогой, Mesn, подскажите пожалуйста:
Вот у меня скрипт со счетчиком. (Все условия выполняются со старта). Нужно допустим, чтобы 1, 2 и 5 ходах после присвоения счетчика, происходил спаун... Начинаю за Англию. Спаун прописан возле моей столицы, чтоб я мог заметить. Но судя по всему счетчик не срабатывает.. ((((((((((( Посмотрите пожалуйста, в чем может быть беда?
declare_counter ne_poluchaetsya
monitor_event FactionTurnStart FactionType scotland
and I_TurnNumber >= 0
and IsFactionAIControlled
and I_NumberOfSettlements england >= 5
and I_NumberOfSettlements scotland > 1
and not I_SettlementOwner York = scotland
and I_LocalFaction england
if I_CompareCounter ne_poluchaetsya < 5
inc_counter ne_poluchaetsya 1
end_if
if I_CompareCounter ne_poluchaetsya = 1
spawn_army
faction scotland
character random_name, named character, age 19, x 88, y 215
traits LoyaltyStarter 1 , strong_man 1 , MilitaryInclination 1 , Military_Edu 1 , NaturalMilitarySkill 1 , GoodCommander 3 , BattleDread 1 , StrategyDread 1 , PublicFaith 1 , Loyal 3 , ReligionStarter 1
unit NE Bodyguard exp 3 armour 1 weapon_lvl 1
unit Border Horse exp 2 armour 1 weapon_lvl 1
unit Border Horse exp 1 armour 1 weapon_lvl 1
unit Border Horse exp 2 armour 1 weapon_lvl 1
end
add_money scotland 20000
end_if
if I_CompareCounter ne_poluchaetsya = 2
spawn_army
faction scotland
character random_name, named character, age 19, x 88, y 215
traits LoyaltyStarter 1 , strong_man 1 , MilitaryInclination 1 , Military_Edu 1 , NaturalMilitarySkill 1 , GoodCommander 3 , BattleDread 1 , StrategyDread 1 , PublicFaith 1 , Loyal 3 , ReligionStarter 1
unit NE Bodyguard exp 3 armour 1 weapon_lvl 1
unit Border Horse exp 2 armour 1 weapon_lvl 1
unit Border Horse exp 1 armour 1 weapon_lvl 1
unit Border Horse exp 2 armour 1 weapon_lvl 1
end
add_money scotland 20000
end_if
if I_CompareCounter ne_poluchaetsya = 5
spawn_army
faction scotland
character random_name, named character, age 19, x 88, y 215
traits LoyaltyStarter 1 , strong_man 1 , MilitaryInclination 1 , Military_Edu 1 , NaturalMilitarySkill 1 , GoodCommander 3 , BattleDread 1 , StrategyDread 1 , PublicFaith 1 , Loyal 3 , ReligionStarter 1
unit NE Bodyguard exp 3 armour 1 weapon_lvl 1
unit Border Horse exp 2 armour 1 weapon_lvl 1
unit Border Horse exp 1 armour 1 weapon_lvl 1
unit Border Horse exp 2 armour 1 weapon_lvl 1
end
add_money scotland 20000
terminate_monitor
end_if
end_monitor
Сообщение отредактировал Leeekaaa1989: 12 апреля 2016 - 21:59