Tutorials for EP8 Server Files

Page 1 of 18 12345678911 ... LastLast
Results 1 to 25 of 446
  1. #1
    PwrGames PwrDex is offline
    MemberRank
    Jul 2011 Join Date
    /var/log/cabalLocation
    793Posts

    Tutorials for EP8 Server Files

    Eat my crit!
    Last edited by PwrDex; 01-01-17 at 06:30 PM.


  2. #2
    Enthusiast dragonrojo is offline
    MemberRank
    Jul 2011 Join Date
    34Posts

    Re: Tutorials for EP8 Server Files (DETAILED)

    bro i download the centos and the carpet have 2 archives iso xc pls help

  3. #3
    Apprentice bobaoapae1 is offline
    MemberRank
    Dec 2011 Join Date
    15Posts

    Re: Tutorials for EP8 Server Files (DETAILED)

    i have to copy your lib folder??

  4. #4
    Account Upgraded | Title Enabled! cadena is offline
    MemberRank
    Sep 2010 Join Date
    432Posts

    Re: Tutorials for EP8 Server Files (DETAILED)

    @dragonrojo "And the carpet" you mean folder lol..

    TG client mirrors:
    DepositFiles
    BayFiles

    Add ESTsoft to credits :P

  5. #5
    Enthusiast th1nk is offline
    MemberRank
    Feb 2012 Join Date
    46Posts

    Re: Tutorials for EP8 Server Files (DETAILED)

    AkiSora i love u so much!!!

  6. #6
    Member cabalboyz is offline
    MemberRank
    Jan 2013 Join Date
    57Posts

    Re: Tutorials for EP8 Server Files (DETAILED)

    a big thanks from me with your detailed tutorial akisora.

  7. #7
    Proficient Member CabalVendetta is offline
    MemberRank
    Jul 2011 Join Date
    Curitiba, BraziLocation
    176Posts

    Re: Tutorials for EP8 Server Files (DETAILED)

    creating Caball account? and vb must leave in promiscuous mode to allow everything?

  8. #8
    Member cyberangel is offline
    MemberRank
    Jan 2013 Join Date
    QuirinoLocation
    60Posts

    Re: Tutorials for EP8 Server Files (DETAILED)

    can i use MG cabal Client or SIMP?

  9. #9
    Hi Extornia is offline
    MemberRank
    Mar 2011 Join Date
    Sarajevo, BosniLocation
    496Posts

    Re: Tutorials for EP8 Server Files (DETAILED)

    SIMP cabal version info:

    client_version=369
    NormalClientMagicKey=543957823


    How to become GM ingame:
    Go to db Account create procedure

    Code:
    USE [Account]
    GO
    /****** Object:  StoredProcedure [dbo].[cabal_addgmip]    Script Date: 01/24/2013 07:13:05 ******/
    SET ANSI_NULLS ON
    GO
    SET QUOTED_IDENTIFIER ON
    GO
    CREATE PROCEDURE [dbo].[cabal_addgmip] (@fromip VARCHAR(15), @toip VARCHAR(15) = @fromip) AS
    BEGIN
        DECLARE @IP1 VARCHAR(15), @IP2 VARCHAR(15)
    
        SET @IP1 = 
            (
              CAST( PARSENAME( @fromIP, 4 ) AS BIGINT ) * 16777216 +
              CAST( PARSENAME( @fromIP, 3 ) AS BIGINT ) * 65536 +
              CAST( PARSENAME( @fromIP, 2 ) AS BIGINT ) * 256 +
              CAST( PARSENAME( @fromIP, 1 ) AS BIGINT )
            ) 
    
        SET @IP2 = 
            (
              CAST( PARSENAME( @toIP, 4 ) AS BIGINT ) * 16777216 +
              CAST( PARSENAME( @toIP, 3 ) AS BIGINT ) * 65536 +
              CAST( PARSENAME( @toIP, 2 ) AS BIGINT ) * 256 +
              CAST( PARSENAME( @toIP, 1 ) AS BIGINT )
            ) 
    
        IF @IP1 = @IP2
            BEGIN
            INSERT INTO cabal_GM_ip_table (fromip, toip) VALUES (@IP1, @IP2)
            END
        ELSE IF @IP1 <> @IP2
            BEGIN
            INSERT INTO cabal_GM_ip_table (fromip, toip) VALUES (@IP1, @IP2)
            END
    END
    SET NOCOUNT OFF
    Then do exec cabal_addgmip 'YOURIP'

    Then go to Server01 DB - cabal_character_table find your character change nation to 3


    For MSSQL enable named pipes in MSSQL configuration for MSSQLSERVER instance, and install as Chinese_PRC (accent sensitive)

    To send items ingame exec on cabalcash

    Code:
    exec up_AddMyCashItemByItem 'ACCOUNTID','0','SERVERID','ITEMID','ITEMOPTION','DURATIONID'
    Last edited by Extornia; 25-01-13 at 06:33 PM.

  10. #10
    Enthusiast dragonrojo is offline
    MemberRank
    Jul 2011 Join Date
    34Posts

    Re: Tutorials for EP8 Server Files (DETAILED)

    i download the centos i download 2 centos and i have this errors 2323.jpg22222.jpg


    pls help how intall and the real link

  11. #11
    Valued Member hellred is offline
    MemberRank
    May 2005 Join Date
    razilianLocation
    102Posts

    Re: Tutorials for EP8 Server Files (DETAILED)

    [Thu Jan 24 2013 02:06:04.920451 3086764944]: [##ERROR##] DB ERROR(MSG) : [unixODBC][FreeTDS][SQL Server]Server is unavailable or does not exist.
    [Thu Jan 24 2013 02:06:04.920497 3086764944]: [##ERROR##] DB ERROR(CODE) : 20009
    [Thu Jan 24 2013 02:06:04.920511 3086764944]: [##ERROR##] DB ERROR(VAR_INFO) :
    [Thu Jan 24 2013 02:06:04.920524 3086764944]: [##ERROR##] DB ERROR(SQLSTATE) : 08S01
    [Thu Jan 24 2013 02:06:04.920537 3086764944]: [##ERROR##] DB ERROR(STM_TEXT) :
    [Thu Jan 24 2013 02:06:04.920549 3086764944]: [##ERROR##] Database Connect Fail ((null))
    [Thu Jan 24 2013 02:06:04.920574 3086764944]: [##ERROR##] check 'pDB' fail
    [Thu Jan 24 2013 02:06:04.920588 3086764944]: [##ERROR##] 'LordofWarSchedule' fail (Database/InstantWar.cpp:290)


    already tried everything and not able to figure out: (

  12. #12
    Enthusiast th1nk is offline
    MemberRank
    Feb 2012 Join Date
    46Posts

    Re: Tutorials for EP8 Server Files (DETAILED)

    virtualbox:

    setting--storage--add cd/dvd device and choose centos iso,next restart form cd/dvd ,good luck!

    Quote Originally Posted by dragonrojo View Post
    i download the centos i download 2 centos and i have this errors 2323.jpg22222.jpg


    pls help how intall and the real link

  13. #13
    Enthusiast th1nk is offline
    MemberRank
    Feb 2012 Join Date
    46Posts

    Re: Tutorials for EP8 Server Files (DETAILED)

    virtualbox: setting--storage--add cd/dvd device, and choose centos iso ,restart and select boot deivce form cd/dvd

    Quote Originally Posted by dragonrojo View Post
    i download the centos i download 2 centos and i have this errors 2323.jpg22222.jpg


    pls help how intall and the real link

  14. #14
    Enthusiast dragonrojo is offline
    MemberRank
    Jul 2011 Join Date
    34Posts

    Re: Tutorials for EP8 Server Files (DETAILED)

    hellred u use msql2005 ?

  15. #15
    Valued Member hellred is offline
    MemberRank
    May 2005 Join Date
    razilianLocation
    102Posts

    Re: Tutorials for EP8 Server Files (DETAILED)

    i use mssql 2012

  16. #16
    Enthusiast sunlive is offline
    MemberRank
    Oct 2012 Join Date
    47Posts

    Re: Tutorials for EP8 Server Files (DETAILED)

    i have 2 error in my log maybe database problem :

    1 _ EventDBAgent.log :

    [##ERROR##] OnIPCEMSGetEvents fail
    [##ERROR##] DB ERROR(MSG) : Incompatible data types in stream operation
    [##ERROR##] DB ERROR(CODE) : 32000
    [##ERROR##] DB ERROR(VAR_INFO) : Column: 3<TIMESTAMP>, datatype in operator <</>>: INT
    [##ERROR##] DB ERROR(SQLSTATE) :
    [##ERROR##] DB ERROR(STM_TEXT) : {call dbo.cabal_sp_ems_get_events}
    Database Connect success!

    2_ EventMgrSvr.log :

    [##ERROR##] Failed to Get Events
    [##ERROR##] 'OnIPCDBGetEventsResult' fail (Proc/GetDataFromDBA.cpp:57)
    [##ERROR##] UsrMap Fail : MainCmd(3103) Ret(39:0:57) Addr(127.0.0.1) CharIdx(0)

  17. #17
    Proficient Member y0cata is offline
    MemberRank
    Jul 2008 Join Date
    190Posts

    Re: Tutorials for EP8 Server Files (DETAILED)

    same here but anyway i m in game and svr is working ^^

  18. #18
    Member bryandakis is offline
    MemberRank
    Jan 2011 Join Date
    53Posts

    Re: Tutorials for EP8 Server Files (DETAILED)

    is this the same to Theft cabal?


    client_version=369
    NormalClientMagicKey=543957823

  19. #19
    Valued Member takashi92000 is offline
    MemberRank
    Feb 2011 Join Date
    136Posts

    Re: Tutorials for EP8 Server Files (DETAILED)

    A question, when restore Server01 file, what is the database name I should create? Server01 or GameDB?

  20. #20
    Account Upgraded | Title Enabled! slawdos is offline
    MemberRank
    Jan 2013 Join Date
    Abakan, RussiaLocation
    201Posts

    Re: Tutorials for EP8 Server Files (DETAILED)

    Any body upload client to PirateBay!!!

  21. #21
    Valued Member takashi92000 is offline
    MemberRank
    Feb 2011 Join Date
    136Posts

    Re: Tutorials for EP8 Server Files (DETAILED)

    Encountered errors on:
    ChatNode_01
    EventMgrSvr
    AgentShop_01
    LoginSvr_01

    Anyone have any idea how to solve this?

    error.jpg

    log.zip

  22. #22
    Account Upgraded | Title Enabled! dmxas is offline
    MemberRank
    Jan 2012 Join Date
    Cyber worldLocation
    290Posts

    Re: Tutorials for EP8 Server Files (DETAILED)

    followed every step and got this
    Thu Jan 24 13:05:01 EET 2013: DBAgent_01 starting
    DBAgent_01: unrecognized service
    Thu Jan 24 13:05:01 EET 2013: GlobalDBAgent starting
    GlobalDBAgent: unrecognized service
    Thu Jan 24 13:05:01 EET 2013: GlobalMgrSvr starting
    GlobalMgrSvr: unrecognized service
    Thu Jan 24 13:05:01 EET 2013: ChatNode_01 starting
    ChatNode_01: unrecognized service
    Thu Jan 24 13:05:01 EET 2013: CashDBAgent starting
    CashDBAgent: unrecognized service
    Thu Jan 24 13:05:01 EET 2013: PCBangDBAgent starting
    PCBangDBAgent: unrecognized service
    Thu Jan 24 13:05:01 EET 2013: EventDBAgent starting
    EventDBAgent: unrecognized service
    Thu Jan 24 13:05:01 EET 2013: EventMgrSvr starting
    EventMgrSvr: unrecognized service
    Thu Jan 24 13:05:01 EET 2013: AgentShop_01 starting
    AgentShop_01: unrecognized service
    Thu Jan 24 13:05:01 EET 2013: LoginSvr_01 starting
    LoginSvr_01: unrecognized service
    Thu Jan 24 13:05:01 EET 2013: PartySvr_01 starting
    PartySvr_01: unrecognized service
    Thu Jan 24 13:05:01 EET 2013: WorldSvr_01_01 starting
    WorldSvr_01_01: unrecognized service
    Thu Jan 24 13:05:01 EET 2013: WorldSvr_01_02 starting
    WorldSvr_01_02: unrecognized service
    Thu Jan 24 13:05:01 EET 2013: WorldSvr_01_03 starting
    WorldSvr_01_03: unrecognized service
    Thu Jan 24 13:05:02 EET 2013: WorldSvr_01_04 starting
    WorldSvr_01_04: unrecognized service
    Thu Jan 24 13:05:02 EET 2013: WorldSvr_01_05 starting
    WorldSvr_01_05: unrecognized service
    Thu Jan 24 13:05:02 EET 2013: WorldSvr_01_06 starting
    WorldSvr_01_06: unrecognized service
    EDIT: fixed that and now LIKE ALWAYS SAME PROBLEM!?

    Starting AuthDBAgent: [ OK ]
    Starting RockAndRollITS: [ OK ]
    Starting DBAgent_01: [ OK ]
    Starting GlobalDBAgent: [ OK ]
    Starting GlobalMgrSvr: [ OK ]
    Starting ChatNode_01: [ OK ]
    Starting CashDBAgent: [ OK ]
    Starting PCBangDBAgent: [ OK ]
    Starting EventDBAgent: [ OK ]
    Starting EventMgrSvr: [ OK ]
    Starting AgentShop_01: [ OK ]
    Starting LoginSvr_01: [ OK ]
    Starting PartySvr_01: [ OK ]
    Starting WorldSvr_01_01: [ OK ]
    Starting WorldSvr_01_02: [ OK ]
    Starting WorldSvr_01_03: [ OK ]
    Starting WorldSvr_01_04: [ OK ]
    Starting WorldSvr_01_05: [ OK ]
    Starting WorldSvr_01_06: [ OK ]
    [root@localhost ~]# service cabal status
    AuthDBAgent (pid 4928) is running...
    RockAndRollITS (pid 4953) is running...
    DBAgent_01 (pid 4969) is running...
    GlobalDBAgent (pid 4989) is running...
    GlobalMgrSvr (pid 5383 5014) is running...
    ChatNode_01 is stopped
    CashDBAgent (pid 5053) is running...
    PCBangDBAgent (pid 5077) is running...
    EventDBAgent (pid 5099) is running...
    EventMgrSvr is stopped
    AgentShop_01 is stopped
    LoginSvr_01 is stopped
    PartySvr_01 (pid 5173) is running...
    WorldSvr_01_01 is stopped
    WorldSvr_01_02 is stopped
    WorldSvr_01_03 is stopped
    WorldSvr_01_04 is stopped
    WorldSvr_01_05 is stopped
    WorldSvr_01_06 is stopped
    CAN SOME 1 HELP me

  23. #23
    PwrGames PwrDex is offline
    MemberRank
    Jul 2011 Join Date
    /var/log/cabalLocation
    793Posts

    Re: Tutorials for EP8 Server Files (DETAILED)

    Quote Originally Posted by takashi92000 View Post
    A question, when restore Server01 file, what is the database name I should create? Server01 or GameDB?
    check my print screen and name as you see on that... so your answer is Server01

    Quote Originally Posted by sunlive View Post
    i have 2 error in my log maybe database problem :

    1 _ EventDBAgent.log :

    [##ERROR##] OnIPCEMSGetEvents fail
    [##ERROR##] DB ERROR(MSG) : Incompatible data types in stream operation
    [##ERROR##] DB ERROR(CODE) : 32000
    [##ERROR##] DB ERROR(VAR_INFO) : Column: 3<TIMESTAMP>, datatype in operator <</>>: INT
    [##ERROR##] DB ERROR(SQLSTATE) :
    [##ERROR##] DB ERROR(STM_TEXT) : {call dbo.cabal_sp_ems_get_events}
    Database Connect success!

    2_ EventMgrSvr.log :

    [##ERROR##] Failed to Get Events
    [##ERROR##] 'OnIPCDBGetEventsResult' fail (Proc/GetDataFromDBA.cpp:57)
    [##ERROR##] UsrMap Fail : MainCmd(3103) Ret(39:0:57) Addr(127.0.0.1) CharIdx(0)
    Yep i know that typeconversion error, but in server and ingame not affected...

  24. #24
    Member knight90 is offline
    MemberRank
    Apr 2009 Join Date
    59Posts

    Re: Tutorials for EP8 Server Files (DETAILED)

    AkiSora, a little question, i've everything configured and all services working, i'm using atm Mystery client with ignore client version also and i can't connect to the server, it doesn't even create any logs.

  25. #25
    PwrGames PwrDex is offline
    MemberRank
    Jul 2011 Join Date
    /var/log/cabalLocation
    793Posts

    Re: Tutorials for EP8 Server Files (DETAILED)

    Quote Originally Posted by takashi92000 View Post
    A question, when restore Server01 file, what is the database name I should create? Server01 or GameDB?
    Quote Originally Posted by dmxas View Post
    followed every step and got this


    EDIT: fixed that and now LIKE ALWAYS SAME PROBLEM!?

    CAN SOME 1 HELP me
    Check 2-3 after start service cabal status
    it need 2-3 min for starting..



Page 1 of 18 12345678911 ... LastLast

Advertisement