• 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

Soulknife Mindblade missing?

saintaurik

Well-known member
When you pick the soulknife class in the demo version of the game it loads the mindblade (shortsword) weapon to the character sheet. When you upgrade to the full version it is no longer there.

What happened to the mindblade (shortsword) weapon and how do I fix this so it shows up on the character sheet?

For the soulknife the only thing I have configured on the hero is the d20 srd psionics support. The soulknife class is in that data pack but I am unable to find the exact .user file that contains the information to see what is causing the error.
 
Hi, I just created a 1st level Soulknife. The mindblade (shortsword) appeared automatically under weapons, and shows on the character sheet.

There is no user file for LW packages. You can create a user file / portfolio if you save your Hero. Hero's are the same in Demo/Full... "upgrading" doesn't change that - it just allows more Heroes at one time, and lets you save/print.

Do you have something active that might be hiding weapons? Can you post an screenshot of the weapon tab, or post a copy of your Hero portfolio that we can check what's happening?
 
soulknife

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.
 

Attachments

Last edited:
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.
 
Back
Top