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

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

Old July 14th, 2014, 04:03 PM
Quote:
Originally Posted by Korlen View Post
Shadow, I haven't seen this fix put in, but since reporting it I've gotten more familiar with the HL editor. I've gotten it fixed today in a .user file I'd be happy to send to you. My coding might be sloppy and running at the wrong timing (pre-levels), but 90-95% of the legwork is done.
This is in a huge list of things to fix and I am sorry have not gotten to it yet.

If you have it fixed please feel free to send it my way. My email is my forum user id at yahoo dot com.

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   #831
bodrin
Senior Member
 
Join Date: Feb 2007
Location: Nottinghamshire, United Kingdom
Posts: 1,265

Old July 14th, 2014, 05:12 PM
Quote:
Originally Posted by ShadowChemosh View Post
This is in a huge list of things to fix and I am sorry have not gotten to it yet.

If you have it fixed please feel free to send it my way. My email is my forum user id at yahoo dot com.
I'd already fixed this after the initial bug report, it's in way of the wicked 5 bug splats folder (27th February 2014)

Dormio Forte Somnio


Community Created Resources :
Data Package Repositories :
d20pfsrd
Custom Character Sheets
Community Server Setup (Packs)

Hero Lab Help- Video Tutorials and Pathfinder FAQ

Created by the community for the community
bodrin is offline   #832
Korlen
Member
 
Join Date: Nov 2013
Posts: 43

Old July 14th, 2014, 05:23 PM
Bodrin, I'm hoping I didn't step on your turf here. I'm actually eager to see your fix get released, and see how close I got.
Korlen is offline   #833
bodrin
Senior Member
 
Join Date: Feb 2007
Location: Nottinghamshire, United Kingdom
Posts: 1,265

Old July 14th, 2014, 05:30 PM
Quote:
Originally Posted by Korlen View Post
Bodrin, I'm hoping I didn't step on your turf here. I'm actually eager to see your fix get released, and see how close I got.
No problem.

Shadows very busy and it's not a common occurrence but sometimes fixes get missed and overlooked until some observant soul gently nudges the memory!

It's all good.

Dormio Forte Somnio


Community Created Resources :
Data Package Repositories :
d20pfsrd
Custom Character Sheets
Community Server Setup (Packs)

Hero Lab Help- Video Tutorials and Pathfinder FAQ

Created by the community for the community
bodrin is offline   #834
ShadowChemosh
Senior Member
Volunteer Data File Contributor
 
Join Date: Jan 2010
Location: Chicago, IL (USA)
Posts: 10,729

Old July 14th, 2014, 06:46 PM
Quote:
Originally Posted by bodrin View Post
No problem.

Shadows very busy and it's not a common occurrence but sometimes fixes get missed and overlooked until some observant soul gently nudges the memory!

It's all good.
Ahhh then its still to come then! You have a bunch of stuff that I will add in the next update. Have not forgotten just slow!

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   #835
Mystic Lemur
Senior Member
 
Join Date: Aug 2013
Location: Alabama
Posts: 254

Old July 14th, 2014, 08:14 PM
The feat Speed of Thought (fPUSpdThgt) is not adding a bonus to speed while the hero is psionically focused. My quick fix cobbled from other things is:
Code:
      ~ If we're disabled, do nothing
      doneif (tagis[Helper.FtDisable] <> 0)

      ~ If we fail the test for being speedy, get out
       if (hero.tagis[Hero.PsiFocus] <> 1) then
       perform assign[Helper.SpcDisable]
       done
      elseif (hero.tagis[Encumbered.Heavy] <> 0) then
       perform assign[Helper.SpcDisable]
       done
      elseif (hero.tagis[Hero.HeavyArmor] <> 0) then
        perform assign[Helper.SpcDisable]
        done
        endif

      ~ We passed, so add a +10 foot Insight Bonus to our speed
      hero.child[Speed].field[BonInsight].value = maximum(hero.child[Speed].field[BonInsight].value, 10)
Mystic Lemur is offline   #836
risner
Senior Member
Volunteer Data File Contributor
 
Join Date: Jun 2010
Posts: 623

Old July 14th, 2014, 09:57 PM
Quote:
Originally Posted by Mystic Lemur View Post
The feat Speed of Thought (fPUSpdThgt) is not adding a bonus to speed while the hero is psionically focused.
I don't find this in the d20pfsrd data set.

Maybe in the data provided by HL?

If so here is the line:
Herolab Bug Report
risner is offline   #837
ShadowChemosh
Senior Member
Volunteer Data File Contributor
 
Join Date: Jan 2010
Location: Chicago, IL (USA)
Posts: 10,729

Old July 14th, 2014, 10:51 PM
Quote:
Originally Posted by risner View Post
I don't find this in the d20pfsrd data set.

Maybe in the data provided by HL?

If so here is the line:
Herolab Bug Report
It's from the Ultimate Psionics community package.

@Mystic Lemur thanks for the big report and fix. We will get it included in the next release.

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   #838
trellian
Junior Member
 
Join Date: Feb 2012
Posts: 4

Old July 15th, 2014, 05:32 AM
Hi. I am having some trouble downloading the Community Repository. The d20pfsrd doesn't show up in the Update menu, even though I add the source. i am using a mac.

Any ideas?
trellian is offline   #839
ShadowChemosh
Senior Member
Volunteer Data File Contributor
 
Join Date: Jan 2010
Location: Chicago, IL (USA)
Posts: 10,729

Old July 15th, 2014, 10:31 AM
Quote:
Originally Posted by trellian View Post
Hi. I am having some trouble downloading the Community Repository. The d20pfsrd doesn't show up in the Update menu, even though I add the source. i am using a mac.

Any ideas?
So I recently removed the "d20pfsrd - " in front of the Package names. So is it maybe your just looking for d20pfsrd and its not their anymore?

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   #840
Closed Thread


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:07 AM.


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