• 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

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

    Added update to include Drow Fighter
  2. 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.
  3. 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.
  4. 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
  5. 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
  6. 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...
  7. 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?
  8. 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.
  9. S

    Weapon Categories

    Is it possible to create new Weapon Categories or is that part of the HL d20 system files.
  10. 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.
  11. 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...
  12. S

    Access out-of-bound array

    Is this an error with HL or is there something that can be to be updated to resolve this? This error happens when you add a 7th different class (I have several prestige classes). I am guessing it has something with the skill points. It doesn't show all the classes correctly.
  13. S

    Efficient Item Creation

    I was looking at adding some epic feats. The feat Efficient Item Creation has a prereq of Item Creation feat to be selected. How do I make any item creation feat a prereq and how do I create a dropdown to select a creation feat the user has?
  14. S

    Velroc Familiar

    Velroc is listed in here as a selectable familiar. Is there any official rule that they can be familiars? I am curious if this is official, homebrew, or possibly a mistake when it was added.
  15. S

    Hunter X Hunter

    By any odd chance has anyone created any content based on this Anime?
Back
Top