• 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

Recent content by BoomerET

  1. B

    Iterate through a component

    Is it possible to find all the fields associated with a component. For example, in 5E, I've dug through data.hlz to find fields for MyGear. field[gWeight].text field[gWeight].value and a few others. Is there a way to find all fields that are associated with a component, like BaseWep...
  2. B

    Hero Lab custom output for Fantasy Grounds

    Version 1.0.2 (Fix missing Cleric/Druid spells) Copy the contents of the attached .zip file into your customoutput/5e folder. This is the path on my Windows 10 box. C:\ProgramData\Hero Lab\customoutput\5e So, after you've uncompressed it, you should see a path of: C:\ProgramData\Hero...
  3. B

    Hero Lab custom export to Fantasy Grounds

    I'm working on a Hero Lab .user file that allows you to create custom output for use in Fantasy Grounds. This was written for Call of Cthulhu 7E. Put the .user file (it's a flat text file) into your Hero Lab/data/coc7e directory. Now, when you go to File -> Save Custom Output, you should see...
  4. B

    Hero Lab -> Fantasy Grounds Character Converter

    This online converter has been made obsolete (and is greatly improved) by my Hero Lab plugin. I'm taking this online version away as of February 19, 2018. http://forums.wolflair.com/showthread.php?t=60176 Dave
  5. B

    Possible to transfer license for RW/HL?

    Is it possible to sell my license to Realm Works and Hero Lab? I no longer have a use for my LWD products. I stopped buying packages for Hero Lab just over a year ago, and have all the Pathfinder modules up to that point, as well as the Savage Worlds, Call of Cthulhu and Shadowrun 5 packages...
  6. B

    bmp over-written by preferences file?

    I'm working on a new ruleset, and right in the middle while doing a CRTL-R, it tells me there's a corrupt bmp. treeview_expanded.bmp Now no matter what ruleset I open, I get an error. This file resides here: C:\Program Files (x86)\Hero Lab\product\builtin I've never touched those files, yet...
  7. B

    CoC 7th Edition

    Any news that I missed on getting the 7th Edition into HL?
  8. B

    How to handle racial traits

    I just realized a flaw in how I was going things. I was letting the user choose a race, no problem there. But then I was displaying a drop-down to let the user choose the type. (For example, the user could choose Dragonborn, and then from the pull-down select the type, Black, Blue, Red, White...
  9. B

    Script to populate checkbox

    I have a checkbox <field id="chkProf" name="Proficient in skill" type="user" defvalue="0"> </field> I want to set this to a one when the user choose a specific background (D&D 5th Edition) But I keep getting the message that it can't be modified via script. I know I've...
  10. B

    Removed character class retains equipment

    In my Castles&Crusades plugin, let's say you create a Fighter, and give him some plate mail. Then, you decide that you don't want to create a Fighter, but a wizard, so you make the change. You don't see the Plate mail in the inventory, but it's still there if you change the character back to a...
  11. B

    Leveling code

    My leveling code is a mess. Here's an example: if (field[resMax].value < 2101) then hero.child[resBtH].field[resMax].value = 0 hero.child[resXP].field[resExtra].value = 2101 hero.child[resLevel].field[resMax].value = 1 elseif (field[resMax].value < 4701) then...
  12. B

    Entities/Forms/Weapons

    I'm working on allowing a user to create a magic weapon, albeit quite simply for now. I want the user to be able to select a weapon, and give the following: Damage Dice (my idea, use a menu_literal for # of dice) Another menu_literal for the dice (d4/d6/d8/d10/d12) and another menu_literal for...
  13. B

    Get value of portal within a template.

    This is for my Castles & Crusades plugin (ruleset?) I have a tab that displays a characters abilities and senses. One of these abilities is 'Weapon Specialization', which has a chooser where the player chooses which weapon to specialization. I need to access this in another tab, and I can't...
  14. B

    Creating a new game system

    When you click 'Create New Game System', does it use some sort of internal set of files, or does it copy the existing 'sample' directory. Reason I'm asking is because without thinking I may have in the past made changes to that sample, which could completely hose things up if I ever want to do...
  15. B

    Parameters for exprreq

    I did a search in the HL wiki, as well as here in the forums, and there is nothing that references 'ispanelhighlight' of any substance. I've tried testing it to see what it does, but the results are not showing any change whether it's set to 'yes' or 'no'. I believe the default is probably...
Back
Top