Lone Wolf Development Forums  

Go Back   Lone Wolf Development Forums > Hero Lab Forums > HL - d20 System
Register FAQ Community Today's Posts Search

Notices

Reply
 
Thread Tools Display Modes
karpomatic
Senior Member
 
Join Date: May 2009
Location: South Jersey
Posts: 134

Old November 10th, 2011, 01:45 PM
I'm trying to add the Pistoleer Prestige Class from Ravenloft's Van Richten's Arsenal but can't figure out the scripting for the pre-reqs.

Your character needs the following to qualify for the class:
BAB: +4
Equipment: Masterwork Pistol or Musket
Feats: Exotic Weapon Prof - Firearms, Point Blank Shot, Precise Shot, Quick Draw, & Weapon Focus (Pistol or Musket).

Skills: Craft: Alchemy 4 ranks, Craft: Gunsmithing 4 ranks.

I will take any help I can get. Thanks!
karpomatic is offline   #1 Reply With Quote
Praetor
Member
 
Join Date: Mar 2008
Location: Richmond, Va
Posts: 79

Old November 10th, 2011, 04:31 PM
I don't work in D20, but most of what you ask for is available by peaking at the source code for the various prestige types in the game.

for the Feats either add the proper featname to the Pick-Reqs line, one at a time you can use the find object button to find the correct one, or add to Expre-reqs the following code (Substituting the correct identifier for your feat for the feat shown)
Code:
 
#hasfeat[fPointBlnk] <> 0
for base attack value enter this code into expre-reqs
Code:
 
child[Attack].field[tAtkBase].value >= 4
For weapon focus use the following in expre-reqs. You'll need to create the weapons first as I did not see Pistol or Musket in my D20 files.
Code:
 
hero.tagis[WepFocus.wLongbow] + hero.tagis[WepFocus.wShortbow] <> 0
Skills would be done as follows
Code:
 
#skillranks[kCrafAlch] >= 4

Alvin Leadbetter
www.rpden.net

Last edited by Praetor; November 10th, 2011 at 04:40 PM.
Praetor is offline   #2 Reply With Quote
karpomatic
Senior Member
 
Join Date: May 2009
Location: South Jersey
Posts: 134

Old November 14th, 2011, 03:36 AM
Thanks. I already created the weapons. The data entry is the easy part. Scripting it all together boggles my mind.
karpomatic is offline   #3 Reply With Quote
Reply


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 04: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.