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

    Tales of the valient

    Hello, Havn't been on in a while. I was very happy to see herolab taking on Tales of the valient. Can we add our own content to the online version or is that just the offline version. I was thinking of adding the extra playtest materials. Ranger, warlock and other races...etc
  2. M

    Topic View Cap

    Hello, I have recently reached the topic view cap of seven. Is there anything in the works to increase the cap or do away with it altogether?
  3. M

    thank you!!

    I grabbed the midgard world book. Fantastic thank you guys. I will be getting the rest of the midgard content
  4. M

    Gods and epic monsters

    I am starting to code in a series of big nasties, Lolth was my first one. I did look around the net and saw some Lolths out there but I thought they were a bit over the top. So using some of the big nasties from the Tome of foes as a template. I created a Lolth that I think is more than fair...
  5. M

    Druid wildshapes

    I am currently coding my solution to Druid wildshapes which will consist of all of the relevant beasts being listed under activated abilities. I am doing this by altering the archetypes as there is a difference between land and moon. this changes the following data on the character when...
  6. M

    size values

    these lines work just fine perform hero.findchild[BaseRace].tagreplace[RaceSize.?,RaceSize.Medium0] perform hero.findchild[BaseRace].tagreplace[RaceSize.?,RaceSize.Large1] perform hero.findchild[BaseRace].tagreplace[RaceSize.?,RaceSize.Huge2] however perform...
  7. M

    Ipad requirements

    I was thinking about getting an ipad 2 16g, is this sufficient to run herolab?
  8. M

    Epic Spell Array

    is there any way to increase the spell array to make this valid? focus.field[cArrKnSpl].arrayvalue[21] += 15 focus.field[cArrKnSpl].arrayvalue[22] += 16 focus.field[cArrKnSpl].arrayvalue[24] += 17 focus.field[cArrKnSpl].arrayvalue[25] += 18...
  9. M

    Export to PDF

    Was wondering if there will be a feature that would allow me to select a thing (Demonomicon of Iggwilv for example) that I've created with a number of snippits. now if the player has the player version they would just be able to login and see what information I have revealed. But if they do...
  10. M

    Custom Warlock Patron

    I am creating my own custom Warlock Patron, has rather a shadowy nature base to it. I wish to switch the available spells from Warlock to Druid. I tried this: perform linkage[table].setfocus doneif (state.isfocus = 0) doneif (tagis[Helper.Disable] <> 0)...
  11. M

    Race Coding assistance

    I am Creating the Githzarei as a player race. in the version I am using you choose one of the following as innate psionics at 1st level feather fall, jump, or shield and then one of the other two at 3rd level. Fist question: for the bootstrap condition count:Classes.Ranger >= 3 what is the...
Back
Top