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

Reply
 
Thread Tools Display Modes
ErinRigh
Senior Member
 
Join Date: Oct 2016
Posts: 621

Old February 8th, 2018, 12:50 AM
Would it be possible to limit to 1 attack like heavy crossbows, and then add the Helper.ExtraHigh to it similar to speed ability, and write a script to give both attacks a -2 penalty?
ErinRigh is offline   #11 Reply With Quote
ErinRigh
Senior Member
 
Join Date: Oct 2016
Posts: 621

Old February 8th, 2018, 12:51 AM
Quote:
Originally Posted by Aaron View Post
ClsBaseCom is the companion table on a class helper. I don't know why that would have anything to do with this. cMALHarStr is a class ability, right? What is bootstrapping it?

Idk I rebooted HL and it stopped...
ErinRigh is offline   #12 Reply With Quote
ShadowChemosh
Senior Member
Volunteer Data File Contributor
 
Join Date: Jan 2010
Location: Chicago, IL (USA)
Posts: 10,729

Old February 8th, 2018, 07:37 AM
Quote:
Originally Posted by ErinRigh View Post
Would it be possible to limit to 1 attack like heavy crossbows, and then add the Helper.ExtraHigh to it similar to speed ability, and write a script to give both attacks a -2 penalty?
Did you look at the rapid fire feat script logic?

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   #13 Reply With Quote
ErinRigh
Senior Member
 
Join Date: Oct 2016
Posts: 621

Old February 8th, 2018, 10:49 AM
That's what I was thinking, now to just limit it to one attack
ErinRigh is offline   #14 Reply With Quote
ShadowChemosh
Senior Member
Volunteer Data File Contributor
 
Join Date: Jan 2010
Location: Chicago, IL (USA)
Posts: 10,729

Old February 8th, 2018, 11:08 AM
Quote:
Originally Posted by ErinRigh View Post
That's what I was thinking, now to just limit it to one attack
Helper.SingleAtt is the tag to force a single attack.

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   #15 Reply With Quote
ErinRigh
Senior Member
 
Join Date: Oct 2016
Posts: 621

Old February 8th, 2018, 11:12 AM
this is my script for this thus far but it is not pushing extra high

Post-Attr/10000

Code:
        if (field[xAllLev].value >= 14) then
      foreach pick in hero from BaseWep where "wCategory.Melee?"
        perform eachpick.pushtags[Helper.ExtraHigh]

        ~ Give a penalty to the melee attacks. 
        eachpick.field[atmPenalty].value -= field[abValue5].value
        nexteach
          endif
can you see anything wrong?
ErinRigh is offline   #16 Reply With Quote
ShadowChemosh
Senior Member
Volunteer Data File Contributor
 
Join Date: Jan 2010
Location: Chicago, IL (USA)
Posts: 10,729

Old February 8th, 2018, 11:15 AM
Yes. Push tags copies TAGS from the current Pick to the eachpick. So if your Pick does not have the tag "Helper.ExtraHigh" nothing is going to happen.

Instead use "assign" to assign a tag to the specific pick. I would advise avoid using pustags/pulltags until you get a better handle on them. Until then use only delete/assign for tags.

Also you have "wCategory.Melee?" as a wild card search? I don't recall their being different Melee types. A "?" in a search expression means wild card. Meaning 'wCategory.?' for search for picks with any category. In this case you don't need a wild card tag search. Please remove the "?".

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.

Last edited by ShadowChemosh; February 8th, 2018 at 11:23 AM.
ShadowChemosh is offline   #17 Reply With Quote
ErinRigh
Senior Member
 
Join Date: Oct 2016
Posts: 621

Old February 8th, 2018, 11:22 AM
Thanks SC that did it, working perfectly now
ErinRigh is offline   #18 Reply With Quote
Reply


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 10:47 AM.


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