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!

[Release]Trickster

Elite Diviner
Joined
Jan 26, 2006
Messages
483
Reaction score
5
Well I'm going to wait it out and get the server files and the client. Maby I can mirror them later.

lets first translate that guides..
dude no one can work with those files without guide the files are extracted 1,7gb (packed 300+mb)
the guide is 22 pages
 
Skilled Illusionist
Joined
Apr 5, 2004
Messages
371
Reaction score
2
Ok, I'll see what I can do with them, but I want to make sure I have the files in case they get deleted or something.

PS the excel db is in english.
 
Elite Diviner
Joined
Jan 26, 2006
Messages
483
Reaction score
5
Ok, I'll see what I can do with them, but I want to make sure I have the files in case they get deleted or something.

PS the excel db is in english.

if they got deleted I can reupload them or upload at a other site..
But that excel is no guide that is just a check list.
 
Skilled Illusionist
Joined
Apr 5, 2004
Messages
371
Reaction score
2
I'll see how much I can do of the Korean guide.

EDIT: The checklist is actually very useful, and corresponds very well with the guide. If we wanted to we could probably set up a server off this alone.
 
Last edited:
Newbie Spellweaver
Joined
Nov 22, 2004
Messages
58
Reaction score
0
this is good news ive played the game when it opened, thks for sharing the files.
 
Newbie Spellweaver
Joined
Aug 5, 2006
Messages
9
Reaction score
0
SQL server setting

create & recovery DB
gmg_account <- gmg_account(file)
Trikcster <- trickster_bak(file)

create sql server account
fls_login

edit table
gmg_account->tbl_parm_server
MajorIp&MinorIp(masterserver IP)

gmg_account->tbl_area
area_name(Server name)

gmg_account->tbl_world
world_name(World name)
world_ls_ip(GameServer IP)

minaZ - [Release]Trickster - RaGEZONE Forums


minaZ - [Release]Trickster - RaGEZONE Forums


minaZ - [Release]Trickster - RaGEZONE Forums


minaZ - [Release]Trickster - RaGEZONE Forums
 

Attachments

You must be registered for see attachments list
Last edited:
Mythic Archon
Joined
Jun 11, 2005
Messages
715
Reaction score
0
How can we convert this version of the emulator to read a more current version of the client (such as the english version)?
 
Newbie Spellweaver
Joined
Nov 22, 2004
Messages
58
Reaction score
0
1st we have to know how to setup the server
2nd how can we connect the client
3rd we have to find out if it's possible to mix the english client to chinese client

Does some1 knows how? Can some1 make a guide?
 
Mythic Archon
Joined
Jun 11, 2005
Messages
715
Reaction score
0
1st we have to know how to setup the server
2nd how can we connect the client
3rd we have to find out if it's possible to mix the english client to chinese client

Does some1 knows how? Can some1 make a guide?

Good thing I do not moderate this part of the forum, because you would be looking at a hefty warning. If you look just a couple posts up, you'll notice a little guide.
 
Elite Diviner
Joined
Jan 26, 2006
Messages
483
Reaction score
5
SQL server setting

create & recovery DB
gmg_account <- gmg_account(file)
Trikcster <- trickster_bak(file)

create sql server account
fls_login

edit table
gmg_account->tbl_parm_server
MajorIp&MinorIp(masterserver IP)

gmg_account->tbl_area
area_name(Server name)

gmg_account->tbl_world
world_name(World name)
world_ls_ip(GameServer IP)

ok so if we followed this small guide our sql works fine ? you are from china btw ?
 
Newbie Spellweaver
Joined
Dec 6, 2004
Messages
78
Reaction score
0
any 1 had upload other site?i keep getting error from rapidshare
 
Newbie Spellweaver
Joined
Aug 5, 2006
Messages
9
Reaction score
0
Trickster server setting

MS SQL Server2000 setup
setup option
securitymode:SQL
sa userpass:(DO NOT BLANK!!)

SQL server setting

create & recovery DB
gmg_account <- gmg_account(file)
Trickster <- trickster_bak(file)

create sql server account
user:fls_login
pass:eoqkrajrwk0813

edit table
gmg_account->tbl_parm_server
MajorIp&MinorIp(masterserver IP)

gmg_account->tbl_area
area_name(Server name)

gmg_account->tbl_world
world_name(World name)


add game account
gmg_account->tbl_account

---------------------------------------------

edit gmg_account_fls.dsn&gmg_account_parm.dsn

[ODBC]
DRIVER=SQL Server
UID=fls_login
Network=DBMSSOCN
WSID=TO-SH1-01FLS01
APP=Microsoft Open Database Connectivity
SERVER=(SQL SERVER IP),1433(defaultport)
PWD=eoqkrajrwk0813

---------------------------------------------
edit MasterServer.ini

ServerGroup = 0

UserServer = 1
CharServer = 1
ItemServer = 1

TableDSNName = Trickster_master
TableDSNUser = sa
TableDSNPassword = (sa userpass)

DB = tricksterdb:Trickster_master:sa:(sa userpass):dbname

UserDBName = tricksterdb
CharDBName = tricksterdb
ItemDBName = tricksterdb
WarehouseDBName = tricksterdb
QuestDBName = tricksterdb
NeoWarehouseDBName= tricksterdb
PurWarehouseDBName= tricksterdb
PaidItemDBName = tricksterdb
MyCampDBName = tricksterdb

UserCountDelay = 3000
MaxClient = 10
Port = 16646
LogLevel = 1
LogFile = c:\log\master.log

[world 0]
ID = lserver1:1111(ServerID:pass)
ID = sserver1:1111(ServerID:pass)
ID = gserver1:1111(ServerID:pass)

ServerPart=1

zone 1 = gserver1 ;eZoneId_Square
zone 2 = gserver1 ;eZoneId_Relics,
zone 3 = gserver1 ;eZoneId_Beach,
.
.(zone 1-130 = gserver1)
.
zone 128 = gserver1
zone 129 = gserver1
zone 130 = gserver1

---------------------------------------------
edit SystemServer.ini

MaxClient = 3500
Port = 13336(SystemServer default)
Encode = 1

MasterServerURL = (MasterServerIP)
MasterServerPort = 16646(MasterServer default)
MasterServerID = sserver1:1111(MasterServer.ini [world 0]Section)
.
.
.
ReportDSNName = trickster_system
ReportDSNUser = sa
ReportDSNPassword = (sa userpass)

---------------------------------------------
edit LoginServer.ini

MasterServer = MstSvr:(MasterServerIP):16646(defaultport)
SystemServerURLForClient = (SystemServerIP)
SystemServerURL = (SystemServerIP)
SystemServerPort = 13336(defaultport)

ServerWorld = world1(MasterServer.ini [world 0]Section)
ServerID = lserver1(MasterServer.ini [world 0]Section)

---------------------------------------------
edit GameServer.ini

GameServerUrl = (GameserverIP)
GameServerPort = 22006(defaultport)

MaxClient = 2000

MasterServerUrl = (MasterServerIP)
MasterServerPort = 16646

ID = gserver1(MasterServer.ini [world 0]Section)
Password = 1111(MasterServer.ini [world 0]Section)

---------------------------------------------
edit ODBC

[Login&SystemServer]
System DSN
DatasourceName:trickster_system
Server:(SQL SERVER IP)
LoguinID:sa
Pass:(sa userpass)
defaultDB:Trickster

[MasterServer]
System DSN
DatasourceName:Trickster_master
Server:(SQL SERVER IP)
LoguinID:sa
Pass:(sa userpass)
defaultDB:Trickster

---------------------------------------------
Execute

1st.FirstLoginSvrW.EXE
2nd.MasterServer.exe
3rd.SystemServer.exe
4th.LoginServer.exe
5th.GameServerRelease.exe

edit client
0.8.2.66(China)
rename Trickster.bin->Trickster.EXE
open Trickster.EXE(hex editor)
search "61.152.107.140"
change to your FirstLoginServerIP

Game account(default)
ID:gm00,gm001,gm002-gm010
Pass:111111


GOOD LUCK!!
 
Last edited:
Back
Top