1. how to stop ./startgameserver.sh from linux console ?
2. why i can't give access to player ?, if i fill " 6 " for GM Support in Accesslevel, if he log out and login again
just back to " 0 "
2 Question Please
Forum rules
READ NOW: L2j Forums Rules of Conduct
READ NOW: L2j Forums Rules of Conduct
- Charus
- L2j Veteran
- Posts: 410
- Joined: Thu Feb 16, 2006 1:24 pm
Re: 2 Question Please
1) .kill <proccessId>
2) player that you want to give access should be offline. And the access should be 1-5.
2) player that you want to give access should be offline. And the access should be 1-5.
-
- Posts: 175
- Joined: Thu Dec 17, 2009 7:20 am
Re: 2 Question Please
thanks a lot
if i want kill startgameserver.sh
what must i do ?
using htop ?
if i want kill startgameserver.sh
what must i do ?
using htop ?
- Aikimaniac
- L2j Inner Circle
- Posts: 3048
- Joined: Sun Aug 07, 2005 11:42 pm
- Location: Slovakia
Re: 2 Question Please
Is it problem to read what Charus wrote in 1. point ?rigid wrote:thanks a lot
if i want kill startgameserver.sh
what must i do ?
using htop ?
kill -w java or in case process hanged out use kill -9 java command.. (java can be replaced by the name you use for the GS process but if you ask this simply question, im pretty sure you are not able to change the process name so use java
