• 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

    Buckler shield questions

    Anyone created a buckler shield for 5E? A buckler is a shield that grants AC +1, does not occupy the hand of the arm it is strapped to thus allowing the wielder to use a 2h or versatile weapon while using it. In some systems it does not provide AC against ranged attacks, in others you don't get...
  2. M

    gIsEquipped question

    Ok, I am creating a dagger that grants the character a bonus if it is equpped. Simple? I just discovered that if you equip such a weapon in your offhand, gIsEquipped stays at a value of 0. My question is should it be setting gIsEquipped to 1? Or another number representing being equipped to...
  3. M

    Custome Name: Race adjustment

    Anyone else get an error get an error if 'Enable Data Filter Debugging' is enabled? Note: rCat above is my familiar. I am trying to change the name to Hellcat. If I disable 'Enable Data Filter Debugging', the error goes away. I was originally using a custom familiar and thought that was the...
  4. M

    Getting weapon damage type

    Ok, I'm tidying up my .user file for the Unearthed Arcana: Mystic class v2. What I have works, but its a bit kludgy, so I decided to tidy up my scripts with what I now know. One of the Class Specials adds damage to the weapon damage of the same type as the weapon does. This is there script I...
  5. M

    Unearthed Arcana - Feats issue

    Ok, I'm stumped again. I'm working on the feats from the latest Unearthed Arcana. Everything has been going fine until now. I'm working on the Spear Mastery feat. As a bonus action, this fear allows you to increase the reach of a spear by +5 feet. Now spears are a throw weapon and have no...
  6. M

    Bonus Spell Casting Slots

    I am trying to find the fields (or array) that tracks how many spells a hero can cast per spell level. ie: 5th level caster - 4 x 1st, 3 x 2nd, 2 x 3rd I'm trying to create an item that grants +1 to the number of 1st level spells a hero can cast. For example a hero who is a 5th level caster...
  7. M

    Spellcasting Attribue modifer

    Is there an easy way to obtain to value of a hero's spellcasting attribute modifier? :confused:
  8. M

    Sub-class & Domain selection.

    I am working on adding the sorcerer sub-class from the Unearthed Arcana called the Favored Soul. One of the class features for this Chosen of the Gods which allows the sorcerer to select a Cleric domain of the hero's choice. The domains free spells are added to the sorcerer's list of known...
  9. M

    Third Party Updates & Dropbox

    ShadowChemosh: As requested, I've moved this conversation over to the 5e forums. How would I get the 3rd party updates link to Dropbox? Do I need to set up anythign special in Dropbox? :eek:
  10. M

    Factions

    Is Faction support built into HL 5e anywhere? If not anyone have an idea on how best to implement Factions? I think I'd need a drop down that fists the 5 ranks (1 - 5) and a text box to track Renown. Hmmm . . . maybe a better question would be is there Renown support built in HL 5e? :confused:
  11. M

    Yet another possible bug

    Anyone else notice the drop down to select Fey, Field, or Celestial for familiars is missing? :rolleyes:
  12. M

    Getting a name string

    Ok, on an adjustment I have it set up on pChosen2 to selected a Damage Resistance from the drop down. No problem. But how do you get the name of the selected item? I've tried the following: field[pChosen2].chosen.field[livename].text field[pChosen2].chosen.field[thingname].text Is there way to...
  13. M

    xospells errors

    Anyone get this error? I am currently trying to see if something I've created is interfereing with the xospells procedure. It's definitely not mind, and it's not a procedure I've used to date. It may be something from the 5e community pack, but I won't know until I disable or remove all non-HL...
  14. M

    Adding Trinkets

    I am preparing HL 5e for when I run Curse of Strahd. I've added the background, btu am at a loss of how to add the Gothic Trinkets. I created an item under the gear tab, and set the Gear Type to Trinket, but it doesn't show up under trinkets on the gear tab. I've tried the other gear types...
  15. M

    Boulders

    I don't know if I've found a bug, or if I messed something up in my HL. Could someone create a boulder as a thrown weapon (the ones on Ogremoch do 7d10). I made them 50 lbs and Simple weapons. When I equip them on Ogremoch, they rise in damage, on their own, to 28d10 for some reason. When I...
  16. M

    text functions

    Are there any functions for working with text? Is there a function for finding part of a string? Example: Left("abcdefghijklmnopquestuvwxyz", 6) would return "abcdef" I thought I saw such function on one of the resource sites, but I can't find it now . . . :(
  17. M

    Familiar Types

    One of the projects I am working on grants the hero 4 additional familiar types in addition to the norm ones listed in the spell. These familiars are constructs. Does anyone know how to add another type to the Familiar's Type drop down? The normal selection is fey, celestial, and fiend. I'd...
  18. M

    Bonus Spell Preparation Slot Adjustment

    Has anyone created an Adjustment that allows you to add a bonus number of spell preparation slots to a chosen spell level of a chosen class? Adding the class selection to Custom Expression 1 is easy, using the incrementer to select either the number of slots to add or the level of the spell...
  19. M

    Yet Another Question

    I have yet another question for the scripting masters out there. I have an idea, but I don't know if it is feasible in HL. Lets say I create a spell named 'Blank Spell'. Now I create a Features that selects a spell from a custom expression and has 'Blank Spell' bootstrapped. Is it possible...
  20. M

    SubClass Feature problem.

    I am trying to create a new Bardic school: White Wind College. This is a a healer's college. 3rd) It grants the bard proficiency in Medicine (working). 3rd) It grants the bard a 2 plus level of the healing spell slot bonus on damage healed (stolen from cleric life domain. (working) 6th) It...
Back
Top