![]() ![]()
Purple Dragon Knight wrote:
I currently have a Monk character in sheet v.0.9.1 and the flurry of blows is working correctly when viewed in excel. Do you have two weapon slots, both set to unarmed and both with the flurry of bows setting selected? ![]()
I don't know where you are currently at with the Companions tab, but the feat drop downs are all broken for me. All I get are a bunch of selectable 0's. I got the names to show up by changing the formula in column CP from INDIRECT("CF" to INDIRECT("CK". I can't wait for the full version so I can migrate my entire party to it. They are all digging on the landscape layout. Keep up the good work! ![]()
I did some work with the newest versions and it's looking great. The flurry of blows seems to be working perfectly now. I love the Landscape version. The only issue was that with my particular printer/computer configuration, the first page printed out on two pages, with only a black line on the second page, so maybe it's just a skotch too big? ![]()
DigMarx wrote:
It's likely because you are using Excel 2k3. I ran into the same issue, and he is currently working on it. Edit: This is in reference to your problem with the weapon total attack bonus. ![]()
I am trying to create an alchemist and I did not see the alchemist bomb as a selectable weapon so I added it as a custom weapon. There seems to be an error in how some of the fields for custom weapons are evaluated. On the equipment tab, you are using ISTEXT to evaluate the Proficient(Customization!V42) and Finesse(Customization!W42) fields. However, you seem to be expecting these fields to contain either TRUE or FALSE. These do not evaluate as text when using ISTEXT and as such, no value was translating to the equipments tab and the proper Attack Bonus could not be calculated on the Front tab. As a short term fix, entered the values for the above mentioned fields as 'TRUE or 'FALSE so they would evaluate properly on the equipments tab. Additionally, since the Alchemist seems to be geared as a thrown splash weapon specialist, it would be awesome to see his bomb and some other common thrown splash weapons (ie. Alchemist's Fire, Tanglefoot Bag) added as selectable weapons on the equipments tab. FYI, for the damage of the alchemists bomb I used the following formula: =ROUND(Lvl_Alc/2,0)&"d6" I also had to manually correct for the Int Mod damage bonus by changing the appropriate damage modifier field to be =Int_Mod I hope this information is helpful. I have been using your sheet since my group switched to pathfinder and it has been a tremendous help and time saver. Keep up the awesome work! |