• Please note: In an effort to ensure that all of our users feel welcome on our forums, we’ve updated our forum rules. You can review the updated rules here: http://forums.wolflair.com/showthread.php?t=5528.

    If a fellow Community member is not following the forum rules, please report the post by clicking the Report button (the red yield sign on the left) located on every post. This will notify the moderators directly. If you have any questions about these new rules, please contact support@wolflair.com.

    - The Lone Wolf Development Team

Pathfinder Community Packs

A psionic character in my portfolio had his ranks in autohypnosis stripped. That gave an error for a couple of feats, which require 4 ranks in said skill.

Autohypnosis was a known skill, and the four ranks could (and were) added back, in the skills section, and the errors went away.

Not sure why the ranks were stripped, but all is well on the western front.
The skill was locked out of being "selected" or known as a Pick on characters. This is known issue. There is a thread with lots of techy talk about the subject if interested.

I have this fixed and it will be out tonight or tomorrow morning. Sorry about the issue..
 
2. I am unable to find "Inertial Armor" in the list of adjustment powers. And Mage armor can't be augmented. Is there anyother option?

Under "Other Adjustments" just select Armor Class Bonus, set the type to Armor, and adjust as needed.
 
relating to gestalt: I created a Vigilante(Avenger)//Stalker(PoW), and the BAB doesn't increase to full BAB for being an Avenger.
 
using the "class, base attack bonus" adjustment doesn't have any effect on this either (regardless of which class the 'full bab' is applied to).
 
The release of the new "Pathfinder Pack" version 1.1 is out!

To make sure you have no issues please delete ALL the other "Packs" you have installed BEFORE downloading the new Pathfinder Pack.

How to Delete?
(Windows/Mac) Go to Tools->Manage Third Party Updates this will show all the Packs you have installed and the version. To remove highlight Pack name and press "Delete".

(iPad) Start the app and Pathfinder game system. At the bottom of the app is the "Updates" button press it. In the bottom left side is a box (Installed Updates) that contain all the Packages (official and community) you have installed. To remove "LEFT SWIPE" on the Pack name until you see the "DELETE" button appear. Press the red "DELETE" to remove the Pack.
 
Minor Bug: Psionic feat Deep Impact from Ultimate Psionics doesn't seem to be acknowledging a STR 17 in regards to meeting the pre-req of STR 13.
 
Minor Bug: Psionic feat Deep Impact from Ultimate Psionics doesn't seem to be acknowledging a STR 17 in regards to meeting the pre-req of STR 13.

strange...its seems the feats with the Expr-reqs using #attrmod[attribute choice] >= ## .. aren't working anymore as i just tried another feat too...
 
updating all the feats with a attribute requirement to use the same method now

edit... a working method that is hehe
 
Hold on. If the macro is not working that is a LW bug. Don't go changing every single Thing in the community set..

i had been thinking about uniforming them anyway. 3 different styles were being used. so i just made it all 1 style using the default ability fields on the thing that lonewolf had provided. except for one(s) needing a script.
 
i had been thinking about uniforming them anyway. 3 different styles were being used. so i just made it all 1 style using the default ability fields on the thing that lonewolf had provided. except for one(s) needing a script.
Umm can you be more specific? So you removed the macro and went directly after the ability score picks?

It makes no sense that the macro no longer works. So looking at the issue the wrong macro is being used:
Code:
#attrmod[aSTR] >= 13
This macro says if my attribute "modifier" is 13+ meaning I would have to have a ability score of 36 or higher.

"Modifier" in Pathfinder means return any value of either positive or negative. If this was a attribute bonus "#attrbonus[]" then we only ever return a zero or positive value but never a negative.

This feat needs a simple fix of :
Code:
#attrvalue[aSTR] >= 13

"Value" means the actual ability score value.
 
ahh, that makes sense...i'm sure i tested the first one when i used #attrmod, thats why i was happy to keep using it. so that was my mistake.

changed em to using the lonewolf prereqs fields as seen in pic:
 

Attachments

  • prereqs.jpg
    prereqs.jpg
    200.9 KB · Views: 9
ahh, that makes sense...i'm sure i tested the first one when i used #attrmod, thats why i was happy to keep using it. so that was my mistake.
Yeah and trust me I had to go double check the names myself. When in a hurry all those macros start sounding the same. LOL :)

changed em to using the lonewolf prereqs fields as seen in pic:
Nice. We should change that for ALL feats in the Pack. Those new fields are trying to deal with Paizo's new crazy feats/class abilities that allow you to "treat" a character as having a 13 in an ability score even when not.
 
Hmmm. That is from the really old Mythic Playtest download. If not using it I would recommend deleting it "Tools->Manage Third Party Updates".

If you are using it I would say try downloading and installing it again. It looks like the .1st file was removed some how....


Thanks a lot Shadow Chemosh. You do a lot of hard work on these updates.

I ended up looking through all of the items I had created and once I deleted that check box whole system started working again. I did end up deleting all of my third party addons and then new consolidated package is working fine.

Thank you so again.

Thbcac
 
The release of the new "Pathfinder Pack" version 1.1 is out!

To make sure you have no issues please delete ALL the other "Packs" you have installed BEFORE downloading the new Pathfinder Pack.

I deleted all of the other packs, then downloaded the new one and imported it. None of it is available in "Configure Hero," even though all of the files are in the data folder. It just says "(no user sources defined)". I can't even access the things I've added myself.
 
I deleted all of the other packs, then downloaded the new one and imported it. None of it is available in "Configure Hero," even though all of the files are in the data folder. It just says "(no user sources defined)". I can't even access the things I've added myself.

Eeyore, sounds like your problem is the same one I had. To fix it I had to go into every item I had created in the editor program. Was a pain but it was easy. I think mine was a check box in one item and then a script in another.

Hope this helps,

Thbcac
 
Is the skill points per level adjustment part of the community pack or part of herolab? I've submitted a bug report that skill points per level can't be overridden form Eldritch Scoundrel - but thought i'd raise it here in case it's part of the Pack
 
I deleted all of the other packs, then downloaded the new one and imported it. None of it is available in "Configure Hero," even though all of the files are in the data folder. It just says "(no user sources defined)". I can't even access the things I've added myself.
Most likely you are getting an error on HL load right? Once HL gets an error it has gone into Safe mode and will NOT load anything. I need to see that "error" message to figure out what is wrong or what is happening...

From the Pack FAQ:
4) I am getting an error message when I start Hero Lab. How do I post the error to the forums to get help?
A: By right mouse clicking on an error message you can select "Copy". Then you can easily post the message into your post. Doing this will 100% speed up the chance of getting an answer that will actually help you.
 
Back
Top