- 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
- 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