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 109
Search took 0.01 seconds.
Search: Posts Made By: spannclann
Forum: HL - D&D 5th Edition SRD August 18th, 2024, 03:52 PM
Replies: 4
Views: 895
Posted By spannclann
I can't believe no one has an idea.

I can't believe no one has an idea.
Forum: HL - D&D 5th Edition SRD August 13th, 2024, 11:54 PM
Replies: 4
Views: 895
Posted By spannclann
Adding Spell Information

I am creating a magic weapon that allows a few spells to be cast. I am wanting these spells to print out on the character sheet, but I do not know how to get that done. I am trying to do it under
...
Forum: HL - D&D 5th Edition SRD July 14th, 2024, 11:56 PM
Replies: 1
Views: 1,197
Posted By spannclann
If anyone is interested, I did figure it out. ...

If anyone is interested, I did figure it out.
I boot strapped the language, then used the tags
Group ID: Helper Tag ID: RaceLang
Forum: HL - D&D 5th Edition SRD July 12th, 2024, 11:56 AM
Replies: 1
Views: 1,197
Posted By spannclann
Adding a Language to a Variant Human

I am trying to add a specialty language to a Variant human, but nothing I have tried has worked. Any thoughts please?
Forum: HL - D&D 5th Edition SRD July 2nd, 2024, 09:31 PM
Replies: 4
Views: 1,615
Posted By spannclann
Ah, that is much cleaner

Ah, that is much cleaner
Forum: HL - D&D 5th Edition SRD July 2nd, 2024, 12:35 PM
Replies: 1
Views: 1,774
Posted By spannclann
Spells from a Deity

I want to know if it is possible to allow a deity to grant a few spells by having the PC select the deity they worship. I assume I would need to make a 'Custom Ability' that has the spells listed in...
Forum: HL - D&D 5th Edition SRD July 1st, 2024, 03:12 PM
Replies: 4
Views: 1,615
Posted By spannclann
I got it to work. I found an eval script for...

I got it to work. I found an eval script for Armor Class and made a few substitutions.

if (#attrmod[aDEX] > #attrmod[aCHA]) then
hero.child[skAcrobat].field[skAttrBon].value =...
Forum: HL - D&D 5th Edition SRD July 1st, 2024, 10:54 AM
Replies: 4
Views: 1,615
Posted By spannclann
I assumed I needed to replace tags to get it to...

I assumed I needed to replace tags to get it to work, but this is giving me an error.

perform tagreplace[skAttrAbbr.aDEX,skAttrAbbr.aCHA]

The error is "Group 'skAttrAbbr' not defined"
...
Forum: HL - D&D 5th Edition SRD July 1st, 2024, 12:54 AM
Replies: 4
Views: 1,615
Posted By spannclann
Acrobatics from Dex Mod to Cha Mod

I want to change Acrobatics to a Charisma based skill for a home brew subclass.

Currently, it is almost 3:45am and my brain has pretty much stopped working. However, I believe I need to somehow...
Forum: HL - D&D 5th Edition SRD June 27th, 2024, 10:42 AM
Replies: 8
Views: 2,443
Posted By spannclann
I fixed it. Instead of bootstrapping...

I fixed it.

Instead of bootstrapping Prestidigitation with Tags Helper/Free, Helper/Cantrip, and SpellType/cHelpBrd, I used the Tags Helper/SpellLike and Usage/AtWill. The cantrip description is...
Forum: HL - D&D 5th Edition SRD June 27th, 2024, 10:12 AM
Replies: 8
Views: 2,443
Posted By spannclann
New Issue Testing with non spell casting...

New Issue

Testing with non spell casting classes (i.e. Barbarian) and it is not showing anywhere on the printed dossier. I would like for the cantrip name to appear under "Special Abilities" or...
Forum: HL - D&D 5th Edition SRD June 27th, 2024, 09:44 AM
Replies: 8
Views: 2,443
Posted By spannclann
Upon waking up, I saw that the bonus cantrip was...

Upon waking up, I saw that the bonus cantrip was also showing under the Class spells tab; which it had not been before. I can live with it this way if need be, but I would still prefer it if that...
Forum: HL - D&D 5th Edition SRD June 27th, 2024, 01:28 AM
Replies: 8
Views: 2,443
Posted By spannclann
Okay, so I added Bootstraps for Helper/Free,...

Okay, so I added Bootstraps for Helper/Free, Helper/Cantrip, and SpellType/cHelpBrd and now it is showing up under 'Spells & Powers', but it is still available to be selected as a spell.

Any...
Forum: HL - D&D 5th Edition SRD June 27th, 2024, 01:24 AM
Replies: 8
Views: 2,443
Posted By spannclann
Okay, so I added Bootstraps for Helper/Free,...

Okay, so I added Bootstraps for Helper/Free, Helper/Cantrip, and SpellType/cHelpBrd and now it is showing up under 'Spells & Powers', but it is still available to be selected as a spell.

Any...
Forum: HL - D&D 5th Edition SRD June 27th, 2024, 12:57 AM
Replies: 8
Views: 2,443
Posted By spannclann
Since boot strapping isn't working as I want, how...

Since boot strapping isn't working as I want, how do i add it as a bonus cantrip with eval scripts?
Forum: HL - D&D 5th Edition SRD June 27th, 2024, 12:31 AM
Replies: 3
Views: 1,388
Posted By spannclann
Okay, easy enough. All I needed to make this work...

Okay, easy enough. All I needed to make this work properly was to take out the second if/then statement.

@valid = 0

if (hero.childlives[deiRIPVon] <>0) then

@valid = 1

endif
Forum: HL - D&D 5th Edition SRD June 27th, 2024, 12:20 AM
Replies: 3
Views: 1,388
Posted By spannclann
Okay, this works as a pre-req and will grey out...

Okay, this works as a pre-req and will grey out the spell unless this particular god is worshiped.

@valid = 0

if (hero.childlives[deiRIPVon] <>0) then
if...
Forum: HL - D&D 5th Edition SRD June 26th, 2024, 11:58 PM
Replies: 3
Views: 1,388
Posted By spannclann
I was thinking this as possible as a Pre-req....

I was thinking this as possible as a Pre-req. Thoughts?

@valid = 0

if (hero.childlives[deiCustomDeityName] <>0) then
if (hero.childfound[deiCustomDeityName].field[usrIndex].value = 0) then...
Forum: HL - D&D 5th Edition SRD June 25th, 2024, 06:34 PM
Replies: 8
Views: 2,443
Posted By spannclann
Does anyone want me to post the Street Magician...

Does anyone want me to post the Street Magician background?
Forum: HL - D&D 5th Edition SRD June 25th, 2024, 12:41 PM
Replies: 8
Views: 2,443
Posted By spannclann
I do see it printing out on the Spells page of...

I do see it printing out on the Spells page of the Dossier, but it is still select-able as a cantrip when choosing spells and is not listed under "Spells and Powers" Bard spells known.
Forum: HL - D&D 5th Edition SRD June 25th, 2024, 12:39 PM
Replies: 8
Views: 2,443
Posted By spannclann
Street Magician Background

I have made a custom background for my campaign. Everything is working well so far. I want to give the background the bonus cantrip Prestidigitation. I bootstrap it, under 'Tags' I 'Group ID'...
Forum: HL - D&D 5th Edition SRD June 25th, 2024, 12:26 PM
Replies: 3
Views: 1,388
Posted By spannclann
"Domain" Spells for the Arcane

I have created a Custom "Deity of Arcane Magic" into my campaign. As a result, I want arcane users to have access to this Deity's custom spells if the PCs decide to worship them.

I am wanting the...
Forum: HL - D&D 5th Edition SRD March 26th, 2024, 10:04 AM
Replies: 4
Views: 4,623
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: 4,623
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: 4,623
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...
Showing results 1 to 25 of 109

 
Forum Jump

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


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