Releases: DaLeberkasPepi/MysticManager
MysticManager v1.0.3
CapnBry:
This fixes a all the problems I was having rerolling damage range on items, all due to OCR errors. The dash was being detected tilde or as Unicode Em/En Dash (not ASCII version). Sometimes Zero would come out as Letter O too which would mess up the number parser as it needs to consider O as 0 when preceded by another number.
-- Tilde -> -
-- Unicode En Dash -> -
-- Unicode Em Dash -> -
-- Letter O is replaced with Zero if it follows a number, fixes 170O or 17O0 becoming 170
Also adds parsed Damage Range output and parsed computed Roll value to output-sane.txt for better debugging.
MysticManager v1.0.2
- fix Impale missread as (lowercase L)mpale
- adjust/improve dmg range detection
MysticManager v1.0.1
- only allow numbers in stat value field
MysticManager v1.0.0
- final release
MysticManager v0.3 Alpha
- update ExtractNumber Function thx @CapnBry
MysticManager v0.2 Alpha
- Remove clipboard transfer and persist gui settings, Thanks to @CapnBry
- fixed fixed "," and "." problem in stat numbers
MysticManager v0.1 Alpha
This is a first Alpha release for testing purposes.
The script was tested with screenresolutions as low as 1280x1024, any lower than that can produce mixed results in the ocr script.