ProjectTako / kparser

Automatically exported from code.google.com/p/kparser
1 stars 3 forks source link

Have problem with recording 10k damage #31

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Go as Ranger to Qufim Mandy fight
2. If your gear is good you can do 10k damage
3. http://img9.imageshack.us/img9/51/img20090507170525.png

What is the expected output? What do you see instead?
Expected the Parser to record the damage, instead it ignored it.

Under highest damage for WS it listed "0/9966" instead of "9966/10203"

What version of the product are you using? On what operating system?
KParser 1.3.8.0
Windows 7 RC1

I included the saved data for the fight.

Original issue reported on code.google.com by Karameth...@gmail.com on 8 May 2009 at 12:47

Attachments:

GoogleCodeExporter commented 8 years ago
Found the problem.  Regular expressions were limiting numeric values to 4 
digits.  Fixed.

And thanks for the sample parse.  That made the problem extremely easy to find.

Original comment by Kinemati...@gmail.com on 10 May 2009 at 10:24