How about google?
Tapatalk-kal küldve az én GT-I9300-el
How about google?
Tapatalk-kal küldve az én GT-I9300-el
Then use putty....
Tapatalk-kal küldve az én GT-I9300-el
@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
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.
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:
New 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].
If the method works I will reply with the solution.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].![]()
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
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
Edit: @evestu you might want to add the second offset, since your program only changes the string that is displayed.Code:Offset 2: 0x001ee6fd This is where you change the actual data 20140513 to your custom date like 20251231.
@MenTaL
Maybe a Section will be a good gift to me the Thread have a good progress now![]()
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 :
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?
CentOS 6.5 liveDVD ?Will work ?