Tales Runner Setup Video + Server Files by kevin3584

Page 1 of 10 123456789 ... LastLast
Results 1 to 15 of 150
  1. #1
    Proficient Member Kevin Teran is offline
    MemberRank
    Aug 2012 Join Date
    VenezuelaLocation
    152Posts

    Tales Runner Setup Video + Server Files by kevin3584

    Hello,
    Guide TalesRunner Setup + DbFiles+Tools
    Windows 8.1 Pro :P
    the ip to all Tables is 127.0.0.1
    Part 1:


    Part 2:


    Files Donwload Here!
    Launcher For Tester
    Enjoin!!!


    Credits to PHPRap Db settings.
    Credits Files to KillerStefan.
    Client Credits To me :P
    Last edited by Kevin Teran; 20-08-13 at 05:41 AM. Reason: Add the Video


  2. #2
    Member Nyamochka is offline
    MemberRank
    Jan 2013 Join Date
    89Posts

    Re: Tales Runner Setup Video + Server Files by kevin3584

    Server Files by kevin3584
    what's new? =) with DB ?

  3. #3
    Tales Runner Helper mcaso123 is offline
    MemberRank
    Feb 2012 Join Date
    AsylumLocation
    765Posts

    Re: Tales Runner Setup Video + Server Files by kevin3584

    Quote Originally Posted by Nyamochka View Post
    what's new? =) with DB ?
    Probably includes the rank fix he's implemented

  4. #4
    Member Nyamochka is offline
    MemberRank
    Jan 2013 Join Date
    89Posts

    Re: Tales Runner Setup Video + Server Files by kevin3584

    kevin, I allow you to give me your server files and DB =DD
    server contains a lot of bugs (I took your client) and run Korean client me do not feel like)))
    I'm working on it ...

  5. #5
    Proficient Member Kevin Teran is offline
    MemberRank
    Aug 2012 Join Date
    VenezuelaLocation
    152Posts

    Re: Tales Runner Setup Video + Server Files by kevin3584

    Quote Originally Posted by Nyamochka View Post
    kevin, I allow you to give me your server files and DB =DD
    server contains a lot of bugs (I took your client) and run Korean client me do not feel like)))
    I'm working on it ...
    then upload a video and add Item to Database, and other settings.

  6. #6
    Apprentice InnoDark12 is offline
    MemberRank
    Aug 2013 Join Date
    11Posts

    Re: Tales Runner Setup Video + Server Files by kevin3584

    Wow Thanks Kevin Teran

  7. #7
    Member Nyamochka is offline
    MemberRank
    Jan 2013 Join Date
    89Posts

    Re: Tales Runner Setup Video + Server Files by kevin3584

    I hope in the future there will be guides on how to add new content to the client and the server. (and how to translate client)
    I added everything from .txt on the client to the database, but apparently this is not the..

    by the way how to add yourself GP points?
    Last edited by Nyamochka; 15-08-13 at 11:43 AM.

  8. #8
    Enthusiast fil22t is offline
    MemberRank
    Jun 2011 Join Date
    43Posts

    Re: Tales Runner Setup Video + Server Files by kevin3584

    Help Plz
    <SQLError Package="korea_2012_02_02"><Error>Cannot resolve the collation conflict between "Korean_Wansung_CI_AS" and "SQL_Latin1_General_CP1_CI_AS" in the equal to operation.</Error><Assembly>korea_2012_02_02</Assembly><Package>Package1.resx</Package><Batch>Batch6674</Batch><SQL>
    /*****************************************************************************
    Name:
    Desc:

    Return-values:

    Parameters:
    Input
    ----------------------------

    Output
    ----------------------------

    Auth:
    Date:
    Version:
    ******************************************************************************
    Change History
    ******************************************************************************
    Date: 2009-10-13
    ----------------------------

    Author: Jeon
    ----------------------------

    Description:
    ----------------------------
    컨텐츠 동작방식 설정정보(SettingContentsOption)를 기존 서버셋팅정보(tblServerSettingInfo)와
    함께 로딩

    ******************************************************************************/


    CREATE PROCEDURE [dbo].[usp_getServerSettingInfo] AS
    SET NOCOUNT ON
    EXEC dbo.usp_LogTranCount @@procid

    -- 임시 테이블 생성
    declare @resultTable table
    (
    seq int identity ( 1, 1) not null primary key,
    fdKey varchar(50) collate database_default,
    fdValue varchar(255) collate database_default,
    fdOnlyServerSetting bit
    )

    declare @NowTime datetime;

    -- 현재 시간을 얻는다.
    set @NowTime = getdate();

    -- tblServerSettingInfo테이블의 내용을 임시 테이블에 복사한다.
    insert into @resultTable
    select fdKey, fdValue, fdOnlyServerSetting
    from tblServerSettingInfo
    union
    select fdKey, fdValue, fdOnlyServerSetting
    from SettingContentsOption

    -- 스케쥴러 테이블에서 임시테이블에 있는 동일한 키의 값을 임시테이블에 오버라이드 한다.
    update @resultTable
    set fdValue = t2.fdValue
    from @resultTable as t1 left outer join
    tblServerSettingScheduler as t2 on
    t1.fdKey = t2.fdKey
    where t2.fdValue is not null and
    @NowTime &gt;= t2.fdStartTime and
    @NowTime &lt;= t2.fdEndTime;

    select KeyName = fdKey, Value = fdValue , OnlyServerSetting = fdOnlyServerSetting
    from @resultTable;
    </SQL></SQLError>
    Ok i UnderStand
    Sorry

  9. #9
    ʕノ•ᴥ•ʔノ ︵ ┻━┻ "Rawr!" Coolkidbloo is offline
    MemberRank
    Dec 2009 Join Date
    United StatesLocation
    233Posts

    Re: Tales Runner Setup Video + Server Files by kevin3584

    About time someone posted this. Thank you!

  10. #10
    Tales Runner Helper mcaso123 is offline
    MemberRank
    Feb 2012 Join Date
    AsylumLocation
    765Posts

    Re: Tales Runner Setup Video + Server Files by kevin3584

    I think I'm having too much fun

  11. #11
    Apprentice InnoDark12 is offline
    MemberRank
    Aug 2013 Join Date
    11Posts

    Re: Tales Runner Setup Video + Server Files by kevin3584

    Wow New TalesRunner e.e

  12. #12
    Proficient Member Kevin Teran is offline
    MemberRank
    Aug 2012 Join Date
    VenezuelaLocation
    152Posts

    Re: Tales Runner Setup Video + Server Files by kevin3584

    Quote Originally Posted by mcaso123 View Post
    I think I'm having too much fun
    Nice...

  13. #13
    Member Nyamochka is offline
    MemberRank
    Jan 2013 Join Date
    89Posts

    Re: Tales Runner Setup Video + Server Files by kevin3584

    guys, how to add content (maps, items, etc.) to the server ? =)

  14. #14
    Tales Runner Helper mcaso123 is offline
    MemberRank
    Feb 2012 Join Date
    AsylumLocation
    765Posts

    Re: Tales Runner Setup Video + Server Files by kevin3584

    Quote Originally Posted by Nyamochka View Post
    guys, how to add content (maps, items, etc.) to the server ? =)
    I've been given some insight on it.
    It's done through the login codes in tr4, and database modification in AvatarDescATR stuff.

  15. #15
    Member Nyamochka is offline
    MemberRank
    Jan 2013 Join Date
    89Posts

    Re: Tales Runner Setup Video + Server Files by kevin3584

    Quote Originally Posted by mcaso123 View Post
    I've been given some insight on it.
    It's done through the login codes in tr4, and database modification in AvatarDescATR stuff.
    when buying the item, nothing happens = (
    tblavataritemdescattr
    tblavataritemdesc
    tblavataritemdesctrduciendo
    etc.
    all this I have tried to write into the database



Page 1 of 10 123456789 ... LastLast

Advertisement