Lone Wolf Development Forums  

Go Back   Lone Wolf Development Forums > Search Forums

Notices

Showing results 1 to 25 of 500
Search took 0.08 seconds.
Search: Posts Made By: Sendric
Forum: HL - d20 System April 8th, 2024, 04:49 PM
Replies: 5
Views: 21,873
Posted By Sendric
Yes. This is why I'm suggesting you don't use a...

Yes. This is why I'm suggesting you don't use a condition on the bootstrap. Apply the disable tag on the bootstrapped thing, then use an eval script to remove the tag once the skillranks pre-req has...
Forum: HL - d20 System April 8th, 2024, 12:58 PM
Replies: 5
Views: 21,873
Posted By Sendric
Are you trying to bootstrap a feat to a custom...

Are you trying to bootstrap a feat to a custom ability if a character has the appropriate number of skillranks? If so, I think what you will have to do is bootstrap the feat with appropriate Disable...
Forum: HL - Pathfinder Roleplaying Game March 14th, 2024, 02:18 PM
Replies: 26
Views: 1,119
Posted By Sendric
OH! Okay. I assumed you were going to create a...

OH! Okay. I assumed you were going to create a list of spell names within the ability. I'm not sure how you intend to display the list then. If all you want is the list of abilities in the...
Forum: HL - Pathfinder Roleplaying Game March 14th, 2024, 05:28 AM
Replies: 26
Views: 1,119
Posted By Sendric
Are there other abilities showing up in your...

Are there other abilities showing up in your table you don't want? The best way to handle that is using a custom tag (like the one you have) and make sure it's part of the expression.
Forum: HL - Pathfinder Roleplaying Game March 13th, 2024, 05:27 PM
Replies: 26
Views: 1,119
Posted By Sendric
I'm happy to help, but I'm still a little...

I'm happy to help, but I'm still a little confused as to why you're trying to set the expression through a script. I'm not saying there isn't a reason for it, I just can't think of one. If I...
Forum: HL - Pathfinder Roleplaying Game March 13th, 2024, 03:12 AM
Replies: 26
Views: 1,119
Posted By Sendric
The full line for this should look something...

The full line for this should look something like:


component.Ability & Custom.LinkSrg & !Helper.Helper & !Helper.Obsolete

Not that that solves your problem. Question: Why are you setting this...
Forum: HL - Pathfinder Roleplaying Game March 11th, 2024, 02:41 AM
Replies: 26
Views: 1,119
Posted By Sendric
It would help if you could supply the script...

It would help if you could supply the script you're using. It's very difficult to debug something without seeing it.
Forum: HL - Pathfinder Roleplaying Game March 9th, 2024, 05:06 AM
Replies: 26
Views: 1,119
Posted By Sendric
Bootstraps are added immediately unless there's a...

Bootstraps are added immediately unless there's a condition. For various timing reasons, conditions usually have to be early (First/500ish). Any tags added to bootstraps are immediately applied. If...
Forum: HL - Pathfinder Roleplaying Game March 7th, 2024, 03:10 PM
Replies: 26
Views: 1,119
Posted By Sendric
For what it's worth, using a foreach loop could...

For what it's worth, using a foreach loop could also work for the problem you're trying to solve. When you write:

foreach pick in hero from BaseSpell

for example, this searches through the...
Forum: HL - Pathfinder Roleplaying Game March 7th, 2024, 03:04 PM
Replies: 26
Views: 1,119
Posted By Sendric
I've never done anything with configurables, but...

I've never done anything with configurables, but looking at the editor they don't appear to have drop down menus, which is probably why your script isn't working. Instead, you might try:

...
Forum: HL - Pathfinder Roleplaying Game March 6th, 2024, 07:29 AM
Replies: 4
Views: 329
Posted By Sendric
There's also a "Find Thing" button in the Eval...

There's also a "Find Thing" button in the Eval Script window (among others) that let's you look for all things that exist which can be narrowed down by type (skills, abilties, etc).
Forum: HL - d20 System February 9th, 2024, 02:45 AM
Replies: 3
Views: 32,075
Posted By Sendric
Oh. In that case, I suppose you would have two...

Oh. In that case, I suppose you would have two options then:

1) Create a new version of Greater Trip that is valid if the character has Improved Trip, or

2) Assign the tag through a script on...
Forum: HL - d20 System February 8th, 2024, 12:46 PM
Replies: 3
Views: 32,075
Posted By Sendric
Usually when you bootstrap a feat to an ability...

Usually when you bootstrap a feat to an ability there's a check box to "Ignore Pre-req". This applies the tag thing.skipprereq, so simply apply that tag whether you see the checkbox or not.
Forum: HL - Pathfinder Roleplaying Game February 2nd, 2024, 12:19 PM
Replies: 1
Views: 533
Posted By Sendric
Sometimes I get a long list of errors like this....

Sometimes I get a long list of errors like this. I usually just close the program and re-open and it's working again. I don't have an explanation as to what's happening though.
Forum: HL - d20 System January 23rd, 2024, 08:53 AM
Replies: 1,189
Views: 2,494,823
Posted By Sendric
Did you only add the one file? Please follow the...

Did you only add the one file? Please follow the intructions found at the beginning of this thread to get the full community set. If you only add one file it may reference things found in other...
Forum: HL - d20 System January 23rd, 2024, 08:51 AM
Replies: 1,189
Views: 2,494,823
Posted By Sendric
What PDF? Are you looking for the d20 community...

What PDF? Are you looking for the d20 community set? The instructions for getting that are at the beginning of this thread. Any files Spyderbane has added since the last update will need to be...
Forum: Hero Lab Online Discussion December 22nd, 2023, 05:46 AM
Replies: 7
Views: 964
Posted By Sendric
I've never used the stage, but took a look and I...

I've never used the stage, but took a look and I don't see a way to add a prepared encounter to the initiative. Probably best to log a bug.
Forum: Hero Lab Online Discussion December 22nd, 2023, 02:50 AM
Replies: 7
Views: 964
Posted By Sendric
Probably too late, but it looks like you start...

Probably too late, but it looks like you start with "setup initiative" then "confirm and start".
Forum: HL - d20 System December 19th, 2023, 03:02 AM
Replies: 1
Views: 535,719
Posted By Sendric
Unfortunately, the d20 system isn't well set up...

Unfortunately, the d20 system isn't well set up to handle additional damage. You can copy something like adamantine to get the material made, but users will have to remember the +1 fire damage.
Forum: HL - Pathfinder Roleplaying Game December 11th, 2023, 02:48 AM
Replies: 5
Views: 7,456
Posted By Sendric
I made an adjustment with that exact script and...

I made an adjustment with that exact script and timing and it worked. I'll need to see what exactly you're doing to see why it's not working on your end. (Note: You do need to change cHelpDrd to...
Forum: HL - Pathfinder Roleplaying Game December 7th, 2023, 06:36 AM
Replies: 5
Views: 7,456
Posted By Sendric
Sorry. Wrong field: Post-Level / 10500: ...

Sorry. Wrong field:

Post-Level / 10500:

hero.childfound[cHelpDrd].field[cSpellExpr].text &= " | (sSchool.Divination & sClass.cHelpClr)"
Forum: HL - Pathfinder Roleplaying Game December 6th, 2023, 08:52 AM
Replies: 5
Views: 7,456
Posted By Sendric
Try the following: ...

Try the following:


hero.childfound[cHelpXXX].field[cCstSpExpr].text &= "| (sSchool.Divination & sClass.cHelpClr)"


Timing in final phase I think. XXX = class abbreviation (ie Drd for Druid)....
Forum: HL - Pathfinder Roleplaying Game December 4th, 2023, 02:53 AM
Replies: 2
Views: 1,454
Posted By Sendric
I made a New (Copy) of a longbow, changed the...

I made a New (Copy) of a longbow, changed the Proficiency Required from Martial to Exotic, and it appears in the Exotic Weapon Prof feat selection menu. I made no other changes. Maybe try doing that...
Forum: HL - Pathfinder Roleplaying Game December 4th, 2023, 02:46 AM
Replies: 1
Views: 1,141
Posted By Sendric
Can you provide an example of what you've made?...

Can you provide an example of what you've made? Or a user file? Without knowing what you've done, it's difficult to know how to resolve it.

You can also take a look at a spell like Bleed, a 0...
Forum: Hero Lab Online Discussion November 25th, 2023, 01:15 PM
Replies: 2
Views: 2,265
Posted By Sendric
Many of the changes are errata so they are...

Many of the changes are errata so they are changed over automatically.
Showing results 1 to 25 of 500

 
Forum Jump

All times are GMT -8. The time now is 06:06 AM.


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