• 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

Prestige Classes

chiefweasel

Well-known member
Ok got another one. Sorry for all the questions.

I am creating a prestige class, Halfling Outrider. when trying to determine the number of levels the user has it in, I get an error saying that the ID for the class hasnt been created. I have been able to use the class without problems so far. I also noticed on the drop down menu for Class Helper Linkage and Class Helper Bootstrap, none of the prestige classes i have created are there When I try to test the Class, I get the error "Non-existent Tab Panal Specified". Not sure what this is, or how to correct it.

Ok, i think I have that solved, but now when I use the "Find Thing" functiona nd find the name of the class and insert it into code, i get an error saying that the class doesnt exist. not sure why when i can go get the Thing for it.
 
Last edited:
Exactly which error do you get? If you could post the script you're using to try and find things, as well as the exact error message (you should be able to right-click it and copy it the clipboard), that would be a great help to diagnosing your problem. :)
 
Did you re-name the unique ID of the class or Class Level thing after running through the new class procedure? On the class thing in the editor, there's a field on the middle right, "linked panel ID". Looking through some of my classes, it looks like the default value is "cUsr" followed by the three-letter abbreviation you picked for your class.

You may want to use the "delete panel" button on the bottom center of the class section of the, immediately followed by "create panel" - if you've changed any names or IDs, that will re-create the panel to use the new IDs.

Are you trying to use the class' name in as a tag? For example, are you using #levelcount[HalfOut]? If so, note that the unique ID of the class would be cHalfOut, the name of the class for the purposes of tags is HalfOut
 
Back
Top