Lone Wolf Development Forums  

Go Back   Lone Wolf Development Forums > Search Forums

Notices

Showing results 1 to 25 of 84
Search took 0.02 seconds.
Search: Posts Made By: ploturo
Forum: HL - Pathfinder Roleplaying Game May 30th, 2023, 12:45 PM
Replies: 9
Views: 1,474
Posted By ploturo
One of its scripts disables the checkbox unless a...

One of its scripts disables the checkbox unless a specific faction pick has been added to the character in the background tab (in addition to the deity pick for Iomedae).


if...
Forum: HL - Pathfinder Roleplaying Game May 26th, 2023, 02:52 PM
Replies: 2
Views: 1,058
Posted By ploturo
It would look something like this (standard...

It would look something like this (standard disclaimers like untested, typed in browser, etc...):



~ finished if nothing is chosen yet in the menu
doneif (field[your_field].ischosen = 0)

~...
Forum: HL - Pathfinder Roleplaying Game May 26th, 2023, 02:10 PM
Replies: 8
Views: 2,501
Posted By ploturo
The existing magic weapon abilities are specific...

The existing magic weapon abilities are specific things which have scripts that are hard-coded to apply their effects to the weapons they are added to, and they must be added as a pick to the gizmo...
Forum: HL - Pathfinder Roleplaying Game May 26th, 2023, 01:15 PM
Replies: 1
Views: 968
Posted By ploturo
var total as number total = 5 var...

var total as number
total = 5

var x as number
x = 0
while (x < total)
x += 1
perform hero.assign[Classes.S2Gestalt]
loop
Forum: HL - Pathfinder Roleplaying Game May 26th, 2023, 12:49 PM
Replies: 2
Views: 1,087
Posted By ploturo
The default context is the pick/thing where the...

The default context is the pick/thing where the script is running from, so these are checking for the tags on that pick/thing.

If you want to check the tags on the active "hero" instead, you need...
Forum: HL - Pathfinder Roleplaying Game November 9th, 2022, 09:55 AM
Replies: 1
Views: 1,476
Posted By ploturo
The ones from Blood of Angels (like rcArchoHer)...

The ones from Blood of Angels (like rcArchoHer) are defined as "Racial Cust Special" in the editor.

FYI, I'm not sure which book/source is required to make the optional table where you choose a...
Forum: HL - Pathfinder Roleplaying Game November 3rd, 2022, 12:05 AM
Replies: 9
Views: 2,185
Posted By ploturo
Have you read through this: ...

Have you read through this:

http://forums.wolflair.com/showthread.php?t=54938

Maybe the tags in the "~ Spellcasting type" at the end of the second post will help with what you are trying to do,...
Forum: Hero Lab Discussion November 2nd, 2022, 11:13 PM
Replies: 57
Views: 21,826
Posted By ploturo
The old Hero Lab data folder is at...

The old Hero Lab data folder is at "~/Library/Application Support/Hero Lab/" and your old .user file(s) should be in the data folder for whichever game system you used it with.
Forum: HL - Pathfinder Roleplaying Game November 2nd, 2022, 11:04 PM
Replies: 5
Views: 1,708
Posted By ploturo
If the attacks are off, yes, you'll probably need...

If the attacks are off, yes, you'll probably need to use adjustments to fix them. (I guess there's no such thing as a light ranged weapon?)
Forum: HL - Pathfinder Roleplaying Game November 1st, 2022, 02:34 PM
Replies: 5
Views: 1,708
Posted By ploturo
1. Go to the "Adjust" tab in your portfolio, and...

1. Go to the "Adjust" tab in your portfolio, and click "Add a new adjustment" in the "Other Adjustments" section. Choose the "Weapon Size" adjustment (in the Equipment section) and add it.

2. For...
Forum: HLO - Pathfinder 1st Edition October 29th, 2022, 10:38 PM
Replies: 1
Views: 1,850
Posted By ploturo
It sounds like you are using the Hero Lab...

It sounds like you are using the Hero Lab application on your PC and not the web-based Hero Lab Online, so you might have better luck asking in the "Hero Lab Forums" section (either the Pathfinder...
Forum: HL - Pathfinder Roleplaying Game October 29th, 2022, 09:20 PM
Replies: 14
Views: 4,651
Posted By ploturo
In case it helps, the line in the script that...

In case it helps, the line in the script that reads

is calling a procedure that the original Company of Dragons datafiles added to Herolab, and you should be able to view the script for that...
Forum: HL - Authoring Kit October 29th, 2022, 08:39 PM
Replies: 2
Views: 6,063
Posted By ploturo
Do normal (non-output) tables display the header...

Do normal (non-output) tables display the header multiple times when there is more than one column?

I can't test it myself at the moment, but I suspect that there might be just one header per...
Forum: HL - Pathfinder Roleplaying Game October 29th, 2022, 07:40 PM
Replies: 5
Views: 1,708
Posted By ploturo
That depends on how correct you need it to be,...

That depends on how correct you need it to be, since there is a workaround but also one issue specific to the double sling and some other bugs with double weapons and off-hand attacks in general.
...
Forum: Hero Lab Discussion October 21st, 2022, 09:35 PM
Replies: 57
Views: 21,826
Posted By ploturo
It's really great that some of the significant...

It's really great that some of the significant compatibility issues with Herolab Classic are being addressed for MacOS, and I know I'm not the only one who appreciates it. Thanks!

But...

It...
Forum: HL - Pathfinder Roleplaying Game September 16th, 2022, 09:16 AM
Replies: 3
Views: 1,905
Posted By ploturo
If you add some levels of Swashbucker to a...

If you add some levels of Swashbucker to a character, you can use the Debug "Floating Info Window" to look at the fields on the Swashbuckler class helper (cHelpSws) by using the "Show Selection...
Forum: HL - Pathfinder Roleplaying Game September 12th, 2022, 10:55 PM
Replies: 3
Views: 1,774
Posted By ploturo
Here's a working adjustment to add an arcane...

Here's a working adjustment to add an arcane familiar, although it isn't finished and hasn't been tested much.

Herolab's built-in arcane familiar stuff is implemented as level dependent abilities,...
Forum: HL - Pathfinder Roleplaying Game September 12th, 2022, 02:46 PM
Replies: 4
Views: 1,950
Posted By ploturo
The check in the Improved Natural Attack feat is...

The check in the Improved Natural Attack feat is coded to required certain combinations of component.? tags that an Unarmed Strike can't meet.

But you can use an adjustment to change the candidate...
Forum: HL - Authoring Kit August 16th, 2022, 09:54 PM
Replies: 1
Views: 3,147
Posted By ploturo
Instead of spending the resXP resource with a...

Instead of spending the resXP resource with a script on the advancement picks, can you have the trait pick handle it?

It seems to know the total number of its advances based on the tags, so it...
Forum: HL - Pathfinder Roleplaying Game August 14th, 2022, 10:48 PM
Replies: 12
Views: 4,067
Posted By ploturo
Mathias, as far as I can tell there isn't a...

Mathias, as far as I can tell there isn't a division between permanent and temporary; it's separated by bonus type for the ability scores to determine what goes into the aNormal/aBonus and...
Forum: HL - Pathfinder Roleplaying Game August 14th, 2022, 01:19 PM
Replies: 12
Views: 4,067
Posted By ploturo
There isn't really a clean way to remove that...

There isn't really a clean way to remove that bonus spell. The built-in spell adjustment for Fox's Cunning causes the same error.

The underlying mechanism that tracks and applies bonuses doesn't...
Forum: HL - Pathfinder Roleplaying Game August 14th, 2022, 01:05 PM
Replies: 3
Views: 2,076
Posted By ploturo
Is there some other ability that you are trying...

Is there some other ability that you are trying to get herolab to also apply, or is it just to note that the attacks count as adamantine?

There is a built-in adjustment to rename natural attacks,...
Forum: HL - Pathfinder Roleplaying Game August 14th, 2022, 01:03 PM
Replies: 2
Views: 1,682
Posted By ploturo
As a temporary workaround, in the eidolon...

As a temporary workaround, in the eidolon configuration window you could add level-based ability score increases to raise the strength of the eidolon to 18, instead of adding the evolution?

It...
Forum: HL - Pathfinder Roleplaying Game August 8th, 2022, 09:16 PM
Replies: 12
Views: 4,067
Posted By ploturo
Is the "Can be Equipped" box checked in the...

Is the "Can be Equipped" box checked in the "Equipping" section of the details?

If it is, that item will only show up on the in-play tab if the box to equip it is checked in the list of magic...
Forum: HL - Pathfinder Roleplaying Game August 6th, 2022, 06:48 PM
Replies: 11
Views: 2,973
Posted By ploturo
Pulling tags copies them to the current pick (the...

Pulling tags copies them to the current pick (the one running the script) from whatever other pick/container you've have navigated to as part of the pull command.

Pushing tags copies them from the...
Showing results 1 to 25 of 84

 
Forum Jump

All times are GMT -8. The time now is 03:00 PM.


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