• 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

Magus Arcana

Kaleb

Well-known member
Where do you add Magus arcana in the editor. How do you add them to the list of allowed arcana?
 
"Custom Ability" tab holds Rage Powers, Rogue Talents and Magus Arcana. One of the first options is where you link the "Custom Ability" to the Magus class. I am not near HL so don't remember its exact name.

But if you do a "New (Copy)" against an existing Arcana you will be able to see which button links to the class.

Update: The button is "Available to Class(es)" that allows you to link to one or many classes.
 
Last edited:
I am looking at the RAW XML as I have no access to HL here at work. But you have these Things source marked to my "Mythic Playtest" source. If that is what you want you just have to make sure that the Mythic Playtest option is check marked in the "Configure Your Hero" window.

Your other option is to take off the Source ID. This is is usually the last most option in the editor. Pretty sure its called "Source ID".

Otherwise I think it looks good as you have to set to two classes the Magus and "Spell Blade".
 
Thanks Tim, when I unchecked the source tag the arcana worked fine. Thanks I would have never checked the source tag as It was there when I copied the meat of the file
and I did not even think to check that tag. Your The MAN.
 
Alas I have run into another problem I gotten several more arcana working
but I cannot get the expr-reqs to except Spell blade I get this error

Hero Lab was forced to stop compilation after the following errors were detected:

Syntax error in 'pre-requisite rule' script for Thing 'cSBQuMaag' on line 1
-> Tag 'Classes.Spell' not defined

If I remove the expr-req it works how do I fix this?
 
When you do get errors like this its helpful to actually include the "code" or script that you wrote. Based on the Above you tried to use the tag Classes.Spell which as it says is not defined. I doubt that "Spell" is the Unique ID of your class.

The code would be:
Code:
#levelcount[XXXXXXX] >= 1
Where XXXXXXX is the Unique ID of the "Class" without the "c" in front. I can't remember which tab to get that but I can tell you its NOT cHelpSpB. :)
 
Back
Top