[CentOS] Setting up your Aura Kingdom Server

Page 9 of 76 FirstFirst 12345678910111213141516171959 ... LastLast
Results 121 to 135 of 1127
  1. #121
    Enthusiast Wolforax is offline
    MemberRank
    Aug 2013 Join Date
    28Posts

    Re: [CentOS] Setting up your Aura Kingdom Server

    Quote Originally Posted by WildWild View Post
    @@ can you ping your VM ?
    Connect with ProtgreSQL not MySQL
    User : root
    Pass : spiritking

    Port default
    database keep it default
    @Eperty123 : I used your fix and make a new account, i think it cause my server. Can you upload your full server, im so tire with this server.
    Im too lazy to follow for TUT
    no i can't ping, i already tried to connect by postgresql and it won't work..

    EDIT : i fixed up that by creating a new gateway IP that redirects on 192.168.1.99 on Vmware settings, now it works ty you for help :)
    Last edited by Wolforax; 16-10-15 at 06:50 PM.

  2. #122
    Developer Eperty123 is offline
    MemberRank
    Dec 2013 Join Date
    386Posts

    Re: [CentOS] Setting up your Aura Kingdom Server

    Quote Originally Posted by WildWild View Post
    @@ can you ping your VM ?
    Connect with ProtgreSQL not MySQL
    User : root
    Pass : spiritking

    Port default
    database keep it default
    @Eperty123 : I used your fix and make a new account, i think it cause my server. Can you upload your full server, im so tire with this server.
    Im too lazy to follow for TUT
    You won't get far with that attitude. Did you use the appropriate IP for your server or the presets?

  3. #123
    Enthusiast WildWild is offline
    MemberRank
    Jan 2015 Join Date
    Vũng Tàu, VieLocation
    46Posts

    Re: [CentOS] Setting up your Aura Kingdom Server

    Quote Originally Posted by Eperty123 View Post
    You won't get far with that attitude. Did you use the appropriate IP for your server or the presets?
    I check every IP ( change it to my server Ip by your tool ( thanks, helpful tool ^^ ) ) It connect, run well and ... bump mission cant complete.

    Ok, i will make new server follow you TUT step by step. I dont belive it cant be run

  4. #124
    Developer Eperty123 is offline
    MemberRank
    Dec 2013 Join Date
    386Posts

    Re: [CentOS] Setting up your Aura Kingdom Server

    Quote Originally Posted by WildWild View Post
    I check every IP ( change it to my server Ip by your tool ( thanks, helpful tool ^^ ) ) It connect, run well and ... bump mission cant complete.

    Ok, i will make new server follow you TUT step by step. I dont belive it cant be run
    Which mission? Lv 28 Blowout Sale has a bug if that's what you're trying to say.

  5. #125
    Enthusiast WildWild is offline
    MemberRank
    Jan 2015 Join Date
    Vũng Tàu, VieLocation
    46Posts

    Re: [CentOS] Setting up your Aura Kingdom Server

    Quote Originally Posted by Eperty123 View Post
    Which mission? Lv 28 Blowout Sale has a bug if that's what you're trying to say.
    Like picture i post before, mission appear again when i log out and log in. I used your fix, check IP, but that error continue, if i dont use date command it'll disconnect, if i use date and fix or not, mission will appear again in quest list.

    Problem is : Full quest list ( at lv 30 ) i cant accept new quest.
    Im trying make new server using your TUT, i hope it will be ok.

  6. #126
    Developer Eperty123 is offline
    MemberRank
    Dec 2013 Join Date
    386Posts

    Re: [CentOS] Setting up your Aura Kingdom Server

    Quote Originally Posted by WildWild View Post
    Like picture i post before, mission appear again when i log out and log in. I used your fix, check IP, but that error continue, if i dont use date command it'll disconnect, if i use date and fix or not, mission will appear again in quest list.

    Problem is : Full quest list ( at lv 30 ) i cant accept new quest.
    Im trying make new server using your TUT, i hope it will be ok.
    That happens when the flag hasn't been set. I guess you are using the pre-created girl character right?

  7. #127
    Apprentice EvilPdor is offline
    MemberRank
    Nov 2005 Join Date
    ItalyLocation
    19Posts

    Re: [CentOS] Setting up your Aura Kingdom Server

    I have found a way to bypass the 1h crash without change system date, its usefull if you have only a user access on linux server or you simply don't want to change the date.
    The method it's simple: download this https://github.com/wolfcw/libfaketime (download zip or download with git)
    extract the zip and compile it:
    Code:
    cd libfaketime-master
    sudo make
    sudo make install
    then edit the start script:
    add after : #!/bin/bash

    Code:
    export LD_PRELOAD=/usr/local/lib/faketime/libfaketime.so.1
    export FAKETIME_CACHE_DURATION="2"
    export FAKETIME="-2y"
    sleep 2
    echo Fake Time: `date`
    the ld_preload path is for debian/ubuntu system, if you use a centos i don't know if the path is the same, its simple to check... during the 'make install' it say the 'installation' location of this library


    EDIT:

    nevermind... don't work :(
    Last edited by EvilPdor; 17-10-15 at 12:35 AM.

  8. #128
    Member evestu is offline
    MemberRank
    Apr 2007 Join Date
    85Posts

    Re: [CentOS] Setting up your Aura Kingdom Server

    Quote Originally Posted by Eperty123 View Post
    You're welcome! And yes, thank you for your contribution of an english translated S_Item and S_ItemMall. Although the latest release of yours has a problem. You may have deleted a structure pattern as my server keeps crashing. Your first release however is working great! ;) again, thank you for your work.
    Could you give some sort of log or type of error (when crash happens so i can try to replicate it) so far im not getting any crash with S_Item.ini

  9. #129
    Developer Eperty123 is offline
    MemberRank
    Dec 2013 Join Date
    386Posts

    Re: [CentOS] Setting up your Aura Kingdom Server

    Quote Originally Posted by evestu View Post
    Could you give some sort of log or type of error (when crash happens so i can try to replicate it) so far im not getting any crash with S_Item.ini
    I see. I will debug it further then.

  10. #130
    Member evestu is offline
    MemberRank
    Apr 2007 Join Date
    85Posts

    Re: [CentOS] Setting up your Aura Kingdom Server

    Also if any other files you want me to try to parse let me know.

  11. #131
    Developer Eperty123 is offline
    MemberRank
    Dec 2013 Join Date
    386Posts

    [CentOS] Setting up your Aura Kingdom Server

    Quote Originally Posted by evestu View Post
    Also if any other files you want me to try to parse let me know.
    I debugged the files and it happans to be S_ItemMall that has a problem. But again thank you for the translations.

  12. #132
    Enthusiast Wolforax is offline
    MemberRank
    Aug 2013 Join Date
    28Posts

    Re: [CentOS] Setting up your Aura Kingdom Server

    I have a last question, how can you edit server files w/o enter on GUI mode? I tried FileZilla with SFTP connection type but it won't work.

  13. #133
    Developer Eperty123 is offline
    MemberRank
    Dec 2013 Join Date
    386Posts

    [CentOS] Setting up your Aura Kingdom Server

    Quote Originally Posted by Wolforax View Post
    I have a last question, how can you edit server files w/o enter on GUI mode? I tried FileZilla with SFTP connection type but it won't work.
    What exactly doesn't work? Make sure iptables aren't blocking the connection. If you get connection refused go to your vm and type
    Code:
    service iptables stop
    .

    And to stop it permanently type
    Code:
    chkconfig iptables off
    .

  14. #134
    Enthusiast Wolforax is offline
    MemberRank
    Aug 2013 Join Date
    28Posts

    Re: [CentOS] Setting up your Aura Kingdom Server

    Quote Originally Posted by Eperty123 View Post
    What exactly doesn't work? Make sure iptables aren't blocking the connection. If you get connection refused go to your vm and type
    Code:
    service iptables stop
    .

    And to stop it permanently type
    Code:
    chkconfig iptables off
    .
    commands aren't working it tolds me : "failed to issue method call : Unit iptables.service not loaded.
    and when i type "chkconfig iptables off" it tolds me : "error reading information on service iptables : No such file or directory"

    You don't have other method to edit server files?

    EDIT : ok it works with WinSCP :)
    Do you have an FF1DB fix to open chests?
    Last edited by Wolforax; 17-10-15 at 04:05 PM.

  15. #135
    Developer Eperty123 is offline
    MemberRank
    Dec 2013 Join Date
    386Posts

    Re: [CentOS] Setting up your Aura Kingdom Server

    Quote Originally Posted by Wolforax View Post
    commands aren't working it tolds me : "failed to issue method call : Unit iptables.service not loaded.
    and when i type "chkconfig iptables off" it tolds me : "error reading information on service iptables : No such file or directory"

    You don't have other method to edit server files?

    EDIT : ok it works with WinSCP :)
    Do you have an FF1DB fix to open chests?
    Download my latest server files in the first post.



Advertisement