mirror of
https://github.com/2revoemag/PSF-BotServer.git
synced 2026-03-04 04:30:21 +00:00
Utility Vehicle Drivers (#1102)
* recalcalating name offsets for later; primary test is this player-driven AMS (see PSMU for details) * found fields in the ConnectToWorldRequest packet; clarifying field names in a variety of places; enough modifications to make an old packet transcode properly * it works? * giving VehicleFormat its own file; fixing imports
This commit is contained in:
parent
6b77281260
commit
6f4ceaee29
22 changed files with 356 additions and 88 deletions
|
|
@ -209,7 +209,7 @@ class Client(username: String, password: String) {
|
|||
case _ => ???
|
||||
}
|
||||
setupConnection()
|
||||
send(ConnectToWorldRequestMessage("", state.token.get, 0, 0, 0, "", 0)).require
|
||||
send(ConnectToWorldRequestMessage("", state.token.get, 0, 0, 0, "", 0, 0)).require
|
||||
while (true) {
|
||||
val r = waitFor[CharacterInfoMessage]().require
|
||||
if (r.finished) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue