View Single Post
ShadowChemosh
Senior Member
Volunteer Data File Contributor
 
Join Date: Jan 2010
Location: Chicago, IL (USA)
Posts: 10,729

Old March 9th, 2013, 08:41 AM
Quote:
Originally Posted by mbran01 View Post
I am trying to create two custom abilities. The first one adds damage reduction the second adds acid resistance. I don't get any errors but neither adds the DR or acid resistance to the character. Any suggestions would be hot. Thanks in advance.
You say its for a Custom Ability and if so they don't get Helper.FirstCopy tags nor does it have "xCount" fields.

Is the concept for the DR one suppose to be the number of times you take this custom ability increases the amount by one? If so As DR only applies the highest one you can just use the following script:
Code:
#applydr[xDamRd,field[xIndex].value]
If you have this ability selected three times it will run three times but only the highest value of "3" will get applied at the end.

Actually just looked at the DR ability and they do all their calculations at Final/10000 so if your running Final/10500 your after the the value is calculated. Move it back to Final/1000 in that case.

Hero Lab Resources:
Pathfinder - d20pfsrd and Pathfinder Pack Setup
3.5 D&D (d20) - Community Server Setup
5E D&D - Community Server Setup
Hero Lab Help - Hero Lab FAQ, Editor Tutorials and Videos, Editor & Scripting Resources.
Created by the community for the community
- Realm Works kickstarter backer (Alpha Wolf) and Beta tester.
- d20 HL package volunteer editor.
ShadowChemosh is offline   #2 Reply With Quote