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
TheIronGolem
Senior Member
 
Join Date: Feb 2015
Posts: 676

Old June 4th, 2017, 10:28 PM
Quote:
Originally Posted by ShadowChemosh View Post
I just checked the ones I am using and they appear to all be working. That is really strange as I can't think of anything that should prevent that feature from working....
So I drilled into this a bit further, and I found something interesting. Two of the Things you've extended in the file COM_3PPPack_UltimatePsionics_Augmented_7th_Path - Archetypes.user (Witch Hexes for a Cryptic archetype):

Code:
<extthing thing="cWitCursWn" group="SpecSource" tag="arPUKalfo"/>
<extthing thing="cWitDiscor" group="SpecSource" tag="arPUKalfo"/>
These two Things have something in common: I don't have them. They come from Player's Companion #13, which I don't have in my license. That's probably not a coincidence, in my opinion.

If I remove or comment those two extthings, my extthings work again.

I've updated LW with this information as well, as I'm sure it's not intended behavior. Oddly, this doesn't seem to break the extensions you have on feats for the Talented Monk, only my stuff and the other Hexes for the Kalfore.
TheIronGolem is offline   #391 Reply With Quote
EldritchWeaver
Senior Member
 
Join Date: Dec 2014
Posts: 124

Old June 5th, 2017, 04:59 AM
Quote:
Originally Posted by TheIronGolem View Post
Haven't been able to reproduce this.
If you once activate the shapeshift (tested it with size change), deactivation doesn't work.

Quote:
Originally Posted by TheIronGolem View Post
I considered doing this early on, and decided against it for reasons I can no longer recall. I'll revisit this again.
Well, the In-Play tab does provide this functionality, too, but that's not where I usually look, because I don't use HL during play.

Quote:
Originally Posted by TheIronGolem View Post
For cases where you're not supposed to gain the drawback because you had Alteration prior to taking the class, there's a "No Lycanthropic Drawback" checkbox on the class tab. Not exactly a graceful solution I realize, but it's necessary because HL doesn't know when you took a given class or talent, so it has to rely on your judgment as to whether you should get the drawback or not.
Didn't notice this checkbox. I can't even find it now.

Quote:
Originally Posted by TheIronGolem View Post
As for the extra Alteration Sphere talent, that's a convergence of quirks. The sphere-access talents are now Add Once instead of Unique, so that Basic Magic Training can conditionally bootstrap them without making them unavailable in the chooser tables. Add in the fact that Warshifter bootstraps the talent instead of giving a bonus talent (because it's a specific exception to the general rule about classes that grant a sphere giving a bonus talent if you already have that sphere*; a few other archs do this as well) and you end up with this weird little corner case.

*This rule is not spelled out in the book. But last year I noticed that some bonus-sphere-granting classes/archs explicitly say this and some don't. So I asked Adam about it, and he confirmed that it is meant to be the case generally.
I've been aware of this rule, but it is nice that you've implemented it as well.

Quote:
Originally Posted by TheIronGolem View Post
Works for me. Did you ready the maneuvers? I don't know when this changed because I haven't touched the PoW code in about a thousand years, but it seems non-readied maneuvers are hidden from the Specials tab now.
That only readied stuff is in there is unfortunate, if that also means that the unreadied maneuvers aren't printed out. Need to check this some time. But I actually meant the shifter class tab. It doesn't spell out the maneuver recovery mechanism.

BTW, psyforensic seems still to create the magic talents tab.

Edit:

Furthermore, I'm wondering if I should have CL 11 in Life for a psyforensic investigator 2/triple goddess hedgewitch 9. Shouldn't PI only count for +1 CL?

Last edited by EldritchWeaver; June 5th, 2017 at 07:51 AM.
EldritchWeaver is offline   #392 Reply With Quote
kargoth
Junior Member
 
Join Date: Mar 2010
Posts: 10

Old June 5th, 2017, 03:49 PM
Yep, drawbacks are not giving bonus spell points now. Tried remaking character completely and still no love there.
kargoth is offline   #393 Reply With Quote
TheIronGolem
Senior Member
 
Join Date: Feb 2015
Posts: 676

Old June 5th, 2017, 08:19 PM
Quote:
Originally Posted by EldritchWeaver View Post
If you once activate the shapeshift (tested it with size change), deactivation doesn't work.
Turns out the Size Change trait was lacking "stop if disabled" code, so I have fixed that in my current build.

Quote:
Originally Posted by EldritchWeaver View Post
But I actually meant the shifter class tab. It doesn't spell out the maneuver recovery mechanism.
Ah, right. I forgot to make a "maneuver recovery" special for the Warshifter. That'll be in 1.21 for sure.

Quote:
Originally Posted by EldritchWeaver View Post
Didn't notice this checkbox. I can't even find it now.

...

BTW, psyforensic seems still to create the magic talents tab.

Edit:

Furthermore, I'm wondering if I should have CL 11 in Life for a psyforensic investigator 2/triple goddess hedgewitch 9. Shouldn't PI only count for +1 CL?
Can't reproduce these; would you mind posting your .por file?
TheIronGolem is offline   #394 Reply With Quote
EldritchWeaver
Senior Member
 
Join Date: Dec 2014
Posts: 124

Old June 6th, 2017, 02:38 AM
Quote:
Originally Posted by TheIronGolem View Post
Turns out the Size Change trait was lacking "stop if disabled" code, so I have fixed that in my current build.
Of course, I run into the bug. Because all Alteration using chars of mine have this...

Quote:
Originally Posted by TheIronGolem View Post
Can't reproduce these; would you mind posting your .por file?
Attached a file for your perusal.
Attached Files
File Type: email IronGolemTest.por (92.5 KB, 2 views)
EldritchWeaver is offline   #395 Reply With Quote
TheIronGolem
Senior Member
 
Join Date: Feb 2015
Posts: 676

Old June 6th, 2017, 06:23 AM
Opening your .por file gives me this error:

Pick 'arInvPsySP' has been orphaned due to missing thing in batch '773'

That thingid is not one of mine. Also, the Diviner's Handbook doesn't seem to be enabled on that .por. I'm guessing you homebrewed a Psyforensic archetype prior to the release of the Diviner's Handbook?

When I subbed in my own Psyforensic, I did see the character has a Life CL of 11, but only when Fractional Caster Level was turned on (which it was to start). I suspect this has to do with the fact that you're combining two Mid-Caster classes where one of them hi-casts with the sphere in question. I'm not sure I considered that scenario before.

Warshifter still shows me the checkbox.
Attached Images
File Type: jpg hl.jpg (71.9 KB, 2 views)
TheIronGolem is offline   #396 Reply With Quote
EldritchWeaver
Senior Member
 
Join Date: Dec 2014
Posts: 124

Old June 6th, 2017, 01:28 PM
Quote:
Originally Posted by TheIronGolem View Post
Opening your .por file gives me this error:

Pick 'arInvPsySP' has been orphaned due to missing thing in batch '773'

That thingid is not one of mine. Also, the Diviner's Handbook doesn't seem to be enabled on that .por. I'm guessing you homebrewed a Psyforensic archetype prior to the release of the Diviner's Handbook?
True, I forgot to remove the homebrewed stuff from this computer.

Quote:
Originally Posted by TheIronGolem View Post
When I subbed in my own Psyforensic, I did see the character has a Life CL of 11, but only when Fractional Caster Level was turned on (which it was to start). I suspect this has to do with the fact that you're combining two Mid-Caster classes where one of them hi-casts with the sphere in question. I'm not sure I considered that scenario before.
Well, the result should be the same as a High-Caster combined with a Mid-Caster.

Quote:
Originally Posted by TheIronGolem View Post
Warshifter still shows me the checkbox.
Maybe the cause is the Warshifter I've homebrewed. After I deleted it, I can see it in the tab.
EldritchWeaver is offline   #397 Reply With Quote
Laucian
Junior Member
 
Join Date: Apr 2012
Posts: 13

Old June 7th, 2017, 03:32 PM
I got a bug to report. If you add the "Soaring Blade" archetype to the "Armorist" class the "magic talent" tab appears and won't go away. I'm guessing it's caused by the "weapon specialist" drawback being present and can't be removed. The same thing happens if you take the "Commander On High" arsenal trick.

Last edited by Laucian; June 7th, 2017 at 06:07 PM. Reason: added second bug
Laucian is offline   #398 Reply With Quote
EldritchWeaver
Senior Member
 
Join Date: Dec 2014
Posts: 124

Old June 8th, 2017, 04:08 AM
I've been trying to apply a shapeshift to a character who doesn't have Alteration. But the tab is missing, so I can't.

Also Fast Healing trait is missing the note, that it costs one SP to apply. There is no trait to choose, when you wish to employ Perfect Imitation (required for Improved Transformation). Size Change doesn't affect the space (still 10 feet, not 5 feet for Medium).
EldritchWeaver is offline   #399 Reply With Quote
TheIronGolem
Senior Member
 
Join Date: Feb 2015
Posts: 676

Old June 8th, 2017, 06:18 AM
The Alteration: Shapeshift adjustment should cause the Alteration tab to appear on a character who lacks the Alteration Sphere.
TheIronGolem is offline   #400 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 05:29 AM.


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