Quote:
Originally Posted by TeddyBear94
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.