• 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

How do I find a thing replaced error??

Freewolf

Active member
So I had created a spell package that is replacing some versions of spells. It was working just fine.

However it seems after the last update, one of the things I am replacing is now being replaced by something else.

So now I am getting Thing to replace is already replaced by another thing and cannot be superseded. However I am not sure which thing replacement is causing the error now to debug and fix it.

How do I go about discovering what is causing the conflict without rebuilding everything??
 
You can always try to search the folder/files for the keywords "replaces" or "preclude".

If you have notepad++ you can usually Ctrl+Shift+F (or Search, Find in Files) and find all the instances of the those search words as long as you set the search directory to the one containing your .user files.

Normally the community files don't use either precludes or replaces. The one place they do is the tiefling race, not spells. But that doesn't mean maybe something LW did is breaking something either.
 
Also, never use Replace. Always use Preclude, instead. And attach it to a source.

Using Replace is universal, regardless of which sources are selected.
 
Back
Top