• 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. L

    Rounding question

    Is it possible to round to the nearest increment of 5? One exotic armor halves your speed (rather than dropping it 1/3), which normally is not a problem, since speeds are almost always in increments of 10. However, there could be exceptions, like if a character has the Dash feat.
  2. L

    Request for New Armor Type and Proficiency

    I am entering information from Races of Stone, which introduces several armors and shields that require the Exotic Armor/Shield Proficiency feat. Unfortunately this is not a class that exists in HL yet, can I request it be added for the next HL update?
  3. L

    Help with Class Count As Tags

    I am working on Ascetic Knight, a Monk/Paladin hybrid feat, which allows each to count as the other for the purpose of multiclassing back into themselves.... I have done other hybrid feats by assigning the appropriate tag, like so: Phase = First (Users) 100 perform...
  4. L

    Help with Natural Bond

    I am having trouble with the code for Natural Bond, I have figured out how to add a bonus to the Animal Companion thing, but it must be done before First 500. However, I want to cap the field's value at the character's Hit Dice (not yet set at this phase), can this be done?
  5. L

    Features I'd Like

    In no particular order. 1 - A simpler way of handling natural spellcasting, so that added levels of sorceror or whatever do not have their progressions thrown off. 2 - The ability to modify Animal Companions/Familiars/Special Mounts, for example the Natural Bond feat increasing the bonuses...
  6. L

    Help with Custom Expression for Weapon Focus

    Is there a way to limit the Item Selection via a Custom Expression from "All Weapons" to only those that have been selected by Weapon Focus? Greater Weapon focus should have something like this, but it does not. Any Ideas? I am working on the Power Critical feat from Complete Warrior.
  7. L

    Help with Weapon focus (slashing) pre-req

    Here is what I am trying, but it is not working. Normally I'd fiddle around with the phase, but that is not an option with Pre-requisites, so it must be some error in my code. ~ Loop through all weapons with weapon focus var result as number foreach pick in hero where "Broadcast.WepFocus" ~ If...
  8. L

    Trap Sense Bug

    The name for Trap Sense for the Rogue is wrong. It is being displayed as "(+X)" rather than "Trap Sense (+X)" as it should be.
  9. L

    Help with Skill Trick Mechanics

    So I am adding Complete Scoundrel feats and I need to know how to modify the maximum number of skill tricks (it should be half character level, but it looks like there is currently no limit in Hero Lab). Is this an error in the system?
  10. L

    Help with Natural Armor Script

    I am working on Elephant's Hide, a wild feat that sets the druid's natural armor to 7, which supercedes any natural armor they already have. This is the script I wrote. Phase: PreLevels (Users) 11000 if (field[hIsOn1].value <> 0) then if (hero.child[ArmorClass].field[tACNatural].value >=...
  11. L

    My next project

    What do you guys think I should do next? Any requests? I am not going to take on a whole book myself again, that was way too much work. More general responses is what I am seeking, like more feats, more spells, varient classes from X book, or this base class/prestige class.
  12. L

    Bonus feats for varient classes error observation

    You have mentioned that when a varient class adds bonus feats to a class that doesn't normally have them there are buggy issues. I just entered a bunch of them from Complete Champion and noticed an interesting thing, which you may already know. When choosing to limit the feats selected, only...
  13. L

    Consult on Text Interpretation

    This is for a class varient (Domain Access) for Sorcerors. {i}Your depth of belief allows you to channel divine power the way a cleric does. By doing so, you gain access to a single cleric domain. {b}Replaces{/b}: To gain this benefit, you do not learn a new 1st-level sorcerer spell and a new...
  14. L

    Help! I need somebody... who knows what this error message means

    I'm having another bit of trouble. The feat Strength Devotion is what I am working on right now, and I am trying to set up a conditional bootstrapped natural attack (click on the button on the in play tab and it appears)... I have already done almost the exact thing with a class ability (feral...
  15. L

    Request for 3d6 Damage tag

    I looked through your aug.tags file and it looks like there is no tag for 3d6 weapon damage. Could you guys add one for me? I need it for a particular feat, Strength Devotion, which gives a slam attack with damage that increases with level. The table is below: Character Level Damage...
  16. L

    Blackguard Missing Fiendish Servant

    I am noticing that there is no sub hero as with Paladin's special mounts or druid animal companions etc... is this intentional or an oversight?
  17. L

    Wizard bonus spell error

    Wizards are currently getting bonus 0 level spells for intelligence, which I believe is wrong.
  18. L

    New Questions

    I am doing spellthief at the moment, it has a spell list that is a limited subset of sorceror/wizard spells (only abjuration, divination, enchantment, illusion, and transmutation school spells). Now, I see that in the editor, for the "Secondary Spells" section, you can limit the secondary...
  19. L

    Crash report

    I experienced a crash. I had been testing the Warlock class I just programmed, specifically the alignment restrictions. After verifying that it was working just fine, I clicked on the race bar to change it from elf to human, but the program immediately crashed. This is the message below. Happy...
  20. L

    Graduation

    I'm done with my Bachelors and hitting the road for a well deserved road trip across the USA. Set out from Sacramento 2 days ago and currently in Flagstaff AZ heading east. Eat that, education! So, various and sundry HL forum people, any suggestions on where I should go/what I should see?
Back
Top