Lone Wolf Development Forums  

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

Notices

Closed Thread
 
Thread Tools Display Modes
Xorial
Senior Member
 
Join Date: Mar 2010
Location: Martin, TN
Posts: 120

Old March 31st, 2016, 02:30 PM
Nevermind

Lo, there do I see my Father..
Lo, there do I see my Mother
And my Sisters and my Brothers..
Lo, there do I see the line
Of my people back to the beginning..
Thay do bid me to take my place among them..
In the Halls of Valhalla,
Where the Brave may live forever.

Last edited by Xorial; March 31st, 2016 at 02:32 PM.
Xorial is offline   #31
Xorial
Senior Member
 
Join Date: Mar 2010
Location: Martin, TN
Posts: 120

Old March 31st, 2016, 02:35 PM
Quote:
Originally Posted by ShadowChemosh View Post
Either use an adjustment or change the spell expression. Using Extend Thing is NOT useful if you are adding something like ALL spells in a school. Plenty of other ways to do that.
Yeah, but they are all pretty much adding a spell one at a time to the new class. Oh well.

Lo, there do I see my Father..
Lo, there do I see my Mother
And my Sisters and my Brothers..
Lo, there do I see the line
Of my people back to the beginning..
Thay do bid me to take my place among them..
In the Halls of Valhalla,
Where the Brave may live forever.
Xorial is offline   #32
Mergon
Senior Member
 
Join Date: Sep 2012
Location: Ottawa, Canada
Posts: 788

Old March 31st, 2016, 02:36 PM
I could have used something like that myself a couple of times for homebrewed classes.

If you are only adding spells from a single school, then the extend thing is a godsend. When I added the Artificer class to my stuff (not the Eberron sub-class from Unearthed Arcana) is had to copy every spell I wanted and it took hours. Iwth the Houri sub-class I just had to go though an use the Extend Thing for the Enchantment spells .

Watch your back, Conserve your ammo,
and NEVER cut a deal with a dragon!
Mergon is offline   #33
ShadowChemosh
Senior Member
Volunteer Data File Contributor
 
Join Date: Jan 2010
Location: Chicago, IL (USA)
Posts: 10,729

Old March 31st, 2016, 02:44 PM
Quote:
Originally Posted by Mergon View Post
Shadow:

Do you of an easy way to add a Domain Selection option, like the cleric, to a subclass?

I am working on the Favored Soul sub-class from Unearthed Arcana and I am trying to find a way to do just that.
Yes. But need to double check for 5e. Be best to add this as an issue in GitHub and we can talk.

Hero Lab Resources:
Pathfinder - d20pfsrd and Pathfinder Pack Setup
3.5 D&D (d20) - Community Server Setup
5E D&D - Community Server Setup
Hero Lab Help - Hero Lab FAQ, Editor Tutorials and Videos, Editor & Scripting Resources.
Created by the community for the community
- Realm Works kickstarter backer (Alpha Wolf) and Beta tester.
- d20 HL package volunteer editor.
ShadowChemosh is offline   #34
ShadowChemosh
Senior Member
Volunteer Data File Contributor
 
Join Date: Jan 2010
Location: Chicago, IL (USA)
Posts: 10,729

Old March 31st, 2016, 02:46 PM
Quote:
Originally Posted by Xorial View Post
Yeah, but they are all pretty much adding a spell one at a time to the new class. Oh well.
No if you modify the spell expression to include all spells via the School Tag its not one at at time. If you are adding all CLASS or or all School spells to a class you do this by changing the custom expression to include that class or school tag. You would not extend thing to every spell.

Hero Lab Resources:
Pathfinder - d20pfsrd and Pathfinder Pack Setup
3.5 D&D (d20) - Community Server Setup
5E D&D - Community Server Setup
Hero Lab Help - Hero Lab FAQ, Editor Tutorials and Videos, Editor & Scripting Resources.
Created by the community for the community
- Realm Works kickstarter backer (Alpha Wolf) and Beta tester.
- d20 HL package volunteer editor.
ShadowChemosh is offline   #35
Mergon
Senior Member
 
Join Date: Sep 2012
Location: Ottawa, Canada
Posts: 788

Old March 31st, 2016, 02:52 PM
Shadow:

I was planning on making a post on GIT as it was. I just wanted to be able to post the Favored Soul at the same time.

I also need to ask for a Source, and possibly a Product Id if the community pack uses them, for Unearthed Arcana materials. I was surprised not to find it5 already in use.

Watch your back, Conserve your ammo,
and NEVER cut a deal with a dragon!
Mergon is offline   #36
Quintain
Senior Member
 
Join Date: Feb 2012
Posts: 546

Old April 1st, 2016, 06:56 AM
Now you simple extend that tag onto the spell instead:
Code:
  <extthing thing="spCureMod2" group="sClass" tag="cHelpDrd"/>
The above code allows the Druid access to 2nd level Cure Moderate Wounds spell. No more making "copies" of spells to just allow a class access to them. [/QUOTE]

Does this work for feat qualifications? Say, there is a rogue specific feat (requires rogue class level 3) and I want a cryptic to access the feat at level 3 as well.

Is the syntax the same?
Quintain is offline   #37
Mergon
Senior Member
 
Join Date: Sep 2012
Location: Ottawa, Canada
Posts: 788

Old April 1st, 2016, 07:48 AM
As far as I can conceive, the Extend Thing won't remove pre-req checks. For something like that, at least in Pathfinder, there is a flag that would cause pre-req's to be ignored. I'd have to look it up and see if it workds the same way in 5e.

Watch your back, Conserve your ammo,
and NEVER cut a deal with a dragon!
Mergon is offline   #38
ShadowChemosh
Senior Member
Volunteer Data File Contributor
 
Join Date: Jan 2010
Location: Chicago, IL (USA)
Posts: 10,729

Old April 1st, 2016, 08:53 AM
Guys all Extend Thing does is allow you to assign a Tag onto a Thing without requiring you to do a Replace Thing ID. If what you want to accomplish can't be done by setting a tag then Extend Thing won't help you.

My example of spells is the most often used place this feature will be helpful. For those 3PP class or custom classes the ability to set a new class tag onto a Spell is very helpful. The d20 community will be making heavy use of this feature preventing there need of duplicating every single SRD spell just so they can assign classes/levels to spells.

Last thing is if everything I just said made "zero" sense to you then I would simply ignore this feature for now. This is more of an advanced feature like using *Hidden, *Preclude or the *Procedure sections of the editor.

Hero Lab Resources:
Pathfinder - d20pfsrd and Pathfinder Pack Setup
3.5 D&D (d20) - Community Server Setup
5E D&D - Community Server Setup
Hero Lab Help - Hero Lab FAQ, Editor Tutorials and Videos, Editor & Scripting Resources.
Created by the community for the community
- Realm Works kickstarter backer (Alpha Wolf) and Beta tester.
- d20 HL package volunteer editor.
ShadowChemosh is offline   #39
Colen
Senior Member
Lone Wolf Staff
 
Join Date: Dec 2008
Posts: 4,690

Old April 4th, 2016, 06:31 AM
Thanks for trying things out, everyone! These new features are generally available in the HL7.6 release, which will be out shortly.
Colen is offline   #40
Closed Thread


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -8. The time now is 09:56 AM.


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