Jump to content

Markdelaar

Members
  • Posts

    4
  • Joined

  • Last visited

Markdelaar's Achievements

  1. Nevermind. I managed to run it as a service with: --no-console
  2. I'm using a remote linux server at Contabo. I have no problem to start the server and connect to it via editor or client. But I want to run the server as a service so it can restart automatically if anything happens. The problem is that the server restarts infinitely. I've tried several approaches including a wrapper. This is my service file. [Unit] Description=Intersect Game Server After=network.target [Service] Type=simple User=XYZ Group=XYZ WorkingDirectory=/home/XYZ/Intersect/Server ExecStart=/home/XYZ/Intersect/Server/IntersectServer Restart=always RestartSec=10 # Allow input (required for Intersect's console) StandardInput=tty TTYPath=/dev/console # Logging StandardOutput=journal StandardError=journal # DataProtection directory Environment=ASPNETCORE_DATA_PROTECTION_DIRECTORY=/var/aspnet/DataProtection-Keys [Install] WantedBy=multi-user.target
  3. Thank you. I managed to make it happen with player variable and an event that is triggered by the common event bind to the item.
  4. Hello Guys! I want to create a special item that on use reveals invisible monsters. Is it possible to make an npc invisible and use an item that reveals it? The npc should be visible only to the player that used the item.
×
×
  • Create New...