Lone Wolf Development Forums  

Go Back   Lone Wolf Development Forums > Search Forums

Notices

Showing results 1 to 25 of 83
Search took 0.01 seconds.
Search: Posts Made By: DeathSheep
Forum: HL - D&D 5th Edition SRD April 4th, 2022, 11:45 AM
Replies: 3
Views: 3,145
Posted By DeathSheep
I created an Equipment.user file and on the...

I created an Equipment.user file and on the *Hidden tab, simply hid all the equipment I wanted to remove (example gBell and gBurgPack).
Forum: HL - D&D 5th Edition SRD April 1st, 2022, 11:18 AM
Replies: 3
Views: 3,145
Posted By DeathSheep
Hiding Equipment in Packs

So I was trying to hide some specific equipment (such as a Bell). Bells are in the Burglar's Pack, so I got an error when I tried to compile. So I figured if I hide Burglar's Packs as well, then that...
Forum: HL - D&D 5th Edition SRD February 6th, 2022, 12:56 PM
Replies: 4
Views: 2,965
Posted By DeathSheep
Thanks! I'll start there and post again when I...

Thanks! I'll start there and post again when I get stuck :D
Forum: HL - D&D 5th Edition SRD February 5th, 2022, 08:04 PM
Replies: 4
Views: 2,965
Posted By DeathSheep
I suspected you might have an idea about how to...

I suspected you might have an idea about how to accomplish this! I may have to get some help from you figuring out how to do it though. Right now I have a table of powers to pick from for the main...
Forum: HL - D&D 5th Edition SRD February 4th, 2022, 07:46 AM
Replies: 2
Views: 2,651
Posted By DeathSheep
That did the trick. Thanks! I found a few other...

That did the trick. Thanks! I found a few other places where I made that same error too!
Forum: HL - D&D 5th Edition SRD February 4th, 2022, 07:13 AM
Replies: 4
Views: 2,965
Posted By DeathSheep
Expanding Ability Table

Okay, this is one that has my brain hurting trying to figure out if it's possible. I have a class that can choose from a list of abilities. Each sub-class expands that list with abilities unique to...
Forum: HL - D&D 5th Edition SRD February 3rd, 2022, 07:29 AM
Replies: 2
Views: 2,651
Posted By DeathSheep
Conditional Armor Proficiencies

I am sure I saw someone had written a script to do this, but I can't find it. I am looking for a conditional where if the character does not have medium armor proficiency they gain it, but if the do,...
Forum: HL - D&D 5th Edition SRD January 29th, 2022, 02:50 PM
Replies: 2
Views: 2,665
Posted By DeathSheep
Thank you! That did the trick.

Thank you! That did the trick.
Forum: HL - D&D 5th Edition SRD January 29th, 2022, 11:08 AM
Replies: 2
Views: 2,665
Posted By DeathSheep
Tab for Ability Showing Up Early

I have three different abilities that each have a tab that appears to select sub-abilities, when you choose a sub-class. The first one, of course, appears immediately which it should. The problem is...
Forum: HL - D&D 5th Edition SRD January 29th, 2022, 11:05 AM
Replies: 0
Views: 2,365
Posted By DeathSheep
Ability Table Not Populating

I have three different abilities set up, each one has its own ability table that the player can choose from. The first one gives 2 abilities at 6th level, then 1 more at 11th and 1 more at 17th. The...
Forum: HL - D&D 5th Edition SRD December 22nd, 2021, 11:26 PM
Replies: 9
Views: 3,612
Posted By DeathSheep
Interesting thought. But will that impact whether...

Interesting thought. But will that impact whether the ability enables or not in the first place?
Forum: HL - D&D 5th Edition SRD December 22nd, 2021, 08:06 AM
Replies: 9
Views: 3,612
Posted By DeathSheep
I looked through Magical Secrets but I couldn't...

I looked through Magical Secrets but I couldn't suss out how it handles it. As a workaround I just created multiple copies of the power and bootstrapped each one at the right level. Not ideal, but it...
Forum: HL - D&D 5th Edition SRD December 21st, 2021, 09:15 AM
Replies: 9
Views: 3,612
Posted By DeathSheep
Thanks! Okay it's pulling weapons...

Thanks!

Okay it's pulling weapons appropriately. I neglected to add Helper.Free. The problem now is that this ability is supposed to give you a new proficiency at 3, 6, 11 and 17. I have it...
Forum: HL - D&D 5th Edition SRD December 17th, 2021, 09:55 PM
Replies: 9
Views: 3,612
Posted By DeathSheep
That got me started. Now I can't seem to get...

That got me started. Now I can't seem to get anything to populate the selection list. Here is what I am using for the usrCandid1 field:

component.BaseWep & wGroup.Sword & !Helper.Helper

That...
Forum: HL - D&D 5th Edition SRD December 17th, 2021, 07:43 AM
Replies: 9
Views: 3,612
Posted By DeathSheep
Add Weapon Proficiency in a Chosen Weapon

I'm trying to create an ability that lets the user choose a weapon from a specific group to gain proficiency in. I'm not quite sure how what the syntax will be for this.

The eval script is set up...
Forum: HL - D&D 5th Edition SRD December 8th, 2021, 02:05 PM
Replies: 1
Views: 2,583
Posted By DeathSheep
Okay I see I can lift this code directly from the...

Okay I see I can lift this code directly from the Artificer ability.
Forum: HL - D&D 5th Edition SRD December 8th, 2021, 12:45 PM
Replies: 1
Views: 2,583
Posted By DeathSheep
Tool Expertise

How would I go about checking a hero for all tool proficiencies, and if they have proficiency, increase it to expertise. I can easily pseudocode it, but the syntax is escaping me.

foreach (Tool...
Forum: HL - D&D 5th Edition SRD December 6th, 2021, 08:51 AM
Replies: 0
Views: 2,433
Posted By DeathSheep
Increase Selections From a Table

I'm trying to add an ability that increases your number of selections from a table by 1. I have used a configurable to bootstrap an ability table from one class to another and can do the same thing...
Forum: HL - D&D 5th Edition SRD December 5th, 2021, 09:28 AM
Replies: 0
Views: 2,321
Posted By DeathSheep
Removing Resistance

I want to create an ability that removes Damage Resistance to Lightning and adds Damage Immunity instead. Adding Damage Immunity is not a problem. I'm not sure how to remove the Damage Resistance...
Forum: HL - D&D 5th Edition SRD December 4th, 2021, 10:29 AM
Replies: 0
Views: 2,207
Posted By DeathSheep
Dynamic Max Limit

Is it possible to dynamically set a max limit on the power? From what I can see, it is a system tag and the tag name is set to the maxlimit (ie maxlimit04). I want to create an ability that can be...
Forum: HL - D&D 5th Edition SRD December 2nd, 2021, 07:27 AM
Replies: 1
Views: 2,289
Posted By DeathSheep
When I move the script to Post-levels, it raises...

When I move the script to Post-levels, it raises CON to 20. If I put it Post-attributes, it leaves it at 10.
Forum: HL - D&D 5th Edition SRD December 2nd, 2021, 07:24 AM
Replies: 1
Views: 2,289
Posted By DeathSheep
Increasing Ability Score to Minimum

I'm trying to figure out why this isn't working. I pulled the basic script from the GitHub wiki. Basically I want to create an ability that checks to see if CON is less than 13 and makes it 13. I've...
Forum: HL - D&D 5th Edition SRD November 30th, 2021, 08:45 AM
Replies: 0
Views: 2,143
Posted By DeathSheep
Adding Musical Instrument Proficiencies

Can the 5CAddProf procedure be used to add only proficiencies with musical instruments? I want to build an ability that grants proficiency in 3 musical instruments and I don't want to have to...
Forum: HL - D&D 5th Edition SRD November 29th, 2021, 11:02 AM
Replies: 4
Views: 2,022
Posted By DeathSheep
Thanks! That did the trick!

Thanks! That did the trick!
Forum: HL - D&D 5th Edition SRD November 29th, 2021, 11:00 AM
Replies: 3
Views: 2,510
Posted By DeathSheep
I think it's finally working! On to the next...

I think it's finally working! On to the next problem.
Showing results 1 to 25 of 83

 
Forum Jump

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


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