• 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

    Evasion or Improved Evasion

    How would I make a class special that grants Evasion at a certain level, or Improved Evasion if the character already has Evasion?
  2. D

    Add or increase darkvision

    I have spent some time searching the forums, but could not find the answer ot this question... I am trying to add a prestige class that grants Darkvison at level 1. if the character already has Darkvison, it increases the range by 30 feet. I am at a loss as to how to accomplish this. I...
  3. D

    Swift Hunter feat

    I would like to implement the Swift Hunter feat from Complete Scoundrel. This feat allows Ranger and Scout levels to stack for the purpose of determining the Scout's Skirmish Ability, and the Ranger's Favored Enemy progression. I have no idea how to even begin on this... :) Any thoughts? BTW...
  4. D

    Touch AC

    I am adding a feat that adds the AC bonus from a shield to the wielder's touch AC. I am using this script, which is a modified version of a script I found on this site: var bonus as number ~find all our shields foreach pick in hero from BaseArmor where "EquipType.Shield" ~if it's equipped...
  5. D

    Epic pain in the...

    Any word on when, if ever, we may see support for Epic levels in Hero Lab d20?
  6. D

    Able Learner

    I would like to implement the Able Learner feat from Races of Destiny. This feat makes any skill, whether cross class or not, cost only 1 skill point per rank. However, the maximum rank for cross class skills remains unchanged. Is this possible? If so, how? If it is not, then at the very...
  7. D

    Battle Caster feat

    I am trying to code the Battle Caster feat from COmplete Arcane and am not quite sure how to proceed. I know how to detect iof a class has the ability to ignore spell failure from a specific class of armor, and I know how to adjust that for a specific class. The question I have is this: How do...
  8. D

    Critical Threat Range

    I am trying to implement a class that grants a special ability that adds 2 to a particular type of weapon's critical threat range and simply can't figure out how to do it. Let's assume a scimitar (wScimitar) for the sake of this discussion (I actually have a pick list for the type of weapon...
  9. D

    Add bonus domain

    I am entering in the Radiant Servant prestige class, and one of the abilities grants an extra cleric domain. I have created a class special and have How do I increase the number of domains allowed? On the Class Special, I have an eval script that runs on Post-Attributes (Users), Priority 10000...
  10. D

    Epic?

    Just wondering if there is any word as to when we can see support for epic levels in Hero Lab? I have a character that just hit level 21, and the thought of going back to pen and paper from here on in makes me cringe.
  11. D

    Epic?

    Any idea when, if ever, the epic material will be added in to Hero lab?
  12. D

    Bootstrap condition question

    I am trying to implement an adjustment for the spell Holy Aura which gives, among other things, SR 25 vs evil spells. I would like an item to show up in the Specials tab when the adjustment is enabled, but I can figure out how to set the condition correctly on the bootstrap in the Adjustment so...
  13. D

    Why do I have to restart?

    Since the update, I now need to restart Hero Lab completely before any changes I make in the editor are reflected. This was not the case before the update. The item I am creating/editing test successfully in the editor, but has no effect whatsoever until HL is restarted...
  14. D

    Weapon as a container?

    Here's another one... :) I am adding a weapon property called Quick Loading which can only be applied to corssbows. It gives the weapon access to an extradimensional space that can hold up to 100 bolts. I would like to make it so that when this porperty is added to the weapon, the weapon...
  15. D

    Prestige class help

    I am working at adding the Ultimate Magus prestige class from Complete Mage and have hit a snag. This class allows progression as both a wizard and a sorcerer, but the proigressions is not even like it is for the mystic theurge. Instead of getting one level in each class at each level, there...
  16. D

    Unearthed Arcana?

    Hey Lone Wolf! I have seen several posts, the most recent being March of this year, saying that support for the open license content from Unearthed Arcana is being devleoped. I was wondering when this content might be released? I am specifically interested in Spell Points and Gestalt... :)
  17. D

    Development planning

    If you are not familiar with the Warlock class from the book COmplete Arcane, you might as well stop reading... :) I am just starting to think through what it would take to implement the Warlock class and was wondering how the experts here on the forum would go about implementing Invocations...
  18. D

    Bug with intelligent weapons?

    I am configuring an intellignet weapon that has the ability to speak 2 languages plus common. The UI tells me I have 2 languages available, I click on the message to bring up the langiage pick list and no matter what language I select, I get the following error: "Attempt to access non-existent...
  19. D

    Why is a copy not really a copy?

    Just got Hero Lab and I must say that over all I am quite impressed. Except with the documentation... I am running into a problem trying to add a "new" prestige class. Let me explain the quotes: My gaming group has a house rule whereby the requirements for the Archmage prestige class are...
Back
Top