• 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

"Domain" field & different component sets

I'm trying to add a domain field for certain abilities, but when I try to add a domain field, it says that the template is "Reference(ing) to portal 'domain' using the field for a different component set." I can't figure out what I'm doing wrong, and the wiki shows the same code:

<portal
id="lbldomain"
style="lblSecond">
<label
text="Domain:">
</label>
</portal>

<portal
id="domain"
style="editNormal">
<edit
field="domDomain">
</edit>
</portal>

I've tried creating a new field with the same parameters, but I get the same message. Any suggestions?
 
Go to components.core, and look through that until you find the definition of the domDomain field - it's in a component called "Domain".

Now, go to traits.str or equipment.str, wherever the this type of item is defined, and find the compset for these (bottom of the file). Add the Domain component to this compset.
 
Back
Top