Lone Wolf Development Forums  

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

Notices

Reply
 
Thread Tools Display Modes
Meatpuppet
Member
 
Join Date: Nov 2009
Posts: 92

Old August 3rd, 2019, 07:17 AM
Hey there fellow PF1ers,

With all the PF2 hype, my group and I want to try the Unchained Action Economy Variant. I bought the HL Pathfinder Unchained dataset but I am a bit underwhelmed by the way it manages the Revised Action Economy, it just seems to remove the iterative attacks, that's it.

Is there a way to make HL display the bonus value of the two additional attacks (-5/-10) at all character levels? I think ShadowChemosh did a script about this but it doesn't seem to be in the pathfinder package. So if any of you could babysit me through the procedure or send me a script that would really help a lot.

Also, I am trying to implement a way to use a variant found in PF2 where a additional attacks with a light weapon (melee or ranged) are made at -4/-8 instead of -5/-10. So any pointers on this would be appreciated.

Thanks !!!
Meatpuppet is offline   #1 Reply With Quote
ShadowChemosh
Senior Member
Volunteer Data File Contributor
 
Join Date: Jan 2010
Location: Chicago, IL (USA)
Posts: 10,729

Old August 4th, 2019, 05:43 PM
I am not sure on the ability for agile weapons to be -4/-8. But here is the script I use in my houserules file. I run it off a mechanic:

Final/12550
Code:
      ~ Set hero to only display one attack
      perform hero.assign[Dependant.NoIterAtk]

      ~ Now set each weapon to display a total of 3 attacks
      foreach pick in hero from BaseWep
        if (eachpick.tagexpr[fieldval:gIsEquip = 0 & fieldval:wIs2nd = 1] <> 0) then
          ~ Do nothing for "off-hand" weapons
        else
          perform eachpick.assign[Helper.ExtraIter]
          perform eachpick.assign[Helper.ExtraIter]
          ~ Weapons like Daggers have a special tag to prevent additional
          ~ attacks from displaying. With the unchained rules this does
          ~ make sense. So display all three attacks.
          perform eachpick.delete[Helper.SingleRAtt]
        endif

      nexteach

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   #2 Reply With Quote
Meatpuppet
Member
 
Join Date: Nov 2009
Posts: 92

Old August 5th, 2019, 05:06 AM
Thank you so much SC!

Now I got to figure out what "I run it off a mechanic: Final/12550" means and where to paste this in the editor (me not very good in scriptering )
Meatpuppet is offline   #3 Reply With Quote
Meatpuppet
Member
 
Join Date: Nov 2009
Posts: 92

Old November 9th, 2019, 04:31 AM
Quote:
Originally Posted by ShadowChemosh View Post
I am not sure on the ability for agile weapons to be -4/-8. But here is the script I use in my houserules file. I run it off a mechanic:

Final/12550
Code:
      ~ Set hero to only display one attack
      perform hero.assign[Dependant.NoIterAtk]

      ~ Now set each weapon to display a total of 3 attacks
      foreach pick in hero from BaseWep
        if (eachpick.tagexpr[fieldval:gIsEquip = 0 & fieldval:wIs2nd = 1] <> 0) then
          ~ Do nothing for "off-hand" weapons
        else
          perform eachpick.assign[Helper.ExtraIter]
          perform eachpick.assign[Helper.ExtraIter]
          ~ Weapons like Daggers have a special tag to prevent additional
          ~ attacks from displaying. With the unchained rules this does
          ~ make sense. So display all three attacks.
          perform eachpick.delete[Helper.SingleRAtt]
        endif

      nexteach
I tried my best but I just can't seem to get this thing working. First of all I don't even know where to put this script. I tried messing around with the Mechanics tab in the editor but to no avail.

Would a kind soul help me out with this?

Thanks
Meatpuppet is offline   #4 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 08:08 AM.


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