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!

SERVER + CLIENT +ALL TOOLS Encryption / Decryption, EVP, .LUA

Junior Spellweaver
Joined
May 22, 2017
Messages
101
Reaction score
35
kisswdev - SERVER + CLIENT +ALL TOOLS Encryption / Decryption, EVP, .LUA - RaGEZONE Forums

kisswdev - SERVER + CLIENT +ALL TOOLS Encryption / Decryption, EVP, .LUA - RaGEZONE Forums

kisswdev - SERVER + CLIENT +ALL TOOLS Encryption / Decryption, EVP, .LUA - RaGEZONE Forums



SERVER FILES : Client : WEBSITE:
EVP TOOLS : GAME SERVER EVP : CHECK ATTACHMENT ====> JUST RENAME IT IN "game_server.evp "
GAME SERVER EVP HAS BEEN ADD BY ME :

Weapons of War Original Effect.csv Kokreh Buff + Lucky Gems for Medium Rate Server​

Capture.PNG - SERVER + CLIENT +ALL TOOLS Encryption / Decryption, EVP, .LUA - RaGEZONE Forums

SEE HERE THE BUFF AND NEW EFFECTS !



##########INFORMATION ##############



  1. # DISABLE YOUR ANTIVIRUS !
  2. # RUN EVPTOOL.exe
  3. #When you got error and dont work Evptool press RUN.exe after you can open evptool.exe
  4. #SUCCESS FULL
  5. kisswdev - SERVER + CLIENT +ALL TOOLS Encryption / Decryption, EVP, .LUA - RaGEZONE Forums

TUTORIAL :




Coming soon with more updates !

FEATURED : WEBSITE , SOME SCRIPTS FOR PHP WEBSITE !

http://forum.ragezone.com/f705/release-ranking-page-total-accounts-777354/#post6521096
http://forum.ragezone.com/f603/gm-commands-685931/
http://forum.ragezone.com/f603/release-whos-online-script-882915/
http://forum.ragezone.com/f603/vote-sistem-875279/
http://forum.ragezone.com/f603/release-vote-page-842909/
http://forum.ragezone.com/f603/release-online-players-script-857493/

Tutorials

Talisman - server files by kIsSwdev

Talisman online clean server files

And download ssh secure shell (this supprt file transfer too ) from SSH Secure Shell Client:

winscp: shorturl.at/tMNX4

Putty : shorturl.at/sxBDW

Get Ubuntu 14.04 32 bit then follw this instructions ( TESTED BY ME WORKING )

Get Ubuntu 14.04 64 bit then follw this instructions ( TESTED BY ME WORKING )

Get Ubuntu 16.04 64 bit then follw this instructions ( TESTED BY ME WORKING )

Get Ubuntu 18.04 64 bit then follw this instructions ( NOT TESTED )

Here you get details to connect your vps details ip and password so use secure shell to connect vps using ip username is root and password

sudo apt-get update

sudo apt-get install lamp-server^ -y

sudo apt-get install phpmyadmin -y

IF PHPMYAMDIN NO WORKING IN WEBSITE FOLLOW THIS :

GO IN WINSCP:

/etc/apache2/ open apache2.conf

Then add the following line to the end of the file:

Include /etc/phpmyadmin/apache.conf

Then restart apache:

/etc/init.d/apache2 restart

this will ask for set Database Password So Make Strong Password

first of all

apt-get install sudo

apt-get install lib32stdc++6

sudo apt-get install libstdc++6

sudo get-install

download files from here :

sudo apt-get install git -y

git clone

cd Talisman-up && mv * ../

cd Open WINSCP EDIT FILES: directory /root

Open All.INI files from all folders and replace 192.168.52.128 this ip to your ip

then open db folder and file name db_server_user.ini and replace 22021982 to your sql database password

cd

then give execute permission to

chmod -R 777 /root/*

then

sudo dpkg -i *.deb

UNRAR EVP ( DISABLE ANTIVIRUS >> ITS DETECTED LIKE VIRUS) IN CASE IF YOU RECIVED A ERROR IN CHINESE CLOSE THE ERROR RUN >> Run.exe AFTER OPEN AGAIN EvpTool.exe AND FOLLOW THE video :



and the last step to start server

sudo apt-get install screen -y

screen -d -m ./1

This will show nothing but wait to 3 minutes

screen -d -m ./2

This will show nothing but wait 6 minutes

screen -d -m ./3

This will show nothing but your talisman server is online and go play

CLIENT DOWNLOAD :



Follow the video :

IMAGE :

then

sudo dpkg -i *.deb

UNRAR EVP ( DISABLE ANTIVIRUS >> ITS DETECTED LIKE VIRUS) IN CASE IF YOU RECIVED A ERROR IN CHINESE CLOSE THE ERROR RUN >> Run.exe AFTER OPEN AGAIN EvpTool.exe

and the last step to start server

then

sudo apt-get install screen -y

screen -d -m ./1

This will show nothing but wait to 3 minutes

screen -d -m ./2

This will show nothing but wait 6 minutes

screen -d -m ./3

This will show nothing but your talisman server is online and go play

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)


================TUTORIAL BY VISION ================

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

  • 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
    client command to enter your priv server .

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

    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


    Another TUTORIALS CHECK HIS CHANNEL ! !

√ Pass for encrypt arhive its :1 ✓

Add .lua decryptor tool √

 

Attachments

You must be registered for see attachments list
Last edited:
Newbie Spellweaver
Joined
Mar 6, 2018
Messages
13
Reaction score
1
Help, I can login and connect to server but when i select character and enter game closes and launcher pops up
 
Junior Spellweaver
Joined
May 22, 2017
Messages
101
Reaction score
35
Initiate Mage
Joined
Dec 27, 2020
Messages
1
Reaction score
0
Can any one make a talisman online mobile file and tutorial how to make a private server.
 
Junior Spellweaver
Joined
May 22, 2017
Messages
101
Reaction score
35
For the moment no because nobody leak the source code of talisman online mobile ... maybe in 2 or 3 years , its gonna leak :)
 
Junior Spellweaver
Joined
May 22, 2017
Messages
101
Reaction score
35

## UPDATE 2023 ##​

1. LINKS AND TUTORIALS
2. NEW BUFFS AND EFFECT FROM WOW
3. COMING SOON NEW UPDATES
4. STAY TUNE WE WILL BE BACK SOON !
 
Initiate Mage
Joined
Apr 12, 2015
Messages
2
Reaction score
0
thank you i will test it tomorrow , hope it has gem inlay system

GAME SERVER EVP : ====> JUST RENAME IT IN "game_server.evp "
GAME SERVER EVP HAS BEEN ADD BY ME :
i renamed it copied to game folder but it can't work
 
Last edited:
Initiate Mage
Joined
Apr 24, 2023
Messages
2
Reaction score
0
1683457750610 - SERVER + CLIENT +ALL TOOLS Encryption / Decryption, EVP, .LUA - RaGEZONE Forums

I'm getting this error when starting ./3

UPDATE:
I tried using other game server evp then it works.
 

Attachments

You must be registered for see attachments list
Last edited:
Newbie Spellweaver
Joined
Feb 18, 2021
Messages
24
Reaction score
1
Well, I do need to give this a try as this is one of my fav games. Just I live in South Africa and when I started this game I had bad internet. Even with good Internet, Nothing I can do about 300+ ping cause of the distance... ( Glad Path of Exile got a South African Server now ).
 
Newbie Spellweaver
Joined
Jan 24, 2013
Messages
26
Reaction score
0
Good morning, I created a server, I'm using the Europe Talisman client, it loads, I create the account, but the NPCs open but the quests don't appear, where do I fix or activate this part?, "!"

 
Newbie Spellweaver
Joined
Feb 18, 2021
Messages
24
Reaction score
1
Man I really want to set this up but I just do not have the time. I did a server for local last year or so. This is one of the golden classics. Sad part is I sold my dual xeon server over the weekend... Reason it was way to big and my room is 2m x 2m. It fitted but meh I am going to build a new server that is smaller. So with that being said.... IDK if my pc will be strong enough till my main pc gets upgraded :/
 
Junior Spellweaver
Joined
Jun 25, 2023
Messages
138
Reaction score
24
Man I really want to set this up but I just do not have the time. I did a server for local last year or so. This is one of the golden classics. Sad part is I sold my dual xeon server over the weekend... Reason it was way to big and my room is 2m x 2m. It fitted but meh I am going to build a new server that is smaller. So with that being said.... IDK if my pc will be strong enough till my main pc gets upgraded :/
talisman is not that cpu usage intensive right now im on laptop pentium4 running ubuntu 32bit on virtual box
this game is so nostalgic to die we need more developer for it
 
Junior Spellweaver
Joined
Jan 11, 2013
Messages
128
Reaction score
17
talisman is not that cpu usage intensive right now im on laptop pentium4 running ubuntu 32bit on virtual box
this game is so nostalgic to die we need more developer for it
Problem is Cryptography of files of game.

Shumenol d'nt open with script of QuickBMS.

But have Cryptography too.
 
Newbie Spellweaver
Joined
Jul 20, 2023
Messages
11
Reaction score
2
Please help. why all of new mount is pixelated like this.
1692797288777 - SERVER + CLIENT +ALL TOOLS Encryption / Decryption, EVP, .LUA - RaGEZONE Forums
 

Attachments

You must be registered for see attachments list
Junior Spellweaver
Joined
May 22, 2017
Messages
101
Reaction score
35
For decent fps and ping // minimum 16agb Ram 100Gb memory Ryzen 7 or i7 and good connection internet , recommended 500mb/s

Please help. why all of new mount is pixelated like this.
View attachment 240641
Try to update your graphic card or change settings from game or resolution

Good morning, I created a server, I'm using the Europe Talisman client, it loads, I create the account, but the NPCs open but the quests don't appear, where do I fix or activate this part?, "!"


Try to change the data_server.evp
 
Back
Top