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
Wolf_Larsen
Junior Member
 
Join Date: Nov 2007
Posts: 22

Old February 24th, 2008, 01:17 PM
Hi,

I wish to create a custom Light Armor Proficiency feat (call it Light Armor Proficiecy x2) that has the "Light Armor Proficiency" feat as pre-requisite. The new feat would negate the armor check penalty to the following skills: balance, climb, escape artist, hide, jump, move silently, sleight of hand, tumble, and swim. The new feat also would not have a maximum dexterity limit.

How would I do this? (Specifically, what coding is needed for the "Eval Scripts" and "Pre-reqs").

Thanks
Wolf_Larsen is offline   #1 Reply With Quote
Mathias
Senior Member
Lone Wolf Staff
 
Join Date: May 2005
Posts: 13,213

Old February 25th, 2008, 11:04 AM
The pre-req is easy - you want the same pre-req as medium armor, so cut and paste.

The actual coding I can't figure out. You'll probably have to use a for...each loop to cycle through all the owned armor and change the armor check penalty and max dex. You'll have to wait for Colen (one of the authors) to give you that.
Mathias is offline   #2 Reply With Quote
Colen
Senior Member
Lone Wolf Staff
 
Join Date: Dec 2008
Posts: 4,690

Old February 28th, 2008, 04:50 PM
mgehl wrote:
>
>
> The pre-req is easy - you want the same pre-req as medium armor, so cut
> and paste.


Yep, this is the easiest way to do this. For the actual code, you'd do
the following:

perform hero.child[kBalance].delete[Helper.ArmorChk?]
perform hero.child[kClimb].delete[Helper.ArmorChk?]
... etc etc, for each skill.

(You can find a list of skill ids in the editor documentation.)

You should set the script to run any time before PostAttr / 10000 and
you should be fine.


> The new feat also would not have a maximum dexterity limit.

I'm not sure what this means? You mean taking the feat would remove the
maximum dexterity bonus that was applied to your armor class?


Hope this helps,


--
Colen McAlister, colen@wolflair.com
Chief Engineer, Lone Wolf Development
Colen is offline   #3 Reply With Quote
Mathias
Senior Member
Lone Wolf Staff
 
Join Date: May 2005
Posts: 13,213

Old February 28th, 2008, 05:49 PM
I think all his feat is doing is to say that light armors no longer have their max dex or armor check penalty stats.

mMaxDex and mArmorChk = 0
Mathias is offline   #4 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:18 AM.


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