Skip to content

Releases: DaLeberkasPepi/MysticManager

MysticManager v1.0.3

21 Mar 19:54
c5f31c5
Compare
Choose a tag to compare

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

18 Feb 19:05
Compare
Choose a tag to compare
  • fix Impale missread as (lowercase L)mpale
  • adjust/improve dmg range detection

MysticManager v1.0.1

10 Nov 23:19
Compare
Choose a tag to compare
  • only allow numbers in stat value field

MysticManager v1.0.0

03 Mar 22:48
Compare
Choose a tag to compare
  • final release

MysticManager v0.3 Alpha

18 Nov 14:46
Compare
Choose a tag to compare
Pre-release
  • update ExtractNumber Function thx @CapnBry

MysticManager v0.2 Alpha

15 Nov 20:29
8224335
Compare
Choose a tag to compare
Pre-release
  • Remove clipboard transfer and persist gui settings, Thanks to @CapnBry
  • fixed fixed "," and "." problem in stat numbers

MysticManager v0.1 Alpha

13 Nov 00:03
Compare
Choose a tag to compare
Pre-release

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.