Lone Wolf Development Forums  

Go Back   Lone Wolf Development Forums > Hero Lab Forums > HL - Pathfinder Roleplaying Game
Register FAQ Community Today's Posts Search

Notices

Reply
 
Thread Tools Display Modes
ShadowChemosh
Senior Member
Volunteer Data File Contributor
 
Join Date: Jan 2010
Location: Chicago, IL (USA)
Posts: 10,729

Old April 17th, 2017, 05:14 PM
Quote:
Originally Posted by Quintain View Post
Yes, I put it in the same code if-block that you have in your scripts, as I did not know how to call it separately, and I also put the psiClass.cPsiSeer tag in the thing.
The logic is in the component you don't need to do it also. You only need to assign the Tag to the Discipline. You can remove the script.

All the "scripts" that are on the new component are being "inherited" into each new Discipline you create. Meaning those component scripts are firing/running. This is what makes components so nice we build the logic once and it is running for all Disciplines. Allows us to add/remove/change and affect all disciplines at one time.

Quote:
Originally Posted by Quintain View Post
I also added the tags of the specific powers via tags (similar to the discipline abilities you built).
Why do you have both the power tags and a psiClass tags on the discipline?

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.

Last edited by ShadowChemosh; April 17th, 2017 at 05:16 PM.
ShadowChemosh is offline   #1181 Reply With Quote
Quintain
Senior Member
 
Join Date: Feb 2012
Posts: 546

Old April 17th, 2017, 06:29 PM
I'm not creating a whole new discipline. I'm creating a custom ability that gives access to that discipline's power list. The discipline abilities are not bootstrapped like a normal discipline.

Edit: Anyway, on your advice above, I went in and removed the tags that added the powers, and now the powers don't show up when the tertiary custom ability is picked. Only after putting back both the tags and the code block do the powers re-appear.

If I'm looking to make a pre-reqs that requires one or more of these disciplines being picked, is there any way to reference them as a group?

Last edited by Quintain; April 19th, 2017 at 07:51 AM.
Quintain is offline   #1182 Reply With Quote
Quintain
Senior Member
 
Join Date: Feb 2012
Posts: 546

Old April 22nd, 2017, 01:43 PM
Shadow,

I'm working on mythic psionics again and have come up with a odd issue I haven't been able to resolve yet.

The mythic ability of Reinforced Pattern increases the Altered Defense class ability of the cryptic by the tier rank of the character. Conceptually, this is simple.

There appears to be a base Altered Defense ability and then there are 3 variations of the altered defense ability: Absorb, Deflect, and Retaliate.

The timing of these abilities are Post-Attributes 10000 for the base ability, and Post-Attributes 11000 for each of the variations.

The code of the Reinforced Pattern is:

Code:
~ add competence bonus to Altered Defense ability equaul to tier

    field[abValue].value += #tiereffect[]
    #competencebonus[hero.child[cPUAltDef2], field[abValue].value]
I've tried different timings, but unfortunately, I haven't been able to get the activated abilities value for each of the variations to change to the adjusted values.

Any assistance would be appreciated.
Quintain is offline   #1183 Reply With Quote
Quintain
Senior Member
 
Join Date: Feb 2012
Posts: 546

Old April 22nd, 2017, 02:38 PM
Next question:

The devastating touch class ability for the Dread is 1d6 + 1/Dread Level. There is a mythic ability that replaces this with 1d6 / Dread level.

How would one script replace the value calculated by another?
Quintain is offline   #1184 Reply With Quote
ShadowChemosh
Senior Member
Volunteer Data File Contributor
 
Join Date: Jan 2010
Location: Chicago, IL (USA)
Posts: 10,729

Old April 24th, 2017, 10:32 AM
So we really need to stop using this thread for Editor/Scripting questions. It clogs up the thread. So starting a New Thread to discuss...

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   #1185 Reply With Quote
Minous
Senior Member
 
Join Date: May 2015
Posts: 830

Old April 29th, 2017, 02:28 PM
Hey Shadow any ETA on diamond dust
Minous is offline   #1186 Reply With Quote
risner
Senior Member
Volunteer Data File Contributor
 
Join Date: Jun 2010
Posts: 623

Old April 29th, 2017, 02:32 PM
Eoxian race and template doesn't have the:
<tag group="Helper" tag="NoPathSoc"/>
Tag?

It should right?
risner is offline   #1187 Reply With Quote
ShadowChemosh
Senior Member
Volunteer Data File Contributor
 
Join Date: Jan 2010
Location: Chicago, IL (USA)
Posts: 10,729

Old April 29th, 2017, 04:18 PM
Quote:
Originally Posted by Minous View Post
Hey Shadow any ETA on diamond dust
This has been added and will be in the next release of the Pack.


Quote:
Originally Posted by risner View Post
Eoxian race and template doesn't have the:
<tag group="Helper" tag="NoPathSoc"/>
Tag?

It should right?
I added for the AP63 races & templates. Honestly as I do nothing with PFS I never try and keep that tag on Things.

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.

Last edited by ShadowChemosh; April 29th, 2017 at 05:41 PM.
ShadowChemosh is offline   #1188 Reply With Quote
Quintain
Senior Member
 
Join Date: Feb 2012
Posts: 546

Old April 30th, 2017, 07:46 PM
I've pulled down the latest changes with the 7th path options.

The anathatism discipline powers don't seem to be available to the Expanded Knowledge feat.
Quintain is offline   #1189 Reply With Quote
ShadowChemosh
Senior Member
Volunteer Data File Contributor
 
Join Date: Jan 2010
Location: Chicago, IL (USA)
Posts: 10,729

Old May 7th, 2017, 12:52 PM
Quote:
Originally Posted by Quintain View Post
I've pulled down the latest changes with the 7th path options.

The anathatism discipline powers don't seem to be available to the Expanded Knowledge feat.
I can't duplicate this issue. Are you sure you turned on the new 7th Path source?

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   #1190 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 08:53 PM.


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