Does anyone know the packets that are required for login? All i need is to know what packets are necessary to login(5017). Please don't tell me to look in lotf cause that doesn't really tell me what packets are required.
Thanks.
Thanks.
Ok, well ya know how im tryin to update CoFuture, i have updated all those packets and my char still doesn't appear, the login screen doesn't even go awayQuote:
To get the character to appear you will need:
Client: Login Request
Auth Server: Key Response (1055)
Client Connects to Game
Client: Confirm Me! (1052)
Game Server: Chat("ANSWER_OK")
Game Server: Character Info
And thats it, roughly.
Oh wow, thanks.Quote:
--- Auth Server ---
Client -> Auth Request
Server -> Answer (Key/Wrong Password)
--- Game Server ---
Client -> Confirm Request
Server -> ANSWER_OK / NEW_ROLE
Server -> Character Info
-- Request/Answer)
Client -> Request Map Position (0x3F2 & 74)
Server -> Send Map Position (0x3F2 & 74)
Server -> Send Map Color (0x3F2)
Client -> Request Items (0x3F2)
Server -> Send Items (0x3F0)
Client -> Request HotKeys (0x3F2 & 75) [Not sure of this request...)
Server -> Send HotKeys (0x3F2 & 75)
Client -> Request Friends (0x3F2)
Server -> Send Friends (Friend Packet)
Client -> Request Profs (0x3F2)
Server -> Send Profs (Prof Packet)
Client -> Request Skills (0x3F2)
Server -> Send Skills (Skill Packet)
Client -> Request Guilds (0x3F2)
Server -> Send Guilds (Guild Packet)
Client -> Request Entity (0x3F2) [Not sure of this request...]
Server -> Send all entities (Entity Packet) [Not sure of this answer]
Before that the server send the information, he send the same packet that the client for saying what information he will send because it's not a 0x3F2 packet. I don't know all the subtype, and I am not sure for all, but it's based on a old client...
There is no Hotkey packet, the packet was named that because they happened to be loaded on receiving that packet, what the packet atually does is confirm that the client has been sent the entire contents of a players inventory.Quote:
Hotkeys are send at same time of the inventory? It's the part that I am not sure...
And your character has appeared.Quote:
--- Auth Server ---
Client -> Auth Request
Server -> Answer (Key/Wrong Password)
--- Game Server ---
Client -> Confirm Request
Server -> ANSWER_OK / NEW_ROLE
Server -> Character Info
-- Request/Answer)
Client -> Request Map Position (0x3F2 & 74)
Server -> Send Map Position (0x3F2 & 74)