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

Old June 23rd, 2015, 10:53 AM
Quote:
Originally Posted by Sendric View Post
I believe there is an issue with the current version of the d20 system where some specials won't appear in the In-Play tab unless it has the Helper.ShowSpec tag assigned to it. Unfortunately, I can't seem to assign this tag to verify this. I'll dig into it some more. Something odd is definitely going on.
Ok, well, I'm an idiot. Thanks to Shadow for pointing me in the right direction on this. I will have this fixed in the next release. In the meantime, anyone who wants to make a local fix for themselves should do the following:

Open up the file 3.5 - Tome of Battle.user in the editor. Go to the Class tab, and select Crusader (cHelpCru). In the eval script, change the following line of code:

Code:
  perform eachpick.delete[Helper.ShowSpec]
to:

Code:
  perform eachpick.assign[Helper.SpecUp]
The same fix can be applied to both Swordsage and Warblade as well. Sorry for the inconvenience.
Sendric is offline   #353 Reply With Quote