scroll.server/crates/gateway
WiseDev 6dc4caede9 matchmake against a bot instead of searching forever
537 only tells the client's ui to start searching, the handshake after it was
missing: server sends 24106 StopHomeLogic, client answers 14105, server sends
21903. that last step now builds the same snapshot the npc mission does, using
npcs row 0 as the opponent.

battle type stays 1 so it runs on the client's offline path. a real pvp battle
is type 0 and needs the udp sector channel, which does not exist here.

14107 CancelMatchmake now answers 24125 instead of being ignored.
2026-08-23 10:28:28 +03:00
..
src matchmake against a bot instead of searching forever 2026-08-23 10:28:28 +03:00
Cargo.toml move all crates into crates/, glob members 2026-08-23 08:15:45 +03:00