Anyone Have Compiled 2.03 Files?
Protocol for what? The server->client? That works partially with 2.191. Half the time you crash when a 2.191 client enters on a 2.03 source server due to this fact that the protocols/data sent is incorrect. That is also why the MP doesn't work right (it's always changing from -3472563475 to 9385836423 or so lol) But yea, the server-> client needs to be modified. Also do the server->gateserver data. I fixed the server->mainlog data problem. I guess I should start working on gateserver problem to get 100% connect rate.
-
- Regular
- Posts: 39
- Joined: Thu Mar 04, 2004 1:12 pm
<!--QuoteBegin-lilmage+--></div><table border='0' align='center' width='95%' cellpadding='3' cellspacing='1'><tr><td>QUOTE (lilmage)</td></tr><tr><td id='QUOTE'><!--QuoteEBegin-->No one has the login sources.......... [/quote]
<span style='color:white'>I do</span>
<!--QuoteBegin-lilmage+--></div><table border='0' align='center' width='95%' cellpadding='3' cellspacing='1'><tr><td>QUOTE (lilmage)</td></tr><tr><td id='QUOTE'><!--QuoteEBegin-->(since no one else will/does) [/quote]
<span style='color:white'>Btw.... Fixing 2.03 files is really easy, I did time ago. You will have a nice 2.20 version with no hammer, no party no meteor strike, no blizzard, no good log system, ..., etc.. ( so better use 2.191 files
)
Did anyone know 2.03 Game Server Source Files was released by ME ( GoldenBoy) 3 years ago in the website www.helgate.tk where DarkieDuck and me first met?....As you all can see im a "nice sharing person". </span>
<span style='color:white'>I do</span>

Code: Select all
// --------------------------------------------------------------
// Login Server
//
// 1999.3 by Soph
//
// --------------------------------------------------------------
// ¼¹ö ºÎÆÃ½Ã°£ ±â·Ï
// --------------------------------------------------------------
#include <windows.h>
#include <windowsx.h>
#include <stdio.h>
#include <stdlib.h>
#include <winbase.h>
#include <mmsystem.h>
#include <time.h>
#include "winmain.h"
#include "LoginCore.h"
<span style='color:white'>Btw.... Fixing 2.03 files is really easy, I did time ago. You will have a nice 2.20 version with no hammer, no party no meteor strike, no blizzard, no good log system, ..., etc.. ( so better use 2.191 files

Did anyone know 2.03 Game Server Source Files was released by ME ( GoldenBoy) 3 years ago in the website www.helgate.tk where DarkieDuck and me first met?....As you all can see im a "nice sharing person". </span>
corect traslation:
Helbreath EMU mackerel comprehensive thread Part2
1:The ƒlƒgƒQ disabled person @ there is no name : 03/09/08 20:48 ID: ? ? ?
The topic regarding the private server of MMOPRG Helbreath is handled.
As for details >>2 later
383:The ƒlƒgƒQ disabled person @ there is no name : 04/02/20 23:08 ID: ? ? ?
But also this ƒXƒŒ may go out,
2.03 The method of moving the source with 2.191 mackerels is written
Inside Game.cpp
Near 18550 lines
Dwp = (DWORD *) cp;
*dwp = (DWORD) GetCurrentProcessId (); / The process handle is recorded.
Cp += 4;
Dwp = (DWORD *) cp;
*dwp = (DWORD) DEF_BUILDDATE; / BUILDDATE is recorded
Cp += 4;
IRet = m_pGateSock->iSendMsg (DATA, 43 + m_iTotalMaps*11);
Way modification
384:The ƒlƒgƒQ disabled person @ there is no name : 04/02/20 23:24 ID: ? ? ?
When this way is, being to be a MP bug of example
Near 16700 lines
Case DEF_NOTIFY_HP:
Dwp = (DWORD *) cp;
*dwp = (DWORD) m_pClientList [ iToH ] ->m_iHP;
Cp += 4;
Dwp = (DWORD *) cp;
*dwp = (DWORD) m_pClientList [ iToH ] ->m_iMP;
Cp += 4;
IRet = m_pClientList [ iToH ] ->m_pXSock->iSendMsg (DATA, 13,0);
Modification.
385:The ƒlƒgƒQ disabled person @ there is no name : 04/02/20 23:27 ID: ? ? ?
When it is downloaded Korean doing to transform, letter it meaning that error comes out
Correction (to the last it is quick fix with the script below)
Open (READ, "$ARGV [ 0 ]") or die;
@data = <READ>;
Close (READ);
Open (WRITE, ">$ARGV [ 1 ]") or die;
For (0.. $#data) {
$data [ $_ ] = - s/ ([ \xB1-\xC7 ]) (.) X22/$1$2\x20\x22/g;
Print WRITE $data [ $_ ];
}
Close (WRITE);
Example: >perl test.pl Game.cpp Game_processed.cpp
ok if it can help you to create a server 3.2 ^^
<a href='http://www.freewebs.com/phoenixserver/HBserv219.rar' target='_blank'>http://www.freewebs.com/phoenixserver/HBserv219.rar</a>
<a href='http://www.freewebs.com/phoenixserver/HBserv219.rar' target='_blank'>http://www.freewebs.com/phoenixserver/HBserv219.rar</a>
-
- Loyal fan
- Posts: 441
- Joined: Wed Feb 18, 2004 7:10 am
<span style='color:white'>I do</span>eXtasis.Net wrote: <!--QuoteBegin-lilmage+--></div><table border='0' align='center' width='95%' cellpadding='3' cellspacing='1'><tr><td>QUOTE (lilmage)</td></tr><tr><td id='QUOTE'><!--QuoteEBegin-->No one has the login sources..........

Code: Select all
// --------------------------------------------------------------
// Login Server
//
// 1999.3 by Soph
//
// --------------------------------------------------------------
// ¼¹ö ºÎÆÃ½Ã°£ ±â·Ï
// --------------------------------------------------------------
#include <windows.h>
#include <windowsx.h>
#include <stdio.h>
#include <stdlib.h>
#include <winbase.h>
#include <mmsystem.h>
#include <time.h>
#include "winmain.h"
#include "LoginCore.h"
<span style='color:white'>Btw.... Fixing 2.03 files is really easy, I did time ago. You will have a nice 2.20 version with no hammer, no party no meteor strike, no blizzard, no good log system, ..., etc.. ( so better use 2.191 files

Did anyone know 2.03 Game Server Source Files was released by ME ( GoldenBoy) 3 years ago in the website www.helgate.tk where DarkieDuck and me first met?....As you all can see im a "nice sharing person". </span> [/quote]
hmm i have seen that before..
lets see...
[edit]
Hmm weird
just checked every source i got which included LoginCore.h
but noone of em have that header :S
Tell me which file containts the header?
[/edit]
[edit2]
ahh there we go
Code: Select all
// --------------------------------------------------------------
// Gate Server
//
// 1999.3 by Soph
//
// --------------------------------------------------------------
// --------------------------------------------------------------
#include <windows.h>
#include <windowsx.h>
#include <stdio.h>
#include <stdlib.h>
#include <winbase.h>
#include <mmsystem.h>
#include <time.h>
#include "winmain.h"
#include "GateCore.h"
#include "UserMessages.h"
#include "XSocket.h"
#include "resource.h"
hax
-
- Regular
- Posts: 39
- Joined: Thu Mar 04, 2004 1:12 pm