Go Back   EN World D&D / RPG News > D&D 4th Edition Discussion > 4e Fan Creations and House Rules

4e Fan Creations and House Rules Working on variant powers? Statting up a PC race or your version of a monster? Creating or converting an adventure? Put it here!

 
Share LinkBack (3) Thread Tools Display Modes
Old 21st October 2008, 05:47 AM   #241 (permalink)
Registered User
 
Join Date: Apr 2008
Posts: 15
Yarthok Goblin Sharpshooter (Lvl 2)
Again, thanks for this great character sheet!

These are the changes I made for wiesbaden_charsheet_v1_17_Full.xls to work in OpenOffice 3.0.
The test character used was a level 30 elf archer ranger.
The last item in the code section below appears to be a bug for both excel & OOCalc.

Code:
'At Will' all of column E
From template =IF(Class=A2;C2;"") 
To   template =IF(Class=A2;C2;0)
 
'Encounter' Row 6 giving #REF (causing Encounter powers on 'Power' sheet to fail.)
cut row 7 columns F thru S and paste to row 6 same columns
cut row 7 columns W thru X and paste to row 6 same columns
 
'Daily' column F - zero needed rather than empty string
FROM: =IF(AND(Class=;=G$1);;"")
TO  : =IF(AND(Class=;=G$1);;0)
 
'Daily' column H - zero needed rather than empty string
FROM: =IF(AND(Class=;=I$1);;"")
TO:    =IF(AND(Class=;=I$1);;0)
also 'Daily' column J
also 'Daily' column L
also 'Daily' column N
also 'Daily' column P
also 'Daily' column R
also 'Daily' column T
 
'Utility' Column G - zero needed rather than empty string
From template =IF(AND(Class=;=H$1);;"")
To   template =IF(AND(Class=;=H$1);;0)
also 'Utility' Column I
also 'Utility' Column K
also 'Utility' Column M
also 'Utility' Column O
also 'Utility' Column Q
 
minor spelling
'Equipment'.AC30 compatibel ==> compatible
'Equipment'.AC32 compatibel ==> compatible
 
'Equipment'.AB7 - The armor check reduction for a feat should be a positive modifier instead of negative modifier.
FROM: =IF($32=FALSE();VLOOKUP(Armor_21;.$57:$63;3;FALSE());VLOOKUP(SMaterial;.$72:$120;4;FALSE()))+IF(OR(U9=TRUE();U8=TRUE());-1;0)
TO:   =IF($32=FALSE();VLOOKUP(Armor_21;.$57:$63;3;FALSE());VLOOKUP(SMaterial;.$72:$120;4;FALSE()))+IF(OR(U9=TRUE();U8=TRUE());1;0)
Yarthok is offline   Reply With Quote
Old 22nd October 2008, 05:57 AM   #242 (permalink)
Registered User
 
Join Date: Jun 2008
Posts: 1
Laendra Goblin Sharpshooter (Lvl 2)
Quote:
Originally Posted by Anywhere View Post
Ok, I test a lot around and the conclusion is, that either the Initiative Card or the Short Sheet (or one other sheet) must be killed that the XPversion run in Excel2003 or fewer.

What sheet sould be killed in the XPversion? The Initiative Card or the Short Sheet?

greeting
Anywhere

Why not kill the sheets totally, and have one workbook be the "creation", and a seperate workbook become linked to the creation book and provide the charactersheets?
Laendra is offline   Reply With Quote
Old 22nd October 2008, 07:11 AM   #243 (permalink)
Registered User
 
Join Date: Apr 2008
Posts: 15
Yarthok Goblin Sharpshooter (Lvl 2)
Quote:
Originally Posted by Laendra View Post
Why not kill the sheets totally, and have one workbook be the "creation", and a seperate workbook become linked to the creation book and provide the charactersheets?
[two cents]
Rather than maintaining two source bases (like now), or implementing a more complex solution to try to make old Excel versions and new Excel versions work on a single source base (as suggested above) , why not abandon Excel and use OpenOffice instead?

OpenOffice is FREE and anyone can download it. Works on windows, linux, and mac osx.

One version of the spreadsheet, rather than the two maintained now, means a lot less work.
One workbook is more convenient and less complex.
[/two cents]

The authors get to choose what is best and easiest for them. Whatever they choose, or, if they silently leave things the way they are, I am just grateful they have decided to share their hard work with us. The wiesbaden char sheet represents a considerable commitment of time and skill.
Yarthok is offline   Reply With Quote
Old 22nd October 2008, 11:11 AM   #244 (permalink)
Registered User
 
Mithreinmaethor's Avatar
 
Join Date: Sep 2006
Location: Wichita, KS
Posts: 178
Mithreinmaethor Goblin Sharpshooter (Lvl 2)
Quote:
Originally Posted by Yarthok View Post
[two cents]
Rather than maintaining two source bases (like now), or implementing a more complex solution to try to make old Excel versions and new Excel versions work on a single source base (as suggested above) , why not abandon Excel and use OpenOffice instead?

OpenOffice is FREE and anyone can download it. Works on windows, linux, and mac osx.

One version of the spreadsheet, rather than the two maintained now, means a lot less work.
One workbook is more convenient and less complex.
[/two cents]

The authors get to choose what is best and easiest for them. Whatever they choose, or, if they silently leave things the way they are, I am just grateful they have decided to share their hard work with us. The wiesbaden char sheet represents a considerable commitment of time and skill.
I would agree. I have Office XP and I use Open Office for this spreadsheet so I can use the latest version. It works fine and makes the file much much smaller.

Also I know this has been asked before. But any way to autopopulate the powers info you input over to the power cards perhaps?
__________________
"Ná Eru veria le, ná elenath dín síla erin rád o chuil lín."
Mithreinmaethor is offline   Reply With Quote
Old 23rd October 2008, 01:23 AM   #245 (permalink)
Registered User
 
elandy's Avatar
 
Join Date: Jun 2008
Posts: 19
elandy Goblin Sharpshooter (Lvl 2)
I think I fixed the problem with the damage calculation for powers 6 to 12:

- On the Transport Attack sheet, in cell Q4, replace Q60 with Q6, Q67 (both) with Q13 and Q66 with Q12. Then copy this cell to cells S4, U4, W4, Y4, AA4 and AC4.

- Also on the Transpor Attack sheet, fix the R6 cell: change Attacks!#ˇREF! (both) with Attacks!E97. Then copy this cell to cells T6, V6, X6, Z6, AB6 and AD6.

I think with this, and the fixes that posted xone01 (for the proper calculation of Eladrin Soldier feat to damaga, and of Dwarven Weapon Training and Eladirn Soldier to proficiencies) the Attacks tab works fine.

Hope this works for you too.

Edit: Can you add a "Combat Challenge" attack on the dropdown menu of the Choose Power cells of the Attacks tab? For those fighters with Potent Challenge feat or the like? That would be great.

Andy.-

PS: I didn't post all the command line changed, because I use a spanish verison of Office, and some commands change from the english version. I hope I've been clear with my explanation.

Last edited by elandy; 23rd October 2008 at 02:06 AM.. Reason: added a little request
elandy is offline   Reply With Quote
Old 23rd October 2008, 03:17 PM   #246 (permalink)
Registered User
 
Join Date: Oct 2008
Posts: 2
thebane Kobold Slinger (Lvl 1)
New to the forum but very happy with what I am reading.

I am currently filling out the wiesbaden_charsheet_v1_17_Full Character sheet. Having one issue so far, when filling out the 'Base Attack Bonuses (Attack Workspace)' sheet, every time I use Long Bow I get an error [err: 511]... I have tested it out and I only seem to get it when choosing Short Bow or Long Bow. Has anyone else experienced this?

I am currently using Open Office, nothing else seems to be affected.

Thanks,
thebane is offline   Reply With Quote
Old 23rd October 2008, 05:33 PM   #247 (permalink)
Registered User
 
Join Date: Oct 2008
Posts: 1
drufause Kobold Slinger (Lvl 1)
I have the same error when i select long bow and short bow on at least my elf.
drufause is offline   Reply With Quote
Old 23rd October 2008, 08:51 PM   #248 (permalink)
Registered User
 
Join Date: Apr 2008
Posts: 15
Yarthok Goblin Sharpshooter (Lvl 2)
thebane, I don't have that problem. What cell does 'Err:511' display in? Also, which version of OpenOffice are you using? 3.0?
Yarthok is offline   Reply With Quote
Old 24th October 2008, 05:54 AM   #249 (permalink)
Frog blast the vent core
 
Steve Jung's Avatar
 
Join Date: Jan 2002
Location: New Jersey
Posts: 3,445
Steve Jung Goblin Sharpshooter (Lvl 2)
Send a message via AIM to Steve Jung
Hi,
This is a great sheet. I have a couple issues. I'm using the 1.16xp sheet on Excel 2003. My character is from Cormyr, but his +2 on saves vs fear isn't showing up in the Extra Bonuses sheet. Is there a way of inputing item powers (e.g. Veteran's armor) so they show up on the character sheet in the proper places? Thanks.
Steve Jung is offline   Reply With Quote
Old 24th October 2008, 07:39 AM   #250 (permalink)
Registered User
 
Mithreinmaethor's Avatar
 
Join Date: Sep 2006
Location: Wichita, KS
Posts: 178
Mithreinmaethor Goblin Sharpshooter (Lvl 2)
Quote:
Originally Posted by Steve Jung View Post
Hi,
This is a great sheet. I have a couple issues. I'm using the 1.16xp sheet on Excel 2003. My character is from Cormyr, but his +2 on saves vs fear isn't showing up in the Extra Bonuses sheet. Is there a way of inputing item powers (e.g. Veteran's armor) so they show up on the character sheet in the proper places? Thanks.
I would recommend downloading open office 3.0. but i know that on the extra bonuses sheet on 1.17 fear is listed and can be input there. And not sure what you mean by the Veterans Armor. I dont forsee them adding armors and items in the extra bonuses sheet like the old buff sheet. Just have to remember that one with an item card
__________________
"Ná Eru veria le, ná elenath dín síla erin rád o chuil lín."
Mithreinmaethor is offline   Reply With Quote
Old 24th October 2008, 03:32 PM   #251 (permalink)
Registered User
 
Join Date: Oct 2008
Posts: 2
thebane Kobold Slinger (Lvl 1)
Quote:
thebane, I don't have that problem. What cell does 'Err:511' display in? Also, which version of OpenOffice are you using? 3.0?
Yarthok, thanks.

I currently have Open Office 2.4 Woops!

And the error occurs on the 'Attacks' page 'E20'.
If I select Short Bow or Long Bow in the Weapon / Implement Type, the above field comes up as err: 511.
thebane is offline   Reply With Quote
Old 27th October 2008, 12:20 AM   #252 (permalink)
Registered User
 
MMKyt's Avatar
 
Join Date: Apr 2008
Location: Riga, Latvia
Posts: 12
MMKyt Goblin Sharpshooter (Lvl 2)
You have missed a feat "Against All Odds" from Dragon #364, p.53.
MMKyt is offline   Reply With Quote
Old 27th October 2008, 05:52 AM   #253 (permalink)
Registered User
 
Join Date: Jun 2008
Posts: 7
PhantomAOJ Goblin Sharpshooter (Lvl 2)
Another interesting quirk. The Alchemist Feat from Adventure's vault takes up two feats instead of one. I could not determine why that is the case The code looks the same between Alchemist and any other heroic tier feat.

The work is still amazing despite the few bugs with 1?16 and 1_17. I look forward to the next version, with the corrections and updates. Please keep up the good work!
and Thank you!
PhantomAOJ
PhantomAOJ is offline   Reply With Quote
Old 28th October 2008, 03:05 AM   #254 (permalink)
Frog blast the vent core
 
Steve Jung's Avatar
 
Join Date: Jan 2002
Location: New Jersey
Posts: 3,445
Steve Jung Goblin Sharpshooter (Lvl 2)
Send a message via AIM to Steve Jung
Quote:
Originally Posted by Mithreinmaethor View Post
I would recommend downloading open office 3.0. but i know that on the extra bonuses sheet on 1.17 fear is listed and can be input there. And not sure what you mean by the Veterans Armor. I dont forsee them adding armors and items in the extra bonuses sheet like the old buff sheet. Just have to remember that one with an item card
Problem is that I'm using it on my work computer, so no installation of other programs. As far as Veteran's armor goes, it adds a +1 item bonus to attacks and defenses when you use an action point. I wanted to have that show up is the "Additional benefits when using Action points" space on Character Sheet I and the Table Tent. A place where I can input that myself so it shows up on the sheet is fine. I can do that with the defenses as a temp bonus, but not the attack bonus. No big deal.
Steve Jung is offline   Reply With Quote
Old 29th October 2008, 06:59 PM   #255 (permalink)
Registered User
 
Join Date: Sep 2007
Location: Pensacola, Florida
Posts: 2
lcquincy Goblin Sharpshooter (Lvl 2)
Send a message via AIM to lcquincy Send a message via MSN to lcquincy Send a message via Yahoo to lcquincy
1.17 isnt working

1.16C SEEMS TO BE WORKING OK FOR ME

1.17 GETS THE WHOLE TOO MANY FORMATS THIING. IN BOTH XP AND FULL

USING MICROSOFT OFFICE 2003

Tom Nolan
lcquincy is offline   Reply With Quote
Old 29th October 2008, 11:52 PM   #256 (permalink)
Registered User
 
Mithreinmaethor's Avatar
 
Join Date: Sep 2006
Location: Wichita, KS
Posts: 178
Mithreinmaethor Goblin Sharpshooter (Lvl 2)
Quote:
Originally Posted by lcquincy View Post
1.16C SEEMS TO BE WORKING OK FOR ME

1.17 GETS THE WHOLE TOO MANY FORMATS THIING. IN BOTH XP AND FULL

USING MICROSOFT OFFICE 2003

Tom Nolan
You will need Office 2007 or later to use 1.17.

Or you can download Open Office 3.0 for free and use 1.17 now. I would recommend opening 1.17 in Open Office let it sit for a few minutes and then save it as an open office document. Much much smaller of a footprint
__________________
"Ná Eru veria le, ná elenath dín síla erin rád o chuil lín."
Mithreinmaethor is offline   Reply With Quote
Old 30th October 2008, 03:17 PM   #257 (permalink)
Registered User
 
Join Date: Nov 2004
Posts: 5
brooksgbanks has disabled Experience Points
Quote:
Originally Posted by Mithreinmaethor View Post
You will need Office 2007 or later to use 1.17.

Or you can download Open Office 3.0 for free and use 1.17 now. I would recommend opening 1.17 in Open Office let it sit for a few minutes and then save it as an open office document. Much much smaller of a footprint
Maybe I missed something, but why is there both an XP and Full version of 1.17 if it doesn't work in anything but Office 2007? Or, is that meant to indicate that there was some issue with the XP version that is going to be corrected in the next update?
brooksgbanks is offline   Reply With Quote
Old 1st November 2008, 03:02 AM   #258 (permalink)
Registered User
 
Mithreinmaethor's Avatar
 
Join Date: Sep 2006
Location: Wichita, KS
Posts: 178
Mithreinmaethor Goblin Sharpshooter (Lvl 2)
Quote:
Originally Posted by brooksgbanks View Post
Maybe I missed something, but why is there both an XP and Full version of 1.17 if it doesn't work in anything but Office 2007? Or, is that meant to indicate that there was some issue with the XP version that is going to be corrected in the next update?
Unfortunately the more information they have to input the harder it will be for them to be able to make it compatible with the earlier programs. Which is why i recommend open office 3.0. It will run it just fine
__________________
"Ná Eru veria le, ná elenath dín síla erin rád o chuil lín."
Mithreinmaethor is offline   Reply With Quote
Old 2nd November 2008, 02:03 PM   #259 (permalink)
Registered User
 
Mithreinmaethor's Avatar
 
Join Date: Sep 2006
Location: Wichita, KS
Posts: 178
Mithreinmaethor Goblin Sharpshooter (Lvl 2)
It has been pretty quiet in here recently. I have not found any more bugs yet myself that have not already been stated here.

So everyone else doing fine?

With the way that Dragon puts out information and with Martial Power coming out this month, I wonder when we will see a new updated version 1.18 etc?
__________________
"Ná Eru veria le, ná elenath dín síla erin rád o chuil lín."
Mithreinmaethor is offline   Reply With Quote
Old 6th November 2008, 03:07 AM   #260 (permalink)
Frog blast the vent core
 
Steve Jung's Avatar
 
Join Date: Jan 2002
Location: New Jersey
Posts: 3,445
Steve Jung Goblin Sharpshooter (Lvl 2)
Send a message via AIM to Steve Jung
Hi,
I'm trying out 1.17 on Open Office 3.0.0. Several of the resistances from the Extra Bonuses sheet aren't registering on the Initiative card. These are Acid, Force, Lightning, Necrotic, and Psychic. Even putting in an Override value doesn't work. The universal bonus to all saves granted by the Human Perseverance feat shows up on the Extra Bonus sheet, but doesn't show up on the Initiative card. The +2 to fear saves granted by the Cormyr region doesn't show up on either the Extra Bonus sheet or the Initiative card.
Steve Jung is offline   Reply With Quote


Bookmarks

Tags
"wiesbaden, charactersheet", dynamic, excel

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


LinkBacks (?)
LinkBack to this Thread: http://www.enworld.org/forum/4e-fan-creations-house-rules/238277-dynamic-excel-wiesbaden-charactersheet.html
Posted By For Type Date
D&D 4E Files Post #0 Refback 12th September 2008 08:47 PM
Alan’s Game » Electronic Resources This thread Refback 10th September 2008 04:53 AM
D&D 4E Files Post #0 Refback 3rd September 2008 12:44 AM

And yet another word from our sponsors
Visit Our Sponsors
Visit Our Sponsors... Again
Powered by vBadvanced CMPS v3.0.1

All times are GMT +1. The time now is 01:50 PM.


Site Contents © 2008 ENWorld
PHP Ajax Multimedia Web Framework © 2008 Digital Media Graphix
Powered by vBulletin® Version 3.8.0 Beta 1
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.2.0

"Vault Data" powered by VaultWiki v2.5.1.
Copyright © 2008 - 2009, Cracked Egg Studios.