• Please note: In an effort to ensure that all of our users feel welcome on our forums, we’ve updated our forum rules. You can review the updated rules here: http://forums.wolflair.com/showthread.php?t=5528.

    If a fellow Community member is not following the forum rules, please report the post by clicking the Report button (the red yield sign on the left) located on every post. This will notify the moderators directly. If you have any questions about these new rules, please contact support@wolflair.com.

    - The Lone Wolf Development Team

Recent content by Sphynx

  1. Sphynx

    Suli's Elemental choice

    I got everything except the Elemental Assault check working... if (hero.tagcount[IsRace.rSuliJann] <> 0) then validif (#hasability[cKinWater] + #hasability[raSulCldSt] = 2) validif (#hasability[cKinFire] + #hasability[raSulFirSt] = 2) validif (#hasability[cKinEarth]...
  2. Sphynx

    Suli's Elemental choice

    Sorry for repeat posts, I really am trying to figure this out myself... :P I know the racial trait is rtElemAssa, but I don't know how to access it to grab the usrChosen1 value. hasability is obviously a 1/0 boolean, so i can't use that as an object... just not sure how to grab the object to...
  3. Sphynx

    Suli's Elemental choice

    I guess I should mention that the Fields show that "usrChosen1" is set to the element on the Elemental Assault, and I'm guessing that #hasability[raSulFirSt] is how to see if that's set to the element of choice? (or raSulCldSt or raSulElcSt or raSulAcdSt)
  4. Sphynx

    Suli's Elemental choice

    Sorry to bug, quick question if someone has the time... Could someone show me how to identify the element choice of a Suli's "Elemental Assault" or "Energy strike"? I need to use this in the Eval Rules section of a class...
  5. 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 times in my life when I was 100% sure of something...), but it just doesn't work. Tab: Archetype...
  6. 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 ShadowChemosh's tools, to do it all manually every time he goes up a level, I got it in my head to try and...
  7. 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 feat and ability classification assigned. I add them to the archetype (as in the screenshot) with...
  8. 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 red-tab error by adding +1 to rows 0, 6 and 14 of the Modified Custom Ability Count. But I can't get...
  9. 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 line I see (perform field[usrChosen1].chosen.assign[Helper.DamageUp]) didn't help, so here's what...
  10. 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 cause an error if they change it (or block their ability to change it). Any suggestion as to...
  11. 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 (#hasability[cKinAir] <> 0) validif (linkage[varies].field[cTotalLev].value < 7) validif...
  12. 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... they'd get and I wanted a clear sheet with the attacks on it. Now, I have 2 players, a...
  13. Sphynx

    Variant Multiclass - VMC

    I realize that the VMC mods haven't been released yet, this isn't asking about how soon til we get them. :P I'm trying to make one for my player and want to remove his feats at 3, 7, 11, 15, and 19th levels. There's no way to do it via the GUI (remove bonus feats doesn't remove the basic feat...
  14. Sphynx

    Ki Pool - Extra Attack

    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...
  15. Sphynx

    Pack Lord - Revamp

    Rather than just divide the druid level amongst the animal companions, which we all know from experience is a terrible thing to do... I'm wanting to implement an equally simple system that won't destroy the archetype... I'm wanting to set all the companion levels to be equal to: var...
Back
Top