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

    Feat Help

    This is the problem. I just fixed dozens of issues in my home game package. They changed live name to be set at Render/1000 now. So you have to include the name of the "Thing" in the text creation now if earlier than Render/1000. field[livename].text = field[name].text & " " &...
  2. S

    CMB with a weapon

    My adjustment addon does what your asking actually. Its a bit manual as after you select the weapon you also set the additional "bonus" value. But at least it will show next to your weapon. So in example lets say you have a Flail and the Improved Disarm feat on a level 1 fighter with 10 Str...
  3. S

    Pathfinder Community Data Sets....

    New v2.6 ShadowChemosh Adjustments released! See THIS post for downloading and for a list of all adjustments. PFS Gamers I wanted to point out two adjustments specifically as I think many will find them very useful. The first are the "PFS, Equipment Valid" and "PFS, Race Valid". Some people...
  4. S

    Complete list of field names

    The problem is all their is in HL is a counter that marks a spell as used. The issue is that a spell lasts X amount of time but recovering the spell slot you cast is Y amount of time. So I really don't see how linking the two together makes any real game play sense. :( Just cause I cast the...
  5. S

    Switching between melee and ranged stats

    I just added a javelin to a level 1 fighter and I see HL correctly showing me both the Ranged/Melee values: I did a print preview of the same character and it displays both values on the character sheet also. So where do you see it only displaying the melee value?
  6. S

    Human inquisitor favored class option does not appear to work correctly

    This was changed in a version awhile back. After you select the +1 Spell Known then under the "Customize Favored Class Option" you select the correct spell level:
  7. S

    Path of War - Community Package....

    Path of War is Dreamscarred Press new book that takes the Book of 9 Swords and brings it to Pathfinder. It is now out of playtest and I have created a whole new frame work to support the Maneuvers and Stances that are in the book and I am ready to release it to the community. Download If you...
  8. S

    Adding found weapons (noob)

    On the "Weapon" tab is a section called "New Magic, Custom or Masterwork weapon" and you want to click on it: Then in the new window select the first weapon called "- Custom / magic weapon -" and on the new window setup your master work cross bow. Then do the same process again to setup the...
  9. S

    Help with Critical range ability

    I used a Configurator and Abilities. Then I wrote my own mechanics for the Maneuvers. So far its working really nicely actually. Here is the new Tab: Here is a list of the maneuvers and the info. Now the cool part is that the top half of the text is NOT on the ability. Its controlled by...
  10. S

    HL Scripting Changes - Notes for those with .user files...

    So I figured I would let everyone know here about a recent change as its affecting allot of .user files in the community. This includes many of the 3PP .user files I have seen including Razor Coast. Any script that tries to set a global Attack Bonus or Penalty (ie...
  11. S

    Selection.DragonDisc

    Why not just use the Unique ID for the exact ones you want? Or use the SlotSet.? set of tags. These selector helper things are Picks on the hero so you can just view their tags: Which gives you this then: component.SelectHelp & (SlotSet.selDrBronz|SlotSet.selDrSilve|SlotSet.selDrGold)
  12. S

    Adding spells

    Did you add additional spells to your "spellbook" first right? It sounds like your clicking where you memorize spells. You click on the spellbook (as shown in the below image) and cannot add additional spells?
  13. S

    How to get Flurry/Power Attack to show up on pdf?

    The file was deprecated once HL started to officially support FoB so I retired the addon. I saw no reason to continue to support it. Part of the original addon required an official package that contains Piranha Strike. Without the official package or removing of that part of the script the...
  14. S

    Breastplate Bug

    Looks correct to me: I also made a a Mithral set and again it looks correct:
  15. S

    problem with linkage table

    You have to tell HL that your new class uses the Custom Abilities of the Magus. Otherwise it has no way to know that. :) So in the section where you setup the Custom Abilities on the class is one called "Allow Custom Abilities...". Press the blue button and select the magus class. Here is an...
  16. S

    ARG, Cat claws and Claw Blades

    If you want to give this a try I pulled it out my house rules data set. The attached file once added adds another "Claw Blades" weapon on the gear tab but when you buy it a Customizable weapon will appear on the Weapons tab. Here is what it looks like with a +1 Flaming Claw blades. You can see...
  17. S

    No Level 1 Witch Spells

    Yea I am with AndrewD2. You didn't add your spells to the familiar which is like a witch's spellbook. They have to exist their first before you can memorize them.
  18. S

    Modifying community Eberron Package...

    Some questions I get from others I think are best listed out on the forums so that others can get the information also. The questions below refer to the free community Package for Eberron. Their is no way to actually attach/assign a feat to a character through a script. You actually have to...
  19. S

    Vital Strike Beta test....

    So I created a new Vital Strike feat that can actually be activated and replaces the official feat. Their is NO source to check mark to get this to work. You simply install it and it will have a new option to "activate" the Vital Strike feat. This is especially useful for those with iPads...
  20. S

    Creating a custom item that gives bonuses in rage

    If you look at the fields on the Rage Class ability. Specifically at the generic abValues you notice something familiar? It looks like the bonus to Str/Will/Con to me. So all we have to do is adjust those values with your +1 increase before it adds to the attributes. The only thing strange...
Back
Top