Last edited by Wolforax; 16-10-15 at 06:50 PM.
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.
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:
then edit the start script:Code:cd libfaketime-master sudo make sudo make install
add after : #!/bin/bash
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 libraryCode:export LD_PRELOAD=/usr/local/lib/faketime/libfaketime.so.1 export FAKETIME_CACHE_DURATION="2" export FAKETIME="-2y" sleep 2 echo Fake Time: `date`
EDIT:
nevermind... don't work :(
Last edited by EvilPdor; 17-10-15 at 12:35 AM.
Also if any other files you want me to try to parse let me know.
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.
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.