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

Set an arcane power to only be available at Seasoned and above?

Doh! It looks like I forgot to include the minimum rank option within the Editor for arcane powers. You need to assign the appropriate "MinRank" tag to the thing. I'll get this added in the next update. Until then, you'll need to edit the data file manually after you define the thing and add the following line:

<tag group="MinRank" tag="1"/>

The value "1" indicates Seasoned, so you could specify "2" for Veteran, etc.

For an example of this, take a look in the file "thing_arcane.dat". You'll see the "MinRank" tag assigned to all the powers, with a value of zero indicating "Novice" as the requirement.
 
Back
Top