• 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

    Bug? Barbarian Monk

    I was playing around with a Orc Barbarian-Monk (Drunken Master). When I reached 5th level (3 levels monk, 2 levels barbarian) I found I was getting Extra Attack which I shouldn't have been getting until I hit 5th level monk OR 5th level barbarian. Not a combined a level of 5. I think this is an...
  2. M

    5e Community Pack and iPad

    My sister just got a new iPad Pro and gave me her old iPad 2. I installed Hero Labs and activated it with one of my spare liscenses. However I am have a problem getting it to install the Community Pack. I inserted the updates address but get nothing. Do I have to manually createdd an export .hl...
  3. M

    Scripting question

    ShadowChemosh, this is most likely aimed at you again. :) I want to take a value from a field like speed (say its 30). From there I want to convert it to a tag Value.0 to Value.30 How would I convert a convert a tag Value.0 to Value.30? I know to use perform pulltags[Value.?] to pull the...
  4. M

    Brawny feat help

    Ok, I need help. Here is my feat. It's broken atm but I need help with some scripting I've never used before. What I need to do is check if an ability like the Goliath's Powerful Build ability is present. If it is I need add +1 to iCount. This allows abilities like Powerful Build to stack with...
  5. M

    Perception, Elf Keen Senses, Expertise

    I ran into an interesting issue when scripting the Unearthed Arcana Skill feats. So far they all work ok until get to the Perceptive feat: This is my script: Phase: Post-levels, Priority: 10000 Timing > Before scripts: Calc skProfBon Everything works fine except when you play an elf with...
  6. M

    Experise (Double Proficiency)

    ShadowChemosh: Could you please take a look at this script and maybe tell me where I am going wrong. Phase: Post-level, Priority: 10000 Timing: (Before script) Calc skProfBon This script is supposed to check to see if the hero has Proficiency with Acrobatics, if he doesn't it should grant...
  7. M

    New Familiar Types

    Currently there are 3 familiar types: celestial, fey, and fiend. I'd like to add another: construct. I just can't find where or how to add such a thing. Anyone able to help or is this something that has to be done by Lone Wolf (hard coded)?
  8. M

    Suggestion (Poisons)

    WOuld it be possible to add 2 new fields to poisons? For scripting purposes it would be nice to have fields for the poison's save stat and DC. i.e.: Constitution save, DC 13 - Save stat = Constitution, DC = 13 It would mean having to add this info to existing poisons if implemented.
  9. M

    Scripting: Tag ID question

    In the script below I am trying to add Proficiency, Expertise, and Advantage to all Artisan Tools the character is carrying. It is part of a set of 3 scripts on a major Ring artifact. Everything works fine except I'm at a loss on how to add Expertise (double proficiency). Since the changes to...
  10. M

    Timing errors

    I am gettign a timing error. It directs me to the timing.xml file. What I need is help with how to find timign errors in the file? Anyone? :confused:
  11. M

    Strange error, never seen before.

    I was working on a few special familiars that I'd entered months ago. I'd left out special movement speeds (Flying and climbing). After I added them, I started getting this error: Anyone have any idea what would be causing the error? By the way, when I added a climbing speed to one of the...
  12. M

    Adventurers League Bladesinger

    I have a puzzling situation. I am playign around with creating an Adventurers League character. The character is to be a High Elf Wizard. When I duplicate the character to play around with leveling builds I don't see the Bladesinger showing up. I have all Howbrew and 5E Community material...
  13. M

    Fire Resistance/Fire Immunity.

    To my fellow scripters, a question as usual. I am creating a powerful wonderous item, This item grants Resistance to Fire if the Attuned individual doesn't already possess it. If the individual does possess it, Resistance to Fire is upgraded to Immunity to Fire. I am trying to Bootstrap the...
  14. M

    Tool Issues

    I still have issues with the Rogue not adding Thieves' Tools, but that is an issue for Wolflair since its in the original Rogue code. However, I have been finding a lot of backgrounds are no longer adding tools. One example of this is the Spy variant of the Criminal background Disguise kit and...
  15. M

    Wild Shape scripting help

    I am working on an Adjustment for druid wild shape. You add the beast shape as a hireling then add this adjustment. It transfers your mental stats to the creature. That works. In addition, I need to transfer save proficiencies. This is the script I am using for that, but it doesn't work...
  16. M

    Configuarable scripting

    Ok, for the current project I am working on for my Tuesday group I have creating the Princess class. I liked it, and it didn't look over powered to me so I agreed. For those interested: http://dnd-5e-homebrew.tumblr.com/post/147716547969/princess-class-by-by-impersonater I am almost done but...
  17. M

    Animal Companions

    Anyone know if it is possible for a script set on an animal companion to pull the value of a field from hero whom the animal companion belongs to? I am trying to create an adjustment for an animal companion that needs to pull the proficiency bonus from the hero it is attached to. My script...
  18. M

    Eval Script help

    I need help again. I am working on a class ability where you pick a favored type of weapon (say rapiers). I need help figuring out how to get the thingid from the selected weapon to use in a foreach loop to cycle through all the weapons on the hero and add a bonus to the appropriate...
  19. M

    Custom Expression Help

    I'm trying to create a Custom Expression that will allow me to chose a language from component.BaseLang that you don't already have. I just can't find an expression that ignores languages you already have . . . Is there such a critter? :confused:
  20. M

    HL D&D 5E Issue

    I have a really puzzling issues I have never seen before. I have a system which I use at the gaming table. It has Windows Vista installed. Everything has been running fine until I installed the 1.7 update. Now, whenever I create a new character, when I go to add skills through either a class...
Back
Top