• 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

    More small errors

    I went through the Magic items in HL to do some editorial work. These are the errors I found, most are minor formatting issues for descriptions, but a few are functional problems. Mask of the Mantis has description formatting issues. Plaguebringer's Mask has description formatting issues...
  2. L

    Changeling?

    I heard somewhere that this set is almost ready, and I will be joining a game of it for the first time very soon. Any word on when that should be finished?
  3. L

    How was Gencon?

    Business good? You guys have a fun time?
  4. L

    Variant Class Spell Adjustments

    They don't seem to be working at all. I am trying to remove all the spellcasting from the ranger as part of the variant class, but none of my changes are being shown.
  5. L

    Timing Issue

    I have written some code to go through and reduce the Armor check penalty from any armors you are proficient in, but I can't find the correct timeing to run the script. Here is my code, or the relevant parts of it. ~ Go through all armors, if we are proficient, add our bonus foreach pick in...
  6. L

    Chain Shirt Armor check penalty is wrong

    Currently in HL it is -1, it should actually be -2
  7. L

    Dissappearing Specials Display and Custom Abilities

    One other thing I noticed while implementing the fix (for "Strange error with my files") and testing the file, and this is actually the case in many of my older files, the class specials window for the Noble has dissappeared! I don't know when it happened, certainly a while ago, but I just...
  8. L

    Caster Level Error in HL

    For the purpose of Pre-requisites, CL is not being calculated correctly. I noticed during my testing, that if I add 1 level of 5 different spellcasting classes (3 arcane and 2 divine) I qualify for Brew Potion, and Craft Magic Arms and Armor. It seems to hold for other item creation feats that...
  9. L

    Strange feats I am trying to add

    Alright, in another thread I mentioned that I was making a feat called Education that gives you a +2 to 2 chosen Knowledge skills. Since there is no way to have 2 selections on one feat, I have chosen to make several feats that will give you a +2 on one skill and let you choose the second skill...
  10. L

    Strange Error with my files.

    A class I made gets to choose a single skill to add to their class list, so I created Custom abilities for each skill and gave the class 1 selection. My scripts work, but every time I add the Custom ability I get an error message: "Existance Tagexpr for pick 'cNblWhatever' is scheduled after...
  11. L

    A request for a new feature

    I'd like to be able to create non-magical modifications to equipment. Specifically, there is a class called Master in my campaign that can make items that are better than masterwork, crafting weapons with non-magical enhancement bonuses from +2 to +5. Same for reducing armor check penalty and...
  12. L

    Class variant error

    Enhanced Summoning (Ex): At 1st level, a conjurer using this variant gains the Augmented Summoning feat for free instead of the Scribe Scroll feat. The Conjurer - Enhanced Summoning class variant has an error. It is not removing the Scribe Scroll feat and the Augment Summoning feat that is...
  13. L

    Light Shields Question

    Is there a way to distinguish between light shields and heavy shields? I mentioned before that I was making a light shield proficiency for the Warmage class, but I have run into another problem related to this. The Duskblade class gets to ignore spell failure from level 1-6 only from light...
  14. L

    Improved Precise Shot Error

    The pre-requisites script is wrong. It should require a Dex of 19, but currently is only requires Dex 13
  15. L

    Javelin Correction

    I noticed that javelins are using your strength modifier to calculate their attack bonus, assuming that you are using them in melee (which they are not made for, hence the -4 penalty). They are usually ranged weapons, so shouldn't they use Dex to calc by default? Upon further investigation, I...
  16. L

    Substitution levels?

    Just wondering where they were on the dockett of things to do. Also an "element selection" for feats would be awesome, as previously mentioned.
  17. L

    I'm back with more questions

    I have a class that gains Greater Weapon focus at a certain level, even without meeting the prerequisite (8 fighter levels).... I have been trying to assign the thing.skipprereq tag to the feat, as mentioned in the help files, but having no luck This is in the Eval Scripts box. First, 100...
  18. L

    Monster Class Freeze

    I created a Monster class called Thoradorian Minotaur, but herolab freezes everytime I use it. The error occurs after I have selected the race and then went to level up my first level. The program stops responding immediately after pressing "Add" or "Add and Close", there is no error message.
  19. L

    An elementary request

    In the feats tab of the editor, there are Select From, and Restrict To lines. I have noticed that many items and abilities apply to only a single, user chosen element, such as the Energy Substitution metamagic feats or Dragon Shaman abilities. Up to now I have just been creating 5 versions of...
  20. L

    Errors/problems I have noticed

    Most are minor. The Spell Magic Circle against Law is missing an entry for Components. Potions of Protection from Acid/Cold/Elec/Fire/Sonic, and Protection from Arrows 10 and 15, and Resist Acid/Cold/Elec/Fire/Sonic of all levels include a "desc" at the star that needs erasing The Ring...
Back
Top