• 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

Programing 3.5 ogl prestiege class question.

markmad

New member
Hi guys,

I love this product and so far I have the savage worlds setting and the dandd 3.5 ogl. I am using the authoring kit, and was wondering if anyone can give me some sample code and a clue where to put it for creating the prerequisites for a prestige class.

What I want to code is some sort of if statement which requires certain classes for the class to be used.

Something like

If (wizzard is not level 5)
0 (null statement)
else
yes
1(allowance or positive statement)

Also, maybe a quick rundown of how you used the authoring kit to create the requirement statements for the Arcane Archer might also be helpful.

This is otherwise the easiest program I have ever used for gaming I have ever used. The tutorials for the most part are great and I have been able to modify my Savage Worlds sheet to match my style of play. Also, the import abilities into D20 pro have proven to be very invaluable.

I was just wondering if anyone has written some expansions for 3.5 in terms off adding more monster races as I would like to use it to build monsters for D20 pro. Any monster types will do, I can always use an extra monster type.

Thanks for all the tutorials and thanks for making a very straightforward product.
 
The prereqs for classes are on the Class Level, rather than the class itself.

In the editor, you can copy a class level without going through the create a class wizard. Unfortunately, the create a class wizard doesn't copy over any information from the class level, only information from the class you're copying.

For the prereq "Wizard Level 5 required", put the following in an expr-req:

Code:
#levelcount[Wizard] >= 5
 
Hey markmad, head over to cheeseweasel.com and you can find the community created 3.5 files. Left side, bottom link for Hero Lab. You can set up automatic updates now through that site.

I know I have done some of the monster races you are looking for, though maybe not the ones you want. I did finish up all the Core Dragons and a few others from MM5 and 2.
 
Back
Top