blob: 29a038200c62a1d30042779fae2a8c0283bcfa2d (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
|
@setskill skillId, level
@setskill skillName, level
Set skill level. Add skill to known skills if need.
---------------------------------------
@slide x, y
Quick move player to position x,y on same map.
Works like warp but without map reload.
---------------------------------------
@mapexit [code]
Override command from hercules.
Terminate map server and return 'code' or 0 if 'code' missing.
---------------------------------------
@serverexit code
This command can be used for test servers.
Servers must be launched with test_login, test_char, test_map wrappers.
Supported codes:
100 - terminate all servers
101 - restart all servers
102 - restart char and map servers
103 - restart map server
104 - git pull and restart all servers
105 - build all and restart all servers
106 - rebuild all and restart all servers
107 - git pull and build all and restart all servers
108 - git pull and rebuild all and restart all servers
109 - build plugin and restart all servers
110 - git pull and build plugin and restart all servers
---------------------------------------
@hugo
Warp to next player.
---------------------------------------
@linux
Warp to previous player.
---------------------------------------
@log text
Add given text to at commands log.
---------------------------------------
@tee text
Say given text in general chat and add it to at commands log.
---------------------------------------
@getname ID
Show name for given being/unit id.
|