Grey Handling

Helps you get rid of the right grey items when your bags are full, and suggest trades with your teammate

File Details

1.15.08_1.12.2

  • R
  • May 1, 2026
  • 49.24 KB
  • 9
  • 1.15.8
  • Classic

File Name

GreyHandling-1.15.08_1.12.2.zip

Supported Versions

  • 1.15.8

lightweight tag 3d8914ae189e0ba885a3a926d7f9ff752d8f9ec8 1.15.08_1.12.2
Author:    GitHub <noreply@github.com>
Date:    Fri May 1 23:42:47 2026 +0200

commit 3d8914ae189e0ba885a3a926d7f9ff752d8f9ec8
Author: Pierre Sassoulas <pierre.sassoulas@gmail.com>
Date:   Fri May 1 23:42:47 2026 +0200

    Replace O(N) per-player item scan with direct table lookup in tooltip hook (#54)

    The tooltip hook fires on every item mouseover and walked every
    player's full item table comparing each key to the hovered link.
    Items are keyed by itemLink, so a single `items[link]` lookup is
    equivalent and turns each player's contribution from O(items) into
    O(1).

commit a03664cd00f2738b2edb5051b45e837d1375a99b
Author: Pierre Sassoulas <pierre.sassoulas@gmail.com>
Date:   Fri May 1 22:29:51 2026 +0200

    Fix capitalization of boolean value in GetBestExchanges.lua