View Single Post
Sendric
Senior Member
 
Join Date: Jul 2010
Posts: 3,147

Old October 11th, 2022, 09:30 AM
Quote:
Originally Posted by saintaurik View Post
The only thing I have check marked to use is the d20 srd psionics support in the configure hero (Ctrl+K). If I uncheck that then I have no access to the soul knife class.
Thanks. I see the issue. The ability that bootstraps the mind blade has been replaced in the community set. There is a bootstrap condition on the mind blade class special that looks at the Value field. In a corresponding script, that field is being set at the same time. This means the script may run before or after the boostrap condition is checked. To fix this, do the following:
  1. Open up "3.5 - Expanded Psionics Handbook" in the editor.
  2. Find Mind Blade (cSknMinBl1) in the Class->Class Special tab
  3. Change the timing for eval script 2 from First/500 -> First/495.
  4. Optional: You may also want to change the bootstrap timing from 500 - 499 to make sure the item functions properly. This may not be necessary, but in testing I noticed that something on the item runs at First/500.

Note: I have maded these changes for the next release.
Sendric is offline   #4 Reply With Quote