[CentOS] Setting up your Aura Kingdom Server

Page 2 of 76 FirstFirst 123456789101252 ... LastLast
Results 16 to 30 of 1127
  1. #16
    Apprentice Sylehn is offline
    MemberRank
    Apr 2014 Join Date
    7Posts

    Re: [CentOS] Setting up your Aura Kingdom Server

    @Eperty123 your guide is updated with the other topic concerning the source files ?

  2. #17
    Developer Eperty123 is online now
    MemberRank
    Dec 2013 Join Date
    386Posts

    Re: [CentOS] Setting up your Aura Kingdom Server

    Quote Originally Posted by Sylehn View Post
    @Eperty123 your guide is updated with the other topic concerning the source files ?
    Depends on what you're after. I've included some additional information.

  3. #18
    Apprentice Sylehn is offline
    MemberRank
    Apr 2014 Join Date
    7Posts

    Re: [CentOS] Setting up your Aura Kingdom Server

    Quote Originally Posted by Eperty123 View Post
    Depends on what you're after. I've included some additional information.
    I'm trying to make my local server and connect one client minimum :)

  4. #19
    Developer Eperty123 is online now
    MemberRank
    Dec 2013 Join Date
    386Posts

    Re: [CentOS] Setting up your Aura Kingdom Server

    Quote Originally Posted by Sylehn View Post
    I'm trying to make my local server and connect one client minimum :)
    Make sure you have set the encoding of your server to ISO88591.

    Do that by going to
    Code:
    /etc/sysconfig/i18n
    Then change the encoding part to
    Code:
    LANG="en_US.ISO88591"
    SYSFONT="latarcyrheb-sun16"
    Also make sure you have set your IP to have a prefix of 192.168.1.xxx.

  5. #20
    Apprentice Sylehn is offline
    MemberRank
    Apr 2014 Join Date
    7Posts

    Re: [CentOS] Setting up your Aura Kingdom Server

    With the command :
    yum install postgresql93-server postgresql93-contrib

    I get that :
    /usr/bin/yum: line 2: import: command not found
    /usr/bin/yum: line 3: try:: command not found
    /usr/bin/yum: line 4: import: command not found
    /usr/bin/yum: line 5: except: command not found
    /usr/bin/yum: yum: line 23: syntax error near unexpected token `('
    /usr/bin/yum: yum: line 23: `""" % (sys.exc_value, sys.version)'

    I missed something?

  6. #21
    Developer Eperty123 is online now
    MemberRank
    Dec 2013 Join Date
    386Posts

    Re: [CentOS] Setting up your Aura Kingdom Server

    Quote Originally Posted by Sylehn View Post
    With the command :
    yum install postgresql93-server postgresql93-contrib

    I get that :
    /usr/bin/yum: line 2: import: command not found
    /usr/bin/yum: line 3: try:: command not found
    /usr/bin/yum: line 4: import: command not found
    /usr/bin/yum: line 5: except: command not found
    /usr/bin/yum: yum: line 23: syntax error near unexpected token `('
    /usr/bin/yum: yum: line 23: `""" % (sys.exc_value, sys.version)'

    I missed something?
    Are you running CentOS?

  7. #22
    Apprentice Sylehn is offline
    MemberRank
    Apr 2014 Join Date
    7Posts

    Re: [CentOS] Setting up your Aura Kingdom Server

    Quote Originally Posted by Eperty123 View Post
    Are you running CentOS?
    Yes, but after download of the rpm file and install, i'm getting that error with the command in my terminal :<

  8. #23
    Developer Eperty123 is online now
    MemberRank
    Dec 2013 Join Date
    386Posts

    Re: [CentOS] Setting up your Aura Kingdom Server

    Quote Originally Posted by Sylehn View Post
    Yes, but after download of the rpm file and install, i'm getting that error with the command in my terminal :<
    Have you installed PostgreSQL?

  9. #24
    Apprentice Sylehn is offline
    MemberRank
    Apr 2014 Join Date
    7Posts

    Re: [CentOS] Setting up your Aura Kingdom Server

    Yes, but :
    /usr/bin/yum: line 2: import: command not found
    /usr/bin/yum: line 3: try:: command not found
    /usr/bin/yum: line 4: import: command not found
    /usr/bin/yum: line 5: except: command not found
    /usr/bin/yum: yum: line 23: syntax error near unexpected token `('
    /usr/bin/yum: yum: line 23: `""" % (sys.exc_value, sys.version)'

    When i execute that command : yum install postgresql93-server postgresql93-contrib

  10. #25
    Developer Eperty123 is online now
    MemberRank
    Dec 2013 Join Date
    386Posts

    Re: [CentOS] Setting up your Aura Kingdom Server

    Quote Originally Posted by Sylehn View Post
    Yes, but :
    /usr/bin/yum: line 2: import: command not found
    /usr/bin/yum: line 3: try:: command not found
    /usr/bin/yum: line 4: import: command not found
    /usr/bin/yum: line 5: except: command not found
    /usr/bin/yum: yum: line 23: syntax error near unexpected token `('
    /usr/bin/yum: yum: line 23: `""" % (sys.exc_value, sys.version)'

    When i execute that command : yum install postgresql93-server postgresql93-contrib
    Reinstall your OS and try again.

  11. #26
    Apprentice Sylehn is offline
    MemberRank
    Apr 2014 Join Date
    7Posts

    Re: [CentOS] Setting up your Aura Kingdom Server

    After 5 installation it works, thanks Eperty123 :)

  12. #27
    Developer Eperty123 is online now
    MemberRank
    Dec 2013 Join Date
    386Posts

    Re: [CentOS] Setting up your Aura Kingdom Server

    Quote Originally Posted by Sylehn View Post
    After 5 installation it works, thanks Eperty123 :)
    You're welcome! ;)

  13. #28
    Account Upgraded | Title Enabled! AaronzitoBr is offline
    MemberRank
    Apr 2010 Join Date
    Rio de JaneiroLocation
    390Posts

    Re: [CentOS] Setting up your Aura Kingdom Server

    Any update? The release topic already has chinese and US clients, and methods to connect.

  14. #29
    Developer Eperty123 is online now
    MemberRank
    Dec 2013 Join Date
    386Posts

    [CentOS] Setting up your Aura Kingdom Server

    Quote Originally Posted by AaronzitoBr View Post
    Any update? The release topic already has chinese and US clients, and methods to connect.
    Unfortunately no other than we need the US database patch to be able to use AuraKingdom.to's client.

    Edit: Other clients like ak.to and redskingdom have different login packets I assume. Tried and failed.
    Last edited by Eperty123; 12-09-15 at 06:38 AM.

  15. #30
    Developer Eperty123 is online now
    MemberRank
    Dec 2013 Join Date
    386Posts

    Adding files to your client (and translate it to english)

    Requirements:




    t1.jpg
    1. Once you launch the PKG_Extractor you'll have to point to your pkg.idx and it'll load the game files. When done loading it'll allow you to search/edit/add files. Do so according to what you are after.

    t2.jpg
    2. Picture above shows you how to add files to the export list.

    t3.jpg
    3. The cool thing about this program is that you can add additional files like it's a repacker itself which it indeed is, lol. Do so by filling the two textboxes and hit the first button below the second textbox. Save the exported ffoep file whereever you want.

    Note: Right click on the file on the list to select an input file otherwise it'll give you an error telling that the input file is empty.

    t4.jpg
    t5.jpg
    4. It's time for the actual repacking part. Click on the third radio checkbox and then the first button below the list box and point to your chinese client main directory. Once that's done click on the button again and this time point to the ffoep file you saved earlier.

    Note: You must have a valid game.bin otherwise the repacker won't do its work which is not what you want.

    ... and you're done!
    Last edited by Eperty123; 17-11-15 at 09:32 AM.



Advertisement