]> git.pond.sub.org Git - empserver/blob - info/Kill.t
info/Empire4.4: Improve a few change log entries
[empserver] / info / Kill.t
1 .TH Introduction Kill
2 .NA Kill "How to kill your process on the server"
3 .LV Basic
4 .s1
5 At some point you may lose your connection to the game.
6 When this happens its possible that the game will not
7 log your country off and you will get a message saying that
8 you are still playing the game.  This can be easily fixed by the player
9 if you type in the following.
10 .s1
11 .nf
12 .in +1i
13 telnet your.local.empire.machine 6666
14 coun <NAME>
15 pass <PASSWORD>
16 kill
17 quit
18 .in -1i
19 .fi
20 .s1
21 What happens is that you are connecting directly to the Empire Server.
22 From there you enter your country name and password.
23 You can then kill the job that's running and then quit so you can
24 login again using the client.
25 .s1
26 This little trick will work on just about any Empire game.
27 Of course you need to telnet to that game and
28 and enter the correct country and password.
29 .s1
30 Its a good idea to write this down somewhere and DON'T LOSE it cause
31 chances are that you will have to use it at sometime.
32 .s1
33 Note that many clients offer a "kill" command which does this.
34 .s1
35 .SA "Introduction"