• 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

Archetype Spellcasting

cljackso

Member
I'm trying to create an archetype that will add another class' spells to the spell book. Specifically in this case I want to add druid spells to the oracle list.

Is that possible? I'm not a coder, just a lowly GM.
 
So "Classes" have the ability to pull in other classes spell-lists. So I used it to figure out the correct tag to assign. Then from your new archetype you run a script that assigns a the same tag but to the linkage[varies] which is whatever class we are attached too.

First/100
Code:
[B][COLOR="Green"]~ Give our base class access to Witch Spells[/COLOR][/B]
perform linkage[varies].assign[sClass.cHelpWit]

If you are not familiar with using the Editor I would recommend reading the "Glossary of Terms" to get up to speed with terminology. Watch the Intro Videos in FAQ#2.

When dealing with archetypes the article "201: Location, Location, Location" shows how to know to use linkage[varies].
 
Back
Top