• 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

editor question

Kaleb

Well-known member
is there any way in the editor to move a file that is saved under one file to its own file name

example. I recently made a magic item Torc of greater Fortification and I forgot to hit new file when I made a new spell and now the new spell is buried under the magic item.
 
Do you mean you want to move the item you made into a different .user file? Because if so, the quickest way to do that would be to open each file in a text editor and just cut-paste the XML block.

You could also open the file you want the item to live in, copy the item, save it under a new ID, then open the old file and delete the original, and finally go back to the new file and change the item's ID back to what it was. That last step is optional if you don't care what the actual item ID is and you don't have the item on any existing characters.
 
Last edited:
Do you mean you want to move the item you made into a different .user file? Because if so, the quickest way to do that would be to open each file in a text editor and just cut-paste the XML block.

You could also open the file you want the item to live in, copy the item, save it under a new ID, then open the old file and delete the original, and finally go back to the new file and change the item's ID back to what it was. That last step is optional if you don't care what the actual item ID is and you don't have the item on any existing characters.

Before you do this, copy the file to a backup folder, so if anything goes wrong, you're not stuck with un-fixable errors.

If you're not used to editing XML code, or if you're squeamish about editing it, then you can copy the file to a backup folder (this should ALWAYS be the first step), then make a copy of the file within the same folder (with a different name, obviously).

Then open the new file in the editor, and delete everything except the new stuff you entered.

Then open the old file in the editor, and delete the new stuff.

OR ...

Copy the file to a backup folder.

Open a new file in the editor.

Create a new item, but create it from a copy. When the list pops up, search for and select the item you wanted to save in the new file, give it a name and a unique ID. Save the item. Save the new file.

Then open the old file and remove the new item.
 
Back
Top