• 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

Creating custom armor with problems

BloodAngel099

Well-known member
I am currently trying to create custom Hellknight armor in Hero Lab editor and I keep getting the error that says "Mithral: Requires a Metal Item." I have the metal item box checked and have looked around and am stumped. I am new to hero lab so am looking for some expert guidance....

I was also wondering if there is a description some where to tell me how to add +5 to Intimidate to my armor?

Thanks for any help you can offer. :)
 
I've had issues similar to this in the past where something just doesn't want to work. Sometimes, I've gotten it to pick it up by shutting down Hero Lab completely and restarting it. Mileage will likely vary with this but it seems like any software I've ever used, there will be points where it just glitches even though it seems to be running perfectly. If that doesn't fix it then you'll likely need to provide more information for someone to assist you.
 
Restart didn't do the trick.... If I did it right I attatched the file to this post, its under magic armor....

I pulled that file into my editor to look at, created a hero to apply it to and I'm getting a bunch of errors but none of them are the one you mentioned. I'm sure my errors are due to the fact that I do not have all of the data packs and/or don't have all the content selections you do. Unfortionately, I'm not going to be of any further help on this as I don't know if the error you mention is on the list of errors I got and just not showing because of space or if something else is going on...

Sorry and good luck, hopefully someone else can offer further assistance.
 
I'm not seeing any issue with our official version of Hellknight plate being made with Mithral, did you create a homebrew version perhaps?
 
I'm not seeing any issue with our official version of Hellknight plate being made with Mithral, did you create a homebrew version perhaps?
From looking at the user file that is what he did on the Magic Armor tab. It appears its not setup to inherit the properties of the Hellknight plate which I think is the issue. But I am not near HL and don't remember the steps to explain how to do that.
 
I remember having this issue with a homebrew bastard sword the dm gave me and I wanna say getting it to recognize it as a bastard sword fixed it but I cant find how to get my custom armor to recognize this particular piece of armor as hell knight armor....
 
@Aaron yes I am trying to create one that I will also pay to have added +5 to intimidate to, I know I could just go into the adjustment tab to get the same effect but would like to try to learn how to properly use the editor... Loving Hero Lab and just love it more with everything that I learn about it!
 
Alright, looking at your file, I believe the item you are working on is "Hellknight Plate of Iomedae", yes?

<child entity="mSpecMagic">
<bootstrap thing="ipChampion"></bootstrap>
<bootstrap thing="iFortLight"></bootstrap>
<bootstrap thing="ipRadiant"></bootstrap>
<bootstrap thing="ipRighteou"></bootstrap>
<bootstrap thing="wArm"></bootstrap>
<bootstrap thing="eMithral"></bootstrap>
</child>

The entity contains all sorts of stuff, item powers for Champion, Radiant, Righteous, Light fortification, the Mithral material, and something called wArm (which I am guessing is a weapon you made that is in a different file). What I don't see is a base armor which can forward information up to the container (including whether it should be considered metal or not). Instead it seems you're entering the override tags for Max Dex, ACP, Armor Bonus, etc. That'll probably work for most things, but I'd still recommend adding the Hellknight plate armor (arPFHellkn) to your gizmo so it marks everything you don't override correctly.

The other option would be just to add the EquipType.Metal tag to the item in question.
 
Sweet, got it! Thank you so much. So I was also wondering how would adding armor spikes work in a situation like this? Would I create it under magic weapons and some how tag the armor to it? Also I notice when I build gear in Hero Lab and I hover over the ? mark over the top it does a quick list of all the abilities that were added to it, how do I get it to display this in my custom armor? Its a really nice feature for seeing what all is on the armor really easy especially since I cant seem to scroll down in the pop up windows that gives all the descriptions... Thank again for all the help and quick replies.
 
Armor spikes are wArmorSpk
Magic/Custom armor spikes are wArmSpkMgc

Both are item powers which can be added to the custom armor container.
 
sweet, got the armor spikes. So how would I go about adding magic enhancements to it?

Also I noticed that when viewing the description of custom magic armor in Hero Lab that it gives a description of what enchantments are on the weapon underneath the name, is there a way to replicate that with in the editor?
 
Also I noticed that when viewing the description of custom magic armor in Hero Lab that it gives a description of what enchantments are on the weapon underneath the name, is there a way to replicate that with in the editor?
"Armor Powers" button allows you to correctly bootstrap the armor enchantments to a suite of specific Magic Armor.
 
If I could add my old post total from before switching to this account, I might already have caught up.
 
Back
Top