• 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

Search results

  1. D

    Blood Energy tags

    Where is the BloodEner tags defined that the Sorcerer Bloodline uses? I see them mentioned in the Draconic Resistances class ability, and I am trying to write an ability that I would like to work in a similar fashion (i.e. a single ability that can alter itself based on user input)
  2. D

    Targeting Custom Class Abilities

    I am trying to script an adjustment to the Oracles' Revelations class ability, but cannot seem to figure out how to target the tertiary Custom Class ability.
  3. D

    Feat based Favored Class assignment

    I have read the post by AndrewD2 {Permanent Favored Class} and it was somewhat informative. I am having to assign a permanent Favored Class to a character if they select a particular feat. How would this be possible? I have attempted to use the script provided in the aforementioned post...
  4. D

    Alternate Racial Traits replacing racial stat bonuses

    I am trying to code a number of Alternate Racial Traits that replace the standard racial bonuses of the race in addition to replacing a racial ability. I figured out how to get it to replace the racial ability, (that was easy) but when I try to code the alternate racial stats, by replace...
  5. D

    Tracking Spells from Scrolls

    Is there currently anyway to track the number of spells cast off a scroll? For example: I have a scroll with Cure Light Wounds x5, and I have to cast off the scroll. Is there a way to track this other than modifying the original number of spells on the scroll?
  6. D

    Help with Custom Race

    I am designing a race in which: 1) at the start has to choose an elemental energy type -- which will grant them an energy resistance equal to 10 for the chosen type 2) based on that selection, if they choose to place a Sorcerer, they get a favored bonus to elemental dmg dealing spells...
  7. D

    Creating a new race as placeholder

    Help coding a new race I am trying to code a new race that is has a racial ability similar to the "half" races (i.e Half-Orc and Half-Elf). I have looked at the Eval Scripts tab and have copied the code, but I get this error: I realize this is probably because no such race exists. My issue...
  8. D

    (FYI) Adding levels to the Ki Pool ability without assigning it

    For a while now, I've been trying to figure out how to get my PrC's levels to stack with monk levels for purposes of the amount of Ki in the Ki Pool, without having to assign the ability. Now I tried the script: hero.childfound[cMnkKiPool].field[xExtraLev].value += field[cTotalLev].value but...
  9. D

    Damage Reduction Combos

    Are there and Damage Reduction combo files already scripted into HL? (i.e. Damage Reduction, Silver and Piercing) All the ones I see are either single or have the "or".
  10. D

    Increasing Nonlethal Damage

    As part of a conversion project I am working on, I am trying to write a script for a feat that increases the non-lethal damage done, but thus far, my attempts to identify the tag(s) that identify non-lethal damage have resulted in compilation errors. This is the code I am working with: if...
  11. D

    Class ability needs to count two classes

    I am working on a prestige class that favors the monk, but is not restrictive to that class, and am having a difficult time figuring out how to script a class ability that needs to calculate the PrC's level + monk levels to determine AC bonus, Fast Movement, and Unarmed damage. Since I cannot...
  12. D

    Requiring faction for feat

    I was wondering if it was possible to script it so that a player had to be a member of a certain faction in order to take a feat. In the "Expr-reqs" window, I have tried: #faction[facMyFactn] <> 0 as well as: #isfaction #isfact #isfac #hasfaction #hasfact #hasfac but I keep getting a left...
  13. D

    Defining negative pre-reqs for prestige class

    I am working to define the pre-reqs for a prestige class in which the character must not be able to cast arcane spells or use arcane spell-like abilities. But I am running into trouble in adapting the existing codes that check for the ability to cast arcane spells, but I keep getting this error...
  14. D

    Spell Resistance as Class Ability

    Spell Resistance as Class Ability: UPDATE and new issue This may be complicated -- but here goes. I am creating a Prestige Class in which I am trying to have the Spell Resistance ability be equal to my character level + 5 ---> Which I have done by mimicking the Sorc's Alien Resistance. But...
  15. D

    Help with scripting pre-req expressions

    I am trying to create a prestige class for Pathfinder game system that requires the player to have 3rd level divine spellcasting ability before being able to select the prestige class. But I cannot seem to locate a reference to use in the script. Can someone please point me in the right...
Back
Top