• 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

hl editor: new class spells setup

tahltwo

Well-known member
.
learning editor from scratch here and reverse engineering stuff... so hard [:-( but making progress!

goal: set up spells that are available to a custom class that is not a spellcaster (all spells will be supernatural ability, just has same effects of spells)

attempts: using oracle class as a jumping off point -- which has cure spells available based on level progression

roadblock: cannot make spells appear not-in-grey, and also cannot get spell tab tp appear.

visual reference (see image):
- top 2 screen shows 1) heal spells progression opened to oracle at set levels; 3) spells available (in black, not greyed out); and 3) spell tab is available



- bottom image shows 1) custom class; 2) got spells to bootstrapped, set to be available at set level, but 3) don't know how to make it behave/display like oracle example above.

help? (getting frustrated and discouraged)

(also, i looked online for a couple of days for more material on hl editor... not much out there... a few videos of basics and very limited, mostly unfinished pages --- is there a repository of links and more resources somewhere?)

 

Attachments

  • oracle_heals.jpg
    oracle_heals.jpg
    283.4 KB · Views: 2
AFAIK, you cannot use existing spells "as is" for the purpose you're describing. In the editor, you will have to redo all the spells you want as different abilities, probably custom class abilities. Those abilities can refer to the existing spells (it will save the hassle of copy/pasting), but each has to be created separately.

What you are showing is not working probably because the Celestial Vessel is not defined as a spell caster, and has no spell slots.

Have a look at the PF Warlock as a starting point (I think it's in the Community Pack), it does some of what you are looking for.
 
...redo all the spells you want as different abilities...
explored this route. can actually bootstrapped spells as-is, there's pros and cons -- and prob best practice to use one rather than other.

...Celestial Vessel is not defined as a spell caster, and has no spell slots.
trial and error, finally figured out this is why spells and spell tab won't show. set "spell known" to "1" for each spell level and it worked; only thing is there is no actual spell known number for class since all spells are activated as supernatural ability, so leaving it as is for now.

Have a look at the PF Warlock... does some of what you are looking for.
will def check out that class.

thx so much for tips to further explore!
 
Back
Top