Lone Wolf Development Forums  

Go Back   Lone Wolf Development Forums > Search Forums
Register FAQ Community Today's Posts Search

Notices

Showing results 1 to 25 of 213
Search took 0.02 seconds.
Search: Posts Made By: huntercc
Forum: HL - Pathfinder Roleplaying Game October 20th, 2012, 04:53 PM
Replies: 5
Views: 3,244
Posted By huntercc
Hopefully you received my email. Were you able...

Hopefully you received my email. Were you able to repeat the problem? Any idea what's causing the incorrect caster level?
Forum: HL - Pathfinder Roleplaying Game October 20th, 2012, 04:48 PM
Replies: 1
Views: 2,285
Posted By huntercc
Templates can be selected from the Classes menu,...

Templates can be selected from the Classes menu, you should find what you need there
Forum: HL - Pathfinder Roleplaying Game October 17th, 2012, 04:57 PM
Replies: 5
Views: 3,244
Posted By huntercc
Email sent

Email sent
Forum: HL - Pathfinder Roleplaying Game October 17th, 2012, 09:19 AM
Replies: 5
Views: 3,244
Posted By huntercc
field[cMagicLev].value =...

field[cMagicLev].value = (herofield[tHitDice].value + 2)
Forum: HL - Pathfinder Roleplaying Game October 16th, 2012, 07:27 PM
Replies: 5
Views: 3,244
Posted By huntercc
Caster level

I have a 10-hit die race that begins with sorcerer Caster Level = hit dice + 2. I've tried the script/timing found in the following post, but no luck:...
Forum: HL - User Projects July 11th, 2012, 05:25 PM
Replies: 34
Views: 19,736
Posted By huntercc
Is that supposed to be part of the release in the...

Is that supposed to be part of the release in the HL Community Repository? I don't see those materials listed.

How did you handle the changes in the monetary system?
Forum: HL - User Projects July 10th, 2012, 07:07 PM
Replies: 34
Views: 19,736
Posted By huntercc
Weapon materials, money?

I just took a look at this dataset and noticed there doesn't seem to be a provision for standard weapons made of bone, wood or stone. Anybody thought about a good way to handle this? I can see...
Forum: HL - Pathfinder Roleplaying Game January 10th, 2012, 11:07 AM
Replies: 4
Views: 4,415
Posted By huntercc
It appears as a selection for me. My guess is...

It appears as a selection for me. My guess is one of two things... either you have not purchased the data set for the Bestiary 2, or you have not enabled that source in your configuration.

If you...
Forum: HL - Pathfinder Roleplaying Game January 5th, 2012, 07:25 PM
Replies: 1
Views: 2,545
Posted By huntercc
I added a new feat that will allow you to choose...

I added a new feat that will allow you to choose a feat already on the character and replace it with a new one... this was before I knew about the "Customize" option. But, like you said already, it...
Forum: HL - Pathfinder Roleplaying Game January 5th, 2012, 12:27 PM
Replies: 21
Views: 8,596
Posted By huntercc
Ah yes, that now makes it work. Also makes the...

Ah yes, that now makes it work. Also makes the Size Increase work as well, oddly enough.
Forum: HL - Pathfinder Roleplaying Game January 4th, 2012, 03:26 PM
Replies: 8
Views: 3,381
Posted By huntercc
Sometimes its just easiest to hide something,...

Sometimes its just easiest to hide something, instead of messing around with conditional bootstraps! The timing can easily get messy.
Forum: HL - Pathfinder Roleplaying Game January 3rd, 2012, 04:16 PM
Replies: 21
Views: 8,596
Posted By huntercc
I still get the same errors as well - any...

I still get the same errors as well - any combination I have tried of PC/NPC, enemy/ally, several different races, all result in dependency errors and the additional HD or size increase having no...
Forum: HL - Pathfinder Roleplaying Game January 3rd, 2012, 04:00 PM
Replies: 515
Views: 236,658
Posted By huntercc
I reported this earlier as well, but for me I get...

I reported this earlier as well, but for me I get a different list if I change the filter... for example, when I'm looking for Skills it only gives me "Validation Log" as a choice. Interesting that...
Forum: HL - Pathfinder Roleplaying Game January 1st, 2012, 07:49 AM
Replies: 515
Views: 236,658
Posted By huntercc
When using the editor, the "choose source thing"...

When using the editor, the "choose source thing" filter doesn't seem to work properly anymore. At least, when I try to pick just Skills it only gives me "Validation Log" as a choice. Filtering for...
Forum: HL - Pathfinder Roleplaying Game January 1st, 2012, 07:44 AM
Replies: 515
Views: 236,658
Posted By huntercc
I just noticed that Craft (Armor) skill is listed...

I just noticed that Craft (Armor) skill is listed twice, and they have two very similar IDs: skCrafArm and skCrafArmr

I'm assuming this is just an accidental double entry
Forum: HL - Pathfinder Roleplaying Game December 30th, 2011, 01:28 PM
Replies: 6
Views: 3,877
Posted By huntercc
I tried this eval script successfully, at...

I tried this eval script successfully, at Post-Levels (Users) / 100


if (hero.tagcount[Classes.Rogue] <> 0) then
herofield[tLangsSta].value += 1
endif
Forum: HL - Pathfinder Roleplaying Game December 30th, 2011, 06:50 AM
Replies: 6
Views: 3,877
Posted By huntercc
For #1, your problem is your script is looking...

For #1, your problem is your script is looking for the Ethnic tag on the hero itself, rather than on the trait. The tag is attached to the trait, not to the hero. Try this script instead:


var...
Forum: HL - User Projects December 28th, 2011, 04:44 PM
Replies: 23
Views: 13,659
Posted By huntercc
All I do is try to bootstrap something before...

All I do is try to bootstrap something before creating anything new. If I find multiple copies of the same ability, then to save myself the time of comparing each one I just create a New (Copy) and...
Forum: HL - User Projects December 28th, 2011, 12:57 PM
Replies: 23
Views: 13,659
Posted By huntercc
I agree, kind of annoying to have to re-create...

I agree, kind of annoying to have to re-create things like Grab multiple times for multiple creatures. Problem seems to be each copy that already exists has race-specific information in the...
Forum: HL - Pathfinder Roleplaying Game December 26th, 2011, 07:31 PM
Replies: 2
Views: 2,803
Posted By huntercc
I believe this will accomplish what you're trying...

I believe this will accomplish what you're trying to do, for the Elven Blood:


Eval Script
First 5500
perform hero.childfound[raHEBlood].delete[Helper.ShowSpec]
perform...
Forum: HL - Pathfinder Roleplaying Game December 23rd, 2011, 01:07 PM
Replies: 7
Views: 4,414
Posted By huntercc
Good point :P I used Final Phase, 1000 for this...

Good point :P I used Final Phase, 1000 for this script.
Forum: HL - Pathfinder Roleplaying Game December 23rd, 2011, 12:41 PM
Replies: 7
Views: 4,414
Posted By huntercc
Here is part of a script I used to modify the...

Here is part of a script I used to modify the swim speed to become equal to the highest land speed on the hero. You can modify this by simply dividing the result by two:


~ Set Swim speed as...
Forum: HL - User Projects December 21st, 2011, 06:16 PM
Replies: 23
Views: 13,659
Posted By huntercc
I was hoping to accomplish the same thing with...

I was hoping to accomplish the same thing with the Advanced Bestiary. I don't believe I have used any non-core bootstraps, I tend to avoid that anyway, but I will do a review to be sure.

For...
Forum: HL - User Projects December 21st, 2011, 06:11 AM
Replies: 23
Views: 13,659
Posted By huntercc
Thanks, I have been using that .1st file for my...

Thanks, I have been using that .1st file for my work. And I have seen some mention on here of people working on some of these templates, so I was hoping we could bring them all together as much as...
Forum: HL - User Projects December 20th, 2011, 04:45 PM
Replies: 23
Views: 13,659
Posted By huntercc
Advanced Bestiary - Green Ronin

Anybody out there working on adding the templates from this book to the HL Pathfinder dataset? I've started with some, but it wouldn't make sense to duplicate work that someone else already has...
Showing results 1 to 25 of 213

 
Forum Jump

All times are GMT -8. The time now is 07: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.