• 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

Unique ID Confusion on Custom Item

I'm trying to change the slot for an item from waist to hands (gauntlets). I think I've figured that part out, no problem. What's giving me fits is that the program keeps rejecting my "Unique ID."

The error message I receive is:

File: Test.User Line 3 - Thing - Invalid User ID
File: Test.User Line 6 - Thing - Invalid User ID


Any help would be appreciated.
 
This usually happens when, while you're figuring out how to make something in the editor, you make copies of many existing things, but don't delete them before testing the thing you actually make - copies start out with invalid Ids until you change them. Look through the various tabs in the editor, looking for anything you didn't intend to keep around.
 
Thanks, Mathias.

Got past the Unique ID problem, now I just need to get the item to do what it is I want it to do. Will check a similar thread I remember seeing, but may need more help.

Thanks, again.

Jacob

Edit: Just in case I wasn't clear, Mathias' was correct. His advice fixed the problem I was having.
 
Last edited:
Back
Top