Lone Wolf Development Forums  

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

Notices

Showing results 1 to 20 of 20
Search took 0.01 seconds.
Search: Posts Made By: HammerStrike
Forum: HL - Pathfinder Roleplaying Game June 18th, 2013, 10:55 AM
Replies: 8
Views: 3,726
Posted By HammerStrike
Umarian, I owe you a beer, perfect match to what...

Umarian, I owe you a beer, perfect match to what i was trying to do!

Here's the code I was able to use in the First phase as an eval script of my new class:


doneif (hero.tagis[Ability.FE] <>...
Forum: HL - Pathfinder Roleplaying Game June 18th, 2013, 09:12 AM
Replies: 8
Views: 3,726
Posted By HammerStrike
We want a class that on its first level forces...

We want a class that on its first level forces the user to select a favored element, air, fire, earth or water. Once the favored element is selected, we want to enable different abilities. The air...
Forum: HL - Pathfinder Roleplaying Game June 18th, 2013, 08:43 AM
Replies: 8
Views: 3,726
Posted By HammerStrike
For example, I'd like to do something like... ...

For example, I'd like to do something like...


If (hero.tagis[Ability.feAberr] <> ) Then
~ Do stuff like...
var usersFavoredEnemy = #howDoIGetThisValue[Ability.feAberr]
If...
Forum: HL - Pathfinder Roleplaying Game June 18th, 2013, 08:29 AM
Replies: 8
Views: 3,726
Posted By HammerStrike
Thanks ShadowChemosh, but I'm still confused...

Thanks ShadowChemosh, but I'm still confused about how to get the users selection from the drop down control. I need to run an if/else based on what the user chose.
Forum: HL - Pathfinder Roleplaying Game June 17th, 2013, 05:18 PM
Replies: 8
Views: 3,726
Posted By HammerStrike
What's the user's choice for "Favored Enemy"?

I'd like to write an eval script in a class that can detect the user's selection of a custom ability I created, based on the Ranger's "Favored Enemy" or "Favored Terrain". How can I get the value of...
Forum: HL - Pathfinder Roleplaying Game April 2nd, 2013, 11:11 AM
Replies: 24
Views: 9,594
Posted By HammerStrike
I've learned a lot and have even more Gestalt...

I've learned a lot and have even more Gestalt archetypes and other odds and ends in this user file now. Comments are welcome, and feel free to use this to learn from, that's how i learned... just...
Forum: HL - Pathfinder Roleplaying Game March 19th, 2013, 07:30 AM
Replies: 24
Views: 9,594
Posted By HammerStrike
Here's a copy of my fixes for the archetypes to...

Here's a copy of my fixes for the archetypes to make your own Gestalt Bard+Monk, Druid +Monk, Ninja+Monk, Ranger+fighter.

If anyone finds a problem that needs to be fixed, please let me know and...
Forum: HL - Pathfinder Roleplaying Game March 17th, 2013, 11:52 AM
Replies: 8
Views: 3,951
Posted By HammerStrike
Thanks for the pointers. i'm still learning how...

Thanks for the pointers. i'm still learning how to do simple things like review how other things are setup and being able to copy them. I got this worked out nicely by doing exactly what you said and...
Forum: HL - Pathfinder Roleplaying Game March 16th, 2013, 10:36 PM
Replies: 8
Views: 3,951
Posted By HammerStrike
I'm looking into how to add specific feats at...

I'm looking into how to add specific feats at specific levels for an archetype too. Could you share any of your findings on how to make this work? I'm still learning, so any source code would be...
Forum: HL - Pathfinder Roleplaying Game March 15th, 2013, 01:56 PM
Replies: 24
Views: 9,594
Posted By HammerStrike
I got it working! Took me a few times to read and...

I got it working! Took me a few times to read and re-read the suggestions to really understand. Here's my eval:

<eval phase="Final" priority="999999999" index="7"><![CDATA[
if...
Forum: HL - Pathfinder Roleplaying Game March 15th, 2013, 12:59 PM
Replies: 24
Views: 9,594
Posted By HammerStrike
Things are starting to make a little more sense....

Things are starting to make a little more sense. I see "Add optional Monk Vows" in the Driud tab now, but when I click it I get a prompt saying "Nothing to choose from!".

I also tried doing this,...
Forum: HL - Pathfinder Roleplaying Game March 15th, 2013, 12:16 PM
Replies: 24
Views: 9,594
Posted By HammerStrike
I think what I'm not understanding is how to...

I think what I'm not understanding is how to configure the secondary abilities in the archetype.

To get Monk Vows to show in the Druid tab, what do I select for "Allow Secondary Abilities" and for...
Forum: HL - Pathfinder Roleplaying Game March 15th, 2013, 11:59 AM
Replies: 24
Views: 9,594
Posted By HammerStrike
My eval tag looks like this: <eval...

My eval tag looks like this:

<eval phase="Final" priority="9999999999" index="7"><![CDATA[
linkage[varies].field[cCstS2Expr].text = "(SpecSource.cHelpMnk) & !Helper.Secondary &...
Forum: HL - Pathfinder Roleplaying Game March 15th, 2013, 11:54 AM
Replies: 24
Views: 9,594
Posted By HammerStrike
I was worried about the same thing, but the...

I was worried about the same thing, but the "tHitDice" hero field is accurate as I add and remove levels. Is that the right way to test that?
Forum: HL - Pathfinder Roleplaying Game March 15th, 2013, 11:32 AM
Replies: 24
Views: 9,594
Posted By HammerStrike
I think i just resolved this by adding this eval...

I think i just resolved this by adding this eval script:

<eval phase="UserFirst" index="8">perform hero.assign[Classes.Monk]</eval>

Anyone think that's a good or bad approach?
Forum: HL - Pathfinder Roleplaying Game March 15th, 2013, 10:48 AM
Replies: 24
Views: 9,594
Posted By HammerStrike
I tried this without success: <eval...

I tried this without success:

<eval phase="Validation" priority="99999999" index="7"><![CDATA[
linkage[varies].field[cCstS2Expr].text = "(SpecSource.cHelpMnk) & !Helper.Secondary &...
Forum: HL - Pathfinder Roleplaying Game March 15th, 2013, 09:50 AM
Replies: 24
Views: 9,594
Posted By HammerStrike
I tried adding this eval script, but I don't see...

I tried adding this eval script, but I don't see anything showing up in the Druid tab:

<eval phase="PostLevel" priority="99999999" index="7"><![CDATA[
linkage[varies].field[cCstS2Expr].text =...
Forum: HL - Pathfinder Roleplaying Game March 15th, 2013, 09:42 AM
Replies: 24
Views: 9,594
Posted By HammerStrike
I have this as a child node in the archetype's...

I have this as a child node in the archetype's thing node:

<tag group="Helper" tag="BonFtNoPre" name="BonFtNoPre" abbrev="BonFtNoPre"/>

Is that not what you mean?
Forum: HL - Pathfinder Roleplaying Game March 9th, 2013, 08:03 AM
Replies: 24
Views: 9,594
Posted By HammerStrike
Good catch. I have no idea and I'd like to know...

Good catch. I have no idea and I'd like to know the answer as well.

Is there a way to enable the tab for a different class in the archetype configuration? This might provide the ability to choose...
Forum: HL - Pathfinder Roleplaying Game March 8th, 2013, 12:21 PM
Replies: 24
Views: 9,594
Posted By HammerStrike
Gestalt Monk Archetype

I've taken my first stab at creating Gestalt character archetypes to support our 4 man home game. This user file includes 3 gestalt archetypes: Ninja/Monk, Druid/Monk, and Ranger/Fighter.

I'd like...
Showing results 1 to 20 of 20

 
Forum Jump

All times are GMT -8. The time now is 08:46 PM.


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