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

    Auto assigning Languages

    I'm trying to auto assign languages to a new creature so it begins with all options used, however I can create the creature in the editor and assign languages but it still shows the "Staring languages Left" option in the main program. I'm a tad frustrated and stumped why, any ideas or is it...
  2. B

    Adding hit points multiplied by attribute modifier

    The title says it all, I'm attempting to add hit points to a hero using a script the calculation is Add hit points equal to Hit Dice multiplied by the attribute modifier. I can't find the correct identifier for Hit Dice, I've tried rHitDice, tHitDice and numerous other combinations but I keep...
  3. B

    Adjusting DC script to use different ability modifier.

    I'm trying to adjust the dragon breath weapon DC script to use the Charisma modifier instead of the constitution modifier. The custom script should keep the breath weapon as per the type of dragon but alter the calculation to use Cha. It'll be added by a template that assigns a no score to Con...
  4. B

    The browser needed to view the timing report

    Bug found within Hero Lab itself. Apparently I don't have a properly installed browser to view a Timing report. Screenshot attached! I think Firefox, Safari, and Chrome, plus Opera and the dreaded Planet Exploder IE8 qualify for browsers!!
  5. B

    Epic srd and 40+ HD creatures!!

    Okay, I've found an official D20 template after running a creature adjusted by it. The template adds 40HD and +15 to the CR it's frakking awesome. The WTF moment on my Nine 17th lvl players was priceless, I just had to try and input the template but here's the snags! 1. The template description...
  6. B

    Next D20 update?

    I was wondering when the next update to the D20 data sets were going to be released. I know Pathfinder takes the priority as it's a live system and that D20 isn't supported by WotC anymore but I for one would like to know that my D20 license isn't dead, especially after seeing what is achievable...
  7. B

    Overriding the BAB of a character.

    I have a weapon that uses it's own BAB instead of the characters. I've tried to set the wAttBAB and the wAttack fields respectively but cannot figure out how to negate the BAB of the created hero! Any ideas how to do this gratefully recieved!
  8. B

    Automatic custom text field entry via scripts!

    Is there a way to have text from an existing mechanism such as a feat or a skill, inject it's description text into any of the text boxes on the tab selections of the character sheet. For example say I want to know at what level I took a particular feat and record it in a journal entry...
  9. B

    Diety text field.

    Is it possible to have the Deity text field altered to a selection box. instead of entering the custom text. Just like the selector for the alignment of the Deity next to it. I've inputted most of the D20 deities for some magic items that refer to worshiping a specific deity and would like to...
  10. B

    Schizoprhenic Weapon!!!

    In the Magic Item Compendium page 47 there is a Bladed Crossbow. Here's the problem, when i've coded the Specific item and Gizmo bootstrapped wCrsHeavy and wBattleaxe to the weapon it only shows as melee on the character sheet and in the HL main program. I'm trying to think of a script that can...
  11. B

    Specific Weapon creation preventing duplicates!

    I've started inputting the Specific weapons from the Magic Item Compendium. However there are categories of weapons denoted with [Relic] which have increased abilities. For example Page 46 I know the weapon can be created in the editor as a Magic weapon and it can also be created inside the...
  12. B

    Adding text to Fly ability!

    I was wondering if the is an easy way to add the (Su) text next to the Fly description on the Portfolio! var result as number ~ Assign the Fly Speed to a Supernatural ability. result = hero.childfound[xFly].assign[Maneuver.?] At the moment i'm looking at the above code but keep...
  13. B

    Setting skills to use a different Ability modifier!

    I have a template that changes a number of the skills to other modifiers for example Charisma for all Wisdom based skills. How do I switch out the original ability modifier to the new one? Thanks in advance! Bodrin:confused:
  14. B

    Turn resistance and Minimum ability?

    My brains gone into meltdown. I'm entering an undead Template that retains BAB, Saves, Skill points and Size of base creature. However it grants Turn Resistance +2 which i've bootstrapped xTurnRes into the data successfully but I can't get the +2 to show on the portfolio or creature. Secondly...
  15. B

    Extra damage dice on portfolio weapons.

    I was wondering if it would be possible to display the extra damage dice on weapons once a special ability has been applied, as at the moment I'm writing it onto the printed sheet as a reminder! No big deal just annoying!
  16. B

    Double barrelled query!

    Mathias, is there any plans to incorporate the Spell and conferred Conditional modifiers into the conditions tab of the D20 system datafiles just like the Pathfinder project. Also in the Eberron campaign setting and Monster Manual 5, I think, there is a Template called "Living Spell" that can...
  17. B

    Poisons quirky error message!

    i'm finishing entering the DMG poisons into gear, and using a charge to indicate 1 dose (Vial) as per page 297 of the DMG. on the IN PLAY tab. There is no script attached to anything for ability modifiers or penalties as I've given up trying to adjust them using the charges mechanism as i...
  18. B

    Psionic item with power points

    I'm looking at a psionic item that provides a pool of power points, similar to the charges in a wand. The item bootstraps a number of powers to a character whilst worn, similar to bonus feats. But unlike wands it can use the manifesters level to determine effects instead of the creators level...
  19. B

    Psychokinetic Burst [Synergy] property

    I'm trying to script a Pre Req for the Psychokinetic Burst [Synergy] property from Magic Item Compendium Pg41. I've managed to remove the Psychkinetic text from an equipped weapon so it only shows Psychokinetic Burst once added, therefore tidying up character sheet. Works a treat! Remove...
  20. B

    Custom script repository again, Sorry!

    Whilst reviewing all the user created content, suggestions, requests and code examples; upon these hallowed forums; it occured to me that if all the completed working scripts with their function title were re posted and collected into a “working scripts" topic for each game system; then everyone...
Back
Top