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)

Junior Spellweaver
Joined
Feb 8, 2011
Messages
101
Reaction score
1
Re: Season 2 Trickster Online Server/Client Files

Ok so, i've been looking thru all the thread again and got some updated files, but i still can't finish the myshop purchase.
I went testing the new asp and it seems what gets me stuck is

rsConn.open rsSQL,Conn,3,2
Buy_Msg = rsConn("Return_Value")
set rsSQL = NoThing
rsConn.close

This part of the code sends me to an Internal Error page, but without it i can't complete, so, any idea on what is wrong?

Also, i'm confused, i was told to remove the following line in order for the Cash to load properly (and it did):

set @account_pw = SUBSTRING(master.dbo.fn_varbintohexstr(HashBytes('MD5', LOWER(@account_pw))), 11, 16)

But iostream said i should ADD it to the procedure. And then do some MD5 convert thing i don't really know about.

I really am trying but i got no clue on what could be wrong still, lol.
 
Junior Spellweaver
Joined
Mar 29, 2004
Messages
139
Reaction score
37
Re: Season 2 Trickster Online Server/Client Files

brumas

there are two version of cash shop website and stored procedures too.
try use another cash shop web.
 
Junior Spellweaver
Joined
Feb 8, 2011
Messages
101
Reaction score
1
Re: Season 2 Trickster Online Server/Client Files

iostream Inside the folders there are a couple ones with website files indeed, but the ones i found and double checked pretty much had the same files (same file size, last changed date...), so, the cShop files i found to set up were pretty much the same (altho the 2 .asp files someone here shared [i can't remember who, seems like the post was deleted] were bit different cuz on the itemdetail_buy_cli.asp there weren't the 'useless' procedures i mentioned were missing before. I have installed the recent DB.7z you shared, but i don't understand, if i remove the set line as i was told, the cash pts load properly, if i don't i get stuck back on Fail 102

iceblade112 & PyroSamurai I was able to briefly check the posts, those files were already in the original share from pyro, so, i don't really understand what could be different about that.

One thing however, i didn't install that xp_crypt thing before, although i did install and executed the .sql files there, i'm still stuck with the same error, either Fail102, or the Internal Error when trying to complete the purchase. (depending on the MD5 line thing)

So, please, can any of you try to explain what am i missing? As i said, i know the basics, but I'm not a professional programmer, so, pointing out some things to fix those would be nice.
 
Joined
Aug 14, 2009
Messages
1,097
Reaction score
134
Re: Season 2 Trickster Online Server/Client Files

iceblade112 & PyroSamurai I was able to briefly check the posts, those files were already in the original share from pyro, so, i don't really understand what could be different about that.

One thing however, i didn't install that xp_crypt thing before, although i did install and executed the .sql files there, i'm still stuck with the same error, either Fail102, or the Internal Error when trying to complete the purchase. (depending on the MD5 line thing)

So, please, can any of you try to explain what am i missing? As i said, i know the basics, but I'm not a professional programmer, so, pointing out some things to fix those would be nice.

xp_crypt can't be used on 64bit systems.
The mirror I made is just to save people from downloading 8gb.
 
Junior Spellweaver
Joined
Feb 8, 2011
Messages
101
Reaction score
1
Re: Season 2 Trickster Online Server/Client Files

PyroSamurai yeah, i saw that, and i understand why you wanted it removed, i just don't see how it helps me to fix the MyShop thing :S

iceblade112 hmm, i got a 64bit system, but i was able to install the program just fine. I can run it with no problems aswell apparently, i just don't understand what it's for and what do i need to do to fix my webshop, lol.
 
Joined
Aug 14, 2009
Messages
1,097
Reaction score
134
Re: Season 2 Trickster Online Server/Client Files

PyroSamurai yeah, i saw that, and i understand why you wanted it removed, i just don't see how it helps me to fix the MyShop thing :S

iceblade112 hmm, i got a 64bit system, but i was able to install the program just fine. I can run it with no problems aswell apparently, i just don't understand what it's for and what do i need to do to fix my webshop, lol.

Oh, it'll install. It'll crash MSSQL when you try to use its functions, though.
 
Junior Spellweaver
Joined
Feb 8, 2011
Messages
101
Reaction score
1
Re: Season 2 Trickster Online Server/Client Files

Edit: Amen, fixed it. It was some Linked Server poop i did not know about on SQL.

Found another little bug, nothing super important, but just wondering:
When i try to take an equip item off the MyShop items tab it says an error msg, i do get the item transferred, but i got to relog to see it.

Anyone know a little fix for that?
 
Last edited:
Junior Spellweaver
Joined
Feb 8, 2011
Messages
101
Reaction score
1
Re: Season 2 Trickster Online Server/Client Files

iostream I saw on the forum and FAQ that you're the one further on translating.

I was just wondering, can you tell how you decrypted/encrypted the libconfig_twn.dat file? I tried using /d /D /d100 and /D100 on Cabala_DatDec to decrypt but it didn't work properly.

All i really wanted to translate (at least in the beginning) are the basic stats, like AP/DX/MA/LK/HV... Because not understanding what stats the item gives is the only really annoying thing (imo) when actually playing this version.

So, if u have any information you can share it'd be greatly appreciated :)
 
Joined
Aug 14, 2009
Messages
1,097
Reaction score
134
Re: Season 2 Trickster Online Server/Client Files

All i really wanted to translate (at least in the beginning) are the basic stats, like AP/DX/MA/LK/HV... Because not understanding what stats the item gives is the only really annoying thing (imo) when actually playing this version.

I'm also waiting for iostream's method. :(
I'm not expecting much, since he's a really busy guy though ;__;

As for the stats, which part are you talking about?
screenshot0024 - Season 2 Trickster Online Server/Client Files (503MB / 721MB) - RaGEZONE Forums
Items or My View?
 

Attachments

You must be registered for see attachments list
Last edited:
Junior Spellweaver
Joined
Feb 8, 2011
Messages
101
Reaction score
1
Re: Season 2 Trickster Online Server/Client Files

I'm also waiting for iostream's method. :(
I'm not expecting much, since he's a really busy guy though ;__;

As for the stats, which part are you talking about?
View attachment 150678
Items or My View?

Both to be honest (but MyView would be less important), lol, i've been replacing some folders with Playtrickster files, but i haven't done with all yet because when i tried all at once it crashed, so, i'm just doing it one by one, but i had to leave earlier so i haven't replaced everything i can i think.

How did you fix yours? Is it a database thing? A simple file replace?

As for translating Libcmgds, i was translating it since it can be decrypted, but when i tried encrypting it back every attempt crashed my client. Even just decrypting and encrypting the same file with no changes (With all methods : /e, /E, /e100, /E100). So, i guess translating is a big no right now for everything :S

Edit: Also, i just noticed you got quite a few things translated in your screenshot, not just stats, how did you change those? (map name, some text in your chat window, item tabs, npc name and others)
 
Last edited:
Newbie Spellweaver
Joined
Mar 9, 2006
Messages
66
Reaction score
1
Re: Season 2 Trickster Online Server/Client Files

What problem we can't run GameServer anyone can help?

2015-03-01 19:20:46],[ ClientMsgLimter Exceptional IP : 127.0.0.1
2015-03-01 19:20:46],[ MasterServer : 127.0.0.1 : 16646
2015-03-01 19:20:46],[ GameServer : 127.0.0.1:22006, 127.0.0.1:22006, Max client : 1000
2015-03-01 19:20:46],[ NetworkManager::eek:ceanHandleError - Server starting...
2015-03-01 19:20:46],[ NetworkManager::eek:ceanHandleError - Server ready
2015-03-01 19:20:46],[ m_Ocean Ready
2015-03-01 19:20:46],[ connect to 127.0.0.1/16646
2015-03-01 19:20:46],[ connect success 127.0.0.1/16646
2015-03-01 19:20:46],[ Connected to master server
2015-03-01 19:20:46],[ <MEM> [P:678.7227(+678.7227) V:1061.2539(+1061.2539)] INIManager-Initialize-Start
2015-03-01 19:20:46],[ <MEM> [P:679.4336(+0.7109) V:1061.2734(+0.0195)] INIManager-Initialize-End
2015-03-01 19:20:46],[ <MEM> [P:679.4375(+0.0039) V:1061.2734(+0.0000)] INIManager-Load-Start
2015-03-01 19:20:46],[ StopApp: WAIT_FAILED: GetLastError() : 6
2015-03-01 19:20:47],[ NetworkManager::eek:ceanHandleError - -------- AcptIocpTProc terminating by NULL buffer
2015-03-01 19:20:47],[ NetworkManager::eek:ceanHandleError - -------- AcptIocpT returns 0
2015-03-01 19:20:47],[ NetworkManager::eek:ceanHandleError - AcptIOCPT terminated
2015-03-01 19:20:47],[ NetworkManager::eek:ceanHandleError - -------- IocpTProc terminating by NULL buffer(0)
2015-03-01 19:20:47],[ NetworkManager::eek:ceanHandleError - -------- IocpT returns 0
2015-03-01 19:20:47],[ NetworkManager::eek:ceanHandleError - -------- IocpTProc terminating by NULL buffer(0)
2015-03-01 19:20:47],[ NetworkManager::eek:ceanHandleError - -------- IocpT returns 0
2015-03-01 19:20:47],[ NetworkManager::eek:ceanHandleError - -------- IocpTProc terminating by NULL buffer(0)
2015-03-01 19:20:47],[ NetworkManager::eek:ceanHandleError - -------- IocpT returns 0
2015-03-01 19:20:47],[ NetworkManager::eek:ceanHandleError - -------- IocpTProc terminating by NULL buffer(0)
2015-03-01 19:20:47],[ NetworkManager::eek:ceanHandleError - -------- IocpT returns 0
2015-03-01 19:20:47],[ NetworkManager::eek:ceanHandleError - -------- IocpTProc terminating by NULL buffer(0)
2015-03-01 19:20:47],[ NetworkManager::eek:ceanHandleError - -------- IocpT returns 0
2015-03-01 19:20:47],[ NetworkManager::eek:ceanHandleError - -------- IocpTProc terminating by NULL buffer(0)
2015-03-01 19:20:47],[ NetworkManager::eek:ceanHandleError - -------- IocpT returns 0
2015-03-01 19:20:47],[ NetworkManager::eek:ceanHandleError - IOCPT 0 terminated
2015-03-01 19:20:47],[ NetworkManager::eek:ceanHandleError - -------- IocpTProc terminating by NULL buffer(0)
2015-03-01 19:20:47],[ NetworkManager::eek:ceanHandleError - -------- IocpT returns 0
2015-03-01 19:20:47],[ NetworkManager::eek:ceanHandleError - IOCPT 1 terminated
2015-03-01 19:20:47],[ NetworkManager::eek:ceanHandleError - -------- IocpTProc terminating by NULL buffer(0)
2015-03-01 19:20:47],[ NetworkManager::eek:ceanHandleError - -------- IocpT returns 0
2015-03-01 19:20:47],[ NetworkManager::eek:ceanHandleError - IOCPT 2 terminated
2015-03-01 19:20:47],[ NetworkManager::eek:ceanHandleError - IOCPT 3 terminated
2015-03-01 19:20:47],[ NetworkManager::eek:ceanHandleError - IOCPT 4 terminated
2015-03-01 19:20:47],[ NetworkManager::eek:ceanHandleError - IOCPT 5 terminated
2015-03-01 19:20:47],[ NetworkManager::eek:ceanHandleError - IOCPT 6 terminated
2015-03-01 19:20:47],[ NetworkManager::eek:ceanHandleError - IOCPT 7 terminated
2015-03-01 19:20:47],[ NetworkManager::eek:ceanHandleError - -------- ReactT returns 0 by EXIT code
2015-03-01 19:20:47],[ NetworkManager::eek:ceanHandleError - ReactT terminated
2015-03-01 19:20:47],[ NetworkManager::eek:ceanHandleError - Sockets free
2015-03-01 19:20:47],[ NetworkManager::eek:ceanHandleError - Contexts free
2015-03-01 19:20:47],[ NetworkManager::eek:ceanHandleError - IOCP free
 
Last edited by a moderator:
Joined
Aug 14, 2009
Messages
1,097
Reaction score
134
Re: Season 2 Trickster Online Server/Client Files

Both to be honest (but MyView would be less important), lol, i've been replacing some folders with Playtrickster files, but i haven't done with all yet because when i tried all at once it crashed, so, i'm just doing it one by one, but i had to leave earlier so i haven't replaced everything i can i think.

How did you fix yours? Is it a database thing? A simple file replace?

As for translating Libcmgds, i was translating it since it can be decrypted, but when i tried encrypting it back every attempt crashed my client. Even just decrypting and encrypting the same file with no changes (With all methods : /e, /E, /e100, /E100). So, i guess translating is a big no right now for everything :S

Edit: Also, i just noticed you got quite a few things translated in your screenshot, not just stats, how did you change those? (map name, some text in your chat window, item tabs, npc name and others)

Ugh. I was hoping you wouldn't say both.
Since you did, I'll be honest here: I have no clue where the item stat part is. It's deep within libconfig and I forgot the row's name.

I'll start you off.
Keep libconfig at its original size.
You CANNOT put 1 byte less or 1 byte more to any value.
If you change a value with 3 Chinese letters, it's 9 bytes.
For example, 'AP' in Chinese is 3 letters. So, you'd put "AP " (7 spaces after).
 
Junior Spellweaver
Joined
Feb 8, 2011
Messages
101
Reaction score
1
Re: Season 2 Trickster Online Server/Client Files

Ugh. I was hoping you wouldn't say both.
Since you did, I'll be honest here: I have no clue where the item stat part is. It's deep within libconfig and I forgot the row's name.

I'll start you off.
Keep libconfig at its original size.
You CANNOT put 1 byte less or 1 byte more to any value.
If you change a value with 3 Chinese letters, it's 9 bytes.
For example, 'AP' in Chinese is 3 letters. So, you'd put "AP " (7 spaces after).

Ok, i got it, like editing .exe, but i hex edit the .dat or decrypt to xml? And how do i search a chinese string like the AP one? What do i put on the ctrlF to search?

Edit: So, i got the hex code of 攻击力 from a .txt file, which is the AP thing, i tried searching it's hex value on the libconfig_twn.dat and all versions of decrypted .xml, but i still couldn't find anything to edit.
 
Last edited:
Joined
Aug 14, 2009
Messages
1,097
Reaction score
134
Re: Season 2 Trickster Online Server/Client Files

Ok, i got it, like editing .exe, but i hex edit the .dat or decrypt to xml? And how do i search a chinese string like the AP one? What do i put on the ctrlF to search?

Edit: So, i got the hex code of 攻击力 from a .txt file, which is the AP thing, i tried searching it's hex value on the libconfig_twn.dat and all versions of decrypted .xml, but i still couldn't find anything to edit.

You use a text editor...
 
Junior Spellweaver
Joined
Feb 8, 2011
Messages
101
Reaction score
1
Re: Season 2 Trickster Online Server/Client Files

Nevermind, i found the first bit thing to decrypt properly, thanks.

Edit: Am i supposed to add blank spaces on the CDATA (hex 20) or hex 00 for the empty characters? 'Cause some of my exchanges are giving Exceptional Error and idk what is wrong with them.
 
Last edited:
Joined
Aug 14, 2009
Messages
1,097
Reaction score
134
Re: Season 2 Trickster Online Server/Client Files

Nevermind, i found the first bit thing to decrypt properly, thanks.

Edit: Am i supposed to add blank spaces on the CDATA (hex 20) or hex 00 for the empty characters? 'Cause some of my exchanges are giving Exceptional Error and idk what is wrong with them.

Hex 20.
You can't put one character more than before and remove one character from another place.
 
Junior Spellweaver
Joined
Feb 8, 2011
Messages
101
Reaction score
1
Re: Season 2 Trickster Online Server/Client Files

Yeah, i figured that bit.
Been translating quite few things during the day, but seems that some characters on specific places doesn't work, some dots were giving me Exceptional error for some reason.

But it's all good, i can translate enough to a decent playable now, it'll only take quite some time.

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

Anyway, iceblade112 do you know about that transfer from MyShop to inventory bug i mentioned and how to fix it?
And did u find where to change the time left string? I've looked thru many %d's and %s's but couldn't find the one that displays Days, Hours, Mins on the equipped item.

And iostream do you have any news on an easier way to translate the files and if you do, could you share?
 
Last edited:
Joined
Aug 14, 2009
Messages
1,097
Reaction score
134
Re: Season 2 Trickster Online Server/Client Files

Anyway, iceblade112 do you know about that transfer from MyShop to inventory bug i mentioned and how to fix it?
And did u find where to change the time left string? I've looked thru many %d's and %s's but couldn't find the one that displays Days, Hours, Mins on the equipped item.

It appears that the last post didn't go through.

I use my own PHP port of the MyShop things. It still uses xp_crypt mostly, so I don't get any bugs like that.
 
Junior Spellweaver
Joined
Feb 8, 2011
Messages
101
Reaction score
1
Re: Season 2 Trickster Online Server/Client Files

Hmm, i figured which issue i'm getting thru translating:

"<![CDATA[OverLimitedWt]]>" "<String><![CDATA[Either the holding limit is exceeded or the item is already mounted.]]></String>"

That's what it says when i try to remove it from the MyShop inventory. I removed the md5 thing from the procedure because xp_crypt won't work properly on 64bit as you said, but i was still able to get it to work.

So, do you know which procedure would be responsible for that transfer action / error message so i can look at it and try to fix?
 
Back
Top