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!

[Source] OdinSEA | MapleSEA Server Emulator

Status
Not open for further replies.
Newbie Spellweaver
Joined
Apr 11, 2011
Messages
7
Reaction score
1
Re: [Source]OdinSEA server files for MapleSEA v1.02

@johnlth93: Potential Item (v102)- If you want, I can release it here!

Thanks!
 
Last edited:
Junior Spellweaver
Joined
May 9, 2011
Messages
141
Reaction score
21
Re: [Source]OdinSEA server files for MapleSEA v1.02

it had been released. and john had it long ago, just he dont want to release.

:blink: Is it ? Since when it was released? lol.
Didn't notice it.
 
Initiate Mage
Joined
May 21, 2011
Messages
1
Reaction score
0
Re: [Source]OdinSEA server files for MapleSEA v1.02

Can someone tell me what event is working and what is not....
And what is the command to kill all the monsters on the map?
Other I tried uses !killall
 
Last edited:
Newbie Spellweaver
Joined
Apr 11, 2011
Messages
7
Reaction score
1
Re: [Source]OdinSEA server files for MapleSEA v1.02

Because members of RZ want to have the potential item in source, so I want to release!

it had been released. and john had it long ago, just he dont 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

johnlth93 said:
Please note that Revision 126 onwards will no longer Open Source, but keep in mind this is still a free program.
 
Newbie Spellweaver
Joined
Feb 2, 2011
Messages
47
Reaction score
0
Re: [Source]OdinSEA server files for MapleSEA v1.02

I cannot use all the command in my server......
Anyone can help?
 
Mythic Archon
Loyal Member
Joined
Jul 14, 2008
Messages
712
Reaction score
164
Re: [Source]OdinSEA server files for MapleSEA v1.02

v1.05 Full Client & Manual Patch

Resistance Game Client Patch and Server Maintenance on 25/05/2011
 
Mythic Archon
Loyal Member
Joined
Jul 14, 2008
Messages
712
Reaction score
164
Re: [Source]OdinSEA server files for MapleSEA v1.02

Code:
		mplew.writeShort(14); // 0x0E
		mplew.writeShort(mapleVersion); // 105
		mplew.writeMapleAsciiString("1"); // Revision
		mplew.write(recvIv);
		mplew.write(sendIv);
		mplew.write(7);
 

Attachments

You must be registered for see attachments list
Joined
Apr 13, 2009
Messages
593
Reaction score
141
Re: [Source]OdinSEA server files for MapleSEA v1.02

oh jesus your good John

In rev 131, did you put the 1.05 gethello packet?
 
Last edited:
Mythic Archon
Loyal Member
Joined
Jul 14, 2008
Messages
712
Reaction score
164
Re: [Source]OdinSEA server files for MapleSEA v1.02

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();
	}
 
Last edited:
Mythic Archon
Loyal Member
Joined
Jul 14, 2008
Messages
712
Reaction score
164
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
 

Attachments

You must be registered for see attachments list
Mythic Archon
Loyal Member
Joined
Jul 14, 2008
Messages
712
Reaction score
164
Re: [Source] OdinSEA | MapleSEA Server emulator

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");

johnlth93 - [Source] OdinSEA | MapleSEA Server Emulator - RaGEZONE Forums
 

Attachments

You must be registered for see attachments list
Last edited:
Status
Not open for further replies.
Back
Top