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

    mythic help

    I am creating a new mythic path power Returning Blades [Trickster 3] I have got most it done but cannot figure out how to set the Mythic Tier. IS it set under the Custom ability tab or some other place?
  2. K

    stat block question

    In Hells vengeance is Queen Abrogails stat block in the combined data pack for Hells Vengeance?
  3. K

    Eval script question

    what does Comb mean in this line Call HasteComb if I wanted to call another spell would I just do this ~ if we're not active, just get out now doneif (field[abilActive].value = 0) call HasteComb insert spell name call then put the Comb like the example above? I want to...
  4. K

    Sliver Champion Drake Companion

    I have created a Drake companion in the Race tab that works fine how do I add it to the Sliver Champion arch type. I have looked at the Drake Mount but do not understand how it works. On a die note how do you make new drake powers or change when the drake gets them? I want to give the arch...
  5. K

    feature reuest

    on the Personal tab under Permanent Adjustments can you add the ability to add extra Mythic Feats? its easier to add extra feats that items add here than writing scripts with bootstraps on the items themselves.
  6. K

    Legendary Games Myuthic Hero's Handbook

    Doe's Herolab plan on releasing Legendary Games Mythic Hero's Handbook soon?
  7. K

    New Macro

    Would it be possible for lonewollf to make a Macro to assign feats to magic items created in the editor that works similar to the macro that is used on the Personal tab/ permanent adjustments section on the Hero page. It might be easier to for Aaron to do a youtube video on Bootstraping.
  8. K

    assigning a feat to a magic item

    if I wanted to assign a feat to a magic Item would I do something like this if (field[gIsEquip].value <> 0) then perform hero.childfound [ioWATPursu].assign[fStepUp] perform hero.childfound [ioWATPursu].assign[fFollStep] perform hero.childfound [ioWATPursu].assign[fStepUpSt] endif I...
  9. K

    adding an AC bonus to a material

    if I wanted to add a +5 ac bonus to the adamantine material would this be the correct eval script ~ If we're equipped, add an armor bonus if (field[gIsEquip].value <> 0) then hero.child[ArmorClass].field[tAC].field[Bonus].value + 5 Endif I am getting this error Hero Lab was...
  10. K

    adding talent to magic item

    I want to add the two rogue talents to a magic item is this the right way to word the eval script doneif (field[gIsEquip].value = 0) hero.childfound (cRogFastSt) hero.childfound (cRogLedgeW) would I use Pre levels or post levels?
  11. K

    Legendary games Mythic heros handbook

    are there any plans to make hero lab files for the Legendary games mythic hero's handbook? How about Hero Lab Files for the Legendary Rogue, Assassin and Paladin.
  12. K

    New archtype Animal Trainer

    I want to create a new unchained Rogue Arch type Anima trainer. it replaces the Rogue Finese Training [ I know how to do this ] I want to have their animal companion from another class continue to level up as they gain levels in animal trainer. I want to give them a bonus to handle animal +2...
  13. K

    Adding new spell to a domain

    How do you add a new spell to a domains spell list?
  14. K

    Hero lab will not load after buying data pack 16

    I just bought data pack 16 and reactivated my license and am getting this error and herolab will not load The data files could not be loaded due to errors. Hero Lab will now attempt to load them in recovery mode. Once loaded, you can access the editor as normal to correct any errors. The...
  15. K

    abValue question

    Wounderous items do not have a Generic Ability value abvalue can I enter an abvalue in the fields and have function the same? What I am trying to do is increase the sneak attack die type from a d6 to a d8 I have eval scripts that I copied from the greater sneak attack class ability. eval 1...
  16. K

    What is the Skill tag for intimidate

    what is the skill tag for intimidate? #competencebonus[hero.childfound[skIntimidate], 10] skIntimidate is giving me a syntax error
  17. K

    Poison DC

    in the Race/ Racial Special tab were do you set the DC for Poison?
  18. K

    Magic armor bonus select box

    since the last update when I make a new portfolio the selection box on the magic armor tab to select the magic bonus has disappeared. the selection box is still there for my older portfolios. Could this be a problem with character configuration?
  19. K

    Advancement speed in configure Hero

    Aaron In the configure Hero box in the advancement speed section there used to be a selection that allowed advancement w/o experience it has gone away can it be put back?
  20. K

    User content

    How can I package together my .user files together so they do not get removed when an error is generated when the program complies after updates.
Back
Top