Skip to content

DiabloInterface v0.6.9

Compare
Choose a tag to compare
@Zutatensuppe Zutatensuppe released this 02 Dec 23:43
· 49 commits to master since this release

⚡ 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 type ItemLocation instead of BodyLocation
    The ItemLocation format:
    {
      X: <int>
      Y: <int>
      Width: <int>
      Height: <int>
      BodyLocation: <byte> // might get removed in favor of X
      Container: <byte>
    }
    
    possible values for BodyLocation
    possible values for Container

🐛 Fixed 🐛

  • #112 cow king quest is now correctly detected and sent via http client