Roll20 uses cookies to improve your experience on our site. Cookies enable you to enjoy certain features, social sharing functionality, and tailor message and display ads to your interests on our site and others. They also help us understand how our site is being used. By continuing to use our site, you consent to our use of cookies. Update your cookie preferences .
×
Create a free account

Bug in DSA 4.1 Charsheet German

Hi, for our Campaign (DSA 4.1) we are using the respective Charsheet Template. And within this Template I found a Bug. If you choose "Zweihand Hiebwaffen" as a Kampftalent and you level it and later have a weapon exactly in this Category it does NOT find the values defined in the Talent. Throwing on it will only result in an error message telling that the respective talent is not activated! Please see the Screenshots I took from the Charactersheet that has that bug. Image 1 shows the Kampftechniken and Image 2 the weapon/Armory Tab. Image 1 Image 2 Thanks in Advance! TheMarkus1204 P.S.: If the Link to the Campaign / Access to the Sheet is needed, please tell me.
Nobody??? :( Meh... :(
1482218766

Edited 1482220421
vÍnce
Pro
Sheet Author
I'm not familiar with the sheet (or the German language), but I had a quick look and I see that the selector for Kampftechnik for "Zweihandhiebwaffen" has an incorrect attribute name for the values.  So the AT/PA values do not calc. example Bold attribute is the corrected attribute name. AT selector <select name="attr_NKW_AT_typ1" style="width: 5em">   <option value="0">---</option>   <option value="@{AT_Anderthalbhander}">Anderthalbhänder</option>   <option value="@{AT_Dolche}">Dolche</option>   <option value="@{AT_Fechtwaffen}">Fechtwaffen</option>   <option value="@{AT_Hiebwaffen}">Hiebwaffen</option>   <option value="@{AT_Infanteriewaffen}">Infanteriewaffen</option>   <option value="@{AT_Kettenstabe}">Kettenstäbe</option>   <option value="@{AT_Kettenwaffen}">Kettenwaffen</option>   <option value="@{AT_Lanzenreiten}">Lanzenreiten</option>   <option value="@{AT_Peitsche}">Peitsche</option>   <option value="@{AT_Raufen}">Raufen</option>   <option value="@{AT_Ringen}">Ringen</option>   <option value="@{AT_Sabel}">Säbel</option>   <option value="@{AT_Schwerter}">Schwerter</option>   <option value="@{AT_Speere}">Speere</option>   <option value="@{AT_Stabe}">Stäbe</option>   <option value="@{AT_Zweihandflegel}">Zweihandflegel</option>   <option value=" @{AT_zweihand-hiebwaffen} ">Zweihandhiebwaffen</option>   <option value="@{AT_Zweihandschwerter}">Zweihandschwerter</option> </select> PA selector <select name="attr_NKW_PA_typ1" style="width: 5em">  <option value="0">---</option>  <option value="@{PA_Anderthalbhander}">Anderthalbhänder</option>  <option value="@{PA_Dolche}">Dolche</option>  <option value="@{PA_Fechtwaffen}">Fechtwaffen</option>  <option value="@{PA_Hiebwaffen}">Hiebwaffen</option>  <option value="@{PA_Infanteriewaffen}">Infanteriewaffen</option>  <option value="@{PA_Kettenstabe}">Kettenstäbe</option>  <option value="@{PA_Kettenwaffen}">Kettenwaffen</option>  <option value="@{PA_Lanzenreiten}">Lanzenreiten</option>  <option value="@{PA_Peitsche}">Peitsche</option>  <option value="@{PA_Raufen}">Raufen</option>  <option value="@{PA_Ringen}">Ringen</option>  <option value="@{PA_Sabel}">Säbel</option>  <option value="@{PA_Schwerter}">Schwerter</option>  <option value="@{PA_Speere}">Speere</option>  <option value="@{PA_Stabe}">Stäbe</option>  <option value="@{PA_Zweihandflegel}">Zweihandflegel</option>  <option value=" @{PA_zweihand-hiebwaffen} ">Zweihandhiebwaffen</option>  <option value="@{PA_Zweihandschwerter}">Zweihandschwerter</option> </select> Try sending I've sent  Finderski (one of the listed sheet authors, and I know he's active on these forums as well...) a PM about the problem.  Post back if you need more assistance.  I can probably make the necessary changes if needed. Hope this helps. Cheers
1482248878
vÍnce
Pro
Sheet Author
I'll have a go as a non-Germanic speaker/reader. ;-P I'll try and get a PR tonight (may have missed this week's merge...) and it should be picked up in the next. Cheers
1482289670
vÍnce
Pro
Sheet Author
@TheMarkus1204 I've sent you a PM to try out the changes.  There's a test character "Ulrich" or import your own. Please let me know if my changes have resolved the issue.  Thanks
Hi Vince, yes, that resolves the Issue. Hope it will get merged soon...^^
Thank you!
1482439547
vÍnce
Pro
Sheet Author
Thanks TheMarkus1204 Pull Request submitted:   DAS 4_1 bug fix #2107 should see it live after the next merge... probably Mon-Tues next week. Cheers