Lone Wolf Development Forums  

Go Back   Lone Wolf Development Forums > Hero Lab Forums > HL - d20 System

Notices

Reply
 
Thread Tools Display Modes
ErinRigh
Senior Member
 
Join Date: Oct 2016
Posts: 621

Old December 27th, 2016, 01:19 AM
OK, I know somebody musta asked this before, but I'll be damned if I can find it.

I am trying to build a feat based on Versatile Performer, that does for Crafts what that feat does for Performs.

The problem I am running into is in the prereqs.

I am trying to set the prerequisite to; Craft (Any) 5+ ranks

Based on Versatile Performer, that should look like;

herofield[Skill Ranks].value >= 5

Versatile Performer uses tMaxPerf to get the highest ranks in perform.

To my question ("Finally" you mutter);

Is there a similar ID to tMaxPerf for Maximum Crafts? If so, can you tell me where or how to find it, so I can use that? If it isn't any more straight forward than "Sure, it's <blank>" please tell me how to find the ID myself so that I don't need a similar explanation when I need to do the same for Max Knowledges.

If it is that simple, can you please give me both IDs (Max Craft and Max Knowledge)?

Thanks in advance
ErinRigh is offline   #1 Reply With Quote
ShadowChemosh
Senior Member
Volunteer Data File Contributor
 
Join Date: Jan 2010
Location: Chicago, IL (USA)
Posts: 10,729

Old December 27th, 2016, 09:25 AM
No such field exists on the hero.

Use this on a eval-rule:
Code:
~Loop through all the craft skills
foreach pick in hero from BaseSkill where "Helper.SkCatCraft"

  ~ If this skill has 5 or more ranks, we are valid
  validif (each.field[kUserRanks].value >= 5)
nexteach

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   #2 Reply With Quote
ErinRigh
Senior Member
 
Join Date: Oct 2016
Posts: 621

Old December 27th, 2016, 02:29 PM
Awesome SC, now how would I do it for Knowledges? I am thinking Helper.SkCatKnow am I right?
ErinRigh is offline   #3 Reply With Quote
ShadowChemosh
Senior Member
Volunteer Data File Contributor
 
Join Date: Jan 2010
Location: Chicago, IL (USA)
Posts: 10,729

Old December 27th, 2016, 02:38 PM
Quote:
Originally Posted by ErinRigh View Post
Awesome SC, now how would I do it for Knowledges? I am thinking Helper.SkCatKnow am I right?
Add a Knowledge skill to your character. Look at its tags. Do you see a Helper.SkCatKnow?

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   #4 Reply With Quote
ErinRigh
Senior Member
 
Join Date: Oct 2016
Posts: 621

Old December 28th, 2016, 04:57 AM
Thanks SC
ErinRigh is offline   #5 Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -8. The time now is 12:28 AM.


Powered by vBulletin® - Copyright ©2000 - 2024, vBulletin Solutions, Inc.
wolflair.com copyright ©1998-2016 Lone Wolf Development, Inc. View our Privacy Policy here.