ceer78's page

11 posts. No reviews. 1 list. No wishlists.


RSS


Purple Dragon Knight wrote:

Is the sheet now set to handle a Monk's Robe? (the drop down for Robe/Vestment is giving me problems... the DataMagicItem sheet doesn't show Monk's Robe either)

If not, I'm wondering how hard it would be to add that feature? ('cause every monk I DM goes for this item! :P)

Erian hasn't finished the magic item automation, so the Monk's robe does not work atm. For my Monk, I adjusted the Monk_AC_Mod field as well as the appropriate unarmed attack field on the DataEquipment tab myself.


Purple Dragon Knight wrote:

Erian, i'm trying to build a monk for a friend, and the flurry of blow drop down doesn't seem to have any effect. Am i doing something wrong?

Thanks!
pdk

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?


Wow, rough times, Erian. Just wanted to say thanks for all your hard work!


seaan wrote:


* Speaking of animal companions and familiars, are you planning on adding a customization space (either on the tab or in the DataCompanions area)?

I was wondering the same thing, as my Druid friend has a non-standard companion.


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?


I just found an error on the prerequisite checking for the Arcane Armor Training feat. The text string it is searching for has too many spaces between the comma and the word Light.


DigMarx wrote:

The dwarven racial abilities don't fit well into the racial abilities field, and the font size isn't directly editable. When the field is unprotected and the font size decreased, the text doesn't wrap in a legible fashion.

Ideally the racial traits could be dealt with in a "bullet point" fashion similar to what you've done with the feats and class abilities, as they're quite difficult to read now.

I can't speak for anyone else, but the racial saving throw modifiers and other conditional bonuses are generally one of the hardest things for me to remember in a frantic combat. Therefore having an easy-to-read list is pretty crucial, since +2 to save vs. enchantment can really save your bacon when the evil wizard's throwing Confusion around.

Zo

EDIT: I've also noticed that the Total Attack Bonus of the first weapon slot returns code rather than the bonus itself when a wielding option is picked. I can try to clarify further if that's not clear.

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.


Just discovered that your Armor and Weapon proficiency detection has gone wonky. On the DataClasses tabs, you have changed the values to display as true or false, but the formulas on the back tab are still checking for > 0


Erian_7,

Problem! Excel 2k3(the version I am using) has a limit on formula length of 1024 characters and as of version 0_7_13, you have exceeded that limit on at least one formula (AC78). I don't know if you intend to continue to support 2k3, but in case you do, I thought you might want to know.


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!