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!

[Release] MuServer Season 2 Original Webzen MultiProtocol [1.00.18]

Skilled Illusionist
Joined
Feb 13, 2011
Messages
314
Reaction score
49
eTQFXBd - [Release] MuServer Season 2 Original Webzen MultiProtocol [1.00.18] - RaGEZONE Forums

0lT9C4h - [Release] MuServer Season 2 Original Webzen MultiProtocol [1.00.18] - RaGEZONE Forums

APAQKs4 - [Release] MuServer Season 2 Original Webzen MultiProtocol [1.00.18] - RaGEZONE Forums

9JCc4PW - [Release] MuServer Season 2 Original Webzen MultiProtocol [1.00.18] - RaGEZONE Forums

pEvqyjw - [Release] MuServer Season 2 Original Webzen MultiProtocol [1.00.18] - RaGEZONE Forums


Changelog

Code:
// ======================================================================
// Project:                GameServer
// ----------------------------------------------------------------------
// Version:                Season 2
// ----------------------------------------------------------------------
// Protocol:            MultiProtocol
// ----------------------------------------------------------------------
// Developer:            BladeKnight109
// ----------------------------------------------------------------------
// Start Date:            26.06.2015
// ----------------------------------------------------------------------
// Update version:        1.0.0.18
// ======================================================================

[31-07-2015]
- Fix Blood Castle [GS]
- Fix MixSystem [GS]
- Fix gLevelUp [GS
- Support Max Level 1000 [GS]
- Fix Exp Party [GS]
- Fix Monster Drop Zen [GS]
- Add Custom Reward Blood Castle [GS]
- Add MixSystem Config File [GS]
- Add Max Level 1000 [GS]
- Fix Blood Castle Ticket [GS]
- Unlock Skill CS [GS/Client]
- Fix ItemAddOption [GS]

[27-07-2015]
- Main Support Unicode [ENG,KOR]

[26-07-2015]
- Support 65k point [GS/DS/DB]
- Fix castle Siege [GS]
- Add MultiProtocol, Language [Server]
- Fix Monster Attack [GS]
- Support Item +15 [GS]
- Convert Message_xxx.wtf to Message(xxx).txt
- Fix move full map by freepro921 [Server/Client]

Protocol Info

Code:
;Korean
;#define PROTOCOL_WALK        0xD3
;#define PROTOCOL_ATTACK        0xD7
;#define PROTOCOL_POSITION    0xDF
;#define PROTOCOL_BEATTACK    0x10

;English
;#define PROTOCOL_WALK        0xD4
;#define PROTOCOL_ATTACK        0x11
;#define PROTOCOL_POSITION    0x15
;#define PROTOCOL_BEATTACK    0xDB

;Japan
;#define PROTOCOL_WALK        0x1D
;#define PROTOCOL_ATTACK        0xDC
;#define PROTOCOL_POSITION    0xD6
;#define PROTOCOL_BEATTACK    0xD7

;China
;#define PROTOCOL_WALK        0xD9
;#define PROTOCOL_ATTACK        0xD7
;#define PROTOCOL_POSITION    0xD0
;#define PROTOCOL_BEATTACK    0x1D

;Taiwan
;#define PROTOCOL_WALK        0xD7
;#define PROTOCOL_ATTACK        0xD9
;#define PROTOCOL_POSITION    0xD2
;#define PROTOCOL_BEATTACK    0x1D

;Phillipine
;#define PROTOCOL_WALK        0xDD
;#define PROTOCOL_ATTACK        0xD6
;#define PROTOCOL_POSITION    0xDF
;#define PROTOCOL_BEATTACK    0x11

;VietNam
;#define PROTOCOL_WALK        0xD9
;#define PROTOCOL_ATTACK        0x15
;#define PROTOCOL_POSITION    0xDC
;#define PROTOCOL_BEATTACK    0x1D

Link download

Server + Main:
Client (ENG):
Password Unrar: BladeKnight109

MainInfo

Code:
IP: 192.168.94.1
Version: 2235=
Serial: Blade-Knight-109


#Update 1 (26-07-2015): Fix move full map


#Update 2 (26-07-2015): Main Eng protocol (1.02c) support Unicode


#Update 3 (27-07-2015): Fix move arena (stadium)


#Update 4 (27-07-2015): Main 1.02R+ Kor Support Unicode


#Update 5 (28-07-2015): Fix Warp + Move Stadium


#Update 6 (29-07-2015): Fix Block CtlCode


#Update 7 (29-07-2015): Fix Quest


#Update 8 (29-07-2015): Fix Buy Item CashShop


#Update 9 (29-07-2015): Fix ChaoCard Mix + Rewrite MixSystem + Message(Eng) Vietnamese

Message Event :

#Update 10 (30-07-2015): Fix Message(Eng) Vietnamese


#Update 11 (31-07-2015): Fix Blood Castle + LevelUp, Exp Party, Monster Drop Zen, Max Level 1k + Add Mix System Config File


#Update 12 (31-07-2015) Fix Blood Castle Ticket Timer


#Update 13 (31-07-2015): Unlock Castle Siege Skills


Credits :

Webzen (Base GS)
Deathway (Decompile)
BladeKnight109 (Fix source code + develop)
freepro921 (edit + fix client, server file)
 

Attachments

You must be registered for see attachments list
Last edited by a moderator:
Newbie Spellweaver
Joined
Dec 20, 2014
Messages
55
Reaction score
2
Server only runs on physical servers, not run on virtual machines
 
Experienced Elementalist
Joined
Oct 30, 2010
Messages
294
Reaction score
9
I disconnect when walking. I think that's the protocol, but I already change in BkData... My protocol is Kor :/
 
Experienced Elementalist
Joined
Oct 30, 2010
Messages
294
Reaction score
9
disable checksum maybe or whatever its called and use default protocolz?

It's works with default protocol. Thanks!

I test a bit and the files are not bad, but I still prefer to Namech Project for all customizations you have available. If you can copy it , these files will be much better!!
 
Newbie Spellweaver
Joined
Aug 31, 2013
Messages
17
Reaction score
4
Open Source? If I want to start working in a dll for customizations as I do without creating conflicts? I use only the appropriate protocols?
 
Joined
May 26, 2009
Messages
17,308
Reaction score
3,218
Last edited:
Newbie Spellweaver
Joined
Oct 29, 2013
Messages
49
Reaction score
2
Hi all, I have problem with those files. All starts ok, without any errors.
But after I create character and log in to game. I'm getting DC after I make a move with character :/ Any solutions?
 
Last edited:
Joined
May 26, 2009
Messages
17,308
Reaction score
3,218
Hi all, I have problem with those files. All starts ok, without any errors.
But after I create character and log in to game. I'm getting DC after I make a move with character :/ Any solutions?

in commonserver.dat in data folder.
disable checksum from 1 to 0
re-try
if still problem
use 0 for protocl and retry.
 
Back
Top