Using EP 5.4 Client for EP6 Servers..

01/29/2013 01:41 dary3113#1
The Item/starting Item IDS are mis-matching with the client/server files..

Is there a way, I can correct this?

I am using the following Files:
[Only registered and activated users can see links. Click Here To Register...]

&

the server files:

[Only registered and activated users can see links. Click Here To Register...]



What would you recommend doing? I have tried changing the IP of game.exe in AeriaGames most up to date Shaiya Client; But it seems crypted and I Have no idea how to do this.
01/29/2013 07:01 TeddyBear94#2
use an ep6 client maybe? u cant use an ep5 client if u use ep6 server files. what u can do is use an ep6 client and ep6 server files ( which is stupid because the ep6 server files are bugged as hell) or u use ep5 server files an ep5 client and upgrade these ep5 client by adding all ep6 features besides fully working interfaces and skills. u can get all to work besides the newest skills and the newest interfeaces.
01/29/2013 13:22 dary3113#3
Quote:
Originally Posted by TeddyBear94 View Post
use an ep6 client maybe? u cant use an ep5 client if u use ep6 server files. what u can do is use an ep6 client and ep6 server files ( which is stupid because the ep6 server files are bugged as hell) or u use ep5 server files an ep5 client and upgrade these ep5 client by adding all ep6 features besides fully working interfaces and skills. u can get all to work besides the newest skills and the newest interfeaces.
I have tried using Aeria Games most up to date client, and adding the EP6 Game.exe which is modified for localhost, it logs in;but when I select a server to login to, the game crashes.. IS there a release of EP6 client which is proven to work correctly?

Edit:

The Server works with my 5.4 client, but not the aeria games client..? It seems to crash when I click "OK" to select my server.

SQL profiler suggests two different results.

Quote:
declare @p1 int
set @p1=4
exec sp_prepexec @p1 output,N'@P1 int',N'SELECT "Tbl1002"."Slot" "Col1005","Tbl1002"."ItemID" "Col1006","Tbl1002"."ItemCount" "Col1007" FROM "PS_Billing"."dbo"."Users_Product" "Tbl1002" WHERE "Tbl1002"."UserUID"=@P1',2
select @p1 // Buggy




//WOrking:

declare @p1 int
set @p1=3
exec sp_prepexec @p1 output,N'@P1 int',N'SELECT "Tbl1002"."Slot" "Col1005","Tbl1002"."ItemID" "Col1006","Tbl1002"."ItemCount" "Col1007" FROM "PS_Billing"."dbo"."Users_Product" "Tbl1002" WHERE "Tbl1002"."UserUID"=@P1',2
select @p1

The top one is the AeriaGames client with the changed Game.exe for localhost connectivity.

The other one is my EP 4.5 Client which sucessfully logs into the game.