Lone Wolf Development Forums  

Go Back   Lone Wolf Development Forums > Search Forums
Register FAQ Community Today's Posts Search

Notices

Showing results 1 to 24 of 24
Search took 0.01 seconds.
Search: Posts Made By: TheEnthusiast
Forum: HL - D&D 5th Edition SRD February 13th, 2017, 05:27 PM
Replies: 1,036
Views: 777,260
Posted By TheEnthusiast
I don't promise much, but I could implement it....

I don't promise much, but I could implement it. Do you have a link to a description of this homebrew race?
Forum: HL - D&D 5th Edition SRD February 13th, 2017, 05:23 PM
Replies: 6
Views: 3,880
Posted By TheEnthusiast
No worries, I've implemented the class and...

No worries, I've implemented the class and commited to the community pack. Grab the user file here:

https://github.com/Sklore/HL_DD_5e_Colab/blob/master/COM_5ePack_UA%20-%20Ranger_nospells.user
Forum: HL - D&D 5th Edition SRD February 2nd, 2017, 04:37 PM
Replies: 8
Views: 4,213
Posted By TheEnthusiast
I received word from the Support team. It's taken...

I received word from the Support team. It's taken care of and the fix will be present in the next release of the core package.
Forum: HL - D&D 5th Edition SRD February 2nd, 2017, 04:34 PM
Replies: 1
Views: 2,283
Posted By TheEnthusiast
Have you tried modifying the field sbName and/or...

Have you tried modifying the field sbName and/or wShortName from the weapon?
Forum: HL - D&D 5th Edition SRD February 2nd, 2017, 02:38 PM
Replies: 24
Views: 11,245
Posted By TheEnthusiast
OK, found the secret for the spells. In the...

OK, found the secret for the spells.

In the Artificer class definition, there's a "Other Class' Spells" button. Which I didn't use because the Artificer had his own spell list. HOWEVER, if I don't...
Forum: HL - D&D 5th Edition SRD February 2nd, 2017, 02:15 PM
Replies: 24
Views: 11,245
Posted By TheEnthusiast
Your Artificer is not part of the Community pack?...

Your Artificer is not part of the Community pack? You can add a preclude element to your source. This way my artificer gets disabled. At least that's how I understand it.
Forum: HL - D&D 5th Edition SRD February 2nd, 2017, 01:48 PM
Replies: 24
Views: 11,245
Posted By TheEnthusiast
Yes, I copy/pasted it to be sure. Here's...

Yes, I copy/pasted it to be sure.

Here's what I'm doing:

1) Open the editor
2) Open the COM_5ePack_UA - Artificer.user file containing the class.
3) Go General->Extend Thing
4) Click...
Forum: HL - D&D 5th Edition SRD February 2nd, 2017, 01:42 PM
Replies: 24
Views: 11,245
Posted By TheEnthusiast
You dont have to remover your class. The...

You dont have to remover your class. The Artificer I created will only be available to people who checked the source 5e Unearthed Arcana - Artificer.

The classes should not overlap at all.
Forum: HL - D&D 5th Edition SRD February 2nd, 2017, 05:21 AM
Replies: 24
Views: 11,245
Posted By TheEnthusiast
Unhappy Creating new class spell list with extend thing

Hi,

I've created the artificer class from http://dnd.wizards.com/articles/unearthed-arcana/artificer , and now I want to create its spell list.

I was told I could use extend thing to add the...
Forum: HL - D&D 5th Edition SRD November 14th, 2016, 05:38 PM
Replies: 5
Views: 2,659
Posted By TheEnthusiast
I could not reproduce the problem. Are you using...

I could not reproduce the problem. Are you using version 1.8 of the D&D 5e module? Do you have the community pack installed? What level are your characters? Are you using variant human? Can you...
Forum: HL - D&D 5th Edition SRD November 14th, 2016, 05:09 PM
Replies: 15
Views: 7,049
Posted By TheEnthusiast
I'm not good with field editing, usually I miss...

I'm not good with field editing, usually I miss the proper phase or try to edit read-only fields. Also, I implemented the Thergy Wizard Tradition in a similar fashion, with a choice affecting several...
Forum: HL - D&D 5th Edition SRD November 13th, 2016, 06:31 PM
Replies: 15
Views: 7,049
Posted By TheEnthusiast
Hi, I've implemented it today in the...

Hi,

I've implemented it today in the community pack. You can gfrab it here: https://github.com/Sklore/HL_DD_5e_Colab/blob/master/COM_5ePack_UA%20-%20Barbarian.user
Forum: HL - D&D 5th Edition SRD November 3rd, 2016, 05:26 PM
Replies: 1
Views: 2,741
Posted By TheEnthusiast
So, after a while, here's what I found. Each...

So, after a while, here's what I found. Each class has a thing by the name cHelpXXX, where XXX is the class abbreviation. So, for example, a wizard has cHelpWiz, and a cleric has cHelpClr.

This...
Forum: HL - D&D 5th Edition SRD October 9th, 2016, 07:00 AM
Replies: 2
Views: 3,499
Posted By TheEnthusiast
Check on the tutorial for 5e the use of the...

Check on the tutorial for 5e the use of the preclude tab in the editor. Basically, you create a list of things that will be disabled from the interface if a specific sourcebook is selected. That...
Forum: HL - D&D 5th Edition SRD October 7th, 2016, 05:24 PM
Replies: 11
Views: 5,692
Posted By TheEnthusiast
Yep. The curse of all forums is that you realize...

Yep. The curse of all forums is that you realize your mistakes AFTER you have hit post.

See you around.
Forum: HL - D&D 5th Edition SRD October 6th, 2016, 07:39 PM
Replies: 18
Views: 6,288
Posted By TheEnthusiast
From the authoring Tutorial: if...

From the authoring Tutorial:

if (#totallevelcount[] >= 3) then
do something
endif

I didn't quite understand the second question. The player gets to choose a spell? Or are you asking how to...
Forum: HL - D&D 5th Edition SRD October 6th, 2016, 07:31 PM
Replies: 11
Views: 5,692
Posted By TheEnthusiast
Interesting. I didn't spot it because I used it...

Interesting. I didn't spot it because I used it to allow for both skills and tools. By looking at the code of 5CAddProf and cfg5CProf , it seems they copy the values of cSkillMax cToolMax around, in...
Forum: HL - D&D 5th Edition SRD October 5th, 2016, 05:23 PM
Replies: 4
Views: 3,376
Posted By TheEnthusiast
If you are looking for a class, the class offers...

If you are looking for a class, the class offers the fields cHDCount and cHDSides. So, a ranger with 2d6 per level would have:

cHDCount = 2
cHDSides = 6

For races, you have only rHDSides to...
Forum: HL - D&D 5th Edition SRD October 5th, 2016, 05:01 PM
Replies: 7
Views: 3,146
Posted By TheEnthusiast
It seems races do not have the field sbName. They...

It seems races do not have the field sbName. They do have shortname though.

Try this:

After adding the familiar, go to Develop->Floating info Windows->Show selection fileds.
On the list that...
Forum: HL - D&D 5th Edition SRD October 5th, 2016, 04:00 PM
Replies: 11
Views: 5,692
Posted By TheEnthusiast
Precisely, the fields from the bootstrap. ...

Precisely, the fields from the bootstrap.

The problem was with the ids of the skills, as I thought. Here's the correct string:

component.BaseSkill & (Reference.skAthletic | Reference.skAcrobat...
Forum: HL - D&D 5th Edition SRD October 4th, 2016, 05:44 PM
Replies: 11
Views: 5,692
Posted By TheEnthusiast
No, it means the expression for cSkCandExp is...

No, it means the expression for cSkCandExp is wrong somewhere. Usually means the tags chosen are invalid.

Could you post the field content here?
Forum: HL - D&D 5th Edition SRD October 3rd, 2016, 05:24 PM
Replies: 11
Views: 5,692
Posted By TheEnthusiast
You are calling 5CAddProf right? Change you...

You are calling 5CAddProf right?

Change you variable name from "NumOfProf" to "NumOfSkill" . That will restrict the choices to skills only.

Now, for a complete solution:

1) Open your thing...
Forum: HL - D&D 5th Edition SRD October 3rd, 2016, 05:08 PM
Replies: 2
Views: 2,301
Posted By TheEnthusiast
Do you have the Community pack installed? They...

Do you have the Community pack installed? They implemented it in the thing c5CFtrSupD. Just bootstrap it.
Forum: HL - D&D 5th Edition SRD September 30th, 2016, 05:58 PM
Replies: 1
Views: 2,741
Posted By TheEnthusiast
Question Add spell to wizard list & check source books opted in

Hi all.

I'm trying to implement the Theurgy Arcane Tradition for the Wizard in 5e. Reference doc https://media.wizards.com/2016/dnd/downloads/UA%20Non-Divine%20Faithful%20SFG.pdf

I'm having...
Showing results 1 to 24 of 24

 
Forum Jump

All times are GMT -8. The time now is 02:21 PM.


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