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 28
Search took 0.01 seconds.
Search: Posts Made By: Bodhizen
Forum: HL - Pathfinder Roleplaying Game December 31st, 2018, 12:23 PM
Replies: 6
Views: 2,871
Posted By Bodhizen
So, using the Array-Based Menu, I can give the...

So, using the Array-Based Menu, I can give the selection of the six skills. Problem is... I can't get a second identical list.
Forum: HL - Pathfinder Roleplaying Game December 31st, 2018, 11:44 AM
Replies: 6
Views: 2,871
Posted By Bodhizen
That fixed that problem, thank you!

That fixed that problem, thank you!
Forum: HL - Pathfinder Roleplaying Game December 30th, 2018, 07:30 PM
Replies: 6
Views: 2,871
Posted By Bodhizen
I cannot even get the ability to appear in the...

I cannot even get the ability to appear in the list of items to bootstrap onto the class. I keep getting the following error when trying to compile.
Forum: HL - Pathfinder Roleplaying Game December 26th, 2018, 10:26 AM
Replies: 6
Views: 2,871
Posted By Bodhizen
Help Requested

Good afternoon, friends!

It's been years since I've done any programming in Hero Lab, and I've quite forgotten how to do so. I'm trying to code up some custom abilities to bootstrap onto a new...
Forum: Hero Lab Discussion June 10th, 2013, 09:28 AM
Replies: 142
Views: 77,257
Posted By Bodhizen
One would think that there's a healthy market for...

One would think that there's a healthy market for Exalted support; it is the #1 RPG Kickstarter (to date).
Forum: Hero Lab Discussion June 10th, 2013, 09:26 AM
Replies: 5
Views: 4,336
Posted By Bodhizen
Or the sizes of the game selection buttons could...

Or the sizes of the game selection buttons could be decreased... Just a thought.
Forum: HL - World of Darkness June 10th, 2013, 09:24 AM
Replies: 9
Views: 22,754
Posted By Bodhizen
There is software for building characters and...

There is software for building characters and NPC's. Check into Anathema.

But I think that Hero Lab could do quite well for themselves if they started including some support for Exalted, since...
Forum: HL - Pathfinder Roleplaying Game June 10th, 2013, 09:18 AM
Replies: 531
Views: 195,008
Posted By Bodhizen
I will also state that I copy/paste/edit from...

I will also state that I copy/paste/edit from other items in the editor, and the editor could decidedly be more user-friendly. It's back-end things like that which can make a huge difference in...
Forum: HL - Pathfinder Roleplaying Game February 11th, 2013, 03:13 PM
Replies: 6
Views: 2,766
Posted By Bodhizen
Well, now! Don't I feel foolish! Thank you for...

Well, now! Don't I feel foolish! Thank you for your assistance.
Forum: HL - Pathfinder Roleplaying Game February 11th, 2013, 02:02 PM
Replies: 6
Views: 2,766
Posted By Bodhizen
The script that I am using is as follows, at...

The script that I am using is as follows, at Pre-Levels 10000:
add 1/6 of our gunslinger level to gaining a gunslinger feat.
field[abValue].value += round(field[fcCount].value/6,0,-1)
...
Forum: HL - Pathfinder Roleplaying Game February 11th, 2013, 01:18 PM
Replies: 6
Views: 2,766
Posted By Bodhizen
Hero Lab is telling me that cBonFtMax is a...

Hero Lab is telling me that cBonFtMax is a non-existent thing.
Forum: HL - Pathfinder Roleplaying Game February 10th, 2013, 07:04 PM
Replies: 6
Views: 2,766
Posted By Bodhizen
Adding in Fractional Feats

How would one go about adding in 1/6 of a feat (for a specific class type, such as fighter, gunslinger or wizard - from their class-specific bonus feats) as a favored class choice (much like adding...
Forum: HL - Pathfinder Roleplaying Game February 3rd, 2013, 05:57 PM
Replies: 3
Views: 2,793
Posted By Bodhizen
Thank you very much! It worked, but at 750, not...

Thank you very much! It worked, but at 750, not 700.
Forum: HL - Pathfinder Roleplaying Game February 3rd, 2013, 07:39 AM
Replies: 3
Views: 2,793
Posted By Bodhizen
Essentially, I want the racial trait, Quick...

Essentially, I want the racial trait, Quick Reactions (which adds in Improved Initiative as a bonus feat), to be replaceable with an alternate racial trait. However, when the alternate racial trait...
Forum: HL - Pathfinder Roleplaying Game February 2nd, 2013, 07:08 PM
Replies: 3
Views: 2,793
Posted By Bodhizen
Add in a Feat without Bootstrapping

Is there a way that I can add it a feat as a racial ability that, when replaced, the feat goes with it? Is it possible to add in the feat via a script so that when the racial ability is replaced by...
Forum: HL - Pathfinder Roleplaying Game January 18th, 2013, 08:06 PM
Replies: 3
Views: 2,829
Posted By Bodhizen
Nah, the phase wasn't the problem. :) Thanks for...

Nah, the phase wasn't the problem. :) Thanks for that additional bit of code, though.

I'm currently in the process of encoding multiple new races and I'm trying to come up with a host of unique...
Forum: HL - Pathfinder Roleplaying Game January 18th, 2013, 07:57 PM
Replies: 3
Views: 2,829
Posted By Bodhizen
Never mind. I got it. The proper script was as...

Never mind. I got it. The proper script was as follows:


~our bonus is level /2
var bonus as number
bonus += #totallevelcount[]/2
field[abValue].value +=...
Forum: HL - Pathfinder Roleplaying Game January 18th, 2013, 07:45 PM
Replies: 3
Views: 2,829
Posted By Bodhizen
Having Difficulties with a Script

I have a script that I am attempting to run that would, ideally, state the exact range for the ability in the listing. However, it is not properly working. Here is the script:

~our bonus is...
Forum: HL - Pathfinder Roleplaying Game January 18th, 2013, 03:15 PM
Replies: 42
Views: 26,210
Posted By Bodhizen
Both with and without.

Both with and without.
Forum: HL - Pathfinder Roleplaying Game January 18th, 2013, 12:49 PM
Replies: 42
Views: 26,210
Posted By Bodhizen
I am having difficulties with the use of the...

I am having difficulties with the use of the Automatic Calculations button; if I select Full Levels, it does not calculate the charges at all. It doesn't seem to calculate full levels in when...
Forum: HL - Pathfinder Roleplaying Game July 13th, 2012, 03:32 PM
Replies: 4
Views: 4,214
Posted By Bodhizen
ShadowChemosh, thank you. That is one way to do...

ShadowChemosh, thank you. That is one way to do it, yes. However, I was hoping to have a more permanent/elegant solution. I suppose this will have to do for now.
Forum: HL - Pathfinder Roleplaying Game July 13th, 2012, 01:35 AM
Replies: 4
Views: 4,214
Posted By Bodhizen
ARG - Race Builder Question

Is there (or will there be) any way to save a custom race once you have created it with the normal interface? Yes, I understand that I could go into the editor and create it there, but it seems so...
Forum: HL - Pathfinder Roleplaying Game April 1st, 2012, 04:39 PM
Replies: 9
Views: 4,805
Posted By Bodhizen
Thank you very much! This is very, very helpful....

Thank you very much! This is very, very helpful. :)
Forum: HL - Pathfinder Roleplaying Game April 1st, 2012, 01:13 PM
Replies: 9
Views: 4,805
Posted By Bodhizen
I've been playing around in the editor now for...

I've been playing around in the editor now for about six months and I'm at the point where I'm creating a new class, so I do recognize a lot of the basics, but that doesn't mean that I get all of the...
Forum: HL - Pathfinder Roleplaying Game March 30th, 2012, 06:36 PM
Replies: 9
Views: 4,805
Posted By Bodhizen
Here is what I am trying to do. I can create...

Here is what I am trying to do.

I can create a custom ability that adds a custom item to the character's inventory; in this case, an item that can function as a shield. No problem. I want a second...
Showing results 1 to 25 of 28

 
Forum Jump

All times are GMT -8. The time now is 01:48 PM.


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