Lone Wolf Development Forums  

Go Back   Lone Wolf Development Forums > Hero Lab Forums > HL - Pathfinder Roleplaying Game
Register FAQ Community Today's Posts Search

Notices

Reply
 
Thread Tools Display Modes
tkarn
Senior Member
 
Join Date: Jun 2007
Posts: 273

Old February 24th, 2012, 12:24 AM
Oh thank you. I will try this.
tkarn is offline   #21 Reply With Quote
tkarn
Senior Member
 
Join Date: Jun 2007
Posts: 273

Old February 24th, 2012, 01:14 AM
It works....
tkarn is offline   #22 Reply With Quote
tkarn
Senior Member
 
Join Date: Jun 2007
Posts: 273

Old February 29th, 2012, 12:38 AM
I have a trait, that offers an additional (selectable) language to the character. How can I do this?

Another trait increases the armor check penalty by 2 (even if no armor is worn).

The next thing is a +1 racial bonus to damage rolls with melee weapons.

The last thing: How can I check if a skill is already a classskill?

Last edited by tkarn; February 29th, 2012 at 05:01 AM.
tkarn is offline   #23 Reply With Quote
tkarn
Senior Member
 
Join Date: Jun 2007
Posts: 273

Old February 29th, 2012, 06:37 AM
For Half-Elves I have some racial traits related with drow. If a character has 2 or more of these traits, it gets an drawback (I used a racial special). How can I bootstrap this drawback at the right condition.
tkarn is offline   #24 Reply With Quote
Aaron
Senior Member
 
Join Date: Oct 2011
Posts: 6,793

Old February 29th, 2012, 12:42 PM
I have a trait, that offers an additional (selectable) language to the character. How can I do this?

Look at the Etymologist trait for an example of adding a language slot.

Another trait increases the armor check penalty by 2 (even if no armor is worn).

herofield[tArmorChk].value will let you add to the hero's ACP

The next thing is a +1 racial bonus to damage rolls with melee weapons.

foreach pick in hero from BaseWep where "wCategory.Melee"
eachpick.BLAHBLAHBLAH
nexteach

The last thing: How can I check if a skill is already a classskill?

The ClassSkill.Whatever tag is on the hero, if they have it as a class skill for any classes.
Aaron is offline   #25 Reply With Quote
Aaron
Senior Member
 
Join Date: Oct 2011
Posts: 6,793

Old February 29th, 2012, 12:49 PM
For Half-Elves I have some racial traits related with drow. If a character has 2 or more of these traits, it gets an drawback (I used a racial special). How can I bootstrap this drawback at the right condition.

Have each of the drow related traits apply a Custom.Whatever tag to the hero. Bootstrap the drawback to your half elf race with a condition of 2 or more of those custom tags.
Aaron is offline   #26 Reply With Quote
tkarn
Senior Member
 
Join Date: Jun 2007
Posts: 273

Old March 1st, 2012, 03:17 AM
Thank you for your quick reply. But I still have some problems.

Quote:
Originally Posted by Aaron View Post
I have a trait, that offers an additional (selectable) language to the character. How can I do this?

Look at the Etymologist trait for an example of adding a language slot.
I didn't find this trait. In which package is it included?

Quote:
Originally Posted by Aaron View Post
Another trait increases the armor check penalty by 2 (even if no armor is worn).

herofield[tArmorChk].value will let you add to the hero's ACP
It works great.

Quote:
Originally Posted by Aaron View Post
The next thing is a +1 racial bonus to damage rolls with melee weapons.

foreach pick in hero from BaseWep where "wCategory.Melee"
eachpick.BLAHBLAHBLAH
nexteach
What do you mean with the BLABLAHBLAH ?

Quote:
Originally Posted by Aaron View Post

The last thing: How can I check if a skill is already a classskill?

The ClassSkill.Whatever tag is on the hero, if they have it as a class skill for any classes.
I think I have timing problems. Will post my script later.
tkarn is offline   #27 Reply With Quote
tkarn
Senior Member
 
Join Date: Jun 2007
Posts: 273

Old March 1st, 2012, 03:20 AM
Quote:
Originally Posted by Aaron View Post
For Half-Elves I have some racial traits related with drow. If a character has 2 or more of these traits, it gets an drawback (I used a racial special). How can I bootstrap this drawback at the right condition.

Have each of the drow related traits apply a Custom.Whatever tag to the hero. Bootstrap the drawback to your half elf race with a condition of 2 or more of those custom tags.
I did it, but on validation I get an error (about the timing). I will make a screenshot and post it.
tkarn is offline   #28 Reply With Quote
tkarn
Senior Member
 
Join Date: Jun 2007
Posts: 273

Old March 1st, 2012, 06:13 AM
Quote:
Originally Posted by Aaron View Post
For Half-Elves I have some racial traits related with drow. If a character has 2 or more of these traits, it gets an drawback (I used a racial special). How can I bootstrap this drawback at the right condition.

Have each of the drow related traits apply a Custom.Whatever tag to the hero. Bootstrap the drawback to your half elf race with a condition of 2 or more of those custom tags.
I bootstrapped the drawback to my traits and got this errormessage.
Attached Images
File Type: png Bootstrap.png (90.9 KB, 8 views)
File Type: png Errormessage.png (89.2 KB, 5 views)
tkarn is offline   #29 Reply With Quote
bodrin
Senior Member
 
Join Date: Feb 2007
Location: Nottinghamshire, United Kingdom
Posts: 1,265

Old March 1st, 2012, 06:46 AM
Quote:
Originally Posted by tkarn View Post
I bootstrapped the drawback to my traits and got this errormessage.
Just a guess but try first 5001 instead of userprelv 10000

Dormio Forte Somnio


Community Created Resources :
Data Package Repositories :
d20pfsrd
Custom Character Sheets
Community Server Setup (Packs)

Hero Lab Help- Video Tutorials and Pathfinder FAQ

Created by the community for the community
bodrin is offline   #30 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 10:34 AM.


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