• 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

Spell Tab

Frodie

Well-known member
I am trying to add the spell tab to a class. I tried global 5000 and first 100 and first 10000. Any thoughts?

Code:
perform hero.childfound[cHelpInt].delete[HideTab.spellcast]

Thank you!
 
What are you putting on the spell tab? Once there's some content to go on it, the pathfinder files should be handling the process of revealing the tab automatically. But Hero Lab will always try to hide a blank tab.
 
Ah, I see. It's a complicated headache and not even sure it can be done.

But basically adding spellcasting to a handful of classes and archetypes, (some spellcasting, some not) by a custom ability.

For the most part it's kind of working (add/delete Helper.RemoveCas as needed). Able to modify the casting type, spell list, caster level, etc. Working on spells per level, I have a few ideas that might work. Anyways, I noticed that the spell tab did not appear even if they could get spells. I thought it might be a tag I was missing like Helper.Caster, but that didn't seem to do the trick.
 
Have you taken a look at the vigilante class in the playtest? That's got custom abilities that add spellcasting to a class that didn't have it before, and it doesn't need to turn on the spellcasting tab in a special way - it just activates normal spellcasting on the class and lets the automatic mechanisms handle whether the tab is shown.

The abilities you're looking for are named Warlock and Zealot.
 
Back
Top