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

    Referencingthreatened Area

    One of my classes has an ability that grants blindsight equal to the hero's threatened area when they are in a defensive stance. ~ If we're not shown, just get out now doneif (tagis[Helper.ShowSpec] = 0) if (hero.tagis[Hero.Defending] <> 0) then field[abValue].value =...
  2. W

    Help with Feat

    Knowledge Devotion ( Complete Champion, p. 60) [Domain] You can use your knowledge to exploit your foes' weaknesses and overcome their strengths. Prerequisite Knowledge (any) 5 ranks, Benefit Upon selecting this feat, you immediately add one Knowledge skill of your choice to your list of...
  3. W

    Can't get weapon die bonus to show

    The Magehunter gains a +1 bonus on all attack rolls against creatures capable of casting spells and creatures possessing one or more spell-like abilities. They also deal an additional 1d8 points of damage on a successful hit made against creatures capable of casting spells or possessing...
  4. W

    Update throwing off or me just wrong?

    adds 1 to the threat range of light or one-handed swords they are wielding in (20 becomes 19-20, 19-20 becomes 18-20, etc.). This bonus is doubled with the Improved critical feat, keen, or the keen edge spell. Phase: First Priority: 10000 ~ only perform the calculations for the first...
  5. W

    Help with custom item power (armor)

    Reduces the armor category of an armor by one step. (Heavy becomes medium, Medium becomes Light). Phase: Pre-levels Priority: 10000 if (parent.tagis[ArmorClass.Medium] <> 0) then perform parent.delete[ArmorClass.Medium] perform parent.assign[ArmorClass.Light]...
  6. W

    Need help with helper.damageup and other

    Ability text At 17th level a bladesman deals damage with class weapons as if they were one size category bigger than they really are. This requires a class weapon and nothing in the other hand. Eval script Phase: Post attributes Priority: 10000 ~ only run the rest for the first...
Back
Top