• Please note: In an effort to ensure that all of our users feel welcome on our forums, we’ve updated our forum rules. You can review the updated rules here: http://forums.wolflair.com/showthread.php?t=5528.

    If a fellow Community member is not following the forum rules, please report the post by clicking the Report button (the red yield sign on the left) located on every post. This will notify the moderators directly. If you have any questions about these new rules, please contact support@wolflair.com.

    - The Lone Wolf Development Team

Arnor Army List Weirdness

startrail

New member
The warrior choice 'Ranger of Arnor' seems to be working strange if you select Arnor for your army list.

They get a bow included in the base cost of the model, but they do not add to the total number of bowmen in the army.

Adding Hobbit Archers works properly.

It says i pass validation rules with one minor hero 'Captain of Arnor' and 49 'Ranger of Arnor'. This should trigger the rule for having more than 33% of your force as archers.

I think it has something to do with the Armory.DAT rule : COMPGRE
The rule is enforced if i create a Grey Company Army.
I've cut and pasted the actual rule below. I may be wrong thinking it's this rule though (since i'm not a programmer at all). Any hints/ideas would be welcome.

if (tagcount[helper.rangarn] = 0) then

@valid = 1
done
endif

var countrang as number


countrang = statcalc[rangoarn] / 4

if (tagcount[roster.arnor] > 0) then
@valid = 1
else

if (countrang <= tagcount[helper.rangcomp]) then

@valid = 1

else

@valid = 0

endif

endif
 
Ignore the previous post, i just loaded up the old LOTR_EN 1.5 and the Arnor list seems to work there.
Probably something one of our club members did that stops it from working properly in our modified version.
Sorry to have troubled you all :)

I remember we were trying to fix something in the Arnor list at one point because you could not select the banner option for the Warrior of Arnor.
Obviously what ever we did to fix that part broke the archer count in the version we modified.
Oh well, back to the drawing board hehe.
 
Back
Top