[CentOS] Setting up your Aura Kingdom Server

Page 53 of 76 FirstFirst ... 343454647484950515253545556575859606163 ... LastLast
Results 781 to 795 of 1127
  1. #781
    Apprentice Lam Nguyen is offline
    MemberRank
    Jun 2013 Join Date
    13Posts

    Re: [CentOS] Setting up your Aura Kingdom Server

    yea it seem like it went and read all 52 page @_@

  2. #782
    Enthusiast genz is offline
    MemberRank
    Jul 2011 Join Date
    32Posts

    Re: [CentOS] Setting up your Aura Kingdom Server

    Quote Originally Posted by ForeverxAlone View Post
    @genz I have followed your guide here, game faulty
    ...

    Some pictures of my game folder:
    ...

    And I've wondered, reaching 15GB capacities game???
    ....

    Thank you so much
    Without pkg folder, the game will take ~ 13GB, there is PKG repacker somewhere in this forum, it allows you to repack the game to the smaller size.

    About the bugs, you can view the logs that you can find in LoginServer, MissionServer,... in server folder, and view error.log in client folder.

    BTW, I think you're missing some files in ui or uidata.
    Last edited by genz; 04-09-16 at 11:21 AM.

  3. #783
    Enthusiast genz is offline
    MemberRank
    Jul 2011 Join Date
    32Posts

    Re: [CentOS] Setting up your Aura Kingdom Server

    Hey guys! I think I will stop fixing bugs at this time, I will give you guys the link of my merged client & server.

    Here are the links: Aura Client & Aura Server

    - To use client: copy all .7z to your folder (~ Aura Kingdom), and extract them there.

    - To use server: view my tutorial if you've not setup them yet. If you already have the server, just upload Data folder to your server.

    There are still some major bugs in the game that I've not fixed yet. I'm only interested in Offline Server, all those bugs did not affect my enjoyment, so I'm too lazy to fix them.

    Hope you enjoy it!
    Last edited by genz; 04-09-16 at 11:07 PM.

  4. #784
    Apprentice Lam Nguyen is offline
    MemberRank
    Jun 2013 Join Date
    13Posts

    Re: [CentOS] Setting up your Aura Kingdom Server

    not sure what i'm doing wrong but i can login to the game select a character and play but on my friend side she can also login and make a character but can't get in the the world can anyone help me with that is it the zoneserver i need to hax or something.

    i have reread like 10 time take me like maybe 3-4 day trying to get it to work on Wanip did some research here and there thanks to @genz tutorial that i get this far and @evestu @Eperty123 tool that make it happen xD
    Last edited by Lam Nguyen; 06-09-16 at 07:53 AM.

  5. #785
    Apprentice ForeverxAlone is offline
    MemberRank
    Aug 2014 Join Date
    9Posts

    Re: [CentOS] Setting up your Aura Kingdom Server

    Who can help me this problem?
    1 - Not change the password
    Code:
    Last login: Tue Sep  6 11:11:40 2016 from 192.168.223.1
    [root@localhost ~]# sudo -u postgres psql -c 'nmhnmh' ;
    ERROR:  syntax error at or near "nmhnmh"
    LINE 1: nmhnmh
            ^
    [root@localhost ~]#
    2- Navicat




    Thank

  6. #786
    Apprentice Lam Nguyen is offline
    MemberRank
    Jun 2013 Join Date
    13Posts

    Re: [CentOS] Setting up your Aura Kingdom Server

    do service postgresql-9.3 restart in securecrt

  7. #787
    Apprentice ForeverxAlone is offline
    MemberRank
    Aug 2014 Join Date
    9Posts

    Re: [CentOS] Setting up your Aura Kingdom Server

    Quote Originally Posted by Lam Nguyen View Post
    do service postgresql-9.3 restart in securecrt
    Code:
    Last login: Wed Sep  7 10:12:38 2016 from 192.168.106.1[root@localhost ~]
    # sudo -u postgres psql -c "ALTER user postgres WITH password 'nmhnmh';"
    ALTER ROLE
    [root@localhost ~]# service postgresql-9.3 restart
    Stopping postgresql-9.3 service:                           [  OK  ]
    Starting postgresql-9.3 service:                           [  OK  ]
    [root@localhost ~]#
    ===>






    pg_hba.conf
    Code:
    # TYPE  DATABASE        USER            ADDRESS                 METHOD
    
    
    # "local" is for Unix domain socket connections only
    # TYPE  DATABASE        USER            ADDRESS                 METHOD
    
    
    # "local" is for Unix domain socket connections only
    local   all             all                                     peer
    # IPv4 local connections:
    host    all             all             0.0.0.0/0            md5
    # IPv6 local connections:
    host    all             all             ::1/128                 ident
    # Allow replication connections from localhost, by a user with the
    # replication privilege.
    #local   replication     postgres                                peer
    #host    replication     postgres        127.0.0.1/32            ident
    #host    replication     postgres        ::1/128                 ident
    postgresql.conf
    Code:
    # - Connection Settings -
    
    
    listen_addresses = '*'        # what IP address(es) to listen on;
                        # comma-separated list of addresses;
                        # defaults to 'localhost'; use '*' for all
                        # (change requires restart)
    --------------
    File: iptables
    Code:
    # Firewall configuration written by system-config-firewall
    # Manual customization of this file is not recommended.
    *filter
    :INPUT ACCEPT [0:0]
    :FORWARD ACCEPT [0:0]
    :OUTPUT ACCEPT [0:0]
    -A INPUT -m state --state ESTABLISHED,RELATED -j ACCEPT
    -A INPUT -p icmp -j ACCEPT
    -A INPUT -i lo -j ACCEPT
    -A INPUT -m state --state NEW -m tcp -p tcp --dport 22 -j ACCEPT
    -A INPUT -m state --state NEW -m tcp -p tcp --dport 6543 -j ACCEPT
    -A INPUT -m state --state NEW -m tcp -p tcp --dport 5567 -j ACCEPT
    -A INPUT -m state --state NEW -m tcp -p tcp --dport 5568 -j ACCEPT
    -A INPUT -m state --state NEW -m tcp -p tcp --dport 10021 -j ACCEPT
    -A INPUT -m state --state NEW -m tcp -p tcp --dport 10022 -j ACCEPT
    -A INPUT -j REJECT --reject-with icmp-host-prohibited
    -A FORWARD -j REJECT --reject-with icmp-host-prohibited
    
    
    COMMIT
    :((
    Last edited by ForeverxAlone; 07-09-16 at 10:05 AM.

  8. #788
    Alpha Member Hycker is offline
    MemberRank
    Dec 2010 Join Date
    /root/gameguardLocation
    1,587Posts

    Re: [CentOS] Setting up your Aura Kingdom Server

    Use command in centos
    Code:
    Service iptables stop
    Then try to connect

    Sent from my SM-N910F using Tapatalk

  9. #789
    Apprentice ForeverxAlone is offline
    MemberRank
    Aug 2014 Join Date
    9Posts

    Re: [CentOS] Setting up your Aura Kingdom Server

    Quote Originally Posted by Hycker View Post
    Use command in centos
    Code:
    Service iptables stop
    Then try to connect

    Sent from my SM-N910F using Tapatalk
    Still not been :(
    Last edited by ForeverxAlone; 07-09-16 at 10:00 AM.

  10. #790
    Apprentice Lam Nguyen is offline
    MemberRank
    Jun 2013 Join Date
    13Posts

    Re: [CentOS] Setting up your Aura Kingdom Server

    did you do service postgresql-9.3 initdb and then
    service postgresql-9.3 start just wondering


  11. #791
    Apprentice ForeverxAlone is offline
    MemberRank
    Aug 2014 Join Date
    9Posts

    Re: [CentOS] Setting up your Aura Kingdom Server

    Quote Originally Posted by Lam Nguyen View Post
    did you do service postgresql-9.3 initdb and then
    service postgresql-9.3 start just wondering

    I was successful in the step :))
    Last edited by ForeverxAlone; 08-09-16 at 01:08 PM.

  12. #792
    Apprentice ForeverxAlone is offline
    MemberRank
    Aug 2014 Join Date
    9Posts

    Re: [CentOS] Setting up your Aura Kingdom Server

    Character stand still when pressing kill :(
    Who can guide me how to fix it not ??

    Thank you :)

  13. #793
    Apprentice Lam Nguyen is offline
    MemberRank
    Jun 2013 Join Date
    13Posts

    Re: [CentOS] Setting up your Aura Kingdom Server

    Quote Originally Posted by ForeverxAlone View Post
    Character stand still when pressing kill :(
    Who can guide me how to fix it not ??

    Thank you :)
    In like when you use skill it just look like he/she punching?

  14. #794
    Valued Member alembizim55 is offline
    MemberRank
    Aug 2014 Join Date
    105Posts

    Re: [CentOS] Setting up your Aura Kingdom Server

    How to change server ip. I have a vds 32gb ram.How do I install a server. Server files always use 192.168.x.x ip ? How to fix

  15. #795
    Apprentice Lam Nguyen is offline
    MemberRank
    Jun 2013 Join Date
    13Posts

    Re: [CentOS] Setting up your Aura Kingdom Server

    Quote Originally Posted by alembizim55 View Post
    How to change server ip. I have a vds 32gb ram.How do I install a server. Server files always use 192.168.x.x ip ? How to fix
    yep and what do u mean server ip?



Advertisement