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
Sphynx
Member
 
Join Date: Apr 2007
Posts: 60

Old December 12th, 2015, 03:54 AM
Is there already something in place that I'm missing to allow you to 'activate' that you're spending a Ki Pool point to get that ExtraHigh attack for Unchained Monks?

And since Haste seems to be hard-coded in (I can't read the source), am I right that I basically just need something like this (Stolen from flurry-unchained)?

Eval Rule: Post-Level 10,000
Code:
perform assign[Helper.ExtraHigh]

~ find all qualifying weapons and apply extra high attacks
foreach pick in hero from BaseWep where "IsWeapon.wUnarmed | wSpecial.Monk"
    perform eachpick.pushtags[Helper.ExtraHigh]
nexteach
I ask because it didn't work.... :P

PS. Are there plans to add this to an upcoming release?
Sphynx is offline   #1 Reply With Quote
AndrewD2
Senior Member
 
Join Date: Mar 2007
Location: Muskegon, MI
Posts: 2,975

Old December 12th, 2015, 05:09 AM
If you think you've found a bug, please report it here: http://www.wolflair.com/report-pathfinder-bug/
AndrewD2 is offline   #2 Reply With Quote
Sphynx
Member
 
Join Date: Apr 2007
Posts: 60

Old December 12th, 2015, 05:45 AM
Yes, I've reported many bugs, I know where to report them. The question wasn't if it was a bug, it was to ask if the code should work.

Anyhows, I discovered that the code works, the problem is that activating it doesn't matter, it's always activated (I just didn't notice that there were too many attacks when non-activated). :/ There's an if-statement I need in that code which will tell it to only run if the ability is activated, and I'm just trying to find the if-statement.
Sphynx is offline   #3 Reply With Quote
Sphynx
Member
 
Join Date: Apr 2007
Posts: 60

Old December 12th, 2015, 05:48 AM
Ok, this seemed to work (before doing the perform):

doneif (field[abilActive].value = 0)
Sphynx is offline   #4 Reply With Quote
AndrewD2
Senior Member
 
Join Date: Mar 2007
Location: Muskegon, MI
Posts: 2,975

Old December 12th, 2015, 06:00 AM
In order to pushtags you have to have the tag on your thing. Change that to assign instead of pushtags

EDIT: I was looking at the for loop. I didn't see that you were assigning before.

What is your whole code?

Last edited by AndrewD2; December 12th, 2015 at 06:08 AM.
AndrewD2 is offline   #5 Reply With Quote
AndrewD2
Senior Member
 
Join Date: Mar 2007
Location: Muskegon, MI
Posts: 2,975

Old December 12th, 2015, 06:19 AM
OK More awake, going back and looking. Everything works fine for me. I had 3 levels of Unchained Monk to get Ki Pool, I go to the In-Play tab and click the check box for "Ki Flurry: 1 Ki: +1 attack during a flurry" and I get the extra attack. so it's all already working.
AndrewD2 is offline   #6 Reply With Quote
Sphynx
Member
 
Join Date: Apr 2007
Posts: 60

Old December 12th, 2015, 07:40 AM
Sorry, yeah... my last doneif did the trick, I was just missing a check for if it was activated. Thanks anyhows.
Sphynx is offline   #7 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:00 AM.


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