Skip to content

Latest commit

 

History

History
38 lines (34 loc) · 854 Bytes

README.md

File metadata and controls

38 lines (34 loc) · 854 Bytes

Komi

Working in progress

Join our Discord

Development

  • There is enet-native dependency that needs to be build for your os ( Windows should already been provided )
cd enet-native
cmake -S . -DBUILD_SHARED_LIBS=ON -B ./build
cmake --build ./build --config Release
  • ENet.Managed as the ffi for the native library
  • Run dotnet run in the project root directory

Todo

  • Implement bot library
  • Implement GUI
  • Item database GUI
  • Inventory GUI
  • World serializer ( Not Full )
  • items.dat parser
  • World map
  • Find path
  • Session token
  • Save account & session to JSON
  • Legacy login
  • Auto collect
  • Google login
  • Steam login
  • Apple login
  • To be added