[HELP]How to Make Talisman Online PRivate sERveR

09/04/2010 23:28 prototipe1234#16
Who want be partener in crea one private server , i know little obut this and need and you know abut creat , i know need VMware Workstation ,,ubuntu-10.04. or onather ubuntu , and server talisman online ,
Pentru a avea acces la internet pe masina linux, se alege optiunea NAT pentru network!
Dupa ce am instalat Ubuntu Desktop, trebuie sa instalam Mysql Server,
astfel: deschidem o fereastra in terminal si tastam comanda:

sudo -s (aceasta comanda va va cere parola de root)
introduceti parola, dupa care tastati comanda:

apt-get install mysql-server

nu faceti alceva decat sa asteptati sa se instaleze Mysql Server!
Pentru ca serverul mysql sa functioneze corect, mai avem nevoie sa instalam un program: libmysqlclient15off.deb pe care il descarcati de pe internet. Daca ati parcurs acesti pasi aveti Ubuntu + serverul mysql
instalate pe masina virtuala. Acum trebuie sa copiem Serverul Talisman Online in Ubuntu.
In folderul /home/ avem un folder care are acelasi nume cu contul pe care l-ati creat pentru a va loga in linux, de exemplu, daca contul tau este dan, atunci vom avea /home/dan/, in acest folder trebuie sa copiem
serverul talisman online.

Serverul Talisman Online, este compus din 4 foldere:
db
login
game
DB___

se copiaza toate in folderul /home/dan/ , va reamintesc ca /dan/ este un
exemplu, numele folderului din /home/ este acelasi cu cel al contului tau
din linux.Eu voi continua cu /dan/!

va rezulta urmatoarea structura de directoare:

/home/dan/db
/home/dan/login
/home/dan/game
/home/dan/DB___

In acest punct avem Serverul talisman in linux!
Acum trebuie sa modificam fisierele din folderele serverului talisman.
Pentru a realiza acest lucru, trebuie sa aflam adresa IP a masinii linux.

Introducem in terminal comanda: ifconfig,
aceasta comanda va afisa adresa IP si alte informatii despre retea.
NOTAM ADRESA IP

Deschidem folderul /home/dan/db, in acest folder avem 4 fisiere care
trebuie modificate:
run.sh
db_server_user.ini
guard_user.ini
server_user.ini

Deschidem run.sh cu un editor de text si modificam path-ul astfel:

#!/bin/sh
cd /home/dan/db
ulimit -c unlimited
rm *.pid -f
/home/dan/db/guard -c /home/dan/db/guard_user.ini

salvam fisierul astfel modificat.
Se vor modifica astfel fisierele ./run.sh si din celelalte directoare, adica: /home/dan/login si /home/dan/game.

Deschidem fisierul guard_user.ini si modificam doua linii care
trebuie sa arate astfel:

ApplicationName = "db_server"
PublishServerIp = "localhost" (in locul localhost treci Ip-ul tau din linux)


Celelalte linii raman nemodificate!

Deschidem fisierul server_user.ini si scriem adresa Ip din linux in toate
liniile care au alt Ip.

Acum trecem la modificarea fisierelor din directorul /home/dan/login.

Deschidem fisierul login_user.ini si modificam liniile astfel:

list = "localhost"
user = "localhost"
server = "127.0.0.1"
db = "127.0.0.1"
billing = "localhost"
licenseserver = "localhost"


(in locul localhost treci Ip-ul tau din linux)

Deschidem fisierul guard_user.ini si la PublishServerIp trecem localhost, adica Ip-ul din linux: PublishServerIp = "localhost" (celelalte linii raman
nemodificate)

Trecem la modificarea fisierelor din directorul /home/dan/game

Deschidem fisierul server_user.ini si modificam liniile astfel:

[client]
ListenIp = "localhost"
ListenPortal = "localhost"

[login]
ConnectIp = "127.0.0.1"

[game_db]
ConnectIp = "127.0.0.1"

[log_db]
ConnectIp = "127.0.0.1"

[server]
location = "localhost"

[licenseserver]
sv1 = "localhost"
sv2 = "localhost"
sv1 = "localhost"

Deschidem fisierul guard_user.ini si la PublishServerIp trebuie sa avem
"127.0.0.1"

Daca ati modificat liniile asa cum am aratat mai sus, acum aveti serverul gata configurat.+
Poate mai trebuie ceva dar nici eu nu stiu prea bine cine vrea sa fim parteneri #1 eu nu pot face toate astea pt ca am laptop si net mobil si nu o sa mearga prea bine adresa mea este [Only registered and activated users can see links. Click Here To Register...] , or MSN ID prototipe_1:pimp::pimp::pimp:
09/14/2010 17:12 RedDragon521#17
i want to know to how to make it pls say
09/14/2010 17:21 RedDragon521#18
how to make it :(
09/17/2010 12:21 yaqoub#19
I get a new tools .It can unpack and repack evp .but it has times limit to use .

link1: [Only registered and activated users can see links. Click Here To Register...]


the server running successfull img [Only registered and activated users can see links. Click Here To Register...]
(copy the link to view the screenshot)

the client screen [Only registered and activated users can see links. Click Here To Register...]

Hello, This server is Korean server(but comes from chinese) + chinese client .
you need to find the client of the USA.
i have been tested it .it works fine.

how to create account?

create new account in db_account .
the t_account
name XXX
pwd(it used md5)
pv 9 (GM)
and other is null

server files
[Only registered and activated users can see links. Click Here To Register...]

client (CHINESE)
[Only registered and activated users can see links. Click Here To Register...]

client (ENGLISH) thx [seryi]
[Only registered and activated users can see links. Click Here To Register...]
[Only registered and activated users can see links. Click Here To Register...]

client command to enter your priv server .

client.exe ur;name=test;ip=10.10.10.10;port=8888

db files (mysql DB)
[Only registered and activated users can see links. Click Here To Register...]

tools 1(only can unpack the game_server.evp files. can't repack it )
[Only registered and activated users can see links. Click Here To Register...]

tools2(can unpack-repack .but need to hack)


the server files run in Linux
(all server config files was paked in game_server.evp,we must unpack-change-repack it to change the server settings)

1.prepare your linux system and mysql(db_account,db_game,db_log)

2.trans it to /home

3.edit files

/home/db

run.sh

#!/bin/sh
cd /home/db
ulimit -c unlimited
rm *.pid -f
/home/db/guard -c /home/db/guard_user.ini

server_user.ini

[dbserver]
ListenIp = "localhost"
ListenPort = "9006"
[db_login] <------lost part-------->
Server = "mysql ip"
Port = 3306
Database = "db_account"
UserName = "username"
Password = "password" <------lost part-------->
[db_game]
Server = "username"
Port = 3306
Database = "db_game"
UserName = "username"
Password = "password"
[db_log]
Server = "mysql ip"
Port = 3306
Database = "db_log"
UserName = "username"
Password = "password"

guard_user.ini

[Guard]
ApplicationName="db_server"
ApplicationConfigName="db_server_user.ini"
GuardPort=9008
PublishServerIP="localhost"
PublishServerPort=9009
DeadLoopTime=0
RebootTimeWhenShutdown=16
RebootTimeWhenDeadLoop=16
StartAppRightAwayFlag=1

------------------/home/game

guard_user.ini

[Guard]
ApplicationName="game_server"
ApplicationConfigName="server_user.ini"
GuardPort=9008
PublishServerIP="localhost"
PublishServerPort=9009
DeadLoopTime=0
RebootTimeWhenShutdown=16
RebootTimeWhenDeadLoop=16
StartAppRightAwayFlag=1

server_user.ini

[client]
Capability = "2000"
UseGate = "false"
ListenIp = "localhost"
ListenPortal = "192.168.1.200"
ListenPort = "8886"
[login]
BindIP = ""
BindPort = ""
ConnectIp = "localhost"
ConnectPort = "9002"
[game_db]
BindIP = ""
BindPort = ""
ConnectIp = "localhost"
ConnectPort = "9006"
[log_db]
BindIP = ""
BindPort = ""
ConnectIp = "localhost"
ConnectPort = "9006"
[server]
Description = "korean_test_server"
name = "玫粮"
location = "192.168.1.200"
Idx = 1
Order = 1
ListPv = 0
[anti_robot]
OpenFlag = "false"
ClientDetect = "false"
StartAuto = "false"
EctypeAskFlag = "false"
[licenseport]
port = 9101
[licenseserver]
sv1 = "192.168.1.200"
sv2 = "192.168.1.200"
sv3 = "192.168.1.200"

/game/login

guard_user.ini

[Guard]
ApplicationName="login_server"
ApplicationConfigName="login_user.ini"
GuardPort=9008
PublishServerIP="localhost"
PublishServerPort=9009
DeadLoopTime=0
RebootTimeWhenShutdown=16
RebootTimeWhenDeadLoop=16
StartAppRightAwayFlag=1
login_user.ini[list]
Capability = "3000"
ListenIp = "192.168.1.200"
ListenPort = "8888"
[user]
Capability = "2000"
ListenIp = "192.168.1.200"
ListenPortal = "192.168.1.200"
ListenPort = "8885"
StateLev1 = 500
StateLev2 = 1000
[server]
Capability = "64"
ListenIp = "localhost"
ListenPort = "9002"
[db]
BindIP = ""
BindPort = ""
ConnectIp = "localhost"
ConnectPort = "9006"
[billing]
use = false
ConnectIp = "localhost"
ConnectPort = "9020"
[guard]
Description = ""
GuardPort = "8002"
UseGuard = "false"
[Login]
Name="login_OPT"
Accept="a7aaaa"
[autostat]
Enable = false
[licenseport]
port = 9101
[licenseserver]
sv1 = "192.168.1.200"
sv2 = "192.168.1.200"

④run the server

cd /game/db (it show connect succesfull)
./run.sh
cd /game/login (it show nothing)
./run.sh (going on to run game server)
cd /game/game
./run.sh

after runs game server,it'll show connect faild ..............
it's not matter .you just to wait about 5 minutes .
than it'll start
10/18/2010 06:07 hughdaniel17#20
How can i make a registration page then??
10/25/2010 10:00 LionN22#21
PLease any1 how know to make a P-server at TO pm here [Only registered and activated users can see links. Click Here To Register...]
08/17/2011 18:49 slivata1#22
hey pls post me how to make P-server ! in [Only registered and activated users can see links. Click Here To Register...]
12/04/2011 11:57 alpesh76#23
Hey guys i have all data of Talisman so plzzz help how to make private server......


plzzzz any one help me

my email ID is [Only registered and activated users can see links. Click Here To Register...] & [Only registered and activated users can see links. Click Here To Register...]
03/10/2012 08:23 brucek187#24
Guys can anybody help me how to make a private server?
please message me in my yahoo [Only registered and activated users can see links. Click Here To Register...]
07/20/2012 12:17 bustinatrix#25
Want to make a talisman private server (english) if any1 has files i can host it and will give GM, please contact me on yahoo [Only registered and activated users can see links. Click Here To Register...]. Thanks
05/04/2013 06:39 AlexAshishAlex#26
sir plzzz send me how to make privet server in thish Email [Only registered and activated users can see links. Click Here To Register...]
09/21/2013 15:57 auferhousethe#27
This is guide you all can reference, maybe it'll help
[Only registered and activated users can see links. Click Here To Register...]
09/21/2013 22:52 empire_sun#28
35 euro and i create for you one server or 50 euro and create 2 server :P:D ->one pvp)with set red) and one classic
10/29/2013 14:28 nmilchev#29
There are so many tutorials for this in youtube. Just search

You dont need to pay to noobs/kids