• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

Recent content by V0RT4C

  1. V

    Another OT Item editor (otb, dat, spr) in TypeScript

    Thats nice! I'm working on similar stuff in JS. Started to create a SPR editor in the browser. Everything works on client side, nothing gets uploaded to any kind of backend. Parsing SPR file and converting each SPR into PNG image. As Forby noted above the process of parsing and converting the...
  2. V

    Need help with decoding RSA

    Hello, I'm trying to code a login server in nodejs for the Nostalrius 7.7 server. However I've been struggling a couple of days now with decoding the XTEA part of the request from the client. Im using the node-rsa package to do this and I'm pretty sure I've got the correct private RSA key. The...
Back
Top