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

    Power related error message

    I'm in the process of putting together a .stock file for the Broken Earth creatures so I can use the encounter builder with it, and I've gotten an error message on one (the BE "dragon", which is a mutated flightless eagle with pyrokinetic powers). I got three duplicates of the following error...
  2. P

    Speaking of Broken Earth...

    Now that I'm going to actually be using it, I notice two of the "community" edges (these are particular traits of a community, not something attached to a chracter) allow the PCs to learn two skills with an advance rather than one, one only Knowledges, one general. I'm pretty sure the easiest...
  3. P

    Behavior I'm not understanding about creating a creature.

    I just notice when I create a character from one of my Broken Earth creatures, its setting all the skills initially at d4, even though the creature entry indicates they're at different levels. Is that normal behavior?
  4. P

    using a Hero tag in a pre-requisite

    In attempt to set up a couple 4e feats so they're properly checking for pre-requisites (specifically a couple that will let you take the feat if you have a high enough value in a specific attribute or are a particular race), I tried to do this in the pre-req script: validif (#trait[attrCha] >=...
  5. P

    Where would the process that's doing this be?

    Okay, I'm doing my ongoing work to patch and fill the 4e files. One of the things I do while looking through them today is to notice that there's actually no pick-req, pre-req or expr-req on the feats that have the Channel Divinity class feature as a pre-requisite--yet the program is still...
  6. P

    Selector working in one place and not another

    Okay, in my usual attempt to fiddle with the 4e files, I'm trying to make the fifth level Scholar Theme option at least provide a choice between the two things its supposed to be doing. As an example of something (working) that allows you to choose between two other "things" this is the chunk...
  7. P

    Using a .component as a counter?

    In my ongoing war with the 4e files, I'm doing something that needs to to determine whether a character has all the listed skills (its a bootstrap condition), and I'm wondering if there is a way to use a components (in this case Skill.component) to check and see if all 17 are present. Anyone...
  8. P

    Load Warning

    Hey, I seem to be getting a warning when I load the SW version about a couple of timing errors. Specifically, in the timing report: -<errors> -<depends priority="5600" phase="Initialization" name="Thing edgSprnt: Eval Script #1"> <after priority="1000" phase="Setup" name="Thing abSlowDwf...
  9. P

    Alternate Conditional Bootstraps

    I figure I might as well ask whether this sort of things works before I get too deep into doing it. In my ongoing 4e work, I'm trying to make the second tier ability of the Scholar Theme work at least halfway right (if the reader doesn't know what a Theme is, don't worry about it; it shouldn't...
  10. P

    Generic Attack-specific bonus?

    Since a few people from the older 4e crowd have been sticking their heads in occasionally, maybe one of you might know this: Is there a way to code something to give a bonus to all attacks, but only attacks in the 4e code? The Dragonborn Fury race feature does this when the Dragonborn is...
  11. P

    Armor Proficiency enforcement

    This actually has to do with a different incarnation of system, but since I looked at the PF files and they seem to do things the same way as what I'm working on: how does HL enforce armor proficiency requirements in selection of armor? Looking at Full Plate, it doesn't seem to be any sort of...
  12. P

    Armor Proficiency Check on Armor purchase--where?

    A while back I went in and fixed the fact some of the latter-day armor proficiency feats were not enforcing their pre-requisites, but I just noticed that the actual armors (Studded Leather for example) were not actually requiring their proficiencies, so I just pulled up the an armor to see how...
  13. P

    What kind of component might this be?

    I'm trying to address two problems I'm working on in the 4e files, one of which will help me fix the other. The first is that the the various Implement Expertise feats (which are supposed to add a bonus to those powers that use a given implement) don't actually work. I suspect that's because...
  14. P

    "Undeclared variable"

    I'm getting an error message on an eval script I'm trying to put together, and my suspicion is its a timing issue, but fiddling with that has not fixed the problem, so perhaps I'm missing something. I'm trying to put together an if-then result using two hero fields, and I'm getting an error...
  15. P

    False positive for "thing" in pick-req?

    Okay, in my slow work on cleaning up the 4e file, one of the items I hit was a "armor" proficiency for an item called a Barbed Shield. Its pre-req was supposed to be proficiency in Heavy Shield. The feat was listed incorrectly as an armor, rather than shield proficiency, but that was just a...
  16. P

    "Invalid Tag template"

    Anybody have any idea why the following construct would be producing the above result? It doesn't seem to be a problem with the tag itself (that produced a different error). Is there something generically wrong with this as a construct, or is it a case where individual game systems all do this...
  17. P

    Groups and Tags

    In process of my pursuit of that problem I address elsewhere, I've been trying some experiments with conditional bootstraps, but I've run into a problem that I'm getting error messages seeming to suggest I'm using the wrong groups or tags (at least it complained about one of the group.tag syntax...
  18. P

    Slightly complicated select option.

    Okay, I think I know how to do each half of this; I just don't know how to combine them within one trait. The second half of the 4e Scholar Theme gives you some benefits relating to skills and languages. In the first case, it gives you one of the same three languages it gave during the first...
  19. P

    Pick from list?

    This may be too general to be useful, but given its a question about something I'm trying to fix in the 4e user file that seems to have defeated its native fan base, and that the sub-forum for it is fairly somnolent, I figure I'm not any worse off asking here: Is there a general way within the...
  20. P

    Archery Mastery?

    Just to make sure I'm not missing something, is the Archery Mastery feat for Rangers not working right? It seems like what it probably should be doing is adding the two Expert Archer class features as available at-wills for the ranger (probably with an exclusion), but it doesn't seem to...
Back
Top