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

    Adding bonus to saving throws

    Hi Folks, Working on an ability that adds a bonus to Fort and Will saves at specific levels. I tried using ShadowChemosh's code that uses xCount, but the bonuses aren't adding correctly after the first instance. field[abValue].value += field[xCount].value...
  2. B

    Lots of editor error messages

    Hi folks, I must have messed something up royally, because every time I try to save my work in the editor, I get the attached error messages. Something must have gone wrong with the most recent Community Pack download, but I have no idea how to fix it. Can anyone help?
  3. B

    Strange error message

    Hi everyone, I'm getting the following error message any time I test any of my custom content for Pathfinder: "Source pCBSGG - Reference to non-existent parent source pHLComm" Can anyone tell me what this error means, and how I can fix it? Thanks!
  4. B

    A few more script questions

    Hi everyone, I've got a few more questions about scripts that are confounding me. Any help would be very appreciated. 1. Trying to put a class ability that grants fast healing when current hit points are below 50% of total hit points. I'm having trouble locating the child that current hit...
  5. B

    Half-way done with custom class

    Hi everyone, thanks to the invaluable help of the editor community, I have been able to fix about half of my bug list for my custom class on my own. It was a lot of trial and error, but I eventually arrived at a solution, and I did many happy dances. :D But that still leaves 9 bugs in the...
  6. B

    Have the ingredients, but need help with the recipe

    Hi everyone, still working on the Battle Lord class, up to 12th abilities now, thanks to all of your gracious help. I've hit a mental block on one ability. I want the script to find all skills that have a minimum number of ranks equal to half the character's class level, and place those in a...
  7. B

    Is there a list of 'hero.child' things?

    Stupid question of the day: I want to make an adjustment to CMB and CMD. After looking for a while in the floating info windows and searching the forums, I could not find the proper 'child'. Is there a consolidated list of all the 'children' that you can navigate to in the editor?
  8. B

    Scripts: thoughts on Vocabulary versus grammar

    I think the toughest part of learning to write eval scripts has been learning how to put 'sentences' together that make sense to the editor. I think I have a basic understanding of the vocabulary needed (I get what tags, fields, macros, things, etc. are), but I think I am still lacking the...
  9. B

    Tracked resources not displaying correctly

    Hello again! I have a class ability that has a minimum use of 1/day, additional uses modified by the hero's INT ability modifier. I tried using the class wizard, and on the Class Special tab, I checked the box for 'Show in Tracked Resource List', checked Intelligence on the Charge Calc...
  10. B

    Having trouble using the ROUND function.

    I’m writing an eval script that grants a 5’ bonus to base speed. This ability scales with level. The first 5’ bonus is granted at 1st level, and then again at every 4 class levels (i.e. 4th, 8th, 12th, etc.) The script I first came up with was: field[abValue].value +=...
  11. B

    Field for melee damage bonus

    Hi again, trying to apply a bonus to melee damage for a custom ability, and I'm having trouble trying to point the eval script to the correct field. I currently am using: #applybonus[BonMorale,hero.child[Damage],field[abValue].value] But this applies the bonus to all damage, both ranged and...
  12. B

    Creating custom ability that scales with level

    Hi everyone, I’m trying to create a custom ability in the editor that scales by level. The ability confers a +1 competence bonus to the Stealth skill, and then adds another +1 for every four class levels (i.e. +2 at 4th level, +3 at 8th level, etc.) I tried using the following eval script...
  13. B

    Requesting help with adding class special ability to custom class

    Hi everyone, I’m trying to add a class special ability (unique ID cBLoAdaDri) to a custom class, and am having trouble figuring out how to do it. The ability is available only at class level 12, and is similar in design to barbarian’s rage power. I figured that I could figure it out by looking...
  14. B

    How to configure this class feature?

    Hi Everyone, I’m working on creating a custom class (the battle lord, from Libram Influxus Communis). This class has a custom ability available to them at 2nd level called Specialty, which allows them to select from four options. Each option offers different class specials at particular level...
  15. B

    Requesting help with creating custom spell list

    Hi everyone, new user to the editor. I'm creating a custom class, and want to make a custom spell list for it. I used tutorial #5 as a guide, and added versions of the spells usable only by this class. However, when I go back into Hero Lab and click the Spellbook button on the class tab...
Back
Top