Welcome to the RaGEZONE - MMORPG development forums.

talisman online Full server+client files

This is a discussion on talisman online Full server+client files within the Talisman Releases forums, part of the Talisman Online category; I get a new tools .It can unpack and repack evp .but it has times limit to use . link1: ...

Page 1 of 107 1234567891151101 ... LastLast
Results 1 to 15 of 1602
  1. #1
    Registered
    Rank
    Member
    Join Date
    Nov 2007
    Posts
    17
    Liked
    27

    talisman online Full server+client files

    Click
    I get a new tools .It can unpack and repack evp .but it has times limit to use .

    link1: http://u.115.com/file/f49f8fbffe


    the server running successfull img http://www.ngghome.com/1.jpg
    (copy the link to view the screenshot)

    the client screen http://www.shumenol.com/picture/yxjt...219/31126.html

    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
    http://www.megaupload.com/?d=1UVQ49C1

    client (CHINESE)
    http://ftp2-idc.pconline.com.cn/pub/...menOLv1296.exe

    client (ENGLISH) thx [seryi]
    http://www.megaupload.com/?d=LLQANHCF
    http://www.downloadic.com/29928-Tali...ient-1553.html

    client command to enter your priv server .

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

    db files (mysql DB)
    http://www.megaupload.com/?d=JGLPDQSK

    tools 1(only can unpack the game_server.evp files. can't repack it )
    http://www.megaupload.com/?d=5CG2EDEE

    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

    sry for my bad english
    Last edited by alonew; 19-04-10 at 11:48 AM.

  2. #2
    Member
    Rank
    Member
    Join Date
    Sep 2009
    Posts
    35
    Liked
    0

    Re: talisman online Full server+client files

    nice for server
    Thailand hotels
    If you are planning a trip to Thailand. We offer the biggest collection of hotels and resorts in Thailand.

  3. #3
    Ultimate Member
    Rank
    Member
    Join Date
    Sep 2009
    Location
    Bulacan,PH
    Posts
    159
    Liked
    3

    Re: talisman online Full server+client files

    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 :)

  4. #4
    (oO (||||) (||||) Oo)
    Rank
    Alpha Member
    Join Date
    Aug 2009
    Location
    USA (Fuck Yeah)
    Posts
    2,592
    Liked
    479

    Re: talisman online Full server+client files

    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 by jM2.me; 16-04-10 at 06:14 AM.

  5. #5
    Ultimate Member
    Rank
    Member
    Join Date
    Sep 2009
    Location
    Bulacan,PH
    Posts
    159
    Liked
    3

    Re: talisman online Full server+client files

    I havent get the game running so im asking if the whats the language does the server has?chinese?japanese?or korean or something?

  6. #6
    Registered
    Rank
    Member
    Join Date
    Nov 2007
    Posts
    17
    Liked
    27

    Re: talisman online Full server+client files

    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 by alonew; 16-04-10 at 08:49 AM.

  7. #7
    Ultimate Member
    Rank
    Member
    Join Date
    Sep 2009
    Location
    Bulacan,PH
    Posts
    159
    Liked
    3

    Re: talisman online Full server+client files

    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 by holengard; 16-04-10 at 08:58 AM.

  8. #8
    Registered
    Rank
    Member
    Join Date
    Nov 2007
    Posts
    17
    Liked
    27

    Re: talisman online Full server+client files

    -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 by alonew; 16-04-10 at 10:27 AM.

  9. #9
    (oO (||||) (||||) Oo)
    Rank
    Alpha Member
    Join Date
    Aug 2009
    Location
    USA (Fuck Yeah)
    Posts
    2,592
    Liked
    479

    Re: talisman online Full server+client files

    alonew is it possible to get software to pack .evp files?
    And do you know if there are any minimum server requirements?

  10. #10
    ┌∩┐(◣_◢)┌∩
    Rank
    Alpha Member
    Join Date
    Jun 2008
    Location
    Quebec
    Posts
    2,124
    Liked
    176

    Re: talisman online Full server+client files

    is talisman any good? also if someone's hosting say so

  11. #11
    (oO (||||) (||||) Oo)
    Rank
    Alpha Member
    Join Date
    Aug 2009
    Location
    USA (Fuck Yeah)
    Posts
    2,592
    Liked
    479

    Re: talisman online Full server+client files

    Just installed cent os. Gonna check it out

  12. #12
    Hardcore Member
    Rank
    Member
    Join Date
    Oct 2008
    Posts
    137
    Liked
    6

    Re: talisman online Full server+client files

    yes talisman is good on a few things, and agree if some 1 gets these set up and allowing public testers just say =]

  13. #13
    Registered
    Rank
    Member
    Join Date
    Nov 2007
    Posts
    17
    Liked
    27

    Re: talisman online Full server+client files

    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

  14. #14
    NibiruMS & HarukiJD Owner
    Rank
    Member +
    Join Date
    Apr 2005
    Location
    MD
    Posts
    844
    Liked
    81

    Re: talisman online Full server+client files

    Server run just fine, the problem is with client
    Chinese client do not run at all for me
    Spoiler:



    I try with english client, you can login.
    Spoiler:



    Create character.
    Spoiler:



    But when you enter in game.
    Spoiler:


    ███▄▄▄▄▄ ▃▃▃▃▃▃▄~~~ NibiruMS ~~~ HarukiJD
    ▄▅██████▅▄▃▂
    ████████████████
    ◥⊙▲⊙▲⊙▲⊙▲⊙▲⊙◤

  15. #15
    (oO (||||) (||||) Oo)
    Rank
    Alpha Member
    Join Date
    Aug 2009
    Location
    USA (Fuck Yeah)
    Posts
    2,592
    Liked
    479

    Re: talisman online Full server+client files

    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.

 

 
Page 1 of 107 1234567891151101 ... LastLast

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •