• 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

Ruathar prestige class

byzcath

Member
The ruathar prestige class is only granting a +1 level of existing spellcasting class at first level. My copy of Races of the Wild says that it should grant this at all three levels of the prestige class.

What do I need to edit to change this?

I see this in the file;
Code:
    <arrayval field="cMagLevTot" index="0" value="1"/>
    <arrayval field="cMagLevTot" index="1" value="1"/>
    <arrayval field="cMagLevTot" index="2" value="1"/>

But it does not appear to be working for some reason.

Thanks.
 
Last edited:
I'm pretty sure it needs to be this.

Code:
<arrayval field="cMagLevTot" index="0" value="1"/>
    <arrayval field="cMagLevTot" index="1" value="[B][COLOR="Red"]2[/COLOR][/B]"/>
    <arrayval field="cMagLevTot" index="2" value="[B][COLOR="Red"]3[/COLOR][/B]"/>
 
Yup!

That appears to be it. I took a look at a couple of other prestige classes that offer +1 spell level and that is how they look.

So I fixed it in the user file and it appears to be working correctly now.

Thanks!
 
Thanks for the help. Now that I have looked around abit I think I may give creating the Suel Arcanamach from Complete Arcane a try.

I will let you know if I can get it working. It may take me a while though as I am pretty busy over the next two months or so/
 
Back
Top