Problems with my scenario!

Discussion and development of scenarios and campaigns for the game.

Moderator: Forum Moderators

User avatar
BlackJack25
Posts: 78
Joined: July 26th, 2011, 10:50 am
Location: Italy

Re: Problems with my scenario!

Post by BlackJack25 »

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 ;-)
User avatar
SkyOne
Posts: 1310
Joined: January 3rd, 2009, 7:23 pm

Re: Problems with my scenario!

Post by SkyOne »

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.
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
User avatar
BlackJack25
Posts: 78
Joined: July 26th, 2011, 10:50 am
Location: Italy

Re: Problems with my scenario!

Post by BlackJack25 »

My BfW is 1.9.7. I can't really understand :S
Sorry for some english errors, but I'm Italian ;-)
User avatar
SkyOne
Posts: 1310
Joined: January 3rd, 2009, 7:23 pm

Re: Problems with my scenario!

Post by SkyOne »

Okay, probably, attaching the whole folder will bring a quick solution for you.
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
User avatar
BlackJack25
Posts: 78
Joined: July 26th, 2011, 10:50 am
Location: Italy

Re: Problems with my scenario!

Post by BlackJack25 »

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 ;-)
User avatar
SkyOne
Posts: 1310
Joined: January 3rd, 2009, 7:23 pm

Re: Problems with my scenario!

Post by SkyOne »

Well, I am not sure why, but if I remove:

Code: Select all

			[avoid]
			    id=Yundred
			[/avoid]
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.
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
User avatar
BlackJack25
Posts: 78
Joined: July 26th, 2011, 10:50 am
Location: Italy

Re: Problems with my scenario!

Post by BlackJack25 »

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 ;-)
User avatar
SkyOne
Posts: 1310
Joined: January 3rd, 2009, 7:23 pm

Re: Problems with my scenario!

Post by SkyOne »

Ah, okay. He will appear later on the scenario.
You probably just need:

Code: Select all

[modify_side]
    side=2
    [ai] 
        [avoid]
            id=Yundred
        [/avoid]
    [/ai]
[/modify_side]
when he appears on the scenario. Untested though.
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
User avatar
BlackJack25
Posts: 78
Joined: July 26th, 2011, 10:50 am
Location: Italy

Re: Problems with my scenario!

Post by BlackJack25 »

I'll try, thank you very much!

EDIT: It works, thank's!
Sorry for some english errors, but I'm Italian ;-)
Post Reply