This could be VERY helpful at times when scripting for B&W 2.
In this topic I will teach you how to find a certain point around an object.
I am not talking about going into the landscape editor and getting a point at the object.
What I am talking about is being able to find the front of an...
Here I was doing some testing and I got a creature to kill an army using this
force oCreature CREATURE_ATTACK_TROOPS_SPECIAL_MOVE_1 Platoontest
wait until get distance from {oCreature} to {Platoontest} < 20
force oCreature CREATURE_CAST_FIREBALL_ON_PLATOON Platoontest
//set oCreature priority...
I think this could be a problem with your memory card. But I am not sure
If it is your memory card there are a few ways to fix it. sadly they would take a lot of work.
1. get a new memory card
2. uninstall then reinstall windows or mac
then reinstall B&W 2
:sorry You will just have to...
That seem very odd to me :l
And how did you come up with 65% anyway?
This could be a problem with the programing of lionhead.
Was this happening before or did it just start?
Here is your problem:
TestPlatoon = get platoon of player 1 nearest {GateHouse[Cnt]} radius 100
TestSiege = get siege weapon of player 1 nearest {GateHouse[Cnt]} radius 100
TestCreature = get distance from {GateHouse[Cnt]} to {oCreature}
The player should be:
TestPlatoon = get platoon of...
//usually we run the scripts like this.
define script Land12Script
define script playercreature
define script ResearchStandardBuildings
define script CreatePlatoon
run script Land12Script
begin script Land12Script
start
disable load screen
set fade in time 1
enable gate GateHouse0...
A little while ago I got a new computer and I copied all the files from my old hard drive into a newer one.
And I have encountered problems with B&W 1
1 - When I reinstalde B&W 1 I could not get my old profiles back.
I did however over come this problem, but now have come across another...
No problem at all!
If you have any other questions at all just ask!
I will be more then happy to help.
Two more pieces of advance when making a B&W 2 lands make sure the enemy is really hard :D
Because the real game was made way to easy, the people who still play B&W 2 need land that will take...
This the probably one of the hardest parts of making a land.
There is too much here for me to explain, the attachment is a script I made for a land with almost every kind of command there is for armies.
You will need notepad++ to open it. there could be other programs that will work, but most...