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

    Having Trouble with Subrace Spell caster.

    I'm getting the pictured error: I'm adding spell casting to a sub-race, but the race itself doesn't. I've added the xSpellcaster bootstrap. Set the spellcaster level, spell list, and attribute in my sub-race. But the Racial Spells tab is blank and I get the error.
  2. E

    Configurable confusion.

    So I'm making my own version of the updated blood hunter class and I've decided to use a configurable for some of my class features. I've got two class features I've broken into three choice options: Blood Curses (cfgObject1) w/cfgMax1 for tracking Primal Rites (cfgObject2) w/cfgMax2 Esoteric...
  3. E

    Adding a class special from an index pick

    So I have a class special with an index. Looking at the Draconic Bloodline feature, it shows me how to deal with the array picks. so now I'm looking to add another special depending on the pick. the current text is: if (field[usrIndex].value = 0) then perform...
  4. E

    Adding a weapon group

    So I want to make some magic Hammers. Turns out there isn't a Hammer Group. So I remade the hammers (Light, Maul, War) and added them to this group. Now I have duplicate weapons. I could "replace" with mine but that kind of scares me. I tried to do this extending the hammers to the group but...
  5. E

    Changing a spell attribute

    Hey all. I'm setting up a Paladin Oath I snagged from /r/Unearthed Arcana and one of the class features converts the spell Attribute for the paladin from CHA to WIS. Is there a way to change the Spellcasting attribute? I was looking at the tags for the Pally class and don't see that one...
  6. E

    Conditions on a bootstrap

    Hey I'm trying to word this right, it's the bootstrap equivalent of the "if disabled get out of here." so I have a natural weapon for a quasi shape-shifter that only works when in their 'combat' form. is there a version of the "if (field[abilActive].value <> 0)" argument I can put in the...
  7. E

    Odd little error on new weapon I created

    is this from the new community update or did I miss something on my weapon?
  8. E

    Adding a use of Bardic Inspiration

    I'm adding in the Maestro College to my HL SRD and it includes a plus 1 tick to the Bardic Inspiration charges. I think this should be relatively easy but it's been a while since I tried scripting this stuff and I'm not sure how to affect the tracker for it. would it be...
  9. E

    Subrace loses an ability.

    So I could make a "Subrace" of the regular race and add this ability to it...but before I do that I'll ask does any of the existing races have a subrace that loses one of the typical powers? I'm assuming you can script it away but I thought I'd see if it's been done rather than just beg...
  10. E

    Update 7.6b keeps popping up every time I launch

    And it won't let me save unless I download it each time. Anyone else getting this problem?
  11. E

    Deity Category functioning strangely

    So, I'm throwing down on some custom deities and they're divided into multiple pantheons I copied a {bmp npcclass} Pantheon name here {bmp npcclass} entry, added my source, my deity category, and made it unique... <thing id="deiWPClan" name="{bmp npcclass} The First Clan {bmp npcclass}"...
  12. E

    New Class...my user choices aren't showing up

    I've set up some proficiency choices and Attribute/Feat levels in the class builder but they're not showing for my character. I copied an existing class and it's working fine. Not sure what my new from blank class is missing in this regard.
  13. E

    Increasing Encumbrance

    Looking to double the encumbrance limits for the Goliath race and was wondering which of the tags I want to affect...is it the same as Pathfinder? nope...tEncumMed does not work.
  14. E

    Background Tab Editor Question

    Hey guys I thought I'd ask this as I've been kind of bumping against it. so the background tab There's Skill Proficiencies there's the skills Table #1 and #2 that allows for choices then Skills Table #3 that allows for choices as well as tool proficiencies Then there's tool tables 1, 2, 3...
  15. E

    Bloodline User Choice Help needed.

    I am setting up a Giant Bloodline that, like the Draconic Bloodline requires the user to choose an ancestry in order to establish resistances. I copied the Draconic Class ability but my drop down is populated with many things like duration iterations and other ...as well as the copied dragon...
  16. E

    Ethnicity altering Height Dice

    Greetigns! I'm back. So I have an ethnicity that is generally taller than the race it modifies. finding rElf has an eval script that if the qualifications are met uses: perform tagreplace[HeightSize.8,HeightSize.6] I'd like to do something like this for the ethnicity. However, adding the...
  17. E

    Creating Intelligent (non-weapon/armor) Items

    I've noticed that when getting gear, only Weapons and armor allow for adding intelligence, am I looking at it wrong? OR does this need to be done in the Editor?
  18. E

    Swapping a Natural Attack

    So I am working on an alternate race trait. The standard race has a 1d6 Gore attack they have horns. The alternate is shorter horns/harder head they have a Headbutt. When I activate the alternate race trait both show up in the weapons tab even though RaReplace ghosts out the Racial ability...
  19. E

    Channel Energy Race Add.

    I'm wanting to set up a race ability, similar to the Aasimar Channel Positive energy... but I have more ifs for it. Right, if you don't have a channel feature you get 1/day 1d6 Positive Energy Channel. If you channel Positive you get +1 daily use if you channel Negative you get -1 Daily use...
  20. E

    Class Packs Purchases

    a round about question. I got a friend 4 of the character packs and whenever he opens HL he gets a large list of "missing files." Is that par for the Character Pack Course or should he report a bug?
Back
Top