i see that this function is defined in playerlog.sh but i don't see it "imported" (...i'm a bash noob) in stop.sh# /etc/init.d/7dtd.sh stopStopping all instances:
nekapuzer:
Trying to gracefully shutdown...
Waiting for server to shut down...
1/5
2/5
3/5
/usr/local/lib/7dtd/commands/stop.sh: line 52: setAllPlayersOffline: command not found
Done
Thanks for reporting, missed that one when working on v.25. In v.26 this error is fixed (though it's only cosmetical, it does not do anything bad or wrongi get this error on shutdown (but shutdown still works):...
i see that this function is defined in playerlog.sh but i don't see it "imported" (...i'm a bash noob) in stop.sh
Is there any news on when the players.xml logging (f.ex. online-status) will be functional again? Also, my hooks no longer seem to work since upgrading to 8.7, anyone else running into this problem?
So, since v.25 logging is working againJust uploaded v.25. See the release notes for more info on changes![]()
Regarding log output, I just created a new instance and even after joining the resulting logfile "2014-07-12_09-44-16_output.log" only contains one line (Starting instance).#!/bin/sh
. /usr/local/lib/7dtd/common.sh
telnetCommand $1 "say Welcome $4!"
It still didnt work though#!/bin/bash. /usr/local/lib/7dtd/common.sh
telnetCommand $1 "say Welcome $4!"