[CentOS] Setting up your Aura Kingdom Server

Page 17 of 76 FirstFirst ... 79101112131415161718192021222324252767 ... LastLast
Results 241 to 255 of 1127
  1. #241
    Alpha Member Hycker is offline
    MemberRank
    Dec 2010 Join Date
    /root/gameguardLocation
    1,587Posts

    Re: [CentOS] Setting up your Aura Kingdom Server

    How about google?

    Tapatalk-kal küldve az én GT-I9300-el

  2. #242
    Apprentice kamito is offline
    MemberRank
    Oct 2015 Join Date
    BelarusLocation
    12Posts

    Re: [CentOS] Setting up your Aura Kingdom Server

    Quote Originally Posted by Hycker View Post
    How about google?

    Tapatalk-kal küldve az én GT-I9300-el
    SecureCRT can not find.

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

    Re: [CentOS] Setting up your Aura Kingdom Server

    Then use putty....

    Tapatalk-kal küldve az én GT-I9300-el

  4. #244
    Member evestu is offline
    MemberRank
    Apr 2007 Join Date
    85Posts

    Re: [CentOS] Setting up your Aura Kingdom Server

    @Eperty123

    This really needs a section or cleaned the thread is going from guide > support > mess

    @ devs since the game-server is now working and developments are being committed and made this could do with a section for this game.

  5. #245
    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
    @Eperty123

    This really needs a section or cleaned the thread is going from guide > support > mess

    @ devs since the game-server is now working and developments are being committed and made this could do with a section for this game.
    Agreed. @MentaL we need a section now.


    Sent from my iPhone using Tapatalk

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

    Re: [CentOS] Setting up your Aura Kingdom Server

    well before we spam Mental, do we have:
    stable serverfiles? (means one hour crash fix? -> maybe hexable? i try to find correspoding hex values of dates, maybe in unixtimestamp?)
    WAN connecting fully works with unique authentication?
    tools for editing server / clientside for own costum stuffs?
    does it fully functional? no bugs? all quest, instances, raides works fine?

  7. #247
    Novice frantzy12 is offline
    MemberRank
    Feb 2014 Join Date
    Stockholm, SwedLocation
    4Posts

    Re: [CentOS] Setting up your Aura Kingdom Server

    Quote Originally Posted by Eperty123 View Post
    English only please. We won't be able to help otherwise though I don't get your question...


    You've missed the "minimal" word which means you've downloaded the desktop version.
    My boot menu always ends up like this T.T..I used the 6.7 minimal/6.5 minimal D:.capture.jpg

  8. #248
    Apprentice NetTrodon is offline
    MemberRank
    Sep 2014 Join Date
    MexicoLocation
    19Posts

    Re: [CentOS] Setting up your Aura Kingdom Server

    Quote Originally Posted by Hycker View Post
    well before we spam Mental, do we have:
    stable serverfiles? (means one hour crash fix? -> maybe hexable? i try to find correspoding hex values of dates, maybe in unixtimestamp?)
    WAN connecting fully works with unique authentication?
    tools for editing server / clientside for own costum stuffs?
    does it fully functional? no bugs? all quest, instances, raides works fine?
    Go some pages back and you will find posts about patching and hex codes for IP, but not yet for 1-hour crash.

    For me, "MissionServer" is crashing after 2-4 hours without any player activity. I don't know how much my current configuration is affecting. I'm using CentOS 5.7, PotgreSQL 9.1 and all aura kingdom server binaries running as daemon without system time modification.

    On server using IP 193.168.92.129 that is outside of "192.168.X.X" and "10.X.X.X" ranges, and it's working login, character creation and playing. I tested with the already translated files from @Eperty123 and the original TW client from release thread without using oauth2.

    Also take in account that binaries files are "staticaly linked", there are not any special dependency for installation. Some binaries are compiled for"x86_64" and other ones for "i386", so a 64-bit operating system is required. SQL Databases must be encoded in "SQL_ASCII" or "ISO88591", using another encoding seems to block client from entering in worlds.

    I didn't try modding client. My current in-game level is "11", so i can't say if all missions are working.

    At this moment installing CentOS 5.11 and PostgreSQL 9.1, just hoping that "MissionServer" will not crash again.

    Planning to make little cgi-scripts in Python for user resgistration and password recovery if i get running binaries for at leats 2 weeks.

    If you can post your server configuration and more information, we can make a checklist about fully-working and in-progress binaries/configuration.

  9. #249
    Member YesOfCourse is offline
    MemberRank
    Jan 2015 Join Date
    79Posts

    Re: [CentOS] Setting up your Aura Kingdom Server

    Quote Originally Posted by evestu View Post
    unpacked and not unpacked :)
    That is not what I meant but nevermind :)

    I read somewhere the mission server crash is because of the date and turning back the date of the OS solves it.
    I haven't tested that but I am currently testing a method that might fix that.

    Old MissionServer log:
    Code:
      1386,2015/10/28 07:51:55,[EventServerCheck.cc:127],CEventServerCheck : Date[Feb 13 2014] => Dead Line[20140513], Now[20151028]
      1387,2015/10/28 07:51:55,[EventServerCheck.cc:131],CEventServerCheck is timout : [20151028] >= [20140513]
      1461,2015/10/28 07:51:55,Connected to database [ffdb1].
    New MissionServer log:
    Code:
      1386,2015/10/28 15:59:48,[EventServerCheck.cc:127],CEventServerCheck : Date[Dec 31 2025] => Dead Line[20251231], Now[20151028]
      1460,2015/10/28 15:59:48,Connected to database [ffdb1].
    If the method works I will reply with the solution.

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

    Re: [CentOS] Setting up your Aura Kingdom Server

    Mission Server Patcher here should fix the time issue please test and report back..

    Usage:
    Run program find Mission Server file and select let it finish and then test.

    Mission Server Must Be Unpacked Version = 114,349KB in Size.


    AK Time Fix.rar


    Credits to @YesOfCourse

    For pointing it out.


    UPDATED EDIT : As Said
    Code:
    
    mov     ebx, 13351E1h  = 20140513
    
    Set To :::
    
    mov     ebx, 1404A31h  = 20990513
    
    
    ###################
    
    2nd Date not changed we will see how it turns out ..
    
    mov     eax, 1335119h  = 20140313
    Last edited by evestu; 29-10-15 at 01:55 AM. Reason: Updated Please Test

  11. #251
    Member YesOfCourse is offline
    MemberRank
    Jan 2015 Join Date
    79Posts

    Re: [CentOS] Setting up your Aura Kingdom Server

    Till now I had no crashes but I can't say for 100% that works but here are the two offsets where you want to hex the MissionServer binary:

    Code:
    Offset 1: 0x00506bdc
    
    Here you can change the string shown in the logs

    Code:
    Offset 2: 0x001ee6fd
    
    This is where you change the actual data 20140513 to your custom date like 20251231.
    Edit: @evestu you might want to add the second offset, since your program only changes the string that is displayed.

  12. #252
    Cypher WireShark is offline
    MemberRank
    Jun 2009 Join Date
    Planet Earth xDLocation
    950Posts

    Re: [CentOS] Setting up your Aura Kingdom Server

    @MenTaL
    Maybe a Section will be a good gift to me the Thread have a good progress now

  13. #253
    Novice geraldlimz is offline
    MemberRank
    Oct 2015 Join Date
    4Posts

    Re: [CentOS] Setting up your Aura Kingdom Server

    Anyone managed to get the server to work online with other people access the server?
    Offline i managed to be able to play the game, but when i tried to get my friend onto my server he is unable to login.
    His error is this :
    244.jpg
    I port forward 6543,5567,5568,10021,10022 and even tried 5432 and 80 but he is still getting this error..
    Anyone know how to fix this?
    Attached Thumbnails Attached Thumbnails 244.jpg  

  14. #254
    Developer Eperty123 is offline
    MemberRank
    Dec 2013 Join Date
    386Posts

    Re: [CentOS] Setting up your Aura Kingdom Server

    Quote Originally Posted by geraldlimz View Post
    Anyone managed to get the server to work online with other people access the server?
    Offline i managed to be able to play the game, but when i tried to get my friend onto my server he is unable to login.
    His error is this :
    244.jpg
    I port forward 6543,5567,5568,10021,10022 and even tried 5432 and 80 but he is still getting this error..
    Anyone know how to fix this?
    You must have a physical server for others to join ya. Though can't confirm as I haven't tried yet.

  15. #255
    Apprentice kamito is offline
    MemberRank
    Oct 2015 Join Date
    BelarusLocation
    12Posts

    Re: [CentOS] Setting up your Aura Kingdom Server

    CentOS 6.5 liveDVD ?Will work ?



Advertisement