Lone Wolf Development Forums  

Go Back   Lone Wolf Development Forums > Hero Lab Forums > HL - D&D 5th Edition SRD
Register FAQ Community Today's Posts Search

Notices

Reply
 
Thread Tools Display Modes
Oystein
Junior Member
 
Join Date: Jan 2016
Posts: 22

Old July 6th, 2016, 08:59 PM
Thanks a tons

It gives an error on the link to svBLD, which is because naturally there isn't an saving throw made called it. (Editing out the link gives another error, but lets the ability show up)

I tried adding this, but not sure what the right compset is - looking at the debug fields for other saving throws shows 3 components.. Tried adding this, but gives me an error on compset.

Code:
  <thing
     id="svBLD"
     name="Bloodline"
     compset="Saving Throws"
     isunique="yes"
     description="Bloodline save">
    <fieldval field="svAbbr" value="BLD"/> 
    <fieldval field="svOutName" value="BLD"/>  
    <tag group="AttribCat" tag="Other"/>
    <tag group="AbilSumOrd" tag="75"/>
    <tag group="explicit" tag="75"/>
  </thing>
Oystein is offline   #11 Reply With Quote
Oystein
Junior Member
 
Join Date: Jan 2016
Posts: 22

Old July 7th, 2016, 06:36 AM
Aha, "Save" is the correct compset
Oystein is offline   #12 Reply With Quote
Aaron
Senior Member
 
Join Date: Oct 2011
Posts: 6,793

Old July 7th, 2016, 07:24 AM
Sounds like all's well then?
Aaron is offline   #13 Reply With Quote
Oystein
Junior Member
 
Join Date: Jan 2016
Posts: 22

Old July 7th, 2016, 08:05 AM
Indeed - thank you very much for the help
Oystein is offline   #14 Reply With Quote
Oystein
Junior Member
 
Join Date: Jan 2016
Posts: 22

Old July 7th, 2016, 10:37 AM
One additional question (just one.... kinda sorta hopefully).

Since I've added the new ability, their order has been changed.
Is the "AbilSumOrd" and "Explicit" tags somehow used to order them?

I'd like them to be like standard only with Blood added at the end
Oystein is offline   #15 Reply With Quote
Aaron
Senior Member
 
Join Date: Oct 2011
Posts: 6,793

Old July 7th, 2016, 02:24 PM
Have you tried adjusting the tag values and seeing what happens? Experimentation may be quicker than waiting for a response from me.
Aaron is offline   #16 Reply With Quote
Hollis
Senior Member
Lone Wolf Staff
 
Join Date: Aug 2012
Posts: 779

Old July 7th, 2016, 02:25 PM
The explicit tag set is used to order them. You'll need to add an explicit tag and the AttribCat.Other tag to have them sort properly.
Hollis is offline   #17 Reply With Quote
Oystein
Junior Member
 
Join Date: Jan 2016
Posts: 22

Old July 7th, 2016, 08:15 PM
Ok, I had just put the explicit on it too high (75), reducing it made the abilities sort correctly again.
Oystein is offline   #18 Reply With Quote
trs31
Junior Member
 
Join Date: Nov 2013
Posts: 2

Old December 26th, 2016, 03:13 PM
Oystein, I have been trying to do the same thing but my saves dont increment as my attribute goes up. This is what I am using:-

<thing id="aRES" name="Resolve" description="This is resolve" compset="Attribute" replaces="aWIS" uniqueness="unique">
<fieldval field="aAbbr" value="RES"/>
<tag group="AttribCat" tag="Mental" name="Mental" abbrev="Ment"/>
<tag group="explicit" tag="40" name="30" abbrev="30"/>
<tag group="AbilSumOrd" tag="40" name="30" abbrev="30"/>
<link linkage="save" thing="svRES"/>
</thing>
<thing
id="svRES"
name="Resolve"
compset="Save"
isunique="yes"
description="Resolve save"
replaces="svWIS">
<fieldval field="svAbbr" value="RES"/>
<fieldval field="svOutName" value="RES"/>
<tag group="AttribCat" tag="Other"/>
<tag group="AbilSumOrd" tag="75"/>
<tag group="explicit" tag="75"/>
</thing>

Any advice is much appreciated. Thanks in adavance.
trs31 is offline   #19 Reply With Quote
Reply


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 04:21 AM.


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