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!

SourceDev Connecting to game.

Newbie Spellweaver
Joined
Apr 16, 2012
Messages
94
Reaction score
0
Hello fellow ragezoners,

Im having problems doing the SourceDev source.
Here's the problem that im facing. Tried it for 2 days but still no avail..
If anyone would guide me on this, i'd be grateful.
I have my IP add in serverconstants changed to 127.0.0.1

/* */ public static final byte[] getHello(short mapleVersion, byte[] sendIv, byte[] recvIv)
/* */ {
/* 42 */ MaplePacketLittleEndianWriter mplew = new MaplePacketLittleEndianWriter(15 + "2".length());
/* */
/* 44 */ mplew.writeShort(13 + "2".length());
/* 45 */ mplew.writeShort(mapleVersion);
/* 46 */ mplew.writeMapleAsciiString("2");
/* 47 */ mplew.write(recvIv);
/* 48 */ mplew.write(sendIv);
/* 49 */ mplew.write(8);
 
Last edited:
Back
Top