1 <!-- *************** -->
2 <!-- Ingame commands -->
3 <!-- *************** -->
7 <command name="tell" action="enter_tell" params="player=$" />
8 <command name="t" action="enter_tell" params="player=$" />
10 <command name="tell" action="tell" params="player=$|text=+" ctrlchar="false" />
11 <command name="t" action="tell" params="player=$|text=+" ctrlchar="false" />
13 <command name="say" action="enter_talk" params="mode=0" />
14 <command name="s" action="enter_talk" params="mode=0" />
16 <command name="say" action="talk" params="mode=0|text=+" ctrlchar="false" />
17 <command name="s" action="talk" params="mode=0|text=+" ctrlchar="false" />
19 <command name="shout" action="enter_talk" params="mode=1" />
20 <command name="sh" action="enter_talk" params="mode=1" />
21 <command name="yell" action="enter_talk" params="mode=1" />
22 <command name="y" action="enter_talk" params="mode=1" />
24 <command name="shout" action="talk" params="mode=1|text=+" ctrlchar="false" />
25 <command name="sh" action="talk" params="mode=1|text=+" ctrlchar="false" />
26 <command name="yell" action="talk" params="mode=1|text=+" ctrlchar="false" />
27 <command name="y" action="talk" params="mode=1|text=+" ctrlchar="false" />
29 <command name="team" action="enter_talk" params="mode=2" />
30 <command name="te" action="enter_talk" params="mode=2" />
31 <command name="party" action="enter_talk" params="mode=2" />
32 <command name="p" action="enter_talk" params="mode=2" />
34 <command name="team" action="talk" params="mode=2|text=+" ctrlchar="false" />
35 <command name="te" action="talk" params="mode=2|text=+" ctrlchar="false" />
36 <command name="party" action="talk" params="mode=2|text=+" ctrlchar="false" />
37 <command name="p" action="talk" params="mode=2|text=+" ctrlchar="false" />
39 <command name="universe" action="enter_talk" params="mode=6" />
40 <command name="u" action="enter_talk" params="mode=6" />
42 <command name="universe" action="talk" params="mode=6|text=+" ctrlchar="false" />
43 <command name="u" action="talk" params="mode=6|text=+" ctrlchar="false" />
45 <command name="region" action="enter_talk" params="mode=11" />
46 <command name="re" action="enter_talk" params="mode=11" />
47 <command name="r" action="enter_talk" params="mode=11" />
49 <command name="region" action="talk" params="mode=11|text=+" ctrlchar="false" />
50 <command name="re" action="talk" params="mode=11|text=+" ctrlchar="false" />
51 <command name="r" action="talk" params="mode=11|text=+" ctrlchar="false" />
53 <command name="0" action="enter_talk" params="mode=12|channel=0" />
54 <command name="1" action="enter_talk" params="mode=12|channel=1" />
55 <command name="2" action="enter_talk" params="mode=12|channel=2" />
56 <command name="3" action="enter_talk" params="mode=12|channel=3" />
57 <command name="4" action="enter_talk" params="mode=12|channel=4" />
58 <command name="5" action="enter_talk" params="mode=12|channel=5" />
59 <command name="6" action="enter_talk" params="mode=12|channel=6" />
60 <command name="7" action="enter_talk" params="mode=12|channel=7" />
62 <command name="0" action="talk" params="mode=12|channel=0|text=+" ctrlchar="false" />
63 <command name="1" action="talk" params="mode=12|channel=1|text=+" ctrlchar="false" />
64 <command name="2" action="talk" params="mode=12|channel=2|text=+" ctrlchar="false" />
65 <command name="3" action="talk" params="mode=12|channel=3|text=+" ctrlchar="false" />
66 <command name="4" action="talk" params="mode=12|channel=4|text=+" ctrlchar="false" />
67 <command name="5" action="talk" params="mode=12|channel=5|text=+" ctrlchar="false" />
68 <command name="6" action="talk" params="mode=12|channel=6|text=+" ctrlchar="false" />
69 <command name="7" action="talk" params="mode=12|channel=7|text=+" ctrlchar="false" />
71 <command name="guild" action="enter_talk" params="mode=3" />
72 <command name="gu" action="enter_talk" params="mode=3" />
73 <command name="g" action="enter_talk" params="mode=3" />
75 <command name="guild" action="talk" params="mode=3|text=+" ctrlchar="false" />
76 <command name="gu" action="talk" params="mode=3|text=+" ctrlchar="false" />
77 <command name="g" action="talk" params="mode=3|text=+" ctrlchar="false" />
79 <command name="self" action="self_target" params="" />
81 <command name="target" action="target" params="entity=+" ctrlchar="false" />
82 <command name="tar" action="target" params="entity=+" ctrlchar="false" />
84 <command name="target_quiet" action="target" params="entity=+|quiet=true" ctrlchar="false" />
85 <command name="tarq" action="target" params="entity=+|quiet=true" ctrlchar="false" />
87 <command name="target" action="no_target" params="" />
88 <command name="tar" action="no_target" params="" />
90 <command name="lmtar" action="target_landmark" params="search=+" />
91 <command name="lmtar" action="set_compass_north" params="compass=ui:interface:compass" />
93 <command name="assist" action="assist_target" params="" />
94 <command name="as" action="assist_target" params="" />
96 <command name="assist" action="assist" params="entity=$" />
97 <command name="as" action="assist" params="entity=$" />
99 <command name="chat" action="swap_chat_mode" params="update_capture=1" />
100 <!-- NB: cannot put /c because of internal command) -->
102 <command name="guildinvite" action="command" params="a guildInvite $" />
103 <command name="invite" action="command" params="a teamInvite $" />
105 <command name="channel" action="command" params='a connectUserChannel "$"' />
106 <command name="channel" action="lua" params='game:connectUserChannel([[+]])' />
107 <command name="saveChannel" action="lua" params='game:saveChannel()' />
109 <command name="leaguekick" action="command" params="a leagueKick $" />
110 <command name="leaguequit" action="command" params="a setLeague" />
111 <command name="leagueinvite" action="command" params="a leagueInvite $" />
112 <command name="league" action="command" params='a setLeague "$"' />
114 <command name="resetname" action="command" params="a resetName"/>
116 <command name="chatlog" action="command" params="chatLog"/>
118 <command name="showonline" action="command" params="a showOnline $"/>
119 <command name="showOnline" action="command" params="a showOnline $"/>
121 <command name="loot" action="inv_temp_all" params="" />
123 <command name="mapsearch" action="proc" params="map_search_show_set|+" />
124 <command name="mapsearch" action="proc" params="map_search_show" />
127 <command name="go" action="browse" params="name=ui:interface:webig:content:html|url=home"/>
128 <command name="webdev" action="browse" params="name=ui:interface:webig:content:html|url=http://localhost/index.html"/>
130 <command name="setuiscale" action="set_ui_scale" params="scale=$"/>
132 <command name="skiptutorial" action="lua" params="help:skipTutorial()"/>