Lone Wolf Development Forums  

Go Back   Lone Wolf Development Forums > Hero Lab Forums > HL - d20 System

Notices

Reply
 
Thread Tools Display Modes
Provos
Senior Member
 
Join Date: Mar 2011
Location: USA
Posts: 383

Old February 19th, 2020, 09:12 AM
Thanks for the reply. I can't seem to get the rapid shot feat to work. I did correct the typo in the
Code:
doneif (field[hIsOn1].value = 0)
I think it should be pIsOn

"When trying to test the Adjustment I get Specified thing is actively in use. All references must be deleted before changes can be applied."
Attached Images
File Type: png Rapid Shot.png (15.6 KB, 4 views)
Provos is offline   #11 Reply With Quote
Sendric
Senior Member
 
Join Date: Jul 2010
Posts: 3,144

Old February 19th, 2020, 10:04 AM
Quote:
Originally Posted by Provos View Post
Thanks for the reply. I can't seem to get the rapid shot feat to work. I did correct the typo in the
Code:
doneif (field[hIsOn1].value = 0)
I think it should be pIsOn

"When trying to test the Adjustment I get Specified thing is actively in use. All references must be deleted before changes can be applied."
Not sure what that error is all about. I created a new feat for this, but if you want an adjustment in the meantime, I created and tested an adjustment for this using the same code as the feat:

Pre-Levels/10000
Code:
~ If we're not selected, get out now.
doneif (field[pIsOn].value = 0)

~ Add extra attack and apply rapid shot penalty.
foreach pick in hero from BaseWep where "thingid.w? & wCategory.Range?"
  if (eachpick.tagis[Helper.ExtraHigh] = 0) then
    eachpick.field[wAttBonus].value -= 2
    perform eachpick.assign[Helper.ExtraHigh]
  endif
nexteach
Sendric is offline   #12 Reply With Quote
Provos
Senior Member
 
Join Date: Mar 2011
Location: USA
Posts: 383

Old February 19th, 2020, 10:10 AM
Thanks
Provos is offline   #13 Reply With Quote
Provos
Senior Member
 
Join Date: Mar 2011
Location: USA
Posts: 383

Old February 21st, 2020, 06:50 PM
So now it appears that this rapid shot does not stack with haste. Rapid shot give an extra attack at -2 for the first two attacks and haste should just an extra base attack and it doesn't.
Provos is offline   #14 Reply With Quote
Illyahr
Senior Member
 
Join Date: Feb 2013
Posts: 357

Old February 23rd, 2020, 06:02 AM
Quote:
Originally Posted by Provos View Post
So now it appears that this rapid shot does not stack with haste. Rapid shot give an extra attack at -2 for the first two attacks and haste should just an extra base attack and it doesn't.
Unless an effect specifically states otherwise, the general rule is effects that add extra attacks don't stack with each other.
Illyahr is offline   #15 Reply With Quote
Provos
Senior Member
 
Join Date: Mar 2011
Location: USA
Posts: 383

Old February 23rd, 2020, 04:04 PM
I was checking several forum looking for an answer on that. I believe you even has a post here about it not stacking. It seems to stacks in Pathfinder at least according to several posts I found.
Provos is offline   #16 Reply With Quote
cshadow133
Member
 
Join Date: Feb 2019
Location: Alaska
Posts: 45

Old February 25th, 2020, 08:07 AM
I am unsure about Pathfinder, but 3.5 d20 system it doesn't stack. So no Rapid Fire with Haste or Furry of Blows with Haste.
cshadow133 is offline   #17 Reply With Quote
Provos
Senior Member
 
Join Date: Mar 2011
Location: USA
Posts: 383

Old February 25th, 2020, 05:16 PM
Can anyone point me to something that says they don't stack. I only ask because I have played in several groups and they have all allowed it to stack. I have read the Haste spell wording and I can understand boots of speed not stacking as that is just haste.
Quote:
(This effect is not cumulative with similar effects, such as that provided by a weapon of speed, nor does it actually grant an extra action, so you can’t use it to cast a second spell or otherwise take an extra action in the round.)
Provos is offline   #18 Reply With Quote
Dami
Senior Member
 
Join Date: Mar 2013
Location: Melbourne, Australia
Posts: 1,082

Old February 25th, 2020, 11:36 PM
Since the Haste spell states "This effect is not cumulative with similar effects" you could certainly decide that it does not stack with Rapid Shot because the feat is giving a similar effect. There is nothing official that specifically states they do or do not stack with each other, that I am aware of. (In either 3.5 or PF - the text is the same.)

In my game (both 3.5 and PF, Haste and Rapid Shot stack. In PF hero Lab, both work together correctly - A 6th fighter with a longbow (BA +6/+1, 14 Dex for +2 bonus) gets +1 attack from haste, and a -2 penalty from Rapid Shot (to ALL attacks) for a total of +7/+7/+7/+2.

Current RPG's: Pathfinder (GM), Pathfinder (Player), Gamma World (GM, Pathfinder homebrew).
HeroLab: 3.5 & Pathfinder. HL User Files for PF: Greyhawk Setting, Gamma World (WIP).

DM and player of D&D since 1980.

Last edited by Dami; February 25th, 2020 at 11:44 PM. Reason: Clarification
Dami is offline   #19 Reply With Quote
Provos
Senior Member
 
Join Date: Mar 2011
Location: USA
Posts: 383

Old February 26th, 2020, 10:20 PM
Is there a way to set thing to let them stack? Maybe set that as an option when setting up a new character.
Provos is offline   #20 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:14 PM.


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