• 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

Subclasses/Arcane Traditions etc.

Thank you muchly, I was watching the third utube tutorial to work out what I had done wrong.... not checking for activation of the ability !!!

Blade Singer now usable :) Now to copy a few feats and hope someone figures out the Eldritch Knight. But I am not sure that is possible without some way to add spellcasting from a class ability.

It's doable, though annoying. Lots of cells in the spell mem matrix to fill in, so if you don't organize your code well it can be easy to get lost. I recommend going by class levels, and following a pattern of ascending spell levels.
 
Er, though I may be thinking of PF, I believe the spell slots in 5e are just automatic based on assigning a tag to the class helper. And the number memorized might just be an array or even a normal field now.
 
Er, though I may be thinking of PF, I believe the spell slots in 5e are just automatic based on assigning a tag to the class helper. And the number memorized might just be an array or even a normal field now.

If you come across any info on the tags and class helper and the memorised stuff that would be great. Scripting level for me is copy paste and make minor changes, slowly learning though.

Thanks for all the help
 
Back
Top