Hucaru / Valhalla

A Golang MapleStory (v28) server
MIT License
274 stars 71 forks source link

Feature/pin system #54

Closed amityahav closed 2 years ago

amityahav commented 2 years ago

all possible cases where checked and works perfectly i based on these packets which the clients sends:

when registering pin: 09 01 04 00 31 31 31 31

when clicking ok after canceling change pin request: 09 20

when clicking login on pin window: 08 01 20 01 20 20 20 04 20 31 31 31 31

when clicking change pin on pin window: 08 02 20 20 20 20 20 04 20 31 31 31 31

when clicking cancel on pin window: 08 20

right after login auth success the client sends: 08 01 01 01 20 20 20 20 20

Hucaru commented 2 years ago

I'm happy with the changes. If you could update the readme to tick the pin feature I will then merge this in.