Problems with my scenario!
Moderator: Forum Moderators
- BlackJack25
- Posts: 78
- Joined: July 26th, 2011, 10:50 am
- Location: Italy
Re: Problems with my scenario!
Hi everyone! I have another problem with my third scenario. I don't know why, but the enemies don't attack. The leader recruits perfectly, but they don't advance! Can you help me? Thank you!
- Attachments
-
03_Fire_axes.cfg
- (10.06 KiB) Downloaded 109 times
Sorry for some english errors, but I'm Italian ;-)
Re: Problems with my scenario!
Hmmm... I think your scenario is just fine that the enemy is possible to attack side=1.
What version of BfW you are running?
If it is pre-1.8.4, the ai is sometimes unable to find own enemies. In the case, you just need to download BfW 1.8.5 or 1.8.6 to solve the problem.
What version of BfW you are running?
If it is pre-1.8.4, the ai is sometimes unable to find own enemies. In the case, you just need to download BfW 1.8.5 or 1.8.6 to solve the problem.
Fate of a Princess/feedback thread: "What is in own heart that is the most important, not who you are."
Drake Campaign: Brave Wings/feedback thread, Naga Campaign: Return of the Monster, Saurian Campaign: Across the Ocean
Northern Forces - now on 1.12 server
Drake Campaign: Brave Wings/feedback thread, Naga Campaign: Return of the Monster, Saurian Campaign: Across the Ocean
Northern Forces - now on 1.12 server
- BlackJack25
- Posts: 78
- Joined: July 26th, 2011, 10:50 am
- Location: Italy
Re: Problems with my scenario!
My BfW is 1.9.7. I can't really understand :S
Sorry for some english errors, but I'm Italian ;-)
Re: Problems with my scenario!
Okay, probably, attaching the whole folder will bring a quick solution for you.
Just as a guess, Yundred's location effects the issue, maybe...
Just as a guess, Yundred's location effects the issue, maybe...
Fate of a Princess/feedback thread: "What is in own heart that is the most important, not who you are."
Drake Campaign: Brave Wings/feedback thread, Naga Campaign: Return of the Monster, Saurian Campaign: Across the Ocean
Northern Forces - now on 1.12 server
Drake Campaign: Brave Wings/feedback thread, Naga Campaign: Return of the Monster, Saurian Campaign: Across the Ocean
Northern Forces - now on 1.12 server
- BlackJack25
- Posts: 78
- Joined: July 26th, 2011, 10:50 am
- Location: Italy
Re: Problems with my scenario!
Here's the folder. I can't understand how the position of Yundred maybe the problem...
- Attachments
-
Battles_and_Wizards_I.rar
- (202.04 KiB) Downloaded 118 times
Sorry for some english errors, but I'm Italian ;-)
Re: Problems with my scenario!
Well, I am not sure why, but if I remove:from the side tag, the enemy starts moving.
On my testing, there is no Yundred on the map, so (I guess) that is why the orcs were not able to move.
Ciao.
Code: Select all
[avoid]
id=Yundred
[/avoid]
On my testing, there is no Yundred on the map, so (I guess) that is why the orcs were not able to move.
Ciao.
Fate of a Princess/feedback thread: "What is in own heart that is the most important, not who you are."
Drake Campaign: Brave Wings/feedback thread, Naga Campaign: Return of the Monster, Saurian Campaign: Across the Ocean
Northern Forces - now on 1.12 server
Drake Campaign: Brave Wings/feedback thread, Naga Campaign: Return of the Monster, Saurian Campaign: Across the Ocean
Northern Forces - now on 1.12 server
- BlackJack25
- Posts: 78
- Joined: July 26th, 2011, 10:50 am
- Location: Italy
Re: Problems with my scenario!
So how I can make the ai to avoid Yundred when he appears and not at the beginning?
Sorry for some english errors, but I'm Italian ;-)
Re: Problems with my scenario!
Ah, okay. He will appear later on the scenario.
You probably just need:when he appears on the scenario. Untested though.
You probably just need:
Code: Select all
[modify_side]
side=2
[ai]
[avoid]
id=Yundred
[/avoid]
[/ai]
[/modify_side]
Fate of a Princess/feedback thread: "What is in own heart that is the most important, not who you are."
Drake Campaign: Brave Wings/feedback thread, Naga Campaign: Return of the Monster, Saurian Campaign: Across the Ocean
Northern Forces - now on 1.12 server
Drake Campaign: Brave Wings/feedback thread, Naga Campaign: Return of the Monster, Saurian Campaign: Across the Ocean
Northern Forces - now on 1.12 server
- BlackJack25
- Posts: 78
- Joined: July 26th, 2011, 10:50 am
- Location: Italy
Re: Problems with my scenario!
I'll try, thank you very much!
EDIT: It works, thank's!
EDIT: It works, thank's!
Sorry for some english errors, but I'm Italian ;-)