• 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

Circumventing spell list restrictions?

HayatoKen

Member
Is there a way to circumvent the class spell list, so a character can access all spells? This is for a homebrew sung a different magic system, but else Pathfinder rules.
 
Yes, you could do that. It'd be best done on a mechanic, with an eval script that overwrites the "cSpellExpr" field on the class helper REALLY late in Final to read "sClass.? & !Helper.Hide & !Helper.Obsolete & !Helper.Helper & !(component.EffectWord | component.MetaWord) & !Helper.WordSpell"

That should show all spells (I think), but you're going to have a ton of duplicates, since many spells have copies at different levels for different classes.
 
Uh i see. Hoped more for some box to check^^. Have no clue how to script that and don´t want to mess up the rest. Thanks anyway.
 
Sorry, something like this would definitely have to be scripted. I could guide you through the editor to set it up if you like.
 
Back
Top