-
Notifications
You must be signed in to change notification settings - Fork 0
/
achievements.html
504 lines (493 loc) · 14.6 KB
/
achievements.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
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html;charset=utf-8"/>
<title>World of Warcraft Reforged - Clans</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">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.6.3/jquery.min.js"></script>
<link rel="stylesheet" href="https://cdn.datatables.net/1.13.4/css/jquery.dataTables.css" />
<script src="https://cdn.datatables.net/1.13.4/js/jquery.dataTables.js"></script>
</head>
<body class="p-3 mb-2 bg-dark text-white">
<h1>World of Warcraft Reforged - Achievements</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 active" href" href="#">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" href="chatcommands.html">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>
Use the chat command "-achievements" to list all available achievements and your personal stats for them:
<table id="achievements">
<thead>
<tr>
<th>Icon</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<!-- Resources generated with chat command "-website". -->
<tr id="Conqueror">
<td data-order="0">
<a href="achievements.html#Conqueror">
<img class="wowr-icon" src="ReplaceableTextures\\CommandButtons\\BTNTinyCastle.blp" width="64" height="64"
title="Conqueror"
alt="ReplaceableTextures\\CommandButtons\\BTNTinyCastle.blp"
/></a>
</td>
<td>
Conqueror
</td>
<td>
7000 XP for constructing a town hall in every start location.
</td>
</tr>
<tr id="QuestSolver">
<td data-order="1">
<a href="achievements.html#QuestSolver">
<img class="wowr-icon" src="ReplaceableTextures\\CommandButtons\\BTNQuest_Scroll.blp" width="64" height="64"
title="QuestSolver"
alt="ReplaceableTextures\\CommandButtons\\BTNQuest_Scroll.blp"
/></a>
</td>
<td>
Quest Solver
</td>
<td>
100 XP * all completed quests every 4 completed quests by any player.
</td>
</tr>
<tr id="MasterQuestSolver">
<td data-order="2">
<a href="achievements.html#MasterQuestSolver">
<img class="wowr-icon" src="ReplaceableTextures\\CommandButtons\\BTNQuest_Scroll.blp" width="64" height="64"
title="MasterQuestSolver"
alt="ReplaceableTextures\\CommandButtons\\BTNQuest_Scroll.blp"
/></a>
</td>
<td>
Master Quest Solver
</td>
<td>
6000 XP for completing all quests.
</td>
</tr>
<tr id="BossSlayer">
<td data-order="3">
<a href="achievements.html#BossSlayer">
<img class="wowr-icon" src="ReplaceableTextures\\CommandButtons\\BTNPitLord.blp" width="64" height="64"
title="BossSlayer"
alt="ReplaceableTextures\\CommandButtons\\BTNPitLord.blp"
/></a>
</td>
<td>
Boss Slayer
</td>
<td>
100 XP * all different killed bosses every 5 killed bosses.
</td>
</tr>
<tr id="MasterBossSlayer">
<td data-order="4">
<a href="achievements.html#MasterBossSlayer">
<img class="wowr-icon" src="ReplaceableTextures\\CommandButtons\\BTNMannoroth.blp" width="64" height="64"
title="MasterBossSlayer"
alt="ReplaceableTextures\\CommandButtons\\BTNMannoroth.blp"
/></a>
</td>
<td>
Master Boss Slayer
</td>
<td>
5000 XP for killing every boss.
</td>
</tr>
<tr id="CreepSlayer">
<td data-order="5">
<a href="achievements.html#CreepSlayer">
<img class="wowr-icon" src="ReplaceableTextures\\CommandButtons\\BTNGnoll.blp" width="64" height="64"
title="CreepSlayer"
alt="ReplaceableTextures\\CommandButtons\\BTNGnoll.blp"
/></a>
</td>
<td>
Creep Slayer
</td>
<td>
2 XP * 50 creeps of the same type every 50 killed creeps.
</td>
</tr>
<tr id="MasterCreepSlayer">
<td data-order="6">
<a href="achievements.html#MasterCreepSlayer">
<img class="wowr-icon" src="ReplaceableTextures\\CommandButtons\\BTNGnollKing.blp" width="64" height="64"
title="MasterCreepSlayer"
alt="ReplaceableTextures\\CommandButtons\\BTNGnollKing.blp"
/></a>
</td>
<td>
Master Creep Slayer
</td>
<td>
5000 XP for killing a creep of every type.
</td>
</tr>
<tr id="HeroSlayer">
<td data-order="7">
<a href="achievements.html#HeroSlayer">
<img class="wowr-icon" src="ReplaceableTextures\\CommandButtons\\BTNArthas.blp" width="64" height="64"
title="HeroSlayer"
alt="ReplaceableTextures\\CommandButtons\\BTNArthas.blp"
/></a>
</td>
<td>
Hero Slayer
</td>
<td>
10 XP * all killed enemy heroes every enemy hero kill.
</td>
</tr>
<tr id="PlayerSlayer">
<td data-order="8">
<a href="achievements.html#PlayerSlayer">
<img class="wowr-icon" src="ReplaceableTextures\\CommandButtons\\BTNKingdomFlag.blp" width="64" height="64"
title="PlayerSlayer"
alt="ReplaceableTextures\\CommandButtons\\BTNKingdomFlag.blp"
/></a>
</td>
<td>
Player Slayer
</td>
<td>
200 XP per defeated player.
</td>
</tr>
<tr id="Deforestation">
<td data-order="9">
<a href="achievements.html#Deforestation">
<img class="wowr-icon" src="ReplaceableTextures\\CommandButtons\\BTNEatTree.blp" width="64" height="64"
title="Deforestation"
alt="ReplaceableTextures\\CommandButtons\\BTNEatTree.blp"
/></a>
</td>
<td>
Deforestation
</td>
<td>
5000 XP each time for killing 10 000 trees.
</td>
</tr>
<tr id="WithoutFriends">
<td data-order="10">
<a href="achievements.html#WithoutFriends">
<img class="wowr-icon" src="ReplaceableTextures\\CommandButtons\\BTNGarithos.blp" width="64" height="64"
title="WithoutFriends"
alt="ReplaceableTextures\\CommandButtons\\BTNGarithos.blp"
/></a>
</td>
<td>
Without Friends
</td>
<td>
1000/2000/3000/4000/5000 XP for playing 2/4/6/8/10 hours straight.
</td>
</tr>
<tr id="Destroyer">
<td data-order="11">
<a href="achievements.html#Destroyer">
<img class="wowr-icon" src="ReplaceableTextures\\CommandButtons\\BTNCorpseExplode.blp" width="64" height="64"
title="Destroyer"
alt="ReplaceableTextures\\CommandButtons\\BTNCorpseExplode.blp"
/></a>
</td>
<td>
Destroyer
</td>
<td>
2000 XP per 50 000 damage caused.
</td>
</tr>
<tr id="Tank">
<td data-order="12">
<a href="achievements.html#Tank">
<img class="wowr-icon" src="ReplaceableTextures\\CommandButtons\\BTNDivineArmorNew.blp" width="64" height="64"
title="Tank"
alt="ReplaceableTextures\\CommandButtons\\BTNDivineArmorNew.blp"
/></a>
</td>
<td>
Tank
</td>
<td>
2000 XP per 50 000 damage taken.
</td>
</tr>
<tr id="Overpopulation">
<td data-order="13">
<a href="achievements.html#Overpopulation">
<img class="wowr-icon" src="ReplaceableTextures\\CommandButtons\\BTNFarm.blp" width="64" height="64"
title="Overpopulation"
alt="ReplaceableTextures\\CommandButtons\\BTNFarm.blp"
/></a>
</td>
<td>
Overpopulation
</td>
<td>
1500 XP for 600 food used.
</td>
</tr>
<tr id="DemonHunter">
<td data-order="14">
<a href="achievements.html#DemonHunter">
<img class="wowr-icon" src="ReplaceableTextures\\CommandButtons\\BTNArchimonde.blp" width="64" height="64"
title="DemonHunter"
alt="ReplaceableTextures\\CommandButtons\\BTNArchimonde.blp"
/></a>
</td>
<td>
Demon Hunter
</td>
<td>
10 000 XP killed Archimonde within 30 minutes.
</td>
</tr>
<tr id="MasterLocksmith">
<td data-order="15">
<a href="achievements.html#MasterLocksmith">
<img class="wowr-icon" src="ReplaceableTextures\\CommandButtons\\BTNLockPick.blp" width="64" height="64"
title="MasterLocksmith"
alt="ReplaceableTextures\\CommandButtons\\BTNLockPick.blp"
/></a>
</td>
<td>
Master Locksmith
</td>
<td>
1000 XP per 50 unlocked chests.
</td>
</tr>
<tr id="MasterThief">
<td data-order="16">
<a href="achievements.html#MasterThief">
<img class="wowr-icon" src="ReplaceableTextures\\CommandButtons\\BTNPickPocket.blp" width="64" height="64"
title="MasterThief"
alt="ReplaceableTextures\\CommandButtons\\BTNPickPocket.blp"
/></a>
</td>
<td>
Master Thief
</td>
<td>
1000 XP per 50 stolen items.
</td>
</tr>
<tr id="Survivor">
<td data-order="17">
<a href="achievements.html#Survivor">
<img class="wowr-icon" src="ReplaceableTextures\\CommandButtons\\BTNResurrection.blp" width="64" height="64"
title="Survivor"
alt="ReplaceableTextures\\CommandButtons\\BTNResurrection.blp"
/></a>
</td>
<td>
Survivor
</td>
<td>
2000 XP for 2 hours without your hero dying.
</td>
</tr>
<tr id="HolyWarrior">
<td data-order="18">
<a href="achievements.html#HolyWarrior">
<img class="wowr-icon" src="ReplaceableTextures\\CommandButtons\\BTNHolyBolt.blp" width="64" height="64"
title="HolyWarrior"
alt="ReplaceableTextures\\CommandButtons\\BTNHolyBolt.blp"
/></a>
</td>
<td>
Holy Warrior
</td>
<td>
1000 XP for 100 killed Undead as non-Undead.
</td>
</tr>
<tr id="UnholyWarrior">
<td data-order="19">
<a href="achievements.html#UnholyWarrior">
<img class="wowr-icon" src="ReplaceableTextures\\CommandButtons\\BTNDeathCoil.blp" width="64" height="64"
title="UnholyWarrior"
alt="ReplaceableTextures\\CommandButtons\\BTNDeathCoil.blp"
/></a>
</td>
<td>
Unholy Warrior
</td>
<td>
1000 XP for 100 killed non-Undead as Undead.
</td>
</tr>
<tr id="WarCriminal">
<td data-order="20">
<a href="achievements.html#WarCriminal">
<img class="wowr-icon" src="ReplaceableTextures\\CommandButtons\\BTNVillagerKid.blp" width="64" height="64"
title="WarCriminal"
alt="ReplaceableTextures\\CommandButtons\\BTNVillagerKid.blp"
/></a>
</td>
<td>
War Criminal
</td>
<td>
1000 XP for 100 killed enemy citizens.
</td>
</tr>
<tr id="OilTycoon">
<td data-order="21">
<a href="achievements.html#OilTycoon">
<img class="wowr-icon" src="ReplaceableTextures\\CommandButtons\\BTNOil.blp" width="64" height="64"
title="OilTycoon"
alt="ReplaceableTextures\\CommandButtons\\BTNOil.blp"
/></a>
</td>
<td>
Oil Tycoon
</td>
<td>
1000 XP for gathering 50 000 Oil.
</td>
</tr>
<tr id="AchievementMaster">
<td data-order="22">
<a href="achievements.html#AchievementMaster">
<img class="wowr-icon" src="ReplaceableTextures\\CommandButtons\\BTNOrcCaptureFlag.blp" width="64" height="64"
title="AchievementMaster"
alt="ReplaceableTextures\\CommandButtons\\BTNOrcCaptureFlag.blp"
/></a>
</td>
<td>
Achievement Master
</td>
<td>
10 000 XP for all completed achievements.
</td>
</tr>
<tr id="PropertyShark">
<td data-order="23">
<a href="achievements.html#PropertyShark">
<img class="wowr-icon" src="ReplaceableTextures\\CommandButtons\\BTNPickUpItem.blp" width="64" height="64"
title="PropertyShark"
alt="ReplaceableTextures\\CommandButtons\\BTNPickUpItem.blp"
/></a>
</td>
<td>
Property Shark
</td>
<td>
5000 XP for 6 purchased properties.
</td>
</tr>
<tr id="Landowner">
<td data-order="24">
<a href="achievements.html#Landowner">
<img class="wowr-icon" src="ReplaceableTextures\\CommandButtons\\BTNCastle.blp" width="64" height="64"
title="Landowner"
alt="ReplaceableTextures\\CommandButtons\\BTNCastle.blp"
/></a>
</td>
<td>
Landowner
</td>
<td>
10 000 XP for all purchased properties.
</td>
</tr>
<tr id="Explorer">
<td data-order="25">
<a href="achievements.html#Explorer">
<img class="wowr-icon" src="ReplaceableTextures\\CommandButtons\\BTNReveal.blp" width="64" height="64"
title="Explorer"
alt="ReplaceableTextures\\CommandButtons\\BTNReveal.blp"
/></a>
</td>
<td>
Explorer
</td>
<td>
1000 XP for every 20 newly entered zones.
</td>
</tr>
<tr id="MasterExplorer">
<td data-order="26">
<a href="achievements.html#MasterExplorer">
<img class="wowr-icon" src="ReplaceableTextures\\CommandButtons\\BTNFarSight.blp" width="64" height="64"
title="MasterExplorer"
alt="ReplaceableTextures\\CommandButtons\\BTNFarSight.blp"
/></a>
</td>
<td>
Master Explorer
</td>
<td>
10 000 XP for newly entering all zones.
</td>
</tr>
<tr id="Racer">
<td data-order="27">
<a href="achievements.html#Racer">
<img class="wowr-icon" src="ReplaceableTextures\\CommandButtons\\BTNDwarfCar.blp" width="64" height="64"
title="Racer"
alt="ReplaceableTextures\\CommandButtons\\BTNDwarfCar.blp"
/></a>
</td>
<td>
Racer
</td>
<td>
2000 XP for winning all races.
</td>
</tr>
<!-- Resources generated with chat command "-website". -->
</tbody>
</table>
<script>
$('#achievements').dataTable({
"paging": false,//Dont want paging
});
</script>
</body>
</html>