• 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

    Just for fun.

    Not sure if I posted these guys before, so I'm posting them now. Sorry if this is again. Trying to make these guys fun. Open to suggestions. Duct Ape: a small, simian creature that lurks in dungeons, pyramids, temples and inns. They are small and stealthy. They desire food and shiny things...
  2. E

    Why is the same skill showing up three times in a foreach loop?

    First of all, scratch my previous question about the labeltext script. I'm doing that whole thing a different way, which I think will still work out the way I want it, but I'm having another odd issue now. I have the following portal: <portal id="skill" style="outNormal">...
  3. E

    output_label with text vs. output_label with script.

    I'm experimenting with the character sheet (sheet_standard1.dat), and I'm confused by an issue. When I use output_label with a text element, things seem to work as expected. But when I use a labeltext script, things do not work as expected (meaning not what I would have expected). So here's my...
  4. E

    Changing the order of items listed in tables.

    When I started working in Chill, I defaulted to listing the primary attributes in alphabetical order. I did not lost the derived traits in alphabetical order, but I don't recall why. Still, the reason isn't important. Now, I'm working on some cosmetic changes to more closely match how things...
  5. E

    Multiple conditionals?

    Is there a syntax that allows multiple conditionals for an if or a validif? I want to do something like this: validif ((field[trtUser].value <> 3) and (field[trtUser].value <> 5)) or this: if ((field[trtUser].value <> 3) and (field[trtUser].value <> 5)) then @valid = 0 endif I...
  6. E

    field similar to heroname?

    I want to create a field similar to the hero name, where it only exists once on the hero, it's on the static form at the top, and it's user editable. I figured I would emulate the way the hero name field is configured, but I can't find it anywhere outside of portals and templates. I can't find...
  7. E

    ATTN: Mathias

    A loooooong time ago, I posted a validation script that used if/then/elseif logic which assigned a value of either @valid=0 or @valid=1. You admonished me for writing a validation script in that manner, and told me to use validif instead. You asked me where I got the idea to write such a funky...
  8. E

    Variable costs depending on number of picks.

    I'm trying to work through an issue with a set of picks where each additional pick has a higher cost than the previous one. The first pick costs 4 points, then each additional pick costs an extra 2 points, cumulatively. So pick1 costs 4 points, pick2 costs 6 points, pick3 costs 8 points, etc...
  9. E

    Starting attributes at 0 with no CP refund?

    With a new skeleton system, attributes have a minimum value of 1, and CP has a default value of 250. I know how to change the minimum value of the attribute to 0, but this refunds CP points. I would like a baseline of all attributes with a value of 0, and no CP refunds, so the CP value remains...
  10. E

    Chill 3E

    Started working on this. I hope this isn't a premature announcement. Usually, when I start working on a whole, new system, I get frustrated with issues I just can't resolve. But this one seems relatively simple. Hopefully, I can get 'er done.
  11. E

    Re-requesting a feature.

    In the Hero Lab print dialog, where we select if we want to print the main character sheer or abilities and gear or spell descriptions ... please change those from radio buttons to check boxes, so if we want to print all three, we can do it in one go. For those of us who still play primarily...
  12. E

    Removing a Type ability?

    I'm setting up a creature whose type is "aberration", but they don't have darkvision. Is there a way to exclude that one ability? Or do I need to make a copy of the aberration type, remove that ability, and assign the copy as the type?
  13. E

    Where is the Slithering Rift?

    On p. 255 of Bestiary 6 is a Slithering Rift, which is a much more powerful variant of the Slithering Pit. I can't find the Rift in HL, though. Am I missing something obvious, or does this need a support ticket?
  14. E

    Pathfinder/Starfinder mashup?

    Will there be any possibility of crossing the streams between Pathfinder and Starfinder? By that, I mean, letting Pathfinder see Starfinder's races, classes, equipment and feats, and vice versa? Or will they be completely separate systems, walled off from each other except for what's manually...
  15. E

    Doctor Who is gone.

    Just making an observation here. I went to the updates section in Hero Lab and got an error about not being able to find the source for Doctor Who.
  16. E

    The ability to grant selected players or clients to view all.

    This is kind of a "Co-GM-Lite" request. Given that Realm Works was built from the ground-up with the concept of having one GM in control of everything, I understand that changing that might be a logistical nightmare. That being said, would it be difficult to allow a specified invitee to just...
  17. E

    import/export and topic_id

    If I programmatically add content to an export file, I have to give each topic a topic_id. I'd like to know if I'm properly understanding how this works. What I've seen so far is: Within a given export file, each topic_id should have a value of "Topic_<nn>" for example: topic_id="Topic_1"...
  18. E

    Multiple Attacks + Two Weapon Fighting

    This is a point that has always confused me, back to the days of AD&D. And I think, even with Hero Lab, I've been short-changing myself. I'm running an unchained monk. Level 11. Amulet of Mighty Fists +3 and a Monk's Robe. Two-weapon fighting feat. If I go to weapons, and for unarmed strike, I...
  19. E

    For those who asked to see how I'm importing spells.

    https://github.com/EightBitz/RWImport Please read the readme. Do not consider this a finished product. Backup your database. Make copies of your realms. This is only lightly tested, and in a limited environment. I can't guarantee anything if you run this code. I have run it several times on my...
  20. E

    Is there any kind of a topic limit?

    I'm working on a script that imports spells from the csv file at pathfindercommunity.net. It contains about 2700 spells. The last selectable one is maybe #1348 on the list (which happens to be "Pup Shape"). There are other spells listed beyond that, but I cannot select them. And when I scroll...
Back
Top