• 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 Spyderbane

  1. S

    Change HP attribute

    I was hoping for something that would also show the bonus next to each level's HP. However, this is a one-off thing; finding the con bonus and int bonus then altering the HP at the end is what I went with.
  2. S

    Change HP attribute

    Does anyone know how to change the attribute for hit points to a different one. Like trying to change it from con to use Int instead.
  3. S

    Increase Crit multiplier?

    Has anyone figured out the answer to this Necro-Question? I am looking at making a material to increase the crit multiplier.
  4. S

    Versatile Performance

    I want to add this PF ability for a bard. At 2nd level, a bard can choose one type of Perform skill. He can use his bonus in that skill in place of his bonus in associated skills. When substituting in this way, the bard uses his total Perform skill bonus, including class skill bonus, in place...
  5. S

    Community Created 3.5 D&D data set....

    Added update to include Drow Fighter
  6. S

    Community Created 3.5 D&D data set....

    made an update to the wording for Offensive Defensive. It was using the 1st print information. I updated to the second print.
  7. S

    Feat based on skill ranks

    I feel like I know this but I am missing it. How do I add a feat only if they have x amount of ranks for a class special I.e., the Custom Ability needs 5 ranks of perform: Weapon Drill and they get two-Weapon fighting.
  8. S

    Dark Sun

    FYI, v8 of Dark Sun has been recently released. Free from the Vendor https://athas.org/products/ds3/documents/30713a53-0752-4863-a9ae-966b6c1333cc
  9. S

    Unbalancing Trick

    Unbalancing Trick: Greater Trip: At lvl 6 a rogue has a BAB of 4 and may not have combat expertise or the Int. Any ideas how can I make Unbalancing Trick (Rogue Talent) skip the pre-reqs of Greater Trip
  10. S

    doneif class skill

    How can I perform an action if a skill is a class skill? I was looking at adding this directly in a custom skill doneif (field[kClass].value <> 0) but this throws an error Any suggestions? I'm trying to add bonus points if it is a class skill. Full code doneif (field[kClass].value <> 0) var...
  11. S

    Precision Damage Display

    How can I create something to display the precision damage dice a character can make on the front of a character sheet like it shows for immunities and damage resistance?
  12. S

    Duskwood Material Prereq.

    I'm trying to add duskwood and I am having issues with the prereq for armor. "must be breastplate" @valid = 0 if (tagis[IsWeapon.w?] + tagis[mBreastpl] <> 0 ) then @valid = 1 endif This works for weapon but I am having issues with the tag for breastplate.
  13. S

    Weapon Categories

    Is it possible to create new Weapon Categories or is that part of the HL d20 system files.
  14. S

    Equipment Cost

    Is anyone aware if there is a way to change the cost of eveything? My next campaign will be affected by inflation and I am curious if this can be done by creating some adjustment to alter the prices seen without manually changing them on purchase. I am guessing there isn't but thought I ask.
  15. S

    Angel - deva

    I have a question on this about its Spell resistance. MM shows it as straight 30, but the code in HL is Hit dice + 18 ~ Set up our spell resistance var damage as number damage = hero.child[Totals].field[tHitDice].value + 18 #applysr[damage] I'm curious if there is another book that...
Back
Top