Jai c32e8d6ae1 Fixed incorrect calculation of mana percentage (#6)
* Fixed incorrect calculation of mana percentage

* Check for some monsters that need to be skipped

* Fixed incorrect values when not a pointer function

Co-authored-by: Héctor Giménez <hector.fwbz@gmail.com>

---------

Co-authored-by: Héctor Giménez <hector.fwbz@gmail.com>
2023-12-02 16:20:20 +09:00
2023-10-21 14:26:02 +09:00
2023-10-21 14:26:02 +09:00
2023-03-11 11:37:34 +09:00

d2go


Tooling for Diablo II: Resurrected written in Go. It provides a library to read game memory and a public SDK to be imported, along with data structures and some other tools.

Libraries

  • data - D2R Game data structures
  • memory - D2R memory reader (it provides the data structures)
  • nip - A very basic NIP file parser
  • itemfilter - Based on game data, it provides an item pickup filtering

Tools

  • cmd/itemwatcher - Small tool that plays a sound when an item passing the filtering process is dropped
Description
dung's d2go
Readme 1.9 MiB
Languages
Go 100%