Lone Wolf Development Forums  

Go Back   Lone Wolf Development Forums > Hero Lab Forums > HL - Pathfinder Roleplaying Game

Notices

Reply
 
Thread Tools Display Modes
direinsomniac
Senior Member
 
Join Date: Dec 2013
Posts: 106

Old May 8th, 2016, 09:36 AM
ISSUE: as discussed in PMs, please add the custom logic for Roadx3 through Roadx10
direinsomniac is offline   #711 Reply With Quote
psych777
Senior Member
 
Join Date: Aug 2011
Posts: 363

Old May 8th, 2016, 09:39 AM
Quote:
Originally Posted by ShadowChemosh View Post
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.
psych777 is offline   #712 Reply With Quote
ShadowChemosh
Senior Member
Volunteer Data File Contributor
 
Join Date: Jan 2010
Location: Chicago, IL (USA)
Posts: 10,729

Old May 8th, 2016, 09:50 AM
Quote:
Originally Posted by psych777 View Post
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.

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   #713 Reply With Quote
psych777
Senior Member
 
Join Date: Aug 2011
Posts: 363

Old May 8th, 2016, 10:02 AM
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:
Attached Images
File Type: jpg prereqs.jpg (200.9 KB, 9 views)
psych777 is offline   #714 Reply With Quote
ShadowChemosh
Senior Member
Volunteer Data File Contributor
 
Join Date: Jan 2010
Location: Chicago, IL (USA)
Posts: 10,729

Old May 8th, 2016, 10:09 AM
Quote:
Originally Posted by psych777 View Post
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

Quote:
Originally Posted by psych777 View Post
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.

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   #715 Reply With Quote
thbcac
Junior Member
 
Join Date: Mar 2012
Posts: 3

Old May 9th, 2016, 06:38 AM
Quote:
Originally Posted by ShadowChemosh View Post
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
thbcac is offline   #716 Reply With Quote
eeyore1968
Junior Member
 
Join Date: Oct 2013
Posts: 15

Old May 16th, 2016, 02:33 AM
Quote:
Originally Posted by ShadowChemosh View Post
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.
eeyore1968 is offline   #717 Reply With Quote
thbcac
Junior Member
 
Join Date: Mar 2012
Posts: 3

Old May 16th, 2016, 07:07 AM
Quote:
Originally Posted by eeyore1968 View Post
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
thbcac is offline   #718 Reply With Quote
radionausea
Senior Member
 
Join Date: Apr 2012
Location: London, England
Posts: 176

Old May 16th, 2016, 09:02 AM
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
radionausea is offline   #719 Reply With Quote
ShadowChemosh
Senior Member
Volunteer Data File Contributor
 
Join Date: Jan 2010
Location: Chicago, IL (USA)
Posts: 10,729

Old May 16th, 2016, 10:44 AM
Quote:
Originally Posted by eeyore1968 View Post
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.

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   #720 Reply With Quote
Reply

Thread Tools
Display Modes

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 12:37 AM.


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