-
Notifications
You must be signed in to change notification settings - Fork 0
/
chatcommands.html
330 lines (323 loc) · 19.7 KB
/
chatcommands.html
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
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html;charset=utf-8"/>
<title>World of Warcraft Reforged - Chat Commands</title>
<link rel="icon" type="image/x-icon" href="favicon.ico">
<meta name="description" content="World of Warcraft Reforged official website.">
<meta name="keywords" content="warcraft3 RPG Reforged custommap">
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-aFq/bzH65dt+w6FI2ooMVUpc+21e0SRygnTpmBvdBgSdnuTN7QbdgL+OapgHtvPp" crossorigin="anonymous">
<link rel="stylesheet" href="style.css">
</head>
<body class="p-3 mb-2 bg-dark text-white">
<h1>World of Warcraft Reforged - Chat Commands</h1>
<nav class="navbar navbar-expand-md navbar-dark bg-dark border">
<div class="navbar-collapse collapse w-100 order-1 order-md-0 dual-collapse2">
<ul class="navbar-nav mr-auto flex-wrap">
<li class="nav-item"><a class="nav-link" href="index.html">News</a></li>
<li class="nav-item"><a class="nav-link" href="info.html">Info</a></li>
<li class="nav-item"><a class="nav-link" href="herojourney.html">Hero Journey</a></li>
<li class="nav-item"><a class="nav-link" href="achievements.html">Achievements</a></li>
<li class="nav-item"><a class="nav-link" href="gamemodes.html">Game Modes</a></li>
<li class="nav-item"><a class="nav-link" href="heroes.html">Heroes</a></li>
<li class="nav-item"><a class="nav-link" href="spells.html">Spells</a></li>
<li class="nav-item"><a class="nav-link" href="herostandardabilities.html">Hero Standard Abilities</a></li>
<li class="nav-item"><a class="nav-link" href="professions.html">Professions</a></li>
<li class="nav-item"><a class="nav-link" href="races.html">Races</a></li>
<li class="nav-item"><a class="nav-link" href="researches.html">Researches</a></li>
<li class="nav-item"><a class="nav-link" href="items.html">Items</a></li>
<li class="nav-item"><a class="nav-link" href="recipes.html">Recipes</a></li>
<li class="nav-item"><a class="nav-link" href="resources.html">Resources</a></li>
<li class="nav-item"><a class="nav-link" href="bosses.html">Bosses</a></li>
<li class="nav-item"><a class="nav-link" href="units.html">Units</a></li>
<li class="nav-item"><a class="nav-link" href="buildings.html">Buildings</a></li>
<li class="nav-item"><a class="nav-link" href="mounts.html">Mounts</a></li>
<li class="nav-item"><a class="nav-link" href="properties.html">Properties</a></li>
<li class="nav-item"><a class="nav-link" href="npcs.html">NPCs</a></li>
<li class="nav-item"><a class="nav-link" href="quests.html">Quests</a></li>
<li class="nav-item"><a class="nav-link active" href="#">Chat Commands</a></li>
<li class="nav-item"><a class="nav-link" href="zones.html">Zones</a></li>
<li class="nav-item"><a class="nav-link" href="players.html">Players</a></li>
<li class="nav-item"><a class="nav-link" href="clans.html">Clans</a></li>
<li class="nav-item"><a class="nav-link" href="credits.html">Credits</a></li>
<li class="nav-item"><a class="nav-link" href="https://discord.gg/eM34z36">Discord</a></li>
<li class="nav-item"><a class="nav-link" href="https://www.youtube.com/channel/UCzGcsuPfRVqdaE87JYCK5zw">YouTube</a></li>
<li class="nav-item"><a class="nav-link" href="https://github.com/tdauth/wowr">Development</a></li>
<li class="nav-item"><a class="nav-link" href="https://www.paypal.com/donate/?hosted_button_id=ZAAKMQLSNGDK8">Donate</a></li>
</ul>
</div>
</nav>
There is a number of chat commands in the map which should help you to do stuff:
<!-- exists only for the replacement by formatallmapdata.sh -->
<tbody>
<!-- Chat Commands generated with chat command "-website". -->
<ul>
<li>"-h/-help": Lists chat commands.</li>
<li>"-helpping": Lists ping chat commands.</li>
<li>"-helpclan": Lists clan chat commands.</li>
<li>"-helpai": Lists AI chat commands.</li>
<li>"-helpally": Lists alliance chat commands.</li>
<li>"-helpcamera": Lists camera chat commands.</li>
<li>"-helpvisual": Lists visual chat commands.</li>
<li>"-helpsound": Lists sound chat commands.</li>
<li>"-helpresources": Lists resources chat commands.</li>
<li>"-helpattributes": Lists attributes chat commands.</li>
<li>"-helpsave": Lists savecode chat commands.</li>
<li>"-helpfood": Lists food chat commands.</li>
<li>"-helptime": Lists time chat commands.</li>
<li>"-helpreset": Lists reset chat commands.</li>
<li>"-helpcheats": Lists cheat chat commands.</li>
<li>"-c/-clear": Clears all screen messages.</li>
<li>"-uion/off": Enables/disables custom UI when clicking on shops.</li>
<li>"-uiqueueon/off": Enables/disables UI training queue.</li>
<li>"-uiqueueclear": Clears the UI training queue.</li>
<li>"-i/-info/-stats X": Shows info about player X (number, color, name).</li>
<li>"-r/-revive": Selects your altar to revive your hero.</li>
<li>"-d/-discord": Shows the Discord server URL.</li>
<li>"-w/-website": Shows the website URL.</li>
<li>"-o/-download": Shows the download URL.</li>
<li>"-v/-version": Shows the map version.</li>
<li>"-l/-log": Shows a messages log which even works in multiplayer.</li>
<li>"-dp/-diplomacy": Allows the host changing diplomacy settings.</li>
<li>"-h1/-h2/-h3": Allows you to (re)pick your heroes keeping their XP.</li>
<li>"-p1/-p2/-p3": Allows you to (re)pick your professions only.</li>
<li>"-r1/-r2/-r3": Allows you to (re)pick your races only.</li>
<li>"-repick": Allows you to choose a new hero but removes all of your units from the map!</li>
<li>"-fullrepick": Lose 3/4 of your XP and Evolution but repick the game mode.</li>
<li>"-g/-get": Recreates hero profession and race items.</li>
<li>"-unlock/-lock": Allows you to unlock everything in the map.</li>
<li>"-nobossicons/-bossicons": Disables/enables Boss icons on the minimap.</li>
<li>"-nostats/-stats": Disables/enables stats GUI.</li>
<li>"-auto": Auto skills all heroes in selection.</li>
<li>"-it/-items": Shows all backpack items.</li>
<li>"-pi/-pickup": Picks up all items around the first hero.</li>
<li>"-o/-order": Orders your backpack.</li>
<li>"-zoneson/off": Enables/disables zone info.</li>
<li>"-z/-zone": Shows the zone info of your selected unit.</li>
<li>"-zf/-zonefull": Shows the full zone info of your selected unit.</li>
<li>"-camlockon/off": Locks/unlocks the camera to the selected hero.</li>
<li>"-camrpgon/off": Enables/disables the RPG camera for the selected hero.</li>
<li>"-suicide": Kills your selected units.</li>
<li>"-anim X": Plays animation X for all selected units.</li>
<li>"-give <player number>": Allows you to give chosen units to an allied player.</li>
<li>"-nogive": Cancels the giving process.</li>
<li>"-players": Shows the numbers of all playing players.</li>
<li>"-votekick X": Starts a votekick against player X.</li>
<li>"-yes": Votes for a votekick.</li>
<li>"-aireset": Resets the AI players and allows customizing them from the host.</li>
<li>"-deathsoundson/off": Enables/disables hero death sounds.</li>
<li>"-ping": Pings the current quest locations on the minimap.</li>
<li>"-pingh": Pings all allied heroes.</li>
<li>"-pingf": Pings all allied Freelancer heroes.</li>
<li>"-pingm": Pings all of your mounts.</li>
<li>"-pingportals": Pings all of your and allied portals.</li>
<li>"-pingaltars": Pings all of your altars.</li>
<li>"-pingres/resurrectionstones": Pings all resurrection stones.</li>
<li>"-pinggoldmines": Pings all goldmines.</li>
<li>"-pingnpcs": Pings all NPCs.</li>
<li>"-pingproperties": Pings all properties.</li>
<li>"-pingdragons": Pings all Dragon Roosts.</li>
<li>"-pingl": Pings all legendary items which are on the ground.</li>
<li>"-pingkeys": Pings all keys for dungeons which are visible to the player.</li>
<li>"-pingaistarts": Pings all taken AI start locations.</li>
<li>"-pingo": Pings all Obelisks.</li>
<li>"-pingbosses/pingb/bosses": Pings all bosses.</li>
<li>"-pingraces": Pings the next race check point.</li>
<li>"-pinghuman": Pings the current Human quest locations on the minimap.</li>
<li>"-pingvillage": Pings the current Village quest locations on the minimap.</li>
<li>"-pingdalaran": Pings the current Dalaran quest locations on the minimap.</li>
<li>"-pingnightelf": Pings the current Night Elf quest locations on the minimap.</li>
<li>"-pingorc": Pings the current Orc quest locations on the minimap.</li>
<li>"-pingnaga": Pings the current Naga quest locations on the minimap.</li>
<li>"-pingforsaken": Pings the current Forsaken quest locations on the minimap.</li>
<li>"-pinglichking": Pings the current Lich King quest locations on the minimap.</li>
<li>"-pingdraenei": Pings the current Draenei quest locations on the minimap.</li>
<li>"-pingdemon": Pings the current Demon quest locations on the minimap.</li>
<li>"-pingpanda": Pings the current Pandaren quest locations on the minimap.</li>
<li>"-pingeredar": Pings the current Eredar quest locations on the minimap.</li>
<li>"-pingtuskarr": Pings the current Tuskarr quest locations on the minimap.</li>
<li>"-pinggoblin": Pings the current Goblin quest locations on the minimap.</li>
<li>"-pingjaina": Pings the current Jaina quest locations on the minimap.</li>
<li>"-crusadeon/-crusadeoff": Enable/disable leaderboard.</li>
<li>"-centaurson/-centaursoff": Enable/disable leaderboard.</li>
<li>"-paladinson/-paladinsoff": Enable/disable leaderboard.</li>
<li>"-draeneion/-draeneioff": Enable/disable leaderboard.</li>
<li>"-demonson/-demonsoff": Enable/disable leaderboard.</li>
<li>"-whaleson/-whalessoff": Enable/disable leaderboard.</li>
<li>"-oldgodson/off": Enables/disables leaderboard.</li>
<li>"-invasionon/off": Enables/disables leaderboard.</li>
<li>"-elementalon/off": Enables/disables leaderboard.</li>
<li>"-wildon/off": Enables/disables leaderboard.</li>
<li>"-aieasy X": Change AI difficulty to EASY for player X.</li>
<li>"-ainormal X": Change AI difficulty to NORMAL for player X.</li>
<li>"-aihard X": Change AI difficulty to HARD for player X.</li>
<li>"-aiinsane X": Change AI difficulty to INSANE for player X.</li>
<li>"-ainone X": Change AI controller to none for player X.</li>
<li>"-aineutral X": Change AI controller to neutral for player X.</li>
<li>"-aicreep X": Change AI controller to creep for player X.</li>
<li>"-aicomputer X": Change AI controller to Computer for player X.</li>
<li>"-aion/off X": Turn AI on/off for player X.</li>
<li>"-aiignoreall X": Disable AI unit control for player X.</li>
<li>"-aiignore": Disable AI unit control for all selected units.</li>
<li>"-aiuse": Enable AI unit control for all selected units.</li>
<li>"-aiattackson/off X": Turn AI player attacks on/off for player X.</li>
<li>"-aishipsson/off X": Turn AI ships on/off for player X.</li>
<li>"-aigold/wood X": Ask AI player X for gold/wood.</li>
<li>"-aiexpansions X Y": Sets Y expansions for player X.</li>
<li>"-aishredders X Y": Sets Y shredders for player X.</li>
<li>"-aizeppelins X Y": Sets Y zeppelins for player X.</li>
<li>"-ailoadmines X": Loads mines for player X.</li>
<li>"-aiinfo X": Shows information about player X.</li>
<li>"-aitargeton/off X": Enables/disables AI attacking target for player X.</li>
<li>"-aitarget X": Sets the AI target for player X to your hero 1 location.</li>
<li>"-aitraceon/off X": Enables/disables AI trace for player X.</li>
<li>"-ffa": Free For All. Every player has his/her own team.</li>
<li>"-lobby": Use lobby teams.</li>
<li>"-friends": Ally all players.</li>
<li>"-friendsv": Ally all players with shared vision.</li>
<li>"-friendsvuf": Ally all players with shared vision and fully shared units.</li>
<li>"-aishared": Gives you shared control with all allied AI players.</li>
<li>"-ainotshared": Removes your shared control from all allied AI players.</li>
<li>"-ally X": Ally player X.</li>
<li>"-allyv X": Ally player X with shared vision.</li>
<li>"-allyvu X": Ally player X with shared vision and units.</li>
<li>"-allyvuf X": Ally player X with fully shared vision and units.</li>
<li>"-neutral X": Become neutral to player X.</li>
<li>"-neutralv X": Become neutral to player X with shared vision.</li>
<li>"-unally X": Unally player X.</li>
<li>"-unallyv X": Unally player X with shared vision.</li>
<li>"-accounts": Lists all known account names.</li>
<li>"-b/-bans": Lists all banned account names.</li>
<li>"-presave": Lists the prestored savecodes.</li>
<li>"-clanspresave": Lists the prestored clan savecodes.</li>
<li>"-loadp X": Loads the prestored savecode X.</li>
<li>"-loadclanp X": Loads the prestored clan savecode X.</li>
<li>"-save": Saves your hero and prints the savecode.</li>
<li>"-savec"/"-s": Saves your hero without info.</li>
<li>"-saveautoon/off": Enables/disables auto saving of your hero.</li>
<li>"-savegui": Shows the GUI for savecodes.</li>
<li>"-asave": Saves all savecodes in the auto load file.</li>
<li>"-aload": Loads all save codes from the auto load file.</li>
<li>"-areset": Allows saving and loading automatic save codes.</li>
<li>"-load X"/"-l X": Loads your hero from savecode X.</li>
<li>"-savecheck XXX": Checks savecode XXX.</li>
<li>"-loadres X": Loads your resources from savecode X.</li>
<li>"-generated": Lists all generated savecodes from the current game.</li>
<li>"-passive": Passive mode against enemy players.</li>
<li>"-bounty X Y Z": Sets a bounty of X gold and Y lumber on player Z.</li>
<li>"-bounties": Shows all bounties on players.</li>
<li>"-loadc XXX": Loads the clan savecode XXX.</li>
<li>"-clanrename X": Renames your clan to X.</li>
<li>"-clangold X": Deposits X gold.</li>
<li>"-clanlumber X": Deposits X lumber.</li>
<li>"-clanwgold X": Withdraws X gold.</li>
<li>"-clanwlumber X": Withdraws X lumber.</li>
<li>"-clans": Shows a list of all playing clans.</li>
<li>"-claninfo": Shows info about your clan.</li>
<li>"-clanrank X Y": Sets the rank of player X to Y.</li>
<li>"-claninvite X": Invites player X to join your clan.</li>
<li>"-clanaccept": Accepts a clan invitation.</li>
<li>"-clanleave": Leave your current clan.</li>
<li>"-goblindeposit": Shows your gold and lumber in the Goblin Bank.</li>
<li>"-maxbosslevels": Increases the hero level of all bosses.</li>
<li>"-e/-enchanter": Lists enchanting bonuses and items.</li>
<li>"-n/-inscriptor": Lists inscription bonuses and spells.</li>
<li>"-t/-trophies": Lists hunting trophies.</li>
<li>"-letter <to> <message>": Leaves a letter for a player or clan.</li>
<li>"-mailbox": Lists all letters in your mailbox.</li>
<li>"-dice X": Throws a dice with X numbers.</li>
<li>"-host": Shows the host player of the game.</li>
<li>"-vips": Lists all VIPs.</li>
<li>"-enablevips": Enables VIPs.</li>
<li>"-disablevips": Disables VIPs.</li>
<li>"-gold X Y": Gives Y of your gold to player X.</li>
<li>"-lumber X Y": Gives Y of your lumber to player X.</li>
<li>"-raceui X": Changes the UI to race X.</li>
<li>"-music X": Changes the UI to race X.</li>
<li>"-musicreset": Resets the music to the lobby music.</li>
<li>"-damageon/off": Enables/disable visual text for caused damage of your units.</li>
<li>"-nobossicons/bossicons": Disables/enableds minimap boss icons.</li>
<li>"-notomes/tomes": Disables/enableds tomes.</li>
<li>"-resources X": Shows the resources of player X or your resources.</li>
<li>"-resguion/-resgui": Shows the resource GUI.</li>
<li>"-resguioff": Hides the resources GUI.</li>
<li>"-give X Y Z": Gives the amount X of resource Y to player Z.</li>
<li>"-ask X Y Z": Asks for the amount X of resource Y from allied Computer player Z.</li>
<li>"-sell X Y": Sells the amount X of resource Y for gold.</li>
<li>"-sellall/-sa": Sells all resources except gold and lumber for gold.</li>
<li>"-sellwood/-sw": Sells all lumber for gold.</li>
<li>"-buy X Y": Buys the amount X of resource Y for gold.</li>
<li>"-resinfo/-resourcesinfo": Shows the resource information about the first selected unit.</li>
<li>"-savecodes": Enables savecodes for all players.</li>
<li>"-nosavecodes": Disables savecodes for all players.</li>
<li>"-stats": Enables stats.</li>
<li>"-nostats": Disables stats.</li>
<li>"-legion": Enables The Burning Legion.</li>
<li>"-nolegion": Disables The Burning Legion.</li>
<li>"-soundsets": Enables custom unit sound sets.</li>
<li>"-nosoundsets": Disables custom unit sound sets.</li>
<li>"-achievements": Lists all available achievements with your score.</li>
<li>"-str X": Skills X strength. Skills max strength if empty.</li>
<li>"-agi X": Skills X agility. Skills max agility if empty.</li>
<li>"-int X": Skills X intelligence. Skills max intelligence if empty.</li>
<li>"-rename X": Renames selected heroes into X.</li>
<li>"-builder": Creates a builder for player 1 red.</li>
<li>"-nobuilder": Removes the builder from player 1 red.</li>
<li>"-rename X": Renames selected heroes into X.</li>
<li>"-scale X": Scales selected units to X.</li>
<li>"-teamcolor X": Changes the team color of selected units to X.</li>
<li>"-playercolor X Y": Changes the color of player X into Y.</li>
<li>"-playername X Y": Changes the name of player X into Y.</li>
<li>"-mountname1/2/3 X": Changes the name of the mount to X.</li>
<li>"-cinrace X": Plays the cinematic for race X.</li>
<li>"-cindalaran": Plays the cinematic Dalaran.</li>
<li>"-mocks": Lists all mocks.</li>
<li>"-mockson/off": Enable/disable mocks.</li>
<li>"-ambientsound": Resets ambient sound to Sunken Ruins.</li>
<li>"-ambientsoundashenvale": Changes ambient sound to Ashenvale.</li>
<li>"-ambientsoundlordaeronsummer": Changes ambient sound to Lordaeron Summer.</li>
<li>"-noambientsound": Disables ambient sound.</li>
<li>"-sky": Resets sky to Lordaeron Summer.</li>
<li>"-skyashenvale": Changes sky to Ashenvale.</li>
<li>"-skybarrens": Changes sky to Barrens.</li>
<li>"-skyblizzard": Changes sky to Blizzard.</li>
<li>"-skydalaran": Changes sky to Dalaran.</li>
<li>"-skydalaranruins": Changes sky to Dalaran Ruins.</li>
<li>"-skyfelwood": Changes sky to Felwood.</li>
<li>"-skyfogged": Changes sky to Fogged.</li>
<li>"-skygeneric": Changes sky to Generic.</li>
<li>"-skymoon": Changes sky to Moon.</li>
<li>"-food50/100/200/300/600": Changes the maximum food.</li>
<li>"-limits": Enables housing and tower limits.</li>
<li>"-nolimits": Disables housing and tower limits.</li>
<li>"-seasons": Enables seasons.</li>
<li>"-noseasons": Enables seasons.</li>
<li>"-winter": Changes season to winter.</li>
<li>"-spring": Changes season to spring.</li>
<li>"-summer": Changes season to summer.</li>
<li>"-fall": Changes season to fall.</li>
<li>"-weather": Starts weather immediately.</li>
<li>"-noweather": Stops weather immediately.</li>
<li>"-morning": Changes time of day to 6.</li>
<li>"-noon": Changes time of day to 12.</li>
<li>"-evening": Changes time of day to 18.</li>
<li>"-midnight": Changes time of day to 24.</li>
<li>"-dnc": Enables day and night cycle.</li>
<li>"-nodnc": Disables day and night cycle.</li>
<li>"-nowater"/"-water": Disables/enables visibility of water.</li>
<li>"-waterred": Changes the color of water to red.</li>
<li>"-nofog"/"-fog": Disables/enables visibility of fog.</li>
<li>"-nohardcore"/"-hardcore": Disables/enables hardcore mode.</li>
<li>"-noportals"/"-portals": Disables/enables neutral portals.</li>
<li>"-nocheats/-cheats": Disables/enables cheat chat commands.</li>
<li>"-resetevolution X": Resets level of research Evolution back to X.</li>
<li>"-resetnavy X": Resets level of research Improved Navy back to X.</li>
<li>"-resetpower X": Resets level of research Improved Power Generator back to X.</li>
<li>"-resetmount X": Resets level of research Improved Mount back to X.</li>
<li>"-resetmasonry X": Resets level of research Improved Masonry back to X.</li>
<li>"-resethandofgod X": Resets level of research Improved Hand of God back to X.</li>
</ul>
<!-- Chat Commands generated with chat command "-website". -->
</tbody>
</body>
</html>