Today i will post a link of the TH client and serverfiles.
SERVERFILES

WORKING CLIENT:

PATCH FOR CLIENT SKIPPING GAMEGUARD(thanks to lastfun) :

TOOLS:
EOS.ini
-ENC/DEC TOOLS
--- Search on google i`m not allowed to post other forums here.
This links are released by : "GODSKIN"
TUTORIAL:
Serverfiles use mssql 2008 r2 and windows server x64
Seems you have to EDIT all json config files in all folders,verify the interconnect configs and config with your ip.For any error related to console use from fix folder the executable by copying it and paste in the folder that corespond with the exe.
FIX for LOGINSERVER:
Fix by jenose "Fixing login server by change version to 270036 to match with thai client
Change config loginserver and edit EOS.ini for ip param is not work need to change ip in EOS.ini"
Create Authentication.php and write this
debug.txt contain this code:
DO NOT MODIFY:Quote:
<?xml version="1.0" encoding="utf-8"?><soap12:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope"><soap12:Body><ws_authen_universal_Platfo rm_return_map_by_Username xmlns="http://tempuri.org/"><strUsername>asdasd</strUsername><strPasswordMD5>a8f5f167f44f4964e6c998 dee827110c</strPasswordMD5><strUserIP>127.0.0.1</strUserIP></ws_authen_universal_Platform_return_map_by_Usernam e></soap12:Body></soap12:Envelope>
As i know from other guys you will need to fix SBServer config like this :Quote:
LS "listen_address" : "0.0.0.0:12567"
WS "listen_address" : "0.0.0.0:12557"
SB "listen_address" : "0.0.0.0:16000"
Do not modify!!!!
Automatic acquisition IP network card
Quote:
SBServer config
// Configuration for role of SBServer.
"role" :
{
// Whether to enable world server mode.
"role_world" : false
change to
// Whether to enable world server mode.
"role_world" : true
Use Windows server 2008 or Windows server 2003.
Restore the database in SQL 2008 R 2 .
USE THIS PROCEDURES TO FIX THE CPU USAGE AFTER RERSTORING THE FULL DB:
Quote:
USE [eos_common_report]
GO
SET ANSI_NULLS ON
GO
SET QUOTED_IDENTIFIER ON
GO
CREATE PROCEDURE [dbo].[SB_InsertTextLog]
@a int, @b nvarchar, @c nvarchar, @d nvarchar
AS
BEGIN
SET NOCOUNT ON;
END
Quote:
USE [eos_common_report]
GO
SET ANSI_NULLS ON
GO
SET QUOTED_IDENTIFIER ON
GO
CREATE PROCEDURE [dbo].[SB_CreateChatLogTable]
@a nvarchar
AS
BEGIN
SET NOCOUNT ON;
END
Quote:
USE [eos_common_report]
GO
SET ANSI_NULLS ON
GO
SET QUOTED_IDENTIFIER ON
GO
CREATE PROCEDURE [dbo].[SB_CreateFormattedLogTable]
@a nvarchar
AS
BEGIN
SET NOCOUNT ON;
END
Quote:
USE [eos_common_report]
GO
SET ANSI_NULLS ON
GO
SET QUOTED_IDENTIFIER ON
GO
CREATE PROCEDURE [dbo].[SB_CreateTextLogTable]
@a nvarchar
AS
BEGIN
SET NOCOUNT ON;
END
After you restored the DB you need to configure the DNS FILE in ODBC.
Open ODBC go to FILES DNS.Select in FILE dns main folder of each folder where are the consoles(set directory for dns for each folder from main serverfiles) and press OK(remember to save the DNS file in the main of the serverfiles folder after you set it).
If there are missing GEODATA FILES DOWNLOAD IT AND COPY THEM IN THE GEODATA MAIN FOLDER:

Now you will be able to start the server.If 1 or more console ask for password and dns file add the dns name that you saved before this step and user/password from sql server(ex: usr:sa pass:123456).
If you get error :
Copy the file from fix3 folder with default config and try to start it again.
Use the custom client i posted before this step . In the main folder of the client create a new document.txt and add this line :
Rename the extension from *txt file in *bat.
Start the client using this bat file.
I dont have much more informations yet.When i will get them i will post a full tutorial with video if you need it guys.
Seems some of humans succeded to enter the game but there are not so friendly to help us so , i will try to fix my server asp and post the full tutorial.
(PS:there is and error with web login api thats why you cannot enter in the game,you can acces loginserver and at selecting server you will be disconnected or stucking there).
Server needs more than 4 gb to run without any error or crash .
Info:
Client Version 225436
LoginServer Version 270037
US:

THA:EOS Online - Thailand
Korea:EOS | Daum 게임
CN:EOS Online - Thailand
REMEMBER TO PRESS THE "THANK YOU" BUTTON.
Post your server RESULT HERE.







