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

    How can a race selection activate the Faction chooser?

    So I saw this in another thread: http://forums.wolflair.com/showthread.php?t=13099&page=3 This section by Caped Crusader: So nothing further in that thread about how-to and searched through the rest of the forums and cannot seem to find anything answering how. Tried all of the existing races...
  2. G

    How to ignore Trait prereqs for an Edge?

    Back to gaslight, but will affect another data-set I am working on as well. So some of the Races automatically 'gift' an Edge upon selecting that Race. For example, the Wilding race receive the Dodge Edge at creation. So I know how to code to ignore Rank Requirements (which I did): <!--...
  3. G

    How to validate prereq with multiple Edges/requirements

    This would be for Gaslight and the spell system. Problem, each Arcane background and Race may be able to cast the same spell but have different prereqs to cast, in this case one being Forbidden Knowledge Edge, the other the Race. Races: Human, Vampire, Werewolf (for now) Arcane Background...
  4. G

    Hero Lab unable to update

    Seriously, the "Checking for Updates" just sits and spins. I have managed to watch an entire episode of Castle on Hulu while it tried to update :) Computer rebooted and everything. Internet connection is fine. Running a connectivity monitor and everything peachy. Mind you, I had no internet...
  5. G

    I think I broke my HeroLab, won't launch now...

    Not sure what happened, submitted a help ticket but thought I would throw error message up on forums as well: C:\Program Files (x86)\Hero Lab\HeroLab.exe 4.0c 324 ACCESS VIOLATION Address: 0x0042490f Type: bad read major: 6, minor: 1, build: 7601, platform: 2, version: Service Pack 1, spmaj: 1...
  6. G

    Limiting Starting Languages - Gaslight

    So in Gaslight it follows the language rule of Smarts/2 = Starting Languages. No problemo. Now there is a Hindrance: Sheltered, which limits starting language to just 1. Thought this would be easy...doh. So I took a look at Linguist: Eval Script Final 2000 #resmax[resLang] += #trait[attrSma]...
  7. G

    Determining Edge ID and other IDs

    This may seem like an odd request but is there any resource that lists ALL the IDs for Edges, etc. within HeroLab? I ask because I do alot of custom worlds as well as working on adapting some existing rulesets. The problem is the Editor window cannot be adjusted and in some cases I just cannot...
  8. G

    Shaintar: Legends Arise Edge porblem #2

    Okay, so this second Edge is: STUDENT OF FORMS Requirements: Seasoned, At least two Combat Edges, Smarts d6+, Fighting d10+ The Hero has studied and practiced with a particular form of fighting to the point of developing an impressive and effective aptitude with it. The Hero chooses a...
  9. G

    Shaintar: Legends Arise Edge problem #1

    Okay, so I have a copy of the Beta book and found some cool Edges similar to some house rules I was thinking of. First one: WEAPON FINESSE Requirements: Novice, Agility d8+ The Hero has learned how to use grace and dexterity in place of raw power to get more out of their weapons. As such, they...
  10. G

    Problem with Fantasy Companion and Magic Items

    So I equipped a character (say Stealth d8) with "Thief's Jerkin" and then pop over to the In-Play tab and check the box for the armor (Stealth Skill Modifier). Here is where you see the mistake. What should now read Stealth d8+2 is instead Stealth d12. That is incorrect. According to the...
  11. G

    Tracked resources on PDF character sheet

    Only just now beginning to tackle trying to modify character sheets, etc. But right off the bat, any particular reason the default character sheet does NOT reflect Tracked Resources when I create and print? Seems like something it should do out of the box. If you Output Hero Statblock you get...
  12. G

    Additional starting languages as per Bump for Language

    In Ragnarok setting, they use the 1/2 Smarts = number of starting languages known. The Edge: Bump for Languages gives two additional languages So I made the Eval Scripts: Phase: Final Priority: 2000 Index:1 #resmax[resLang] += 2 Which sort of works, but doesn't :) When you click over to the...
  13. G

    Adjusting starting cash and another question

    Okay, Have been digging around and learned a few more things :) Question 1: So I am able to adjust starting cash up with the following "Mechanics" <eval phase="Initialize"> herofield[acCashMult].value += 1 </eval> How would I set the starting cash to $250 instead of the normal $500? The...
  14. G

    Changing the Linked Attribute for a skill

    Okay, I have mainly worked on Pathfinder and recently jumped to Savage Worlds (since I am running it). Don't like dependency on Agility all the time and created an Edge that swaps out Fighting > Agility to Fighting > Strength. The thinking that some characters are more of a thuggish/brutish...
  15. G

    Setting weight limits to bags/containers

    I have read through various documentation and haven't found what I am looking for, probably user error :) So with an existing belt pouch or bag or a newly created bag type, is there a way to actually set the maximum weight or item amount that can be put into the container? Say I have a belt...
  16. G

    List of Gods/Pantheons as data file

    So I have only been using this for a few days and I am quite impressed. Last comparable application like this was Metacreator. Okay, on to my question. Under the Personal tab there is the Deity box. What I wanted to do was create a data file of the various gods from my campaign so a user could...
Back
Top