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!

Season 2 Trickster Online Server/Client Files (503MB / 721MB)

Experienced Elementalist
Joined
Aug 15, 2014
Messages
202
Reaction score
1
Re: Season 2 Trickster Online Server/Client Files

check inc/config.asp

use user + pass in step3(short guide)

I did it, I can see my money point and the item in the shop is OK, but when I buy it, and click to make sure to buy it, the wrong message came out.
 
Junior Spellweaver
Joined
Mar 29, 2004
Messages
139
Reaction score
37
Re: Season 2 Trickster Online Server/Client Files

@xjzragezone
re-download my db.7z in first page I update something

maybe it fix issue.

why don't use english MSSQL..
I can't read chinese
 
Experienced Elementalist
Joined
Aug 15, 2014
Messages
202
Reaction score
1
Re: Season 2 Trickster Online Server/Client Files

@xjzragezone
re-download my db.7z in first page I update something

maybe it fix issue.

why don't use english MSSQL..
I can't read chinese

You are so kind! I will have a try.
Chinese is my first language...English is my second.



訊息 102,層級 15,狀態 1,程序 uspwt_user_item_buy_list,行 23
接近 '@@SERVERNAME' 之處的語法不正確。
When running trickster_schema.sql for trickster DB, the message came out.
The message says that "there is a grammarmistake around @@ SERVERNAME in line 23 of uspwt_user_item_buy_list"
I think you have something ommited.
search for @@SERVERNAME, and change it to 'YOU WINDOWSNAME'



After I re-download your updated db.7z, and running it.
There is another mistake came out.
The mistake says can not find the function of "dbo.uspn_buy_goods_game_log' in line 239 of /cShop/itemdetail_buy_cli.asp
 

Attachments

You must be registered for see attachments list
Last edited:
Newbie Spellweaver
Joined
May 21, 2010
Messages
20
Reaction score
0
Re: Season 2 Trickster Online Server/Client Files

to @hackerz10001
to decryption dat to xml
libconfig_twn.dat you must use hex edit remove first byte (0x01) before decryption it.

and after got xml use hex edit search for 0x00 and replace it with 0x09

and you're translation will be easier
:D:
View attachment 149862
and do the same after encrypt it back for libconfig_twn.dat add 0x01 to first byte

waiting for ya translation ^___^

more nice program


iostream

When encrypting this back, do you replace all 0x00 with 0x09,?

And do you need to place it on the server and restart the server as well as the client?
And it seems to crash my client when I place the modified .dat file back.
 
Newbie Spellweaver
Joined
May 21, 2010
Messages
20
Reaction score
0
Re: Season 2 Trickster Online Server/Client Files

iostream

I used dn_editor, and it makes the file smaller than the original size. But Im confused by what you mean to "indent it"
 
Newbie Spellweaver
Joined
Jan 3, 2012
Messages
19
Reaction score
1
Re: Season 2 Trickster Online Server/Client Files

Help I cannot run MasterServer

Log files

2015-01-31 20:54:58 Connecting to Table DB...
2015-01-31 20:54:58 :
szSqlState = 28000, pfNativeError = 18456 : [Microsoft][SQL Server Native Client 10.0][SQL Server]Login failed for user 'sa'.
2015-01-31 20:54:58 :
szSqlState = 28000, pfNativeError = 18456 : [Microsoft][SQL Server Native Client 10.0][SQL Server]Login failed for user 'sa'.
2015-01-31 20:54:58 Cannot connect to Table DB
2015-01-31 20:54:58 Log closed

ODBC
b6WL4Vl - Season 2 Trickster Online Server/Client Files (503MB / 721MB) - RaGEZONE Forums

What wrong?
 

Attachments

You must be registered for see attachments list
Last edited by a moderator:
Newbie Spellweaver
Joined
Jan 11, 2008
Messages
8
Reaction score
0
Re: Season 2 Trickster Online Server/Client Files

Can i get the 'MD5 function out code(SQL query)' for 'dbo.tbl.account' ? plz
 
Experienced Elementalist
Joined
Aug 15, 2014
Messages
202
Reaction score
1
Re: Season 2 Trickster Online Server/Client Files

Help I cannot run MasterServer

Log files

ODBC
<snip></snip>

What wrong?

try to use this "C:\Windows\SysWOW64\odbcad32.exe"
 
Last edited by a moderator:
Experienced Elementalist
Joined
Oct 2, 2005
Messages
234
Reaction score
48
Re: Season 2 Trickster Online Server/Client Files

Awesome Re-release @PyroSamurai :thumbup:
I will help as much as I can, This is so awesome!

also looking at the client itself it seems to be a Korean client Version 0.8.4.71

*Update*
Nice! I just checked playtrickster client it is the same client but it has it's differences, i just changed the ip's on the playtrickster client file and will try to connect to my server :)
 
Last edited:
Junior Spellweaver
Joined
Mar 29, 2004
Messages
139
Reaction score
37
Re: Season 2 Trickster Online Server/Client Files

if still can't
try using MSSQL 2012 and use "SQL Server" Driver
 
Newbie Spellweaver
Joined
May 21, 2010
Messages
20
Reaction score
0
Re: Season 2 Trickster Online Server/Client Files

Those having issues with items being missing from the Cash Shop, such as Innocent Glasses. These files work, courtesy of iostream.

 
Newbie Spellweaver
Joined
Jan 11, 2008
Messages
8
Reaction score
0
Re: Season 2 Trickster Online Server/Client Files

PyroSamurai - Season 2 Trickster Online Server/Client Files (503MB / 721MB) - RaGEZONE Forums


Can't not login the game .. and popup the error code 1047

what's my problem??
 
Last edited by a moderator:
Experienced Elementalist
Joined
Oct 2, 2005
Messages
234
Reaction score
48
Re: Season 2 Trickster Online Server/Client Files

New update,I have libconfig 100% in English now :thumbup: i just decrypted playtrickster's file it is the same but translated *With more content though*
 
Junior Spellweaver
Joined
Mar 29, 2004
Messages
139
Reaction score
37
Re: Season 2 Trickster Online Server/Client Files

it not working libconfig at serverside content more data(client side put something out).
tool that encrypt it back is not working, already try several time.(someone has solution pls share)

My way is..
1. hex server+client side to read plain xml... :)
2. make new encrypt tool base on client or game server :p
3. someone post it with link, thx
 
Joined
Aug 14, 2009
Messages
1,097
Reaction score
134
Re: Season 2 Trickster Online Server/Client Files

Awesome Re-release @PyroSamurai :thumbup:
I will help as much as I can, This is so awesome!

also looking at the client itself it seems to be a Korean client Version 0.8.4.71

*Update*
Nice! I just checked playtrickster client it is the same client but it has it's differences, i just changed the ip's on the playtrickster client file and will try to connect to my server :)

Playtrickster's client will crash on character select.
 
Newbie Spellweaver
Joined
May 21, 2010
Messages
20
Reaction score
0
Re: Season 2 Trickster Online Server/Client Files

Playtrickster's client will crash on character select.


Actually, it will crash when the client is loading. As I know from experiance.

ON TOPIC.

My webserver for cashshop is putting the URL as
It is running on IIS 7.5, just wondering if anyone has seen this issue before and is able to give advice?
 
Joined
Aug 14, 2009
Messages
1,097
Reaction score
134
Re: Season 2 Trickster Online Server/Client Files

Actually, it will crash when the client is loading. As I know from experiance.

ON TOPIC.

My webserver for cashshop is putting the URL as
It is running on IIS 7.5, just wondering if anyone has seen this issue before and is able to give advice?

js.PNG - Season 2 Trickster Online Server/Client Files (503MB / 721MB) - RaGEZONE Forums
I guess.
 

Attachments

You must be registered for see attachments list
Back
Top