• 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

Increasing Maximum Spell/Power Level

Quintain

Well-known member
If we have a class that has limited spellcasting/manifesting ability and wish to increase the maximum spell level of that class (example: Paladin) by 1, how would that be accomplished?
 
So the easy part is you can up the maximum spell level of the class via doing a +1 to field cSplMaxLvl script, yet you still have the issue of the allowed spells so you would probably want to extend some spells to the class for that allowed level(s) or bootstrap some spells with conditions that only allow them to be available once they meet the cSplMaxLvl requirement.
 
I do not, but what I see is that the Psionics side of Maximum Power level uses an array. I really do not know exactly how to deal with that. Best guess would be to copy a psionics class that has the manifesting criteria you want and look through the "fields" button. Perhaps that will have what you seek.
 
Do you know the field for the equivalent psionics/manifesting?
Add a level of Psion to a blank character. Then go to "Develop->Floating Info Windows->Show Selection Fields".

In the new window at the top left type in "Max". This shows all fields in that have Max in them. Do you see anything that that mentions something to do with maximum power level? That would be the field you want.
 
Shadow,

Unfortunately, your method comes up empty. No fields have the string "Max" or "max" in them in my portfolio.

While the subject is different, being able to reference the manifester's highest power level available is needed in the Potent Pool mythic ability that I'm trying to implement.
 
Last edited:
Shadow,

Unfortunately, your method comes up empty. No fields have the string "Max" or "max" in them in my portfolio.

While the subject is different, being able to reference the manifester's highest power level available is needed in the Potent Pool mythic ability that I'm trying to implement.
I left out one point but I thought it was obvious. You are looking at the fields on Psion Class Helper. Then look for a field called Max. This is where all such fields are stored.
 
Sorry, man, but I'm just not understanding your instructions. I've checked every tab on the portfolio with a single level of psion (generalist) added. Then did: "Develop->Floating Info Windows->Show Selection Fields".

Nothing with "Max" or "max" comes up in the filter.

I also need to know not just the maximum power level for the class but the character's *current* maximum power level.

Ok, I was able to finally find what I was looking for.
 
Last edited:
Sorry, man, but I'm just not understanding your instructions. I've checked every tab on the portfolio with a single level of psion (generalist) added. Then did: "Develop->Floating Info Windows->Show Selection Fields".

Nothing with "Max" or "max" comes up in the filter.

I also need to know not just the maximum power level for the class but the character's *current* maximum power level.
1) Add a level of Psion.
2) Develop->Floating Info Windows->Show Selection Fields
3) look for the Psion Class Helper "cHelpPsi". Check mark it. Then click "ok".
4) in the list of "Fields" for the Class Helper type in "Max".
5) Any field look like your current maximum power level???
 
Back
Top