Re: [Source]OdinSEA server files for MapleSEA v1.02
Quote:
Originally Posted by
Spacetech
oh jesus your good John
In rev 131, did you put the 1.05 gethello packet?
I believe that 131 doesn't have 104/5 stuffs yet.. ?
Re: [Source]OdinSEA server files for MapleSEA v1.02
Quote:
Originally Posted by
UbuntuSE
I believe that 131 doesn't have 104/5 stuffs yet.. ?
yeah.... rev131 is for v1.02 :ehh:
---------- Post added at 12:34 AM ---------- Previous post was at 12:31 AM ----------
luuz
just like china-ms (bb patched)
loginkey changed into
Code:
public static final MaplePacket LOGIN_KEY() {
final MaplePacketLittleEndianWriter mplew = new MaplePacketLittleEndianWriter(16);
mplew.writeShort(SendPacketOpcode.LOGIN_KEY.getValue());
mplew.writeMapleAsciiString("MapLogin"); // sometimes MapLogin1
return mplew.getPacket();
}
while v1.04.2 is
Code:
public static final MaplePacket LOGIN_KEY() {
final MaplePacketLittleEndianWriter mplew = new MaplePacketLittleEndianWriter(16);
mplew.writeShort(SendPacketOpcode.LOGIN_KEY.getValue());
mplew.writeShort(0); // simply nothing xD
return mplew.getPacket();
}
2 Attachment(s)
Re: [Source]OdinSEA server files for MapleSEA v1.02
which resistance does maplesea official running?
all of 3?
Battle mage, wild hunter and Mechanic as well? or just one of them
Re: [Source] OdinSEA | MapleSEA Server emulator
Quote:
Originally Posted by
johnlth93
When man ? Can't wait, xD
5 Attachment(s)
Re: [Source] OdinSEA | MapleSEA Server emulator
Quote:
Originally Posted by
UbuntuSE
When man ? Can't wait, xD
chill man, let me update a little on 1.05 1st
i din really touch these stuffs for few days -.- lot of thing din update
kinda busy luuz
btw there are different between
mplew.writeMapleAsciiString("MapLogin");
and
mplew.writeMapleAsciiString("MapLogin1");
http://forum.ragezone.com/attachment...1&d=1306434101
Re: [Source] OdinSEA | MapleSEA Server emulator
Quote:
Originally Posted by
johnlth93
chill man, let me update a little on 1.05 1st
So when you release the update will include v105 or just v104 ? :w00t:
1 Attachment(s)
Re: [Source] OdinSEA | MapleSEA Server emulator
Quote:
Originally Posted by
UbuntuSE
So when you release the update will include v105 or just v104 ? :w00t:
ofcuz 105
why 104 while 105 is there
http://forum.ragezone.com/attachment...1&d=1306384981
Re: [Source]OdinSEA server files for MapleSEA v1.02
Quote:
Originally Posted by
johnsmith14135
Because members of RZ want to have the potential item in source, so I want to release!
That's the reason why I want to ask for the permision of johnlth93, because I have the Potential from his suggesstion :D
lol did i 0.o
i barely know u 0.o
btw, u can release whatever you wanted to... i have no any ability to control what you wanted to do
Re: [Source]OdinSEA server files for MapleSEA v1.02
This is v105 charlist.
Is this correct?
public static final MaplePacket getCharList(final boolean secondpw, final List<MapleCharacter> chars) {
final MaplePacketLittleEndianWriter mplew = new MaplePacketLittleEndianWriter();
mplew.writeShort(SendPacketOpcode.CHARLIST.getValue());
mplew.write(0);
mplew.write(chars.size());
for (final MapleCharacter chr : chars) {
addCharEntry(mplew, chr);
}
mplew.write(secondpw ? 1 : 0);
mplew.write(0);
mplew.write(LoginServer.getInstance().getMaxCharacters());
mplew.write(0);
mplew.writeShort(0);
mplew.writeInt(0);
return mplew.getPacket();
}
Re: [Source]OdinSEA server files for MapleSEA v1.02
Quote:
Originally Posted by
monster77
This is v105 charlist.
Is this correct?
Code:
public static final MaplePacket getCharList(final boolean secondpw, final List<MapleCharacter> chars) {
final MaplePacketLittleEndianWriter mplew = new MaplePacketLittleEndianWriter();
mplew.writeShort(SendPacketOpcode.CHARLIST.getValue());
mplew.write(0);
mplew.write(chars.size());
for (final MapleCharacter chr : chars) {
addCharEntry(mplew, chr);
}
mplew.write(secondpw ? 1 : 0);
mplew.write(0);
mplew.write(LoginServer.getInstance().getMaxCharacters());
mplew.write(0);
mplew.writeShort(0);
mplew.writeInt(0);
return mplew.getPacket();
}
Code:
public static final MaplePacket getCharList(final boolean secondpw, final List<MapleCharacter> chars) {
final MaplePacketLittleEndianWriter mplew = new MaplePacketLittleEndianWriter();
mplew.writeShort(SendPacketOpcode.CHARLIST.getValue());
mplew.write(0);
mplew.write(chars.size());
for (final MapleCharacter chr : chars) {
addCharEntry(mplew, chr);
}
mplew.writeShort(secondpw ? 1 : 0);
mplew.writeLong(LoginServer.getInstance().getMaxCharacters());
return mplew.getPacket();
}
To be honest, when i see you... i was like see-ing myself that few years back :closedeyes:
(sorry for the shit back in 2008/2009)
Re: [Source]OdinSEA server files for MapleSEA v1.02
soo john v1.5 u will release everyting including the scr folder and a new redirector?
Re: [Source]OdinSEA server files for MapleSEA v1.02
Quote:
Originally Posted by
ItsSimo
soo john v1.5 u will release everyting including the scr folder and a new redirector?
The old redirector works fine too ?
I just tested, able to get to the login screen.
But not the char selection. lol. :(:
Re: [Source] OdinSEA | MapleSEA Server emulator
Quote:
Originally Posted by
johnlth93
Lol I bet while John works on 1.05 , 1.06 will patch up then he will have to update some more to get with the current MSEA lol:lol:
Also GJ on getting to 1.05!
Re: [Source]OdinSEA server files for MapleSEA v1.02
Hey John,
Just wondering, why not you get your subversion and make it public.
So we guys can know/learn what you updated in each revision ?
Re: [Source] OdinSEA | MapleSEA Server emulator
Quote:
Originally Posted by
johnlth93
Now try using a buff.