• 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

Recent content by Steev42

  1. S

    Can't Get Map in Player View

    I'm sure I'm just missing something here, but I need some help. I've created a topic regarding a land area, and that topic has a snippet that contains a smart map. The topic and that snippet are set to be revealed. The map has a reveal mask that is set to show certain parts, but not all, of...
  2. S

    RW Crash Recovery - Help Needed

    Running build 192. My computer recently crashed while I was attempting to load my realm. After restarting, I loaded up RW again, and tried to sync the realm. This failed, with a 'file not found' error, and RW closed. Reopen RW, and it now appears that my realm is sync'd. In fact, when I...
  3. S

    HL on Win 8 Tablet

    So, I recently picked up a Windows 8 Tablet, pretty much exclusively for HeroLab use. Got the program installed, and it works great. Except for two issues. First, if I don't have a mouse plugged in, it gives me an error and fails to start. The program works just fine with the touch...
  4. S

    Bonus to all knowledge skills?

    Is there a way for an item to grant a bonus to all knowledge skills (other than adding the bonus to each individually)? I know that when adding class skills there's an "All Knowledge" option, but this value doesn't appear in the 'find thing' dropdown that I can find. Is there a macro or...
  5. S

    Tracking Portfolio Error

    So, I've been loading a portfolio that never had errors before, and suddenly I'm getting one. It reads "Chained pick 'xScent' has been orphaned due to missing boostrap in batch '446'". Now, I know where the xScent is coming from, and taking a quick look at that option (from ARG) in the...
  6. S

    Seperate but Magical Double Weapons

    Real quick -- is it possible to make a magical double weapon such that either end has different powers? There's a checkbox for "same powers", but unchecking that doesn't seem to allow a customizable second side.
  7. S

    Favored Class Option - help needed

    I'm trying to create a favored class option for a new race/cleric. This option grants a particular domain ability if the character does not already have it, or adds to the number of uses per day if it does. field[abValue].value += round(field[fcCount].value/2,0,-1) if (#hasability[dPlaFist]...
  8. S

    Favored Class & Bootstrapping

    Quick question to which I believe I already know the answer. If I'm trying to create a favored class option in a file to which the race and class already exist in other published files--say, Halfling Barbarian. Since those two things exist already, I cannot bootstrap the option to those...
  9. S

    access non-live pick?

    Trying to create a spell adjustment item that (among other things) adds 60 ft. darkvision. Originally had it in Pre-Attr (10000) because I was just doing anything in one script. When I selected this spell adjustment, I got the following error: And yes, this shows up twice. Since that wasn't...
  10. S

    What is illegal in this script?

    A simple script, at Post-Attributes/10000 field[trkMax].value += herofield[tHitDice].value field[trkMax].value += hero.child[aSTR].value Testing gives me an error: "Syntax error in 'eval' script for Thing 'raXXXX' (Eval Script '#1') on line 2 -> Invalid use of a reserved word in...
  11. S

    Getting Damage String

    Is there a way to get the final damage string from a particular weapon, so as to include it as part of the livename of another special? I tried to take a look at Constrict, as it would usually have similar function, but it seems that there are multiple versions of that with the values entered...
  12. S

    Increasing bonus is reversed?

    So, I've copied Sneak Attack into a new class special that's supposed to be a +2 bonus to saves at one level, and +4 at a higher level. I've gotten it so that it'll show right in the Special Summary pane, the Specials tab, and the printout. However, on the actual prestige class tab, both under...
  13. S

    Scripting question

    So, I'm taking a look at some existing Eval scripts trying to figure out how to do something, and I'm consistently seeing this line, or something similar: perform linkage[varies].delete[fInclude.fWepMnk] What exactly does linkage[varies] mean? I see that all over the place. I'm guessing it's...
  14. S

    BAB Macro?

    Ok, so two questions back to back, but this one should be a quickie. Is there a macro for accessing BAB, or is it just the whole hero.child[Attack].field[tAtkBase].value >= 10 bit every time?
  15. S

    Adding New Source Category?

    This may be a generic HeroLab question, but I'm coming from a standpoint of adding things in Pathfinder. I'd like to create a new heading for my sources. Something along the lines of (say) "User Content" or "Pathfinder Society" that I can then put other sources underneath. I had assumed that...
Back
Top