blob: be1915e5ad5a753b92c26f98f358ef9aefae8085 (
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
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
|
<- @@index|<<Back to Index>>@@
##3 <<Chat commands>>
##9<<Whispers>>
##2
<</closeall - close all whispers.>>
<</ignoreall - add all whispers to ignore list.>>
<</msg NICK text, /whisper NICK text, /w NICK text - send whisper message to nick.>>
<</query NICK, /q NICK - open new whisper tab for nick.>>
##9<<Actions>>
##2
<</help - show small help about chat commands. >>
<</target NICK - select nick as target. Can be monster or player nick.>>
<</outfit N - wear outfit number N.>>
<</outfit next - wear next outfit.>>
<</outfit prev - wear previous outfit.>>
<</talkpet TEXT - talk from your pet.>>
<</emote N - use emotion number N.>>
<</emotepet N - use emotion number N from your pet.>>
<</away, /away MSG - set away mode.>>
<</pseudoaway, /pseudoaway MSG - set/unset pseudo away mode.>>
<</follow NICK - start follow mode.>>
<</imitation NICK - start imitation mode.>>
<</heal NICK - heal nick.>>
<</move X Y - move to X,Y position in short distance.>>
<</movetotarget - move to target position.>>
<</movetohome - move to home position.>>
<</sethome - set home position.>>
<</navigate x y - move to position x,y in current map in any distance.>>
<</mail NICK MSG - send offline message to NICK. Working only in tmw server.>>
<</disconnect - quick disconnect from server.>>
<</attack - attack target.>>
<</atkhuman - select and attack nearest player.>>
<</magicattack - attack target with magic.>>
<</undress NICK - remove all clothes from nick. Local effect only.>>
<</addattack NAME - add monster to attack list.>>
<</addpriorityattack NAME - add monster to priority attack list.>>
<</removeattack NAME - remove monster from attack list.>>
<</addignoreattack NAME - add monster to ignore attack list.>>
<</setdrop N - set drop counter to requested value.>>
<</drop - drop N items from 0 slot.>>
<</dropn - drop N items from any slot.>>
<</info - show guild info. Only for native guilds only.>>
<</wait NAME - wait for nick or moster with name.>>
<</gm MESSAGE - send message to all online gms.>>
##9<<Trade>>
##2
<</trade NICK - start trade with nick.>>
<</priceload - load shop price from disc.>>
<</pricesave - save shop price to disc.>>
##9<<Player relations>>
##2
<</ignore NICK - add nick to ignore list.>>
<</unignore NICK - Remove nick from ignore list.>>
<</friend NICK, /befriend NICK - add nick to friends list.>>
<</disregard NICK - add nick to disregarded list.>>
<</neutral NICK - add nick to neutral relation list.>>
<</blacklist NICK - add nick to blacklist relation list.>>
<</erase NICK - add nick to erased list.>>
<</enemy NICK - add nick to enemies list.>>
<</createparty NAME - create party with selected name.>>
<</me text - send text to chat as /me command in irc.>>
<</serverignoreall - ignore all whispers on server side.>>
<</serverunignoreall - unignore all whispers on server side.>>
##9<<Debug>>
##2
<</who - print online players number to chat.>>
<</present - print visible players number to chat.>>
<</all - show visible beings list in debug tab.>>
<</where - print current player position to chat.>>
<</cacheinfo - show text cache info.>>
<</uptime - show client uptime.>>
<</dumpe - dump environment variables into chat.>>
<</dumpg - dump graphics and some other settings to chat.>>
<</dumpgl - dump OpenGL version into chat.>>
<</dumpt - dump tests info into chat.>>
<</dumpogl - dump all OpenGL variables into log file.>>
<</dumpmods - dump all enabled mod names into chat.>>
<</dirs - show client dirs in debug chat tab.>>
<</uploadconfig - upload main config into pastebin service.>>
<</uploadserverconfig - upload server config into pastebin service.>>
<</uploadlog - upload log into pastebin service.>>
##9<<GM>>
##2
<</announce MESSAGE - show global message.>>
<</createitems - open dialog for creating items.>>
##9<<Tabs>>
##2
<</clear - clear current chat tab.>>
<</enablehighlight - enable highlight in current tab.>>
<</disablehighlight - disable highlight in current tab.>>
<</enableaway - enable away messages in current tab.>>
<</disableaway - disable away messages in current tab.>>
##9<<Content devs>>
##2
<</cleangraphics - remove all cached graphics. Useful for content developers.>>
<</testparticle FILENAME - set test particle on player.>>
##9<<Other>>
##2
<</cleanfonts - remove all cached render strings.>>
<</url URL - insert url into chat.>>
<</open URL - open url in browser.>>
##9<<Whispers commands>>
##2
<<Most commands working in whispers.
For example command /imitation in whisper with nick1,
similar to command /imitation nick1.>>
|