Forum: HL - D&D 5th Edition SRD
December 2nd, 2020, 05:35 AM
|
Replies: 4
Views: 839
|
Forum: HL - D&D 5th Edition SRD
November 23rd, 2020, 08:46 AM
|
Replies: 15
Views: 1,188
One problem is that Spell-Less Ranger is a...
One problem is that Spell-Less Ranger is a different class than Ranger - at least from a code standpoint.
I think what will have to happen is that you'll have to make copies of all the procedures...
|
Forum: HL - D&D 5th Edition SRD
November 20th, 2020, 01:09 PM
|
Replies: 16
Views: 1,392
|
Forum: HL - D&D 5th Edition SRD
November 19th, 2020, 09:10 AM
|
Replies: 16
Views: 1,392
|
Forum: HL - D&D 5th Edition SRD
November 18th, 2020, 05:37 PM
|
Replies: 16
Views: 1,392
The spell in the spellbook will have a tag:...
The spell in the spellbook will have a tag: Spellbook.cHelpWiz
The prepared spell will have a tag: Helper.Memorized
You might want to find the one with Helper.Memorized and remove the Helper tag....
|
Forum: HL - D&D 5th Edition SRD
November 18th, 2020, 05:31 PM
|
Replies: 13
Views: 1,236
|
Forum: HL - D&D 5th Edition SRD
November 18th, 2020, 08:18 AM
|
Replies: 13
Views: 1,236
|
Forum: HL - D&D 5th Edition SRD
November 17th, 2020, 06:29 AM
|
Replies: 4
Views: 981
|
Forum: HL - D&D 5th Edition SRD
November 16th, 2020, 10:47 AM
|
Replies: 3
Views: 898
I'm not sure how you're wanting to see the...
I'm not sure how you're wanting to see the conditional work, generally speaking, trying to check alignments of other "entities" in the portfolio is complex. I've not seen any code examples aside from...
|
Forum: HL - D&D 5th Edition SRD
November 15th, 2020, 04:28 PM
|
Replies: 2
Views: 875
|
Forum: HL - D&D 5th Edition SRD
November 5th, 2020, 07:30 AM
|
Replies: 1
Views: 956
Have you tried opening an official Lone Wolf...
Have you tried opening an official Lone Wolf support ticket (http://forums.wolflair.com/showthread.php?t=54821) on it? Ask if you can get a character limit increase on the printout of those fields. ...
|
Forum: HL - D&D 5th Edition SRD
October 21st, 2020, 03:18 PM
|
Replies: 13
Views: 4,256
|
Forum: HL - D&D 5th Edition SRD
October 16th, 2020, 06:29 AM
|
Replies: 2
Views: 1,096
You can try something like:
...
You can try something like:
field[abValue].value = #attrmod[aCHA]
hero.childfound[ArmorClass].field[Bonus].value += field[abValue].value
This would add the charisma modifier as an additional...
|
Forum: HL - D&D 5th Edition SRD
October 15th, 2020, 03:54 PM
|
Replies: 4
Views: 1,187
|
Forum: HL - D&D 5th Edition SRD
October 2nd, 2020, 07:55 AM
|
Replies: 2
Views: 1,320
You would need to have a script on the class...
You would need to have a script on the class feature that runs post-attribute so that you have a final modifier from charisma (like post-attribute/10000 timing or later phase).
In that script you...
|
Forum: HL - D&D 5th Edition SRD
September 17th, 2020, 01:31 PM
|
Replies: 2
Views: 1,326
You can look at this thread...
You can look at this thread (http://forums.wolflair.com/showthread.php?t=64398) for some 5th table examples and how Enforcer and me talked about looking for the abCategory tags to filter out other...
|
Forum: HL - D&D 5th Edition SRD
September 12th, 2020, 12:58 PM
|
Replies: 5
Views: 1,455
|
Forum: HL - D&D 5th Edition SRD
September 8th, 2020, 09:13 AM
|
Replies: 2
Views: 1,473
So, trying to break down the questions:
1....
So, trying to break down the questions:
1. How do I hide the bootstrapped spell until activated?
On your bootstrapped spell you can set a conditional that looks for the activation field.
...
|
Forum: HL - D&D 5th Edition SRD
September 4th, 2020, 07:06 AM
|
Replies: 2
Views: 1,183
|
Forum: HL - D&D 5th Edition SRD
August 31st, 2020, 11:01 AM
|
Replies: 4
Views: 1,199
|
Forum: HL - D&D 5th Edition SRD
August 27th, 2020, 11:37 AM
|
Replies: 1
Views: 1,180
You might want to look at the half-elf variants...
You might want to look at the half-elf variants from the Sword Coast Adventurer's Guide (COM_5ePack_SCAG - Races.user) in the Community pack. This might be more simplified than you want, but it might...
|
Forum: HL - D&D 5th Edition SRD
August 17th, 2020, 05:14 AM
|
Replies: 3
Views: 1,433
|
Forum: HL - D&D 5th Edition SRD
August 2nd, 2020, 11:25 AM
|
Replies: 1
Views: 1,042
I'm not sure how they are doing it in the...
I'm not sure how they are doing it in the community pack, but one way to do it would be to:
Step 1: Make a NPC monster containing the ship stats like you would create a normal monster.
Step 2:...
|
Forum: HL - D&D 5th Edition SRD
June 21st, 2020, 09:10 AM
|
Replies: 4
Views: 2,853
|
Forum: HL - D&D 5th Edition SRD
June 17th, 2020, 08:40 AM
|
Replies: 3
Views: 2,103
|