Charas-Project

Game Creation => Requests => RPG Maker Programming => Topic started by: WarxePB on December 15, 2007, 08:35:56 PM

Title: An odd little bug I noticed
Post by: WarxePB on December 15, 2007, 08:35:56 PM
Well, I was testing out some stat-increasing skills within the DBS. To see how much I can increase the values by, I have a Link to Event ability that sets the current stats of the character to a variable, then displays them in a message.

Now, these stat-increasing skills not only inflict a condition that doubles the stat, but they also increase the stat by a certain amount of points.

In my version of 2K3 (Advo 1.08), you can increase the attack and agility stats by up to four times (if the base stat was 100, using the condition and points would increase it to 400), but defense and intelligence could go on forever (I got my character's defense up to 3996 (999 x4, which seems to be the absolute limit), where his base was only 35.) I've tried this with different characters, equipment and classes, and it has the same effect.

Now, I don't want to know how to fix this, because that would require going into the program code to do so, and I don't know much about that. I just want to know if it's a bug exclusive to me, or if it affects anyone else.