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

    ***Pathfinder Packs are going away!!!***

    Well hopefully that got everyone's attention! :D A new feature has been added to the HL binary program that I will be making use of in the next release. The good news is that the requirement to have all these different "Packs" because of official license issues is no more! This means moving...
  2. S

    Help with an Item

    I would recommend making this three different magic items. 1) Gives +2 to the selected mental stat. 2) Gives +4 to selected mental stat and -2 to another mental stat. 3) Gives +6 to selected mental stat and -4 to another mental stat. You will need a custom expression: Select From: - NONE -...
  3. S

    Development Deadline

    iPad info with Pictures: When you start the App click on "updates" at the bottom. On this new screen you have the "Add new update source (ie URL)". Make sure you entered the URL http://www.shadowsoftware.net/herolab/5e/updates.xml Next is after you downloaded and installed the Pack you...
  4. S

    Setup Powered by HL Updates using DropBox...

    I am going to try and cover how to setup Powered by HL updates using dropbox. This is useful for groups that have there own set of .user files they want to keep in sync across many players. Everything past step 1 is NOT needed if you are just trying to get a .hl file onto the iPad. Step 1 -...
  5. S

    Question about checking a pick to see if it's a shield

    Just for information. field[arCategory].text can't be used for the test as it contains no text (ie Value). If you look at the field in debug you can see that it only has a 'Final' not a "Value". You can't access the "Final" value only something that is in the "Value" column.
  6. S

    Fast Heal

    Shows up for me the universal monster ability "Fast Healing". Its not source marked to any specific book so it should display for everyone regardless of licenses. Shrug... :confused:
  7. S

    Multiple Armor Classes — Creating Custom Monster (i.e. "race")

    To start giving this forum some example scripts to work from I figured I would script this up quick. Issues is I don't know how much AC bonus to give or which "type". To solve the first I will use the variable abValue which can be set to the amount of AC bonus on the "Race->Racial Special"...
  8. S

    Small Tiefling can't fit their armor.

    If you loaded a medium race and then changed to "small" sometimes the equipment/gear stuff does not auto change to small. On the Armor/Gear/Weapon tab change the "size" to "Small". Then you will be able to add "Small" sized equipment.
  9. S

    D&D 5e Community Pack

    To make sure it loaded go to "Tools->Manage Third Party Updates". If installed and you restarted you most likely didn't turn on the new Source Options. Open HL 5e game up and on the "Configure Your Hero" window make sure that you have checked marked "5e Players Handbook".
  10. S

    Custom Expression resources

    I wanted to add some more information specific to "Classes" and finding the tags. Its a "gotcha" that catches allot of people. I am going to use Cleric in this example. When you add a Class to HL two "Picks" are actually added at level 1. One of these is called the "Class" and starts with...
  11. S

    Pathfinder/Midgard: Aasimar PC race disappeared

    Uncheck "Midgard Campaign Setting" and the race appears again. It has been specifically set as a race that is hidden if you activate the "Midgard Campaign Setting". If you think this is a bug you need to report to "Kobold Press" (or whatever there current name is.) LW does not have control...
  12. S

    Pathfinder Community Packs

    So you do specifically see "Pathfinder 3PP Pack (v1.14)" listed in the Manage updates? And you have restarted Hero Lab sense you installed the addons? When you press CTRL-K you don't see this:
  13. S

    BaseSplPwr component issue?

    I have a custom archetype for the Witch that changes the patron spells into spell-like abilities. It has been working great until the last update. Now I get these errors for each spell that becomes a Spell-like ability. Attempt to access 'focus' pick from script when no focus exists...
  14. S

    Error in the BaseSkill Component?

    So I am adding a Racial Cust Special that acts just like a tool giving a +2 circumstance bonus to a small list of skills. So to make sure they cover the "tools" rules I copied the script from "Thieves Tools" to give myself a place to start. Thieves Tools: Pre-Levels/10000 doneif...
  15. S

    Editor setting a Competance Bonus on Ranged Attacks

    The #applybonus[] macro is looking for three things of input: #applybonus[FIELD_NAME_FROM_PICK, PICK_ON_THE_HERO, THE_BONUS_TO_APPLY] In this case your looking for giving Ranged Attacks. So go to Develop->Floating Info Windows->Show Selection Fields and we want to look at the "Attack" pick...
  16. S

    Feral Combat Training + Flurry (claws)

    Its in the first set of options under User Content. You did install the Basic Pack? Go to Tools->Manage Third Party Updates and make sure you see Basic Pack. This is what you should see if you installed the Basic Pack:
  17. S

    Furious Focus not Recognized

    I was tossing around a few ideas for what I "could" do to display this FF text. I came up with a few concepts. The one I having an issue with is the argument that the penalty could negate "any" of the attacks. Currently what I did was show the bonus for the characters "first" attack with a...
  18. S

    Tracker Tab.

    So if you look at the top above the "Tracker" tab it has 'help' information about what a tracker is: When it says all "Must be added by something else" it means you must bootstrap this Tracker onto another "Thing" (ie Feat, Class Ability, Gear item) something that gets "added" to a character...
  19. S

    Familiars in iPad app

    Yes you can get to your Familiar or Animal Companion on the iPad. Let me use pictures: Click on the Persons Head in the top right Corner: Then on the New window you can click on your Familiar's name. In this example its "Billy" my goat familiar:
Back
Top