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!

[TUTORIAL]Video Tutorial how to setup Server

Initiate Mage
Joined
Apr 30, 2012
Messages
2
Reaction score
0
you need to use: (note: the part show beneath the link is the missing part in the link... it is cutting it short for some reason. Just don't use the "service...qlcleint.so.15" and put the part beneath it at the end of ".com")
for 32 bit:
sudo wget -O /usr/lib/libmysqlclient.so.15

/services/es_5.0/libmysqlclient.so.15

for 64 bit:
sudo wget -O /usr/lib64/libmysqlclient.so.15

/services/es_5.0_64/libmysqlclient.so.15

however i am having a problem of my own...anybody have a solution??...

teenminime1993@ubuntu:~$ cd db
teenminime1993@ubuntu:~/db$ ./db_server
[18:05:51 INFO] Base initialized.
[18:05:51 INFO] net device startup ok
[18:05:51 INFO] FDSetSize = 1024
[18:05:51 INFO] Version = 110
[18:05:51 INFO] SendBufferSize = 16384
[18:05:51 INFO] RecvBufferSize = 87380
[18:05:51 INFO]

>>>>> DB Server (Build Dec 11 2009 15:58:11) <<<<<
[18:05:51 INFO] Welcome to the DB Server monitor.
[18:05:51 ERRO] [DB] DB_MYSQL_ENGINE_PROCESS_ERROR at line 1353 in (0x0x9ca4b80)->unsupported(), 2002, "Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (13)", "mysql_real_connect() error.".
[18:05:51 ERRO] [DB] (0x0x9ca4b80)->unsupported("localhost", 3306, "root", 0x0x9cd6534("***"), "").
[18:05:51 ERRO] LOG_PROCESS_ERROR(nRetCode) at line 32 in unsupported.
[18:05:51 ERRO] [IDB] IDB_Connect(0, "localhost", 3306, "root", 0x0x9cd6534("***"), "").
[18:05:51 ERRO] Db agent manager can not connect to the database(Server name : "localhost", user : "root".
[18:05:51 INFO] Base exit.
[18:05:51 INFO] net device exit ok
teenminime1993@ubuntu:~/db$
 
Last edited:
Junior Spellweaver
Joined
Jul 28, 2011
Messages
134
Reaction score
6
Just google this file "libmysqlclient15off" and do not install it using Terminal just google it and you can find the exe files once the Dl is finish you can install it just click run and follow the instruction after installing in run again your ./db_server and you will see it will success like what i did it took me a half day for this kind of error ^_^
 
Newbie Spellweaver
Joined
Dec 14, 2012
Messages
22
Reaction score
0
Untitled - [TUTORIAL]Video Tutorial how to setup Server - RaGEZONE Forums
Guys Help me pls i dont know what to do o_O
 

Attachments

You must be registered for see attachments list
Newbie Spellweaver
Joined
Jan 3, 2013
Messages
7
Reaction score
0
Re: Video Tutorial how to setup Server

Hey Why Wouldnt someone make an english version if these videos? Not for me but for others.
 
Newbie Spellweaver
Joined
Feb 11, 2013
Messages
31
Reaction score
0
Re: Video Tutorial how to setup Server

i can help u to fix it but i need team viewer
 
Junior Spellweaver
Joined
Jan 25, 2011
Messages
146
Reaction score
3
try it form:
sudo -s
password: xxxxxxx
root@ubuntu:~$ cd db
root@ubuntu:~/ db$ ./db_server

try with user root
 
Initiate Mage
Joined
Oct 8, 2013
Messages
2
Reaction score
0
Re: Video Tutorial how to setup Server

thanks i will try:p:

but need config IP on VMware for that?
 
Newbie Spellweaver
Joined
Oct 1, 2013
Messages
5
Reaction score
0
i have problem.Server is rdy,(super) I can go, others can not
help pls My ip is real IP

the problem is port .go to your modem and config port
and in launcher use you wan ip
sorry for the spelling mistakes

Guys Help me pls i dont know what to do o_O

you need download
libmysqlclient.so.15 and install
 
Skilled Illusionist
Joined
Jun 3, 2007
Messages
315
Reaction score
9
Correct. A lot of dead links....both in windows and guest machines. I'm not quite sure Talisman can be setup using these tutorials anymore as so many of the app get links are dead.
 
Joined
Sep 25, 2011
Messages
710
Reaction score
318
You can setup it with this tutorials.
I made it before 1 week and its working.
The only link that was broken is the client download link. But you can find it easy in google
 
Newbie Spellweaver
Joined
Jun 21, 2013
Messages
30
Reaction score
1
root@ubuntu:~/db# ./db_server
ERRRRRRRRRRROR: cpu frequency too BIG :)
[05:47:50 INFO] Base initialized.
[05:47:50 INFO] net device startup ok
[05:47:50 INFO] FDSetSize = 1024
[05:47:50 INFO] Version = 110
[05:47:50 INFO] SendBufferSize = 16384
[05:47:50 INFO] RecvBufferSize = 87380
[05:47:50 INFO]

>>>>> DB Server (Build Dec 11 2009 15:58:11) <<<<<
[05:47:50 INFO] Welcome to the DB Server monitor.
[05:47:50 ERRO] [DB] DB_MYSQL_ENGINE_PROCESS_ERROR at line 1353 in (0x0x9073a70)->unsupported(), 2002, "Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (2)", "mysql_real_connect() error.".
[05:47:50 ERRO] [DB] (0x0x9073a70)->unsupported("localhost", 3306, "root", 0x0x90a542c("***"), "").
[05:47:50 ERRO] LOG_PROCESS_ERROR(nRetCode) at line 32 in unsupported.
[05:47:50 ERRO] [IDB] IDB_Connect(0, "localhost", 3306, "root", 0x0x90a542c("***"), "").
[05:47:50 ERRO] Db agent manager can not connect to the database(Server name : "localhost", user : "root".
[05:47:50 INFO] Base exit.
[05:47:50 INFO] net device exit ok
root@ubuntu:~/db#

check again

folder "db/guard_user.ini"
Code:
[Guard]
ApplicationName="db_server"
ApplicationConfigName="db_server_user.ini"
GuardPort=9008
PublishServerIP="[B][COLOR=#ff0000]192.168.1.100[/COLOR][/B]" [B] -> my linux ip[/B]
PublishServerPort=9009
DeadLoopTime=0
RebootTimeWhenShutdown=16
RebootTimeWhenDeadLoop=16
StartAppRightAwayFlag=1

folder "db/db_server_user.ini"
Code:
[dbserver]
ListenIp = "127.0.0.1"
ListenPort = "9006"
[db_login]
Server = "127.0.0.1"
Port = 3306
Database = "db_account"
UserName = "[COLOR=#ff0000][B]usernamedatabase[/B][/COLOR]"
Password = "[COLOR=#ff0000][B]passworddatabase[/B][/COLOR]"
[db_game]
Server = "127.0.0.1"
Port = 3306
Database = "db_game"
UserName = "[COLOR=#ff0000][B]usernamedatabase[/B][/COLOR]"
Password = "[COLOR=#ff0000][B]passworddatabase[/B][/COLOR]"
[db_log]
Server = "127.0.0.1"
Port = 3306
Database = "db_log"
UserName = "[COLOR=#ff0000][B]usernamedatabase[/B][/COLOR]"
Password = "[COLOR=#ff0000][B]passworddatabase[/B][/COLOR]"
 
Initiate Mage
Joined
Jan 19, 2014
Messages
3
Reaction score
0
can you help how to join my friend to my talisman private ?
 
Initiate Mage
Joined
May 4, 2014
Messages
1
Reaction score
0
hey anyone knows how to start the db_server, the login server and the game server? at first i can run it but then when the second time i tried to run it, it wont start and error pop up "already exist"

do i still need to use this code to run the server for the second time?

cd db
./db_server




cd login
./login_server




cd game
./game_server
 
Initiate Mage
Joined
May 10, 2014
Messages
1
Reaction score
0
As promised I put links to video tutorials on how to create server. Please comment and assess and advise me how to create a new server because I like to play this game:)

Part 1

Part 2

Part 3


:cool::lol::D::thumbup:
Sir can youn post evp and crack download link again coz the dl link has been removed thanks
 
Joined
Jun 4, 2010
Messages
4
Reaction score
0
Can someone help me? My server are up and running. I can create character and login but I'm stuck at "Enter Game". There's 30sec timer which will go out and do nothing if I click it again. Thanks.
 
Junior Spellweaver
Joined
Nov 6, 2011
Messages
108
Reaction score
10
hey anyone knows how to start the db_server, the login server and the game server? at first i can run it but then when the second time i tried to run it, it wont start and error pop up "already exist"

do i still need to use this code to run the server for the second time?

cd db
./db_server




cd login
./login_server




cd game
./game_server


just delet .pid data from this folders........

db

game

login


u always need to delet this files when u going to start ur server ....... best of luck :thumbup1: :thumbup1:



check again

folder "db/guard_user.ini"
Code:
[Guard]
ApplicationName="db_server"
ApplicationConfigName="db_server_user.ini"
GuardPort=9008
PublishServerIP="[B][COLOR=#ff0000]192.168.1.100[/COLOR][/B]" [B] -> my linux ip[/B]
PublishServerPort=9009
DeadLoopTime=0
RebootTimeWhenShutdown=16
RebootTimeWhenDeadLoop=16
StartAppRightAwayFlag=1

folder "db/db_server_user.ini"
Code:
[dbserver]
ListenIp = "127.0.0.1"
ListenPort = "9006"
[db_login]
Server = "127.0.0.1"
Port = 3306
Database = "db_account"
UserName = "[COLOR=#ff0000][B]usernamedatabase[/B][/COLOR]"
Password = "[COLOR=#ff0000][B]passworddatabase[/B][/COLOR]"
[db_game]
Server = "127.0.0.1"
Port = 3306
Database = "db_game"
UserName = "[COLOR=#ff0000][B]usernamedatabase[/B][/COLOR]"
Password = "[COLOR=#ff0000][B]passworddatabase[/B][/COLOR]"
[db_log]
Server = "127.0.0.1"
Port = 3306
Database = "db_log"
UserName = "[COLOR=#ff0000][B]usernamedatabase[/B][/COLOR]"
Password = "[COLOR=#ff0000][B]passworddatabase[/B][/COLOR]"


[dbserver]
ListenIp = "localhost"
ListenPort = "9006"
[db_login]
Server = "localhost"
Port = 3306
Database = "db_account"
UserName = "root" (dont change this)
Password = "ur linux password"
[db_game]
Server = "localhost"
Port = 3306
Database = "db_game"
UserName = "root" (dont change this)
Password = "ur linux password"
[db_log]
Server = "localhost"
Port = 3306
Database = "db_log"
UserName = "root" (dont change this)
Password = "ur linux password"

try it :sneaky2:
 
Back
Top