View Single Post
ShadowChemosh
Senior Member
Volunteer Data File Contributor
 
Join Date: Jan 2010
Location: Chicago, IL (USA)
Posts: 10,729

Old September 29th, 2014, 11:48 AM
Quote:
Originally Posted by shatterjack View Post
For what it's worth, I'd be glad to share my Stalker implementation when I'm done with it. It has been easier than I expected so far, given that I still don't really know what I'm doing in HL and am mostly just doing frankenhacks of existing material.
I would appreciate it and I know many others would also. I assume you already have my base PoW package installed. So if you need any help getting the new Maneuvers to appear for your class let me know.

Quote:
Originally Posted by shatterjack View Post
Code:

      ~ If we're not shown, just get out
      doneif (tagis[Helper.ShowSpec] = 0)

      ~ Allow all Rogue Talents (and Ninja Tricks by extension) except advanced talents, and also Ki Pool and Underhanded specifically
      hero.child[cHelpStk].field[cCstS3Expr].text = "(SpecSource.cHelpRog | SpecSource.cHelpNin) & !Helper.Secondary & !Helper.Tertiary & !Ability.cRogUnderh & !Ability.cRogKiPoo & !abCategory.RogTalAdv & !abCategory.NinTriMas"
EDIT 2: Figured out how to filter Advanced Talents too.
Using the "Ability.?" tag will work but the standard is to use "thingid.?" instead. Every "thing" will have a "thingid.?" tag where not everything has a "Ability.?" tag. So in example use "thingid.cRogUnderh" or for a skill you could use "thingid.skUseMagic".

Hero Lab Resources:
Pathfinder - d20pfsrd and Pathfinder Pack Setup
3.5 D&D (d20) - Community Server Setup
5E D&D - Community Server Setup
Hero Lab Help - Hero Lab FAQ, Editor Tutorials and Videos, Editor & Scripting Resources.
Created by the community for the community
- Realm Works kickstarter backer (Alpha Wolf) and Beta tester.
- d20 HL package volunteer editor.
ShadowChemosh is offline   #7 Reply With Quote