• 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

d20pfsrd Data Sets - Powered by Hero Lab....

Status
Not open for further replies.
I'm hoping that the rest of the Emerald Spire will be up soon. My players are about to reach the 6th level and I'll have to send them on another adventure if it's not.

It'll be posted whenever it's done. This is volunteer data entry service that people do in their free time. Just be patient and give them time.
 
I'm hoping that the rest of the Emerald Spire will be up soon. My players are about to reach the 6th level and I'll have to send them on another adventure if it's not.
Soon is a relative term. I expect with the current rate of work and stuff that it will be several weeks still. The Community Bestiary is become a "beast" to work with and merge stuff in. :)

Sorry best I can say!
 
I'm hoping that the rest of the Emerald Spire will be up soon. My players are about to reach the 6th level and I'll have to send them on another adventure if it's not.



I've got a few minor edits to work through, and a few outstanding portfolio's to enter but Emerald Spire is almost done.
 
  1. You may already be aware, but the Weapon CMB adjustment (pS2CMB) is not working correctly. Specifically, I have noticed:
    • It adds a +2 with a +1/mwk weapon, a +3 with a +2 weapon, etc. The bonus is always +1 too much, but is correct for mundane weapons.
    • It subtracts double the power attack penalty when power attack is activated.
    I wouldn't begin to know how to fix these issues.

  2. The Way of the Wicked Piracy trait adds the bonus to both skills instead of the selected skill. My fix for this was:
    Code:
    ~ add +2 trait bonus to Bluff or Intimidate
     ~ and one of these skills is always a class skill.
          if (field[usrChosen1].ischosen <> 0) then
            #applybonus[BonTrait,field[usrChosen1].chosen,2]
            perform field[usrChosen1].chosen.assign[Helper.ClassSkill]
            endif
  3. The Scarf of the Suggestive Dance (iouScrfSug) is applying it's bonus all the time, even when not equipped. My fix was:
    Code:
          if (field[gIsEquip].value <> 0) then
            #applybonus[BonComp,hero.child[skPerfDanc],5]
    
            if (hero.tagis[Ability.cBrdPFas] <> 0) then
              hero.child[cBrdPFas].field[abDC].value += 1
              endif
    
            if (hero.tagis[Ability.cBrdPSugg] <> 0) then
              hero.child[cBrdPSugg].field[abDC].value += 1
              endif
            endif
I hope this post is in the correct thread. Thanks again for all you do for the community. :)
 
hi I have a few small questions if this is the correct thread. I only now found the hero labs data set for the Eberron setting that is on this thread, is the v2.0 January 31, 2013 version the most current of those, or did I miss a link to a more up to date set? and if that is the most current are there continuing plans to add the other books to the set?

looked through the set already and I got to say it is very nicely done. very glad to have found it. so thanks already!
 
hi I have a few small questions if this is the correct thread. I only now found the hero labs data set for the Eberron setting that is on this thread, is the v2.0 January 31, 2013 version the most current of those, or did I miss a link to a more up to date set? and if that is the most current are there continuing plans to add the other books to the set?
The latest release to everyone is v2.0 and will always be released through the Community Servers. So as long as you have done that one time setup HL will let you know if any new versions are released. I have v2.1 in progress but it does very little beyond adding the ability to disable Eberron Gods.

The plan was to always add more of the books but time constraint has delayed that big time. So why I would love to add more of the books as I really like the setting it's not going to happen anytime soon. Maybe next year things will work out better. :(

looked through the set already and I got to say it is very nicely done. very glad to have found it. so thanks already!
No problem glad it helps. :)
 
hi guys heads up
The following errors occurred with the new 10.5 files :

File: PFRPG_SGG_Feats of Subterfuge.user (line 14) - Thing - Duplicate record encountered ('fBushwhack')

i made it FBushwhack and all well though you might want to take a look at it
Thanks for all you do for us players and GM,s!
 
Last edited:
hi guys heads up
The following errors occurred with the new 10.5 files :

File: PFRPG_SGG_Feats of Subterfuge.user (line 14) - Thing - Duplicate record encountered ('fBushwhack')

i made it FBushwhack and all well though you might want to take a look at it
Thanks for all you do for us players and GM,s!
Thanks for the Heads Up....
 
hi guys heads up
The following errors occurred with the new 10.5 files :

File: PFRPG_SGG_Feats of Subterfuge.user (line 14) - Thing - Duplicate record encountered ('fBushwhack')

i made it FBushwhack and all well though you might want to take a look at it
Thanks for all you do for us players and GM,s!
I just tested and I am not getting any "duplicate Thing" errors and I tested against every official package in HL. This includes the 3PP packages that are part of HL.

You must have some individual .user files that have this same unique ID. In that case the above change is the way to go.
 
I got the exact same error message this morning, Shadow, and it's doubtful that I'd have the same .user files as mao unless they were fairly widely distributed. Curious.
 
Happens on the iPad app too.

Exact same error exact feat culprit.

Got ipad super pack installed only.
 
Thanks guys! I forgot to reactive my license and was missing the Monster Codex. My bad!

Let me start on getting that fixed today. :)
 
d20pfsrd - Super Genius Games (vX.XX)

I have combined together the work from the community on their SGG work into a single downloadable package. For those using the 3PP stuff from Super Genius Games this is great little addon. After installing this data set you will have a new books that can be check marked in the Configure Your Hero window listed under the "Super Genius Games" parent source.

Installation Instructions
See THIS post for full details.
Version Notes
v1.7 - November 3, 2014
-Fixed load error with Pathfinder v10.5
-File: PFRPG_SGG_Feats of Subterfuge.user (line 14) - Thing - Duplicate record encountered ('fBushwhack')
 
Hi, I am wondering if 110 Spell Variants volume 4 is going to be added? Thanks.

I've been dabbling with it for a while, and it's about half built, but unfortunately, real life and work going crazy has pretty much killed any time I have had to do anything with building data sets.

Shadow, where are you currently accepting newly built SGG files? I have lost track. Still Dropbox or have you gone to some other methodology?

Thanks.

Asandir
 
Status
Not open for further replies.
Back
Top