Lone Wolf Development Forums  

Go Back   Lone Wolf Development Forums > Search Forums

Notices

Showing results 1 to 25 of 87
Search took 0.01 seconds.
Search: Posts Made By: spannclann
Forum: HL - D&D 5th Edition SRD March 26th, 2024, 10:04 AM
Replies: 4
Views: 112
Posted By spannclann
I did mean to change it to check for the Fighter...

I did mean to change it to check for the Fighter level.
Forum: HL - D&D 5th Edition SRD March 26th, 2024, 12:21 AM
Replies: 4
Views: 112
Posted By spannclann
It is a custom fighter subclass ability. I got it...

It is a custom fighter subclass ability. I got it to work using this, but I am not sure if there is a better way.

if (field[xAllLev].value >= 18) then
foreach pick in hero from BaseWep where...
Forum: HL - D&D 5th Edition SRD March 25th, 2024, 02:13 PM
Replies: 4
Views: 112
Posted By spannclann
Weapon Damage Die

@Fenris447
I am needing an eval script that checks for the hero's level. If the appropriate level is met then shortbow and damage die are increased to the next highest die.
(i.e. Shortbow to 1d8...
Forum: HL - D&D 5th Edition SRD March 24th, 2024, 08:38 AM
Replies: 3
Views: 112
Posted By spannclann
Oh, thanks Fenris447. That's good to know.

Oh, thanks Fenris447. That's good to know.
Forum: HL - D&D 5th Edition SRD March 23rd, 2024, 10:16 AM
Replies: 3
Views: 112
Posted By spannclann
I couldn't find a specific wGroup for bows so I...

I couldn't find a specific wGroup for bows so I ended up using wCategory.RangeProj.
Forum: HL - D&D 5th Edition SRD March 23rd, 2024, 10:13 AM
Replies: 1
Views: 79
Posted By spannclann
I found a fix. I used the eval script from...

I found a fix.

I used the eval script from the monks when they can use either their STR or DEX modifier when unarmed. I changed two things:
1. changed the modifier comparison to WIS
2. the...
Forum: HL - D&D 5th Edition SRD March 21st, 2024, 10:35 AM
Replies: 1
Views: 79
Posted By spannclann
Zen Archery

I was wanting to create this feat to allow the use of WIS modifier over DEX. I am using the "Hex Warrior" Class Special as a base, but I cannot see where it allows the drop down menu to select WIS. I...
Forum: HL - D&D 5th Edition SRD March 20th, 2024, 11:03 PM
Replies: 3
Views: 112
Posted By spannclann
Custom Feat

I am adding a custom feat for ranged weapons, specifically shortbows, longbows and the various crossbows. I have copied the Blade Mastery feat as a base. I want to give shortbows, longbows and the...
Forum: HL - D&D 5th Edition SRD November 13th, 2023, 11:50 AM
Replies: 3
Views: 2,786
Posted By spannclann
I "figured" it out. I saved what I had, closed...

I "figured" it out. I saved what I had, closed the editor and HL all the way out. Then when I opened HL again, everything was working fine.

My only issue now is that two Racial Special Abilities...
Forum: HL - D&D 5th Edition SRD November 12th, 2023, 09:47 PM
Replies: 1
Views: 1,136
Posted By spannclann
Mercurial Weapons

I am looking to add Mercurial Weapons. My plan is to alter the adamantine to fit my purpose somewhat. I need a script to check the weapon damage chosen and bump it up to the next highest damage die.
Forum: HL - D&D 5th Edition SRD November 12th, 2023, 09:26 PM
Replies: 3
Views: 2,786
Posted By spannclann
Adding Raceand Sub Race

I copied the Elf and Wood Elf as a template. However, the main race is not displaying the Sub Race option for me to choose which Sub Race I want. How do I fix this or how should I be doing it...
Forum: HL - D&D 5th Edition SRD July 24th, 2023, 04:47 PM
Replies: 8
Views: 2,026
Posted By spannclann
Ah, I was starting to think along those lines....

Ah, I was starting to think along those lines. Thanks for the help!
Forum: HL - D&D 5th Edition SRD July 22nd, 2023, 12:01 AM
Replies: 8
Views: 2,026
Posted By spannclann
Okay, I have got it to work somewhat. It has...

Okay, I have got it to work somewhat. It has changed in Hero Lab, but not on the printed character sheet.
Forum: HL - D&D 5th Edition SRD July 21st, 2023, 06:51 AM
Replies: 8
Views: 2,026
Posted By spannclann
Any thoughts or ideas? Anyone? I am putting...

Any thoughts or ideas? Anyone?

I am putting this name changing script in the Class Special ability. Is that the place for it? I also have it with three other eval scripts. Should they be in...
Forum: HL - D&D 5th Edition SRD July 18th, 2023, 12:46 AM
Replies: 8
Views: 2,026
Posted By spannclann
@RavenX Ive tried both of these but it has...

@RavenX

Ive tried both of these but it has not changed anything. What could I be doing wrong?

hero.child[SlotHoldWa].field[livename].text = "New Name Here"
...
Forum: HL - D&D 5th Edition SRD July 14th, 2023, 09:20 AM
Replies: 8
Views: 2,026
Posted By spannclann
Warlock Spell Slots

I have chosen to give a class limited spell slots so I used the Warlock spell slots. When I print out the character sheet, the spell slots are listed as Warlock. Is there any way to change this with...
Forum: HL - D&D 5th Edition SRD July 14th, 2023, 01:36 AM
Replies: 3
Views: 1,401
Posted By spannclann
I have figured out how to bootstrap the spells I...

I have figured out how to bootstrap the spells I want to add. However, I am getting the error:

I found that I was using the wrong Helper in the bootstrap. I was using cHelpWiz when I should have...
Forum: HL - D&D 5th Edition SRD July 13th, 2023, 11:51 PM
Replies: 3
Views: 1,401
Posted By spannclann
@RavenX When the character sheet is printed,...

@RavenX

When the character sheet is printed, it shows the spell slots as Warlock. Is there a way to change that?
Forum: HL - D&D 5th Edition SRD July 13th, 2023, 06:54 PM
Replies: 3
Views: 1,401
Posted By spannclann
Adding Spells

I am trying to create a Class Special that adds limited spell casting. I am looking to give two specific spells at levels 3, 5, 7, and one specific spell at level 9.

Also, I only want this Class...
Forum: HL - D&D 5th Edition SRD January 26th, 2023, 09:58 PM
Replies: 3
Views: 1,902
Posted By spannclann
I have added the Banjo, Kazoo, Finger Piano, and...

I have added the Banjo, Kazoo, Finger Piano, and Spoons at thr request of one of my players.
Forum: HL - D&D 5th Edition SRD January 25th, 2023, 09:18 PM
Replies: 3
Views: 1,902
Posted By spannclann
Here ya go. 6841 Using the Editor is...

Here ya go.
6841


Using the Editor is not that difficult to reskin instruments. Just copy a similar instrument, change a few things, and save. It is that easy.
Forum: HL - D&D 5th Edition SRD January 4th, 2023, 09:34 PM
Replies: 13
Views: 2,430
Posted By spannclann
I haven't found the exact file in question. What...

I haven't found the exact file in question. What it looks like to me is that the COM_5ePack_TCoE - Sidekicks.user file is fine, but there may be another file where someone tried to fix/streamline...
Forum: HL - D&D 5th Edition SRD January 3rd, 2023, 09:18 PM
Replies: 13
Views: 2,430
Posted By spannclann
I figured it out. Seems an incomplete Community...

I figured it out. Seems an incomplete Community Pack file is causing the error and confusion.
Forum: HL - D&D 5th Edition SRD January 3rd, 2023, 09:06 PM
Replies: 13
Views: 2,430
Posted By spannclann
How do you pick a race and grant them a sidekick...

How do you pick a race and grant them a sidekick feature?

I chose the race, selected the sidekick healer and get this error. The only way to not get the error is to choose the Sidekick Healer as...
Forum: HL - D&D 5th Edition SRD January 3rd, 2023, 04:38 PM
Replies: 13
Views: 2,430
Posted By spannclann
I would think to keep the Sidekick race, but set...

I would think to keep the Sidekick race, but set up "Variants" that would be the actual race of the Sidekick.
Showing results 1 to 25 of 87

 
Forum Jump

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


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