Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

opcode 2672 How to fix ????

Newbie Spellweaver
Joined
Apr 23, 2016
Messages
5
Reaction score
0
public void readImpl() { GAME_VER = readC(); // 1 readH(); // 15 readH(); // 37 readC(); // 9 loginLength = readC(); passwordLength = readC(); login = readS(loginLength).trim(); password = readS(passwordLength).trim(); getConnection().setMac(NetworkUtil.parseMac(readB(6))); readH(); readC(); readB(4); readD(); readB(32); }
 
Back
Top