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] latest version MuEX803!

Experienced Elementalist
Joined
Apr 16, 2013
Messages
241
Reaction score
59
L1 - Close Client Invalid Socket

This happens only when walking, client disconnect and this error in GS

Using Win 2008 R2 Datacenter

Tfv2KGZ - [Release] latest version MuEX803! - RaGEZONE Forums


LATER EDIT: Fixed, it was a client issue, client is fully working:

D5w10pB - [Release] latest version MuEX803! - RaGEZONE Forums

Como edito cliente?
EDIT MAIN?? IP?
 

Attachments

You must be registered for see attachments list
Experienced Elementalist
Joined
Sep 13, 2006
Messages
253
Reaction score
9
come on ashlay or 1Word share with us your server already set up and client we try alot to edit but with any succes , i get error by connect server / dataserver1 dont exist :|
 
Newbie Spellweaver
Joined
Oct 28, 2014
Messages
17
Reaction score
0
Edit files main thailand
To be played
I made a matching server How do you answer the
main::::linkhttps://mega.co.nz/#!KMpGAYjI!1B-QMaPkXbLALrSfxV4omILhs4Ia4hQqmaNXWmje8eY

:::
 
Experienced Elementalist
Joined
Sep 13, 2006
Messages
253
Reaction score
9
HOW to fix "Load commonserver.cwz load error" when i open GameServer.exe ?
and what client to use ? pls

Thanks .
 
Junior Spellweaver
Joined
Oct 14, 2011
Messages
113
Reaction score
16
hello could make a post well ordered with files and client since this post is not well understood
 
Newbie Spellweaver
Joined
Apr 18, 2010
Messages
28
Reaction score
6
gave a simplified as connecting the gameserver , should only change now in gameserver.ini and I'm waiting for the client to start our development

 
Legendary Battlemage
Loyal Member
Joined
Dec 13, 2007
Messages
613
Reaction score
161
People search client :rolleyes::
1.04.36
OQWZfLZu4ll78m24



Code:
21:23:51 [GameGuard][Init] - GameGuard 3.0 Version Loaded.
.cwz are crypted/compressed/xored:
1* they are used for match with real txt;
2* (~crypted) with cpuid/hddid+sha for key or 98135003732920532106543021784355 :ehh:
3* or just cleared config are replaced with that;



lotto has just started! :D:

.CWZ encryption from MakeCode.exe
korron - [Release] latest version MuEX803! - RaGEZONE Forums


.CWZ decryption from GameServer.exe
Code:
void __stdcall CWZScriptEncode::Encode(char *buffer, int size)
{
  int i; // [sp+8h] [bp-4h]@1

  for ( i = 0; i < size; ++i )
    buffer[i] ^= LOBYTE((&XorTable)[i % 10]);
}

Preety basic , XorTable might be: A1 B2 AA 12 23 F1 F3 D3 78 02 from byte_4050E0

Later edit: It's same xor key as dataserver.ini.dat ...
http://forum.ragezone.com/f508/gameserver-1-00-90-a-600553-post5748656/#post5748656
 
Last edited:
Experienced Elementalist
Joined
May 10, 2013
Messages
286
Reaction score
62
L1 - Close Client Invalid Socket

This happens only when walking, client disconnect and this error in GS

Using Win 2008 R2 Datacenter

Tfv2KGZ - [Release] latest version MuEX803! - RaGEZONE Forums


LATER EDIT: Fixed, it was a client issue, client is fully working:

D5w10pB - [Release] latest version MuEX803! - RaGEZONE Forums
you register id +pass ? mumaker not working
 

Attachments

You must be registered for see attachments list
Experienced Elementalist
Joined
Sep 13, 2006
Messages
253
Reaction score
9
HOW to fix "Load commonserver.cwz load error" when i open GameServer.exe ?
and what CLIENT to use ?

Thanks .
 
Newbie Spellweaver
Joined
Dec 23, 2009
Messages
41
Reaction score
6
HOW to fix "Load commonserver.cwz load error" when i open GameServer.exe ?
and what CLIENT to use ?

Thanks .
Use Update 1 for fix....

but guys I can not find the client and a secret? help please....ahahahahaha bye
 
Experienced Elementalist
Joined
May 10, 2013
Messages
286
Reaction score
62
HOW to fix "Load commonserver.cwz load error" when i open GameServer.exe ?
and what client to use ? pls

Thanks .
REMOVED
REMOVED
Create folder structure like as 1st post D:/MuServer/GameServer/GameServer.exe (move all files in Bin folder to GamerServer folder, don't use Bin folder). OK for me, may be OK for you!
 
Experienced Elementalist
Joined
Sep 13, 2006
Messages
253
Reaction score
9
REMOVED
REMOVED
Create folder structure like as 1st post D:/MuServer/GameServer/GameServer.exe (move all files in Bin folder to GamerServer folder, don't use Bin folder). OK for me, may be OK for you!

Hi , i just move all files from Bin in GameServer , now what i need to do ? like you in pictures to edit GameServer.exe or what ? and wich hex editor need to edit GameServer .. i try some of editors hex and dont are compatyble with this version of GameServer , and the main from update Mu_Blue what ip it is and serial ?
Ty
 
Back
Top