• 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

    Feat Help

    I have a race that chooses from one of five energy resistances (acid, cold, fire, electricity or sonic). It gets #applyresist[xDamRsCold, 5] resistance, etc. The feat I'm trying to code allows the race to add 5 to the chosen resistance. How is this done. I have looked over the forums and HL...
  2. M

    One with Wood Feat

    This one is making me bang my head. The feat is.... You gain a +2 competence bonus to damage rolls when using a weapon that is made of mostly wood (club, quarterstaff, greatclub, longbow, shortbow, or weapon made of special materials, such as darkwood.) How can you do this with just the...
  3. M

    Feat Help

    Need some help with this feet, could not find example. My problem is how to code the part "if you have 10 or more ranks in skills, the bonus increases to +4 for that skill"? Natural Instinct You get a +2 racial bonus on all Knowledge (nature) checks and Survival checks. If you have 10 or more...
  4. M

    Need Help with Feat

    Trying to add this feat from remarkable races book. INNATE TWO-WEAPON FIGHTING Each head can control a melee attack independently, eliminating penalties for attacking with a light weapon in each hand. Prerequisite: Taddol, Two-Weapon Fighting, Dex 15. Benefit: You do not take a penalty on...
  5. M

    Racial feat

    Hi.. I got a race that has blindsense. It's scripted as follows. call CalcValue ~ Use our value field as blindsight distance field[livename].text = field[name].text & " (" & field[abValue].value & " feet)" It works fine, but what I need help with, and have never done...
  6. M

    Express Requirements

    In express requirements, how do you tell hero lab if feat a or feat is present, allow user to choose said class ability; i.e., #hasability[cElePwrAir] <> 0 or #hasability[cElePwrWtr] <> 0 How is this done?
  7. M

    Languages

    How do you create user chosen list that lets a race choose from one of two languages...in this case infernal or celestial as a bonus language.
  8. M

    Racial Ability 2

    Tying to code the following....but I'm getting no where.....what the right track? You gain a +2 natural armor bonus to Armor Class when wearing leather or hide armor. You do not gain this bonus if you are wearing, wielding, or holding anything made out of metal. Code (pre Att, 10000) ~ Loop...
  9. M

    Racial Ability

    Trying to add the followng racial ability... Mechanical Genius At first level, Boggles gain an additional skill rank and a +2 racial bonus to skill rolls which they must apply to one of the following: Knowledge (engineering), Profession (engineering), Craft (any), Disable Device, or Use Magical...
  10. M

    Range

    Trying to add to the range increment of a weapon such as the following ability... At 5th, 8th,11th, 14th, 17th, and 20th levels the bushi gains +10 feet to his range increment with the yumi. How can this be done?
  11. M

    Armored Hustle

    Trying to script the Armiger feat Armored Hustle, but I cannot find anything on the site about cutting the movement penalty for armor in half. I found how to eliminate the penalty all together, but this is not what I'm looking for. Here is the feat... You can move a bit faster in armor than...
  12. M

    Class Custom Special

    Ok. what I would like to do for a class is add a domain (user chosen from the list of clerical domains and other abilities) when he reaches 4th level. Every 3 levels thereafter he may add another domain or another custom ability. Each time a domain is chosen he can cast only the domain spells...
  13. M

    Skills and Armor

    Looking for some help on new class abilities that I'm working on. This ability would reduce Armor Check penalties to 0 for a specific skill (such as acrobatics) when wearing light armor. Looked for refrences but found no help. Could someone please help. Donald
  14. M

    SSG Armiger

    How do you get this ability to script, i.e., equip shield to get attack bonus with crossbow (it's a class custom ability). This talent allows an armiger to brace a crossbow on an equipped shield. Even when the armiger is using a shield that prevents his hand from being free, that stability of...
  15. M

    Shinobi Again and Again!

    This a custom classs ability is giving me a fit.... Kendo: A lesser form of the samurai art of Kenjutsu, Kendo is a system of fencing for the shinobi. When using a sword that she has Weapon Focus in, the shinobi gains a +1 competence bonus to damage rolls with the sword, and an additional +1 to...
  16. M

    Shinobi again

    Hi need help on the following code.... ~ our bonus is level /5, min 1 field[abValue].value += maximum(round(#levelcount[SBI] / 5,0,-1),1) field[livename].text = "Iaido (+" & field[abValue].value & " to Initiative w/ninja sword)" ~ Loop through all weapons of a specific...
  17. M

    Shinobi Help

    Trying to add the "Shinobi Training" custom ability to the class. This is a list of ability packages such as "Path of the Alchemist", Path of the Assassin", etc. I got it to select the Custom Ability, that's easy. The hard part is adding feats that are selectable from a list that are granted at...
  18. M

    Shadow Assassin Again

    Ok, I am trying to add the following class special ability. I looked at the bane weapon for scripting help...but could not figure it out. I am trying to add the damage die bonus to the end of the shuriken on the character sheet like Bane weapons do. Description of ability as follows..... A...
  19. M

    Secondary Bonus Feat

    What is the tag for a secondary bonus feat. I know a primary is cBonFtMax... but what is the secondary?
  20. M

    Shadow Assassin Part 2

    Got no idea how to do the following.... The shadow assassin gains a +1 dodge bonus to AC and a +2 insight bonus to his CMB whenever he is wielding two light melee weapons. This bonuses increase to +2 dodge bonus to AC and a +4 insight bonus to his CMB at 6th level, and +3 dodge bonus to AC and...
Back
Top