DiabloInterface v0.6.9
⚡ Added/Changed ⚡
- #110 reduced amount of data that is sent out via http client
- #111 rework of items, inventory items now contain their position in inventory (thx @d2inventory 🎉 )
Item.Location is now of typeItemLocation
instead ofBodyLocation
TheItemLocation
format:possible values for BodyLocation{ X: <int> Y: <int> Width: <int> Height: <int> BodyLocation: <byte> // might get removed in favor of X Container: <byte> }
possible values for Container
🐛 Fixed 🐛
- #112 cow king quest is now correctly detected and sent via http client