Lone Wolf Development Forums  

Go Back   Lone Wolf Development Forums > Search Forums
Register FAQ Community Today's Posts Search

Notices

Showing results 1 to 25 of 60
Search took 0.01 seconds.
Search: Posts Made By: Sphynx
Forum: HL - Pathfinder Roleplaying Game August 18th, 2023, 12:05 AM
Replies: 1
Views: 850
Posted By Sphynx
I am the biggest idiot, you all just ignore this...

I am the biggest idiot, you all just ignore this thread because the problem was the idiot behind the keyboard... The code worked fine, what was wrong was that I didn't delete the feats from the Feats...
Forum: HL - Pathfinder Roleplaying Game August 17th, 2023, 12:42 PM
Replies: 1
Views: 850
Posted By Sphynx
Adding to Monk Feat list

So, there are a few Archetypes out there that do exactly what I want done, but even if I copy them verbatim, my list doesn't change... I'm 100% sure I'm doing it right (though, I've been wrong many...
Forum: HL - Pathfinder Roleplaying Game August 17th, 2023, 10:25 AM
Replies: 7
Views: 1,057
Posted By Sphynx
Yeah, it's working now, but had to remove the...

Yeah, it's working now, but had to remove the doneif(). Thank you for your time. :)
Forum: HL - Pathfinder Roleplaying Game August 17th, 2023, 09:36 AM
Replies: 7
Views: 1,057
Posted By Sphynx
Thank you for your reply. There was no error...

Thank you for your reply.

There was no error with my code, it just didn't work (perhaps I have the wrong phase or priority?) I set it to Post-levels/11000.

However the line you suggested...
Forum: HL - Pathfinder Roleplaying Game August 17th, 2023, 08:54 AM
Replies: 7
Views: 1,057
Posted By Sphynx
You're right, I should have posted the code... ...

You're right, I should have posted the code... Because it's grabbing from the unarmed damage of the monk, not sure how to intermix what you wrote into this, my apologies.

Here's what I took from...
Forum: HL - Pathfinder Roleplaying Game August 17th, 2023, 08:29 AM
Replies: 7
Views: 1,057
Posted By Sphynx
Natural Attacks Progression

Hey, so we have a Catfolk Monk that has convinced me to let him play where his Natural Attacks do Monk Unarmed damage (at the loss of Flurry). While it's not greatly problematic, thanks to...
Forum: HL - Pathfinder Roleplaying Game November 16th, 2020, 05:18 AM
Replies: 1
Views: 2,292
Posted By Sphynx
I solved it using the following steps: Each...

I solved it using the following steps:

Each of the class specials, I added a Condition (Phase: First, Priority: 500):
count:Classes.MonkUnc >= 12

Replacing the 12 appropriately.
Forum: HL - Pathfinder Roleplaying Game November 16th, 2020, 12:31 AM
Replies: 1
Views: 2,292
Posted By Sphynx
Levels ignored?

So, I've been making a Monk version of the Kensai, and have replaced some monk abilities with Weapon Focus and Specialization feats. I've created "Class Special" for each feat with just the bonus...
Forum: HL - Pathfinder Roleplaying Game October 21st, 2020, 11:43 PM
Replies: 3
Views: 2,714
Posted By Sphynx
Hey Maidhc, I think I found the problem... ...

Hey Maidhc, I think I found the problem...

Class to Modify, there are 2 Gunslinger classes. Choose the 2nd one (scroll down a few times, they're not in alphabetical order). I think the first...
Forum: HL - Pathfinder Roleplaying Game October 16th, 2020, 04:09 AM
Replies: 0
Views: 2,191
Posted By Sphynx
Kineticist with 2 Primary Elements

Not a huge deal, it's just an error, but I can't find out how to hide the error. I have an archetype that can have 2 Primary Elements: http://www.zylphyr.com/Elementalist.pdf

I can hide the...
Forum: HL - Pathfinder Roleplaying Game February 10th, 2019, 08:21 AM
Replies: 163
Views: 62,059
Posted By Sphynx
You're awesome Martin, thanks for the fixes. I...

You're awesome Martin, thanks for the fixes. I have a few more if you have time you want to spend on them... :P

Dazzling Display, Shatter Defenses. These error now since they require specific...
Forum: HL - Pathfinder Roleplaying Game January 13th, 2019, 09:19 AM
Replies: 163
Views: 62,059
Posted By Sphynx
Another minor bug... Feral Combat Training...

Another minor bug...

Feral Combat Training (the feat) always errors now. Seems that it's not Trained to look at Weapon Foci in a group. :P
Forum: HL - Pathfinder Roleplaying Game January 12th, 2019, 12:25 PM
Replies: 163
Views: 62,059
Posted By Sphynx
Attached. Thanks for your efforts.

Attached. Thanks for your efforts.
Forum: HL - Pathfinder Roleplaying Game January 11th, 2019, 07:32 AM
Replies: 163
Views: 62,059
Posted By Sphynx
Mild bug: I just tried to build a Kineticist...

Mild bug:

I just tried to build a Kineticist with these rules, and my Kinetic Blade isn't showing the Weapon Finesse bonus. My Kinetic Blade is set to "Light Weapon", my World Is Square Finesse...
Forum: HL - Pathfinder Roleplaying Game July 12th, 2016, 10:44 AM
Replies: 11
Views: 9,604
Posted By Sphynx
My bad

My bad
Forum: HL - Pathfinder Roleplaying Game January 3rd, 2016, 10:36 AM
Replies: 3
Views: 2,751
Posted By Sphynx
Thank you both, problem solved.

Thank you both, problem solved.
Forum: HL - Pathfinder Roleplaying Game January 3rd, 2016, 06:28 AM
Replies: 3
Views: 2,751
Posted By Sphynx
Increase damage die of kinetic blast

I'm trying to up the damage of the Thunderstorm blast to d8's, but can't seem to find the correct object. Downloaded Occult Origins package in hopes that would help me (Gravitic Boost) but the only...
Forum: HL - Pathfinder Roleplaying Game December 30th, 2015, 11:06 PM
Replies: 4
Views: 2,535
Posted By Sphynx
Perfect! Again, thank you so much. :) End...

Perfect! Again, thank you so much. :)

End script:
var level as number
var check as number

level = linkage[varies].field[cTotalLev].value
if (level >= 8) then
level -= 1
endif
Forum: HL - Pathfinder Roleplaying Game December 30th, 2015, 12:48 PM
Replies: 4
Views: 2,535
Posted By Sphynx
This only shows if they've expanded 1-time into...

This only shows if they've expanded 1-time into the element. I need to make sure they expand twice.

1st level: #hasability[cKinAir] <> 0
7th level: #hasability[cKinExpAir] <> 0
15th level:...
Forum: HL - Pathfinder Roleplaying Game December 30th, 2015, 12:46 PM
Replies: 2
Views: 2,353
Posted By Sphynx
Worked perfectly, thanks. (For others that...

Worked perfectly, thanks.

(For others that google for a similar answer)

Clicked:
[Bootstraps]
[Tags...]
Click to add another tag
Group Id: Target (capital T)
Tag Id: skStealth
Forum: HL - Pathfinder Roleplaying Game December 30th, 2015, 06:49 AM
Replies: 2
Views: 2,353
Posted By Sphynx
Signature Skill - Setting the skill

For the archetype I'm cleaning up, I'd like to grant them the Signature Skill with it being pre-set to the Stealth skill. Granting the feat wasn't that hard, just not sure how to set the skill and...
Forum: HL - Pathfinder Roleplaying Game December 30th, 2015, 06:40 AM
Replies: 4
Views: 2,535
Posted By Sphynx
Kineticist - Expanding Element Check

For my Zephyr class (Sylph Archetype), one of the rules is that they must start in the Air element, and can only expand into the Air element. I have the following checks in place:

validif...
Forum: HL - Pathfinder Roleplaying Game December 16th, 2015, 02:31 AM
Replies: 24
Views: 12,799
Posted By Sphynx
I think it looks awesome, but I've learned to...

I think it looks awesome, but I've learned to never have a computer at a game... if it were for a tablet, I'd be all over this, but trying to use a laptop/macbook while also trying to set a...
Forum: HL - Pathfinder Roleplaying Game December 13th, 2015, 11:45 PM
Replies: 0
Views: 2,345
Posted By Sphynx
[Suggestion] Cleaner layout for 2-weapons

I ran into some problems this weekend when I insisted that the players use the hero-lab sheets I printed for them. We had spent far too much time looking through books about how many attacks, etc......
Forum: HL - Pathfinder Roleplaying Game December 13th, 2015, 12:04 PM
Replies: 11
Views: 6,924
Posted By Sphynx
Hmmm, didn't see that. I'll give it a go...

Hmmm, didn't see that. I'll give it a go tomorrow and see if it turns out better that way.
Showing results 1 to 25 of 60

 
Forum Jump

All times are GMT -8. The time now is 02:34 PM.


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