Project-Diablo-2 / BH

A modified version of slashdiablo's BH for Project Diablo 2
GNU Affero General Public License v3.0
24 stars 20 forks source link

Vendor text notifications #42

Closed exiledagain closed 3 days ago

exiledagain commented 4 months ago

Shopping is slow, boring process that requires hours to find something decent. This proposal considers adding vendor notifications similar to area notifications for drops. A new loot filter notification keyword %VENDOR% for vendor notifications has been added. Currently, the entire vendor inventory is searched regardless of active tab.

There appears to be a way to access which tab is selected: https://github.com/ThePhrozenKeep/D2MOO/blob/f60514e73c1557bf7a4d569ba5cd53a18e3df159/source/D2CommonDefinitions/include/D2Structs.OtherDLLs.h#L58. The location of the item could be used to determine whether the item is part of the active tab with access to this struct. This would allow notifications per tab.

Canite commented 4 days ago

I don't believe we're planning to add vendor item notifications