ReforgeLite Classic

Calculates optimal reforging for given weights/caps.

File Details

v2.3.0-beta3

  • B
  • Oct 11, 2025
  • 141.01 KB
  • 446
  • 5.5.1
  • MoP Classic

File Name

ReforgeLite-v2.3.0-beta3.zip

Supported Versions

  • 5.5.1

tag b59291a749906b9737691eab91f3b7b46e5fab08 v2.3.0-beta3
Author:    skyler-code <skylerh15@github.com>
Date:    Sat Oct 11 13:42:20 2025 -0500

commit 7586e643e81a9bd357e08e907912a29fff261096
Author: skyler-code <skylerh15@github.com>
Date:   Sat Oct 11 13:40:33 2025 -0500

    small cleanup

commit 0f99fde6452af7322a3eaaaf366ee665a024c1dc
Author: Skyler H <23067226+skyler-code@users.noreply.github.com>
Date:   Sat Oct 11 13:39:28 2025 -0500

    Add tooltip-based stat scanning for upgraded items (#55)

    * Scan upgraded item stats from tooltip

    * use ilvl to key instead upgradelvl

    * Simplify tooltip scanning and improve itemInfo structure

    - Use ilvl comparison instead of upgradeLevel check for base item detection
    - Use itemInfo.reforge directly instead of parsing from tooltip link
    - Remove unnecessary regex escaping from stat pattern matching
    - Add originalIlvl to itemInfo for accurate base item detection
    - Return originalIlvl from GetItemUpgradeLevel for dual use

    * reordered GetReforgeID funcs to the top

commit 0c297798b4e1173eb42b78d6366300d61ea96e69
Author: skyler-code <skylerh15@github.com>
Date:   Sat Oct 11 13:33:27 2025 -0500

    can just use true|nil for scrollbarshown

commit bf9542d2bc8299b0de862e69750b2bc3c61cd382
Author: skyler-code <skylerh15@github.com>
Date:   Sat Oct 11 13:13:17 2025 -0500

    shrink itemtable col width a little

commit 2de5de706eebf5fd68cf976408b1460148af4232
Author: skyler-code <skylerh15@github.com>
Date:   Sat Oct 11 13:06:31 2025 -0500

    fix column width for other locales

commit 5942383e9e1e4c528cfc968ff33ec5162c0201c7
Author: skyler-code <skylerh15@github.com>
Date:   Sat Oct 11 12:23:40 2025 -0500

    Initialize when swapping spec profiles

commit 6140b136219e9c1b853cc5f915b07a0db81d828f
Author: skyler-code <skylerh15@github.com>
Date:   Sat Oct 11 12:16:15 2025 -0500

    Wrapped headers in white for statWeights help button

commit 9aa0fd0cd76e42c9fc101099776b48772da6599e
Author: skyler-code <skylerh15@github.com>
Date:   Sat Oct 11 11:18:11 2025 -0500

    debug: switch to debugprofilestop

commit 93a3df061b016de701e61776b7482d12072eac03
Author: skyler-code <skylerh15@github.com>
Date:   Sat Oct 11 10:58:20 2025 -0500

    Spec swap fixes

    ACTIVE_TALENT_GROUP_CHANGED fires when logging in so make sure we're setting the currentSpec properly