• 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

Editor - Adding spell to a spell list

Fiordhraoi

Active member
Hey all,

I'm having trouble searching for this as every search I come up with seems to be endless discussions of custom spell output for the character sheet.

If I wanted to add a spell to a class spell list in the editor (after creating a copy of the class, of course), where would I go to do that? I can't find it for the life of me. So for example, I wanted to put Cure Light Wounds on the Wizard/Sorcerer spell list (not what I want to do, just an example).

Any help would be appreciated. Thanks!
 
The sClass.? tag is on the spell itself NOT the class. The spells say I belong to X class via a tag called Spell Class (sClass.?).

In example if you wanted to add Cure Light Wounds to the Wizard/Sorcerer you would start by adding CLW to a cleric. Right click on the ? to get the unique id. If this does not work go to Develop->Enable Data File Debugging.

Next in the editor go to the *Extend Thing tab and click new (blank). Then enter the CLW spell ID for the "Thing Unique ID". The the "Group ID" is "sClass" and the "Tag ID" is the class tag (ie cHelpWiz) for wizard and cHelpSorc (for sorcerer).

Save and use CTRL-R to restart HL. Nothing here requires you to copy and make a new version of a base class. Actually that would be harder to do and make lots of future issues.
 
Back
Top