• 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 items

CMaS3117

Member
I have a need to create belts and necklaces for my game that are not covered in the core books. I can't find a way to do that.

suggestions?

J.
 
You will need to use the Editor to create totally custom feats, magic items, and other things. This is included in HL. To start it go to Tools -> Launch Editor....

Once inside you should click on Help->Help using the editor...

Then go through the basic material. Most custom stuff like magic items are going require Scripts. So the best way to learn those is a New(Copy) of magic item that does something similar that you can then modify.

Otherwise if you have specific issues feel free to ask and someone will give help.
 
I'm creating a set of altered elven chain so I started with a copy of Elven Chain, added a +3 bonus to it.

1. When I try to save I get a compile error "Invalid Unique Id" I've given it what I would think would be a unique id. "uiECh3Dr6J"

(Addendum: I get this error when I try to save ANYTHING in the toolset. I went through the first tutorial step by step and got this error when I tried to save.)

2. I need to add damage reduction to it.

Suggestions? I've read through the tutorials three times, and struggling a bit with the toolset.

Thanks,

J.
 
Last edited:
Did you copy another thing, other than what you're trying to save? The default Id for a copy is not a valid Id, so remember to delete those once you're done studying them.

Try starting with Dwarven plate, and see how it handles adding a DR (hint: the Bootstraps button and the Eval Scripts button)
 
I've both copied a thing (and changed its id) and I've created a new thing from scratch and get the same result both ways.
 
Did you copy another thing, other than what you're trying to save? The default Id for a copy is not a valid Id, so remember to delete those once you're done studying them.

Try starting with Dwarven plate, and see how it handles adding a DR (hint: the Bootstraps button and the Eval Scripts button)

I see how to do it. Getting it to cooperate is another matter.
 
I think I may understand what's in the way

I have not purchased the authoring kit as an add on package yet, is that what's in the way of me creating the custom items I need?

J.
 
The authoring kit is used for making whole new game systems. The editor is what you need to create custom items in a game system is part of the dataset. So you don't need anything else.

I would go through each tab in the editor looking for something that you copied but didn't change the unique id of. For example you could have done a New(Copy) of a feat it would have been given a f? for its Unique ID. You can't have ? as part of the Unique id.

I say this as the error your getting is when ever I have done a copy to look at something else and never gave it a valid Unique ID.
 
Just a quick suggestion, try making your unique id start with an "i".

Looking at the list of magic armor in the editor, all the entries begin with that letter.
 
If you're still having trouble, go ahead and email me all the .user files you've created. My email address is my user name here, @wolflair.com. I'll see if I can figure out what's wrong.
 
Back
Top