Please help with script
I scripted my main hero to never get spell power or knowdledge, but only attack/defense. And it works.However the game does not offer him to choose secondary skills and gives him automatically a random one. Can somebody explain me where I did wrong please?
ZVSE
!?HL85;
!!VRi:S0 R1;
!!HL:Si/-2/-1; I think the last sentence (!!HL:Si/-2/-1;) is the problem.
This is from ERM-help:
S$1/$2/$3
Lets you set primary and secondary skills that a hero can take.
$1 = Set/Check/Get a +1 primary skill (0...3) Format PK;
$2 = set a next level of left second skill (-2,-1.0..27) Format SS,
-2 = do not change,
-1 = not allowed to choose (no skill),
0... = number of secondary skill;
$3 = set a next level of right second skill (-2,-1.0..27) Format SS.
So you may try this one:
ZVSE
!?HL85;
!!VRi:S0 R1;
!!HL:Si/-2/-2; thank you for help
I got it
!?HL85;
!!VRi:S0 R1;
!!HL:Si/d/d;
H3 Caravans- script 130 preview
Hi,I didived the script into the following moduls:
1. creating caravans from town
2. handling arrived caravans by player
3. creating caravans from dwelling
4. caravan moving algorithm (approx. 15 tiles/day, half day for map level change)
5. AI support
*6.*Bitwise packer library ( to store user defined composite variables)
Bitwise packer is ready and released.
First part is ready and tested, working on part 2&4. Part 3 will be relatively easy.
Most critical is the AI support.
First caravan departed:
http://kepfeltoltes.hu/thumb/090308/caravans-_first_group_sent_www.kepfeltoltes.hu_.jpg
The 7 caravan/town limit works also propely.
http://kepfeltoltes.hu/thumb/090308/caravans-target_busy_www.kepfeltoltes.hu_.jpg
For the next step I need to write approx. 11 functions, wich will definitely take time.
Currently I have 3 ideas to improve the ai: lowering prices for caravan troops, speed boost to ai caravans, and instantly sending units from nearby external dwellings to town dwellings for free.
I guess that 20%..80% price reduction and 20%.100% speed boost for easy..impossible would be enough. Any comments or ideas? I do not know
页:
[1]