Lone Wolf Development Forums  

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

Notices

Reply
 
Thread Tools Display Modes
Darius Silverbolt
Member
 
Join Date: Jul 2010
Location: Virginia Beach
Posts: 44

Old July 7th, 2010, 06:56 AM
I thought these we open content? I am trying to use the dwarven paragon in my hero labs and they don't seem to be there. I am goingto have to use the editor and make the race myself or is my newbness missing something?
Darius Silverbolt is offline   #1 Reply With Quote
Lawful_g
Senior Member
Volunteer Data File Contributor
 
Join Date: Mar 2007
Posts: 1,245

Old July 7th, 2010, 06:28 PM
They have not been added yet. I have created Elf, Human, and Drow Paragon
Lawful_g is offline   #2 Reply With Quote
Jhalad
Member
 
Join Date: Jun 2010
Posts: 90

Old July 8th, 2010, 03:56 PM
Quote:
Originally Posted by Lawful_g View Post
They have not been added yet. I have created Elf, Human, and Drow Paragon
I'm trying to create the Dwarf Paragon, but I'm having a heck of a time trying to figure out how to incorporate Craft Expertise. I'm guessing this scripting is done in C++ lanuage? I'm trying to modify the Lore ability from the Loremaster Pretidge class to perform a similar affect in the Dwarf Paragon, but I'm not having any luck. Ideas?

Here's my code I'm trying:

~our bonus is our level
var bonus as number
bonus = field[xAllLev].value
field[abValue].value += bonus

var bonus as number
field[listname].text = field[name].text & " +" & bonus

~we only apply the bonus on the first copy
doneif (tagis[Helper.FirstCopy] = 0)

foreach pick in hero from BaseSkill where "Helper.skCrafArm"
eachpick.field[Bonus].value += field[abValue].value
nexteach

foreach pick in hero from BaseSkill where "Helper.skCrafArmr"
eachpick.field[Bonus].value += field[abValue].value
nexteach

foreach pick in hero from BaseSkill where "Helper.skCrafLock"
eachpick.field[Bonus].value += field[abValue].value
nexteach

foreach pick in hero from BaseSkill where "Helper.skCrafSton"
eachpick.field[Bonus].value += field[abValue].value
nexteach

foreach pick in hero from BaseSkill where "Helper.skCrafWeap"
eachpick.field[Bonus].value += field[abValue].value
nexteach
Jhalad is offline   #3 Reply With Quote
Lawful_g
Senior Member
Volunteer Data File Contributor
 
Join Date: Mar 2007
Posts: 1,245

Old July 8th, 2010, 06:47 PM
I believe HL uses XML, but I'm completely unfamiliar with other scripting languages, so I have no idea how to interpret what you wrote.

Fortunately, it is actually pretty simple to add an eval script adding the class level as a bonus, assuming you have already created the Craft skills you have listed up there.

Sometime in the post levels phase make this eval script on the class special.

var bonus as number
bonus = field[xTotalLev].value
#skillbonus[kXXX] += bonus

Where XXX is the unique id for each of those craft skills you made.

I would argue for just making a class special that specifies the bonus however, because even though some of those skills often use metal or stone they need not always. For example "Craft: Weapon" could be used to make bone spears, wooden quarterstaves, or clubs made of chitin. "Craft: Armor" usually uses metal, but not for hide, leather, bone, or wood armors.

On the other hand, things like "Craft: Furniture" usually use wood, but it might get a bonus if you were making a stone desk or something.
Lawful_g is offline   #4 Reply With Quote
Jhalad
Member
 
Join Date: Jun 2010
Posts: 90

Old July 9th, 2010, 07:40 PM
Quote:
Originally Posted by Lawful_g View Post

I would argue for just making a class special that specifies the bonus however, because even though some of those skills often use metal or stone they need not always. For example "Craft: Weapon" could be used to make bone spears, wooden quarterstaves, or clubs made of chitin. "Craft: Armor" usually uses metal, but not for hide, leather, bone, or wood armors.

On the other hand, things like "Craft: Furniture" usually use wood, but it might get a bonus if you were making a stone desk or something.
Yeah, you make a good point. I guess I'll just have to stick to the adding the bonus to blacksmithing and stonemasonry, which inherently use metal and stone respectively.

Got it! Thanks! Now how do I post the file... granted I did it in Pathfinder, not 3.5, but the whole thing works now.

Last edited by Jhalad; July 9th, 2010 at 07:50 PM.
Jhalad 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 01:10 PM.


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