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 Character Sheet for Stars without number.

I was told to post this on the character sheets forum but I wonder if the creator or someone capable of repairing the bug in the sheet would see it to fix it. When you place XP under the goals section, it deletes goals it's allocated to and replaces with the XP value inputted. My entire group had out goals deleted. I believe line 379 and 382 holds the error. <div><input type="text" name="attr_misc_goal"></div> <div><input type="number" min="0" name="attr_misc_goal"></div> It appears both line 379 and 382 uses attr_mis_goal. Line 382 should have a _xp right after that so they aren't using the same variables. I'm not subscribed with the mentor package, so I unfortunately cannot upload a custom sheet and see if the tweak in the line would fix the bug at hand but I believe it should. Is there a way I can forward this bug directly to someone able to troubleshoot and fixed this simple but very annoying bug?
1421639196
Stephen Koontz
Forum Champion
Marketplace Creator
Sheet Author
API Scripter
Compendium Curator
Hi 14th, the character sheets are community created and curated. I'm moving your post to the Character Sheet forum so the sheet's authors can help you.
Bumping this since this issue still exists. All it needs to be fixed is a slight alternation in line 382 from; <div><input type="number" min="0" name="attr_misc_goal"></div> to: <div><input type="number" min="0" name="attr_misc_goal_xp"></div> Is there a way to report this to the author themselves rather than hope they notice this thread buried on this board?
Anyone with access to Github can propose the change. For example, I just submitted change, and made a pull request . When the mods get some free time, they will take a look and approve (or disapprove) the change. Honeslty, you already did the hard part: finding out exactly what's wrong.
It should work now.
Hey! I saw this and thought to post my problem. My friends and I are new to this and would really like to use the simple RPG sheet but it's insanely buggy. Could someone please take a look at it?
Which sheet and what's wrong...and if this isn't the Stars without Number sheet, its best to start a whole new thread so the sheet author has a chance to see it
1427307464
Kevin the Barbarian
Pro
Sheet Author
API Scripter
Hey guys - if you don't mind direct any problems with the Stars Without Number sheet directly to me by private message. I'm the original author and currently going through another pass fixing bugs, improving things, and adding rollable buttons. I generally won't see threads like this so direct contact is best to get something fixed or changed.
1427307541
Kevin the Barbarian
Pro
Sheet Author
API Scripter
Also, thanks John W. for fixing that!