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

    Racial Specials

    I am not sure if this working correctly or not. If not I'll have to report it as a bug. On the Racial Specials tab, there is a check box for 'Show on Specials tab'. The is also a checkbox for 'Show in Activated Abilities List'? What I am wondering is if you uncheck 'Show on Specials tab' and...
  2. M

    Puzzling error?

    I am trying to create a simple adjustment that removes one skill proficiency and adds a different one. The Component expressions are: pCandExpr = component.BaseSkill & Helper.Proficient pCandExpr2 = component.BaseSkill & !Helper.Proficient The first is a selection of proficient skills on the...
  3. M

    Help!

    Ok, for me this is something completely new that I have never worked with before, so bear with me. I don't even know if want I want to do is even possible. I am working on converting a very old 1st/2nd edition D&D version of an Alchemist. So far things have gone fairly smoothly, but that only...
  4. M

    Class Creation; How to grant a tool proficiency?

    Does anyone know how to have a class automatically grant a tool proficiency? I am obviously doing something wrong. Whatever I try, Tools never show up on the list of Tools on the Skills tab . . . :confused: I am trying to have the class, a variant of the Alchemist, grant Proficiency in...
  5. M

    Proficiency Bonus

    I know I asked this here before but for the life of me I can't find the posting. Where is HL 5e do you find the current value of the hero's proficiency modifier? :confused:
  6. M

    Bootstrap Conitional

    I am currently trying to create a Class Ability. This ability has a Custom expression that permits a selection of a necrotic cantrip from any class. I have added all (2) necrotic cantrips to the Ability's bootstraps. What I need is a condition for these bootstraps that checks to see if the...
  7. M

    5e Community Pack 1.2 error

    After installing D&D 5e Community Pack 1.2 I get the above error. Anyone else get this? Debating which one to remove for the time being. Found my issue. I had a file: COM_Source_110 - Sourcebooks.1st which I believe was removed or renamed to COM_Source_110 - Sword Coast Adventures Guide.1st...
  8. M

    Script timing

    I am currently working on adding the latest version of the Mystic from the Unearthed Arcana. At 4th level the Mystic gains the Strength of Mind ability. This ability allows you to change your Proficiency with Wisdom saves to proficiency with any other save except Intelligence (you already have...
  9. M

    Number to String conversion

    Ok, I am frustrated. Is there a function in HL scripting that allows you to convert a number into a string? I am trying to put a string together that includes a number. i.e.: sString = "I am number " & iNumber & " in the line up." where iNumber is assigned it's value from a numeric field...
  10. M

    Custom Expression resources

    I have a question for you scripter out there. Does anyone know a resource site on how to create Custom Expressions for Drop Down? Examples: 1) I want to create a drop down menu to select from a list of all cantrips. 2) I want to create a drop down menu to select from a list of all arcane...
  11. M

    Scripting Help

    Hi all: I've been working on adding stuff to 5e SRD. 1) I was wondering if anyone had discovered where or how to access a hero's proficiency bonus. 2) I have manage to create an adjustment that will allow you to add a bonus feat, but only as a class feat. Anyone know if there is a field for...
  12. M

    Domain error: Leadership & Nobility

    When ever I add either the Leadership or Nobility domains to a cleric, I get the following errors: Attempt to access non-live child pick 'fLeader' from script Location: 'eval' script for Thing 'trNatLead' (Eval Script '#1') near line 4 - - - Attempt to access non-live pick via script fails for...
  13. M

    Modern Path: Wealth trait (trMPWlthBn)

    Hello: I've been having this issue for some time: Pick 'trMPWlthBn' has been orphaned as it can no longer be added to the portfolio At first I thought it was being caused by one of my own house rule custom files. But I've disabled those and still get this error. I've tried various things...
  14. M

    Printable Psionics Character Sheet?

    Is there currently any character sheet that permits the printing pf psionic powers?
  15. M

    Bootstrap Conditions

    A quick question for the knowledgeable. I am trying to bootstrap a psionic power to be useable as an at will ability and that part works fine. What I need to know is the coding I'd need to put in the Condition section to make it so that the power is only gained at a certain hit dice (say 8 HD)...
  16. M

    Demo Version

    A demo version is an absolute necessity if you want to push your sales of Realm Works. I would never have bought Hero Lab if I hadn't been able to try it first. I'd tried many character builder apps before Hero Lab and every one of them had let me down. I was ecstatic once I had had a chance to...
  17. M

    The Modern Path: Arcane Mind Question

    In The Modern Path: Arcane Mind there is a Psionic Feat called 'Persistent Psi Power'. {b}Benefit{/b}: A persistent power has a duration of 24 hours. The persistent power must have a personal range or a fixed range; you can’t use this feat on a power with a variable range, or on a power with...
  18. M

    Racial Heritage - Dragonborn

    I'm not sure if this is the place to post this or not, so if it isn't my apologies. I'm trying to puzzle out why the feat Racial Heritage (Dragonborn) does not allow the player to take the Dragon Tail racial feat. Dragon Tail requires the player have the Dragonblood subtype or be a...
  19. M

    HL Editor Manual

    Has anyone created a pdf manual on the scripting language used in the Hero Lab Editor? Currently, I have a lot of spare time, however I have no internet most of the time. It would be nice to have the online resources available for offline use. If not, is it permissible to download the online...
  20. M

    Changing a new class's maximum level.

    Hello all: I was wondering if anyone can tell me if it is possible to change the maximum level of a custom class once you first crated it. I am in the midst of trying to translate the old Compleat Alchemist class over to Pathfinder. At first I was going to make it a Prestige Class, then...
Back
Top