• 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

Empire Bugs Post here!!!!!

apollo0681

Well-known member
hi the latest warhammer update is now out with the new empire book.

although it looks alot prettier than mine it does seem to have a few things missing.

If everyone posts all the bugs they find in here i will get working on a file update


Have already spotted that a few commom magic items are missing so will get working on that first of all
 
Have fixed the reason the common magic items werent showing up.

the great weopon bug for the preceptor and the normal knights with great weopons showing as +2S have Fixed so only showing +1S

HAVE NO IDEA WHY WHEN U ADD A PRECEPTOR AND INNER CIRCLE IT SHOWS AS 2 SPECIAL CHOICES. ANY HELP ON THIS WOULD BE GREAT.
 
Cant figure out why u dont get a shield option for spearman and halberdiers when using them as a detachment. if someone can figure this out let me know cheers
 
apollo0681 said:
Have fixed the reason the common magic items werent showing up.

the great weopon bug for the preceptor and the normal knights with great weopons showing as +2S have Fixed so only showing +1S

HAVE NO IDEA WHY WHEN U ADD A PRECEPTOR AND INNER CIRCLE IT SHOWS AS 2 SPECIAL CHOICES. ANY HELP ON THIS WOULD BE GREAT.



ok have figured this out
 
RugueGeneralHunter said:
ok have figured this out

Was it the script in the eval section for "emkninner"?
I am just curious. :D

now u asking um think i found it searching in the precepter section think it was what was index="5"></

think i just deleted it cant remember what it was now though.(could be wrong though).

its stopped doing it now anyhow though lol
 
RugueGeneralHunter said:
The program is allowing Greatswords to be detachments. I thought greatswords could only be Parent units.
Thanks

RG Hunter


yes your right they cant be detachments

cant figure out why they are appearing though

so HELP!! please
 
That is my intention.
I will look some more tonight after work.
I think there may be a connection between the greatswords issue and the problem with detachments & options (shields, etc)

Later

RG Hunter
 
Thank you to all who have worked on getting the Empire file released. So as I can make plans, would it be possible to glean how often updates to fix bugs are likely to be released please?
Cheers
 
I have something in regards to making shields show up in attachments. Remove the live expression from the shield option in all detachment units that have the option. Halberdiers and Spearmen, Other detachment units do not use them or have them by defalt. This will allow the option to show up when the unit is taken as a detachment.

I don't know if this has been addressed yet.

I am still working on the greatswords
 
Don't know if this has been addressed, but all the common magic items are missing from the list. I'm sure I'm not the only guy that uses the enchanted shield or sword of might :)
 
PaleKing said:
Thank you to all who have worked on getting the Empire file released. So as I can make plans, would it be possible to glean how often updates to fix bugs are likely to be released please?
Cheers

when i can be bothered
 
Birstel said:
Don't know if this has been addressed, but all the common magic items are missing from the list. I'm sure I'm not the only guy that uses the enchanted shield or sword of might :)

hi read the first 2 posts on the thread it has clearly been addressed
 
RugueGeneralHunter said:
The Greatsword fix: change Tagsets(1) from emState to emSpecial. This will remove the Greatswords from the detachments list.

Nice one!!!

have fixed both the greatswords problem and the halberdiers ready for the update thanks alot.

however i have one other problem which i thought i sorted but havent

<unit id="emFirstKng" name="Preceptor" cost="39." statset="Normal" maxsize="1" startsize="1" effective="yes">
<statval stat="At" value="2"/>
<statval stat="BS" value="3"/>
<statval stat="In" value="3"/>
<statval stat="Ld" value="8"/>
<statval stat="Mv" value="4"/>
<statval stat="Save" value="2"/>
<statval stat="St" value="3"/>
<statval stat="To" value="3"/>
<statval stat="US" value="2"/>
<statval stat="WS" value="4"/>
<statval stat="Wo" value="1"/>
<link option="HandWeapon" nature="auto" index="0"></link>
<link option="Lance" nature="auto" index="1"></link>
<link option="Shield" nature="auto" index="2"></link>
<link option="emFullPlat" nature="base" index="3"></link>
<link option="emKnGreat" index="4"></link>
<link option="emKnInner" nature="auto" mirror="emKnInner" index="5"></link>

<tag group="Helper" tag="UnitChamp"/>
</unit>

the link option index5 emkninner makes the preceptor an extra special slot. if u delete it like i have it stops the problem of him taking up 2 special slots but also stops his strength from increasing from 3to4.

Any Ideas of a way around this Rugue?
 
Hi. Here my little bug report from Germany ! :wink:
- Luthor Huss is a warrior priest, but the flagellants all stay "rare"
 
I ran into the same problem myself.

I think that the reason it adds two is because the script in both the knightly orders and Preceptor each tell it to add as a Special choice.

In the EVAL section of emKnInner (An option both knightly orders and Preceptor share) there is a script

unit.basestat[St] = unit.basestat[St] + 1
var result as number
result = unit.delete[Comp.?]
result = unit.assign[Comp.Special]

It looks like it reads:
Change Strength to Strength +1 (in this case 3 to 4)

Then it says look at composition of the unit.
If the Inner Circle is selected then remove the unit from CORE and add it to SPECIAL.

This works just fine for the main unit, but the Preceptor is not really a unit unto itself. It has the emKnInner option as well as a mod that tells it to mirror itself. I am not sure how that works but if you remove it the result is the same as removing the entire emKnInner option from the Preceptor. I think that the Preceptor needs a different option than emKnInner something almost the same but does not adjust the unit comp. As a unit champion the Preceptor should by default follow the rest of his unit.

I will try copying emKnInner and renaming it emPreceptor and attempt to adjust the script.

Is there a place I can send my modified .dat file once complete?
 
apollo0681 said:
when i can be bothered
Er thanks..... :roll:

For the record I wasn't pushing, it was a genuine question. I have a tourney coming up and I just needed to know how likely it was that I'd be using Army Builder.
 
I have something...
It works but it is not fully what I want.

Simply replace "emKnInner" with "emInnerCir" (this is a hold over from the old version {its still in the option list.}) Do NOT mirror it! This will cause an error. Simply add the option (No mods) and remove the other one.

The effect is the following:

When you take Knightly orders and add a preceptor both show up with a strength of 3 and take 1 core slot (As it should)
When you upgrade to inner circle the Knightly order's Strength moves to 4 the Preceptor's ST remains 3, BUT an option button is now visible that is labeled Inner circle. Check that and the Preceptor's ST jumps to 4.

The entire unit will move to Special and will only take one slot.
 
Back
Top