arkmanager / ark-server-tools

Set of server tools used to manage ARK: Survival Evolved servers on Linux
MIT License
678 stars 143 forks source link

Rconcmd does not get sent to server or executed correctly #1185

Open fusselshu opened 3 years ago

fusselshu commented 3 years ago

Hi there, with the new Genesis 2 Release and its awful mission multiplyers, we had to adjust our Server Settings. These adjusted settings are made so that for example the Mating buff has to be running constantly. So i decided to make a cronjob for it to trigger the buff automatically. The command gets executed etc. but the buff wont be applied. If i run the cheat command in the ingame console, it works flawlessly.

Cronjob command: /usr/local/bin/arkmanager rconcmd "addworldbuff MATINGINTERVAL_DOWN_HARD" @genesis2 Console command: cheat addworldbuff MATINGINTERVAL_DOWN_HARD

klightspeed commented 3 years ago

Like a lot of commands, it looks like AddWorldBuff and RemoveWorldBuff require a player connection, and will do nothing with an RCON connection.

fusselshu commented 3 years ago

Ah damn, thats so sad ._. Thank you for the fast reply :D