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!

talisman online Full server+client files

Status
Not open for further replies.
Newbie Spellweaver
Joined
Nov 19, 2007
Messages
15
Reaction score
27
I get a new tools .It can unpack and repack evp .but it has times limit to use .

link1:


the server running successfull img
(copy the link to view the screenshot)

the client screen

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
49C1[/URL]

client (CHINESE)


client (ENGLISH) thx [seryi]



client command to enter your priv server .

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

db files (mysql DB)


tools 1(only can unpack the game_server.evp files. can't repack it )
DEE[/URL]

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

  • 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

    sry for my bad english
 
Last edited:
Junior Spellweaver
Joined
Sep 25, 2009
Messages
107
Reaction score
2
Nice dude ill look in to this finally we got a lead :) let the exploitation begins wauahahh

---------- Post added at 11:39 AM ---------- Previous post was at 11:35 AM ----------

Client Files doesnt seems to be existing

---------- Post added at 11:42 AM ---------- Previous post was at 11:39 AM ----------

sorry it works now :) just copy the link to your browser then it will download :)
 
(oO (||||) (||||) Oo)
Loyal Member
Joined
Aug 6, 2009
Messages
2,132
Reaction score
429
I want to point out that server files are pretty much latest but server side is kinda packed :(

Edit:
Never mind, I didn't see that game server has .evp archive and we have unpacker for it.
 
Last edited:
Junior Spellweaver
Joined
Sep 25, 2009
Messages
107
Reaction score
2
I havent get the game running so im asking if the whats the language does the server has?chinese?japanese?or korean or something?
 
Newbie Spellweaver
Joined
Nov 19, 2007
Messages
15
Reaction score
27
server's evp files was in game\game_server.evp ,size: 14mb
all server config packed in this file . we must to unpack--change-repack it to change the server setting

npc name ,monster name and some UI language is korean,the client load this from server.

the most language is your client language.
after you running all three server .you must waitting for about 3-5 minutes,until it shows the server message
 
Last edited:
Junior Spellweaver
Joined
Sep 25, 2009
Messages
107
Reaction score
2
Any screenshots of a running game?and is there a GM command?
Can we unpack the evp file from the client cause currently there is 2 official gaming company who is running the game.1 is talisman online and 2 is Weapon of war(philippines version)but the language is english ;)
 
Last edited:
Newbie Spellweaver
Joined
Nov 19, 2007
Messages
15
Reaction score
27
-setlev 9 change player's lvl to 9

hide,隐身,2
show,现身,2
moveto,传送到地点,2
follow,传送到人物,2
see,察看玩家,2
recover,恢复HP和MP,4
bulletin,发公告,3
bulletingroup,公告组,3
bulletincd,倒计时公告,3
moveuser,把人物移动到自己身边,4
movearound,把指定玩家周围的人移动到自己身边,4
moveacct,把指定帐号的人物移动到自己身边,2
kick,踢掉玩家,2
ban,禁止,2
unban,解除禁止,2
clearpk,清除指定玩家PK值,4
guildname,修改玩家公会的名字,4
accept,是否允许登录,2
introbot,反挂机命令,2
info,查看状态,4
createnpc,创建npc,3
removenpc,移出npc,3
clearentertip,清除进入公告,4
setentertip,设置进入公告,4
entertip,查看进入公告,4
startwar,startwar,4
endwar,endwar,4
setwarflag,setwarflag,4
viewwarflag,viewwarflag,4
updatewartime,updatewartime,4
setlev,设置人物等级,5
wsetlev,设置法宝等级,6
addexp,添加经验,5
addcredit,添加声望,5
addnimbus,添加灵力,5
addskill,添加技能,5
addskillexp,增加技能经验值,5
removeskill,删除技能,5
clearskill,清空技能,5
addeffect,添加Buffer,5
cleareffect,清空Buffer,5
addenjoyrate,addenjoyrate,6
setpetlev,setpetlev,6
setsmallpetlev,setsmallpetlev,6
setsmallpetexp,setsmallpetexp,6
guilddestroy,立即解散工会,4
acct,acct,4
actor,actor,4
setmaxuser,设置最大人数,5
shutdown,关闭游戏服务器,6
addmoney,添加金钱,6
additem,添加道具,6
worldadditem,全服务器在线玩家添加道具,6
auction,设置拍卖开关,5
addteacherpoint,增加师道值,5
var,设置服务器变量,5
loadipspecial,加载ip优惠列表,4
 
Last edited:
凸(ಠ益ಠ)凸
Loyal Member
Joined
Jun 16, 2008
Messages
1,665
Reaction score
227
is talisman any good? also if someone's hosting say so
 
Newbie Spellweaver
Joined
Oct 10, 2008
Messages
84
Reaction score
2
yes talisman is good on a few things, and agree if some 1 gets these set up and allowing public testers just say =]
 
Newbie Spellweaver
Joined
Nov 19, 2007
Messages
15
Reaction score
27
I used virtualbox to install Ubuntu 9.10(512 ram) to test .
the server works fine.

the tools can unpack game_server.evp files .but can't repack
 
Joined
Apr 13, 2005
Messages
341
Reaction score
41
Server run just fine, the problem is with client
Chinese client do not run at all for me
alonew - talisman online Full server+client files - RaGEZONE Forums
I try with english client, you can login.
alonew - talisman online Full server+client files - RaGEZONE Forums
Create character.
alonew - talisman online Full server+client files - RaGEZONE Forums
But when you enter in game.
alonew - talisman online Full server+client files - RaGEZONE Forums
 
(oO (||||) (||||) Oo)
Loyal Member
Joined
Aug 6, 2009
Messages
2,132
Reaction score
429
Probably you might want to copy maps from client to server or from server to client if they share same format&structure.

But since we don't have .evp re-packer it sucks for us.
 
Newbie Spellweaver
Joined
Nov 19, 2007
Messages
15
Reaction score
27
your english client ver is wrong.

use this command to enter chinese client

client.exe ur;name=test;ip=10.10.10.10;port=8888
 
Joined
Apr 13, 2005
Messages
341
Reaction score
41
your english client ver is wrong.
use this command to enter chinese client
client.exe ur;name=test;ip=10.10.10.10;port=8888

Chinese client do not run at all for me
alonew - talisman online Full server+client files - RaGEZONE Forums

here is eng error
 

Attachments

You must be registered for see attachments list
Last edited:
Junior Spellweaver
Joined
Sep 25, 2009
Messages
107
Reaction score
2
I guess we need some help :)) try asking help at coders paradise :) i think there is someone who can help you cause they are PRO!!!:))
 
Joined
Apr 13, 2005
Messages
341
Reaction score
41
I have a server up, if anyone wish to connect try it, and if it work tell me what client you used... my chinese client do not work, and english is bugged when you get in game.

use this bat, or create one yourself
PHP:
start client.exe ur;name=test;ip=89.46.37.167;port=8888

Registration


.
.
.
English client (thx to Draticus)

 

Attachments

You must be registered for see attachments list
Last edited:
Newbie Spellweaver
Joined
Oct 10, 2008
Messages
84
Reaction score
2
after looking at the client posted above it says its version 1553 after some searching im trying a english client version 1553 should be done in 2 mins then ill test and see what happens but if some 1 can tell me how to change the ip in a english client ill try that 1 and the above post ip and port

GOOD NEWS

i have found a working english client most of the server i tryed is in english i will post a link where i got client from



go there and u see download get that install but the starter bat suppled by above poster run it and u can play


after a bit of testing, most text is english just npc dialog, npc names and quest are not english, exp is retail like so just a heads up


can any 1 reup game.rar files mu says The file you are trying to access is temporarily unavailable.
 
Last edited:
Status
Not open for further replies.
Back
Top