• 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

Help with Expr-Reqs

Kaleb

Well-known member
I can't figure out what to enter for class name in the area between the braces where magus is The name of my class is Black Blade Arcanist


#levelcount[Magus] >= 6
this is what I have entered for the Expr-req

#levelcount [Black Blade Arcanist] >= 3

this is the error that I am getting
Hero Lab was forced to stop compilation after the following errors were detected:

Syntax error in 'pre-requisite rule' script for Thing 'cEmpMagic' on line 1
-> Tag 'Classes.Black' not defined
 
The "macro" (anything that starts with #) is counting "tags" on the hero. Its not looking for a "name" its looking for the Unique Classes.? tag that was created when you made the class.

To find this go to your "Class->Class" tab and then click on your "Black Blade Arcanist" class. Then click on the blue "Tags" button in the top right corner. Look down this list for the "Group Id:" named "Classes". The value listed in the "Tag Id:" section is the "Tag" that you need. Most classes LW built they made sure the name fit in the 10 character area. So its confusing when working with a custom class.

The "Tag" you found above is what you fill into the #levelcount[] macro.
 
Back
Top