gw2 1.2.0 → 1.3.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +7 -0
- data/LICENSE.md +1 -1
- data/README.md +4 -1
- data/gw2.gemspec +2 -2
- data/lib/gw2.rb +1 -0
- data/lib/gw2/disabled.rb +4 -0
- data/lib/gw2/event.rb +20 -5
- data/lib/gw2/guild.rb +4 -2
- data/lib/gw2/item.rb +8 -3
- data/lib/gw2/map.rb +18 -4
- data/lib/gw2/misc.rb +12 -4
- data/lib/gw2/recipe.rb +8 -3
- data/lib/gw2/wvw.rb +12 -4
- data/spec/fixtures/GW2_Event/_event_names/returns_the_names_of_all_events.yml +2060 -0
- data/spec/fixtures/GW2_Event/_map_names/returns_the_names_of_all_maps.yml +53 -0
- data/spec/fixtures/GW2_Event/_world_names/returns_the_names_of_all_worlds.yml +60 -0
- data/spec/fixtures/GW2_Guild/_details/returns_the_guild_based_on_id.yml +40 -0
- data/spec/fixtures/GW2_Guild/_details/returns_the_guild_based_on_name.yml +40 -0
- data/spec/fixtures/GW2_Item/_all/returns_all_items.yml +40 -0
- data/spec/fixtures/GW2_Item/_details/returns_the_details_of_the_item.yml +40 -0
- data/spec/fixtures/GW2_Map/_all/returns_all_maps.yml +1107 -0
- data/spec/fixtures/GW2_Map/_continents/returns_all_continents.yml +40 -0
- data/spec/fixtures/GW2_Map/_map_floor/returns_a_specific_map_floor.yml +3441 -0
- data/spec/fixtures/GW2_Map/_maps/returns_the_map_by_id.yml +41 -0
- data/spec/fixtures/GW2_Misc/_build/returns_the_build.yml +40 -0
- data/spec/fixtures/GW2_Misc/_colors/returns_all_colors.yml +239 -0
- data/spec/fixtures/GW2_Misc/_files/returns_all_files.yml +40 -0
- data/spec/fixtures/GW2_Recipe/_all/returns_all_recipes.yml +40 -0
- data/spec/fixtures/GW2_Recipe/_details/returns_the_details_of_a_recipe_by_id.yml +40 -0
- data/spec/fixtures/GW2_WvW/_match_details/returns_the_details_of_a_match.yml +40 -0
- data/spec/fixtures/GW2_WvW/_matches/returns_all_matches.yml +40 -0
- data/spec/fixtures/GW2_WvW/_objective_names/returns_all_objectives.yml +59 -0
- data/spec/gw2/event_spec.rb +66 -0
- data/spec/gw2/guild_spec.rb +33 -0
- data/spec/gw2/item_spec.rb +44 -0
- data/spec/gw2/map_spec.rb +102 -0
- data/spec/gw2/misc_spec.rb +72 -0
- data/spec/gw2/recipe_spec.rb +45 -0
- data/spec/gw2/wvw_spec.rb +55 -0
- data/spec/spec_helper.rb +10 -0
- metadata +62 -65
- data/lib/gw2/event/event_names.rb +0 -7
- data/lib/gw2/event/events.rb +0 -11
- data/lib/gw2/event/map_names.rb +0 -7
- data/lib/gw2/event/world_names.rb +0 -7
- data/lib/gw2/guild/guild_details.rb +0 -7
- data/lib/gw2/item/item_details.rb +0 -7
- data/lib/gw2/item/items.rb +0 -7
- data/lib/gw2/map/continents.rb +0 -7
- data/lib/gw2/map/map_floor.rb +0 -7
- data/lib/gw2/map/maps.rb +0 -13
- data/lib/gw2/misc/build.rb +0 -8
- data/lib/gw2/misc/colors.rb +0 -7
- data/lib/gw2/misc/files.rb +0 -7
- data/lib/gw2/recipe/recipe_details.rb +0 -7
- data/lib/gw2/recipe/recipes.rb +0 -7
- data/lib/gw2/wvw/match_details.rb +0 -7
- data/lib/gw2/wvw/matches.rb +0 -7
- data/lib/gw2/wvw/objective_names.rb +0 -7
- data/spec/event/event_names_spec.rb +0 -22
- data/spec/event/events_spec.rb +0 -55
- data/spec/event/map_names_spec.rb +0 -22
- data/spec/event/world_names_spec.rb +0 -22
- data/spec/guild/guild_details_spec.rb +0 -37
- data/spec/item/item_details_spec.rb +0 -34
- data/spec/item/items_spec.rb +0 -22
- data/spec/map/continents_spec.rb +0 -40
- data/spec/map/map_floor_spec.rb +0 -76
- data/spec/map/maps_spec.rb +0 -79
- data/spec/misc/build_spec.rb +0 -22
- data/spec/misc/colors_spec.rb +0 -51
- data/spec/misc/files_spec.rb +0 -26
- data/spec/recipe/recipe_details_spec.rb +0 -34
- data/spec/recipe/recipes_spec.rb +0 -22
- data/spec/wvw/match_details_spec.rb +0 -108
- data/spec/wvw/matches_spec.rb +0 -25
- data/spec/wvw/objective_names_spec.rb +0 -25
checksums.yaml
ADDED
@@ -0,0 +1,7 @@
|
|
1
|
+
---
|
2
|
+
SHA1:
|
3
|
+
metadata.gz: d4a38c0493ac5a365d52f38ed9b562fcc0a488a6
|
4
|
+
data.tar.gz: d565c9a0ef13a4e629a179f1659a37eb3f143bac
|
5
|
+
SHA512:
|
6
|
+
metadata.gz: ea0d5259525107e45f13d5801cfd4e3bac645852b1fbfff2dbca8bfd1d53d3a4478237457cda9366f68eae2875f0daf54fa267098fd4d8e81e115c4557012918
|
7
|
+
data.tar.gz: d437278ea31762361e43b49e9775cae4473898bbcbdc870fb534c6daa0463e6e36e250b8e099d5082feb3d539c00396c97b5d7b4ee62a50292cfcee96ad80968
|
data/LICENSE.md
CHANGED
data/README.md
CHANGED
@@ -1,5 +1,8 @@
|
|
1
1
|
# The Guild Wars 2 API Gem
|
2
|
+
[](http://badge.fury.io/rb/gw2)
|
2
3
|
[](https://codeclimate.com/github/parix/gw2)
|
4
|
+
[](https://travis-ci.org/parix/gw2)
|
5
|
+
[](https://coveralls.io/r/parix/gw2?branch=master)
|
3
6
|
|
4
7
|
A Ruby interface for accessing the Guild Wars 2 API.
|
5
8
|
|
@@ -147,7 +150,7 @@ GW2::Misc.files
|
|
147
150
|
```
|
148
151
|
|
149
152
|
## Copyright
|
150
|
-
Copyright (c) 2013 Chris Rosario.
|
153
|
+
Copyright (c) 2013-2014 Chris Rosario.
|
151
154
|
See [LICENSE][] for details.
|
152
155
|
|
153
156
|
[license]: LICENSE.md
|
data/gw2.gemspec
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
Gem::Specification.new do |s|
|
2
2
|
s.name = "gw2"
|
3
|
-
s.version = "1.
|
4
|
-
s.date = "
|
3
|
+
s.version = "1.3.0"
|
4
|
+
s.date = "2015-02-26"
|
5
5
|
s.summary = "Guild Wars 2 API"
|
6
6
|
s.description = "A ruby gem for accessing the Guild Wars 2 API"
|
7
7
|
s.authors = ["Chris Rosario"]
|
data/lib/gw2.rb
CHANGED
data/lib/gw2/disabled.rb
ADDED
data/lib/gw2/event.rb
CHANGED
@@ -1,11 +1,26 @@
|
|
1
|
-
require "gw2/event/event_names"
|
2
|
-
require "gw2/event/map_names"
|
3
|
-
require "gw2/event/world_names"
|
4
|
-
require "gw2/event/events"
|
5
|
-
|
6
1
|
module GW2
|
7
2
|
module Event
|
8
3
|
extend HTTPS
|
9
4
|
extend JSON
|
5
|
+
|
6
|
+
def self.all
|
7
|
+
raise GW2::Disabled, "This endpoint is disabled due to the implementation of Megaserver technology."
|
8
|
+
end
|
9
|
+
|
10
|
+
def self.where(query_hash = {})
|
11
|
+
raise GW2::Disabled, "This endpoint is disabled due to the implementation of Megaserver technology."
|
12
|
+
end
|
13
|
+
|
14
|
+
def self.world_names
|
15
|
+
parse(request("/world_names.json").body)
|
16
|
+
end
|
17
|
+
|
18
|
+
def self.event_names
|
19
|
+
parse(request("/event_names.json").body)
|
20
|
+
end
|
21
|
+
|
22
|
+
def self.map_names
|
23
|
+
parse(request("/map_names.json").body)
|
24
|
+
end
|
10
25
|
end
|
11
26
|
end
|
data/lib/gw2/guild.rb
CHANGED
data/lib/gw2/item.rb
CHANGED
@@ -1,9 +1,14 @@
|
|
1
|
-
require "gw2/item/items"
|
2
|
-
require "gw2/item/item_details"
|
3
|
-
|
4
1
|
module GW2
|
5
2
|
module Item
|
6
3
|
extend HTTPS
|
7
4
|
extend JSON
|
5
|
+
|
6
|
+
def self.all
|
7
|
+
parse(request("/items.json").body)["items"]
|
8
|
+
end
|
9
|
+
|
10
|
+
def self.details(item_id)
|
11
|
+
parse(request("/item_details.json", query: { item_id: item_id }).body)
|
12
|
+
end
|
8
13
|
end
|
9
14
|
end
|
data/lib/gw2/map.rb
CHANGED
@@ -1,10 +1,24 @@
|
|
1
|
-
require "gw2/map/continents"
|
2
|
-
require "gw2/map/maps"
|
3
|
-
require "gw2/map/map_floor"
|
4
|
-
|
5
1
|
module GW2
|
6
2
|
module Map
|
7
3
|
extend HTTPS
|
8
4
|
extend JSON
|
5
|
+
|
6
|
+
PARAMS_FILTER = [:map_id]
|
7
|
+
|
8
|
+
def self.all
|
9
|
+
self.where
|
10
|
+
end
|
11
|
+
|
12
|
+
def self.where(query_hash = {})
|
13
|
+
parse(request("/maps.json", query: query_hash).body)["maps"]
|
14
|
+
end
|
15
|
+
|
16
|
+
def self.map_floor(continent_id, floor)
|
17
|
+
parse(request("/map_floor.json", query: { continent_id: continent_id, floor: floor }).body)
|
18
|
+
end
|
19
|
+
|
20
|
+
def self.continents
|
21
|
+
parse(request("/continents.json").body)["continents"]
|
22
|
+
end
|
9
23
|
end
|
10
24
|
end
|
data/lib/gw2/misc.rb
CHANGED
@@ -1,10 +1,18 @@
|
|
1
|
-
require "gw2/misc/build"
|
2
|
-
require "gw2/misc/colors"
|
3
|
-
require "gw2/misc/files"
|
4
|
-
|
5
1
|
module GW2
|
6
2
|
module Misc
|
7
3
|
extend HTTPS
|
8
4
|
extend JSON
|
5
|
+
|
6
|
+
def self.build
|
7
|
+
parse(request("/build.json").body)["build_id"]
|
8
|
+
end
|
9
|
+
|
10
|
+
def self.colors
|
11
|
+
parse(request("/colors.json").body)["colors"]
|
12
|
+
end
|
13
|
+
|
14
|
+
def self.files
|
15
|
+
parse(request("/files.json").body)
|
16
|
+
end
|
9
17
|
end
|
10
18
|
end
|
data/lib/gw2/recipe.rb
CHANGED
@@ -1,9 +1,14 @@
|
|
1
|
-
require "gw2/recipe/recipes"
|
2
|
-
require "gw2/recipe/recipe_details"
|
3
|
-
|
4
1
|
module GW2
|
5
2
|
module Recipe
|
6
3
|
extend HTTPS
|
7
4
|
extend JSON
|
5
|
+
|
6
|
+
def self.all
|
7
|
+
parse(request("/recipes.json").body)["recipes"]
|
8
|
+
end
|
9
|
+
|
10
|
+
def self.details(recipe_id)
|
11
|
+
parse(request("/recipe_details.json", query: { recipe_id: recipe_id }).body)
|
12
|
+
end
|
8
13
|
end
|
9
14
|
end
|
data/lib/gw2/wvw.rb
CHANGED
@@ -1,10 +1,18 @@
|
|
1
|
-
require "gw2/wvw/matches"
|
2
|
-
require "gw2/wvw/match_details"
|
3
|
-
require "gw2/wvw/objective_names"
|
4
|
-
|
5
1
|
module GW2
|
6
2
|
module WvW
|
7
3
|
extend HTTPS
|
8
4
|
extend JSON
|
5
|
+
|
6
|
+
def self.matches
|
7
|
+
parse(request("/wvw/matches.json").body)["wvw_matches"]
|
8
|
+
end
|
9
|
+
|
10
|
+
def self.match_details(match_id)
|
11
|
+
parse(request("/wvw/match_details.json", query: { match_id: match_id }).body)["maps"]
|
12
|
+
end
|
13
|
+
|
14
|
+
def self.objective_names
|
15
|
+
parse(request("/wvw/objective_names.json").body)
|
16
|
+
end
|
9
17
|
end
|
10
18
|
end
|
@@ -0,0 +1,2060 @@
|
|
1
|
+
---
|
2
|
+
http_interactions:
|
3
|
+
- request:
|
4
|
+
method: get
|
5
|
+
uri: https://api.guildwars2.com/v1/event_names.json
|
6
|
+
body:
|
7
|
+
encoding: US-ASCII
|
8
|
+
string: ''
|
9
|
+
headers:
|
10
|
+
Accept-Encoding:
|
11
|
+
- gzip;q=1.0,deflate;q=0.6,identity;q=0.3
|
12
|
+
Accept:
|
13
|
+
- "*/*"
|
14
|
+
User-Agent:
|
15
|
+
- Ruby
|
16
|
+
response:
|
17
|
+
status:
|
18
|
+
code: 200
|
19
|
+
message: OK
|
20
|
+
headers:
|
21
|
+
Transfer-Encoding:
|
22
|
+
- chunked
|
23
|
+
Content-Type:
|
24
|
+
- application/json; charset=utf-8
|
25
|
+
Vary:
|
26
|
+
- Accept-Encoding
|
27
|
+
Server:
|
28
|
+
- Microsoft-IIS/7.5
|
29
|
+
Access-Control-Allow-Origin:
|
30
|
+
- "*"
|
31
|
+
X-Content-Type-Options:
|
32
|
+
- nosniff
|
33
|
+
Date:
|
34
|
+
- Thu, 26 Feb 2015 22:06:15 GMT
|
35
|
+
body:
|
36
|
+
encoding: UTF-8
|
37
|
+
string: '[{"id":"2FAE1268-CDE4-444F-82C8-69AA0D8A1B7B","name":"Defeat the champion."},{"id":"91555425-3F65-46EC-9D7E-DA0FF6A13C91","name":"Defeat
|
38
|
+
the champion."},{"id":"ED44E73D-A2F9-4AC8-9791-6D245C887344","name":"Rescue
|
39
|
+
the Vigil engineers."},{"id":"6D88B77F-59C5-4DC6-BB30-AAADF3CF8A22","name":"Skill
|
40
|
+
Challenge: Defeat Klakka the Brainy Pirate"},{"id":"9000D179-DAE8-4C1B-B6E4-09ABFB17CEA4","name":"Skill
|
41
|
+
Challenge: Help Willoo Rage"},{"id":"B10BA54B-49C4-4CD6-B7D3-C966FE7EDA92","name":"Defeat
|
42
|
+
the ancient oakheart and its saplings."},{"id":"4B8C36F9-D194-4B4E-A00A-56C0ED78C55A","name":"Skill
|
43
|
+
Challenge: Defeat Warmaster Yulia"},{"id":"7B5CC294-589F-4A58-BBFF-190C0DBCBB5B","name":"Defend
|
44
|
+
the Vigil siege engineers as they attack the toxic offshoot."},{"id":"05B37F2D-80F8-44A0-A0BD-8A22BD35BF92","name":"Defeat
|
45
|
+
the champion."},{"id":"EF8F6853-B057-42ED-A94B-51CEBF9A312D","name":"Defeat
|
46
|
+
the champion."},{"id":"F5D23902-2D9A-4B58-8B7D-1EEA0067134D","name":"Kill
|
47
|
+
the giant spider disrupting the excavation."},{"id":"598CF3BD-0DF4-4FC7-97EA-AB4515497F5E","name":"Defeat
|
48
|
+
the champion jungle skelk lurker before it escapes."},{"id":"1C75E656-8B99-4748-A571-E25596E8F459","name":"Defeat
|
49
|
+
the Keepers of Earth."},{"id":"955443CF-57B8-4436-9D62-9E28E25DBDDE","name":"Subdue
|
50
|
+
and capture Half-Baked Komali."},{"id":"08051AA6-F3E7-4B2A-91C2-4AC07AB8F1FF","name":"Break
|
51
|
+
into Infinity Coil."},{"id":"C4860CEF-F801-4F6E-BAD5-183A9ECC16BE","name":"Slay
|
52
|
+
cave trolls to stop their attacks on Gallant''s Folly."},{"id":"63E32CC1-F83B-4AA6-8EE6-D429F2673548","name":"Capture
|
53
|
+
the Zhaitan research Lab."},{"id":"1D686C20-DE3B-4AE7-B4D6-22D3036DCEC5","name":"Disable
|
54
|
+
the White Zone''s lab equipment."},{"id":"1F207830-E56C-4639-B375-065828B74249","name":"Shut
|
55
|
+
down the Crystal Research Lab."},{"id":"7B4EF74F-87CC-4978-9E05-82822F03BD33","name":"Capture
|
56
|
+
the Destroyer Lab."},{"id":"ED8ADFBF-6D6A-4B98-BD49-741D39A04871","name":"Capture
|
57
|
+
the Infinity Coil."},{"id":"9752677E-FAE7-4F56-A48A-275329095B8A","name":"Hold
|
58
|
+
the Infinity Coil."},{"id":"D31D7940-DBDF-4FD5-A6F7-8CD5728A501C","name":"Skill
|
59
|
+
Challenge: Defeat Petil"},{"id":"52C7A495-352F-4972-800D-D457CD922089","name":"Skill
|
60
|
+
Challenge: Defeat Tarkkakt"},{"id":"E94FB58B-C0CA-4E0D-A8C8-BBFD62559496","name":"Skill
|
61
|
+
Challenge: Defeat Urrahn the Hunter"},{"id":"B8C7355B-2910-4D38-B448-FD3C455D1C45","name":"Skill
|
62
|
+
Challenge: Defeat the IQ1800 LX"},{"id":"28EE8581-478F-4F86-B3F8-2B57733C1985","name":"Defeat
|
63
|
+
Venomspinner and her devourer brood."},{"id":"3ED4FEB4-A976-4597-94E8-8BFD9053522F","name":"Disable
|
64
|
+
the containers before they release their toxins."},{"id":"A7E0F553-C4E1-452F-B39F-7BDBEC8B0BB1","name":"Harvest
|
65
|
+
kelp from the reef lurker fields so the Lonatl chief can heal his tribe."},{"id":"9AA133DC-F630-4A0E-BB5D-EE34A2B306C2","name":"Defeat
|
66
|
+
the Inquest''s golem Mark II."},{"id":"D91F358E-9BF6-40C5-B523-9C319663CDBF","name":"Defend
|
67
|
+
Quandry Scratch from Risen."},{"id":"C508B4EF-C478-45B7-83D8-3BFF0F6695AC","name":"Drive
|
68
|
+
the Risen out of Quandry Scratch."},{"id":"232E8BD5-098D-4A16-9D04-D3B398896781","name":"Defend
|
69
|
+
Quandry Scratch from the invading Nightmare Courtiers."},{"id":"063EEE13-975E-4942-B9F8-71E3A997CA61","name":"Kick
|
70
|
+
the Nightmare Court out of Quandry Scratch."},{"id":"DD411A2F-2421-4652-AA96-01BC9C14347C","name":"Harass
|
71
|
+
Inquest workers at Aquabase Terror-Seven."},{"id":"DE252A2B-E6FC-443E-8730-D7D932248E28","name":"Defeat
|
72
|
+
the krewe leader at Aquabase Terror-Seven."},{"id":"8C438EAB-A80C-442A-B1B9-126D4718D7F0","name":"Defeat
|
73
|
+
Aquabase Terror-Seven''s massive pet, Fluffy."},{"id":"9B9FC342-CD35-4242-B211-830B02439449","name":"Disguise
|
74
|
+
yourself and gather special roots for Drysdan''s medicine."},{"id":"AFD4D89F-397F-48BD-BBC5-6302A9DFB7D7","name":"Stop
|
75
|
+
the skritt burglar before it escapes with the treasure."},{"id":"C6DCBA21-55DD-4580-800E-5F0CF0EC48C0","name":"Stop
|
76
|
+
the skritt burglar before it escapes with the treasure."},{"id":"2875FBFE-668E-438A-8CE7-A4BCF2EF0175","name":"Stop
|
77
|
+
the skritt burglar before it escapes with the treasure."},{"id":"14693FCD-B4D5-4C34-B82F-457A6F160059","name":"Stop
|
78
|
+
the skritt burglar before it escapes with the treasure."},{"id":"344014E0-7713-4C90-8AF2-F12BE18EC920","name":"Stop
|
79
|
+
the skritt burglar before it escapes with the treasure."},{"id":"A42F7CA7-2BA6-4D6E-B867-54BF0A9E0D63","name":"Gather
|
80
|
+
breeze rider essences for Rixt''s experiments."},{"id":"E8151970-27A3-4BE3-8EE0-17535A8A5D7D","name":"Protect
|
81
|
+
Rixt from the giant wind rider."},{"id":"61D4579A-C53F-4C26-A31B-92FABE3DA566","name":"Defend
|
82
|
+
the Advanced Arcanomics lab."},{"id":"294E08F6-CA36-42B3-8D06-B321BA06EECA","name":"Stop
|
83
|
+
the Inquest''s destroyer-essence collectors by destroying their power cores."},{"id":"9E5D9F1A-FE14-49C6-917F-43AAE227165C","name":"Slay
|
84
|
+
destroyers, and close their fissures on the volcano''s north side."},{"id":"4210CE81-BDB7-448E-BE33-46E18A5A3477","name":"Eliminate
|
85
|
+
destroyer forces on the volcano''s south side."},{"id":"3BA29A69-A30B-405D-96AC-CBA5D511C163","name":"Stop
|
86
|
+
the rampaging Inquest golem."},{"id":"36E81760-7D92-458E-AA22-7CDE94112B8F","name":"Protect
|
87
|
+
the asura and their technology while they quell the unstable volcano."},{"id":"584A4D22-33DC-4D77-A5D9-2FA7379401ED","name":"Eliminate
|
88
|
+
destroyer forces in the volcano''s southeast cavern."},{"id":"C876757A-EF3E-4FBE-A484-07FF790D9B05","name":"Kill
|
89
|
+
the megadestroyer before it blows everyone up."},{"id":"40B2CE06-F55B-41E5-BEEC-E5AEA1A1BC81","name":"Drive
|
90
|
+
off the pirates and rescue their prisoner."},{"id":"BC6495A4-6CE9-4E12-A26F-6BDF8CFA74D6","name":"Defeat
|
91
|
+
the pirate captain."},{"id":"9C474C83-2A49-41FD-98DD-49A15DAE3D29","name":"Rescue
|
92
|
+
the captives before they are executed by the krait."},{"id":"DBA0C9DA-16D2-409D-8FFF-80BC24B7B35A","name":"Escort
|
93
|
+
the escaping captive to safety."},{"id":"CF5D0AD5-8100-4569-9DAA-8137F2BD40E6","name":"Escort
|
94
|
+
the escaping captive to safety."},{"id":"27B40DA5-619D-47AC-8974-08A2031D856C","name":"Escort
|
95
|
+
the escaping captive to safety."},{"id":"60C5BC82-C459-4E90-845A-57B1D82C68EE","name":"Escort
|
96
|
+
the escaping captive to safety."},{"id":"8B2D7C56-6746-45F9-9E5A-A4E10F727F09","name":"Escort
|
97
|
+
the escaping captive to safety."},{"id":"5BE51733-8EED-462E-8B39-FC47285F9366","name":"Escort
|
98
|
+
the escaping captive to safety."},{"id":"F00D1652-2C0D-44BB-80F6-AF6E558FAEC4","name":"Escort
|
99
|
+
the escaping captive to safety."},{"id":"18E527B0-E29E-4ED3-B388-F4CD901B8AA8","name":"Escort
|
100
|
+
the escaping captive to safety."},{"id":"ABF81756-50A2-4ABC-BEB7-04433E3ADD40","name":"Escort
|
101
|
+
the escaping captive to safety."},{"id":"EF04CD1B-7D5B-4599-8A02-C848EE32B4EA","name":"Escort
|
102
|
+
the escaping captive to safety."},{"id":"CDCD5685-DF6E-47D1-84F5-0CCAEE8E22DF","name":"Gather
|
103
|
+
corpse parts from undead for asuran experiments."},{"id":"403CF76A-B694-4672-BADF-AE3E78189925","name":"Solve
|
104
|
+
the mystery of the haunted marsh."},{"id":"C6EFB827-EABC-4100-A6FE-97C7D9275CEC","name":"Defeat
|
105
|
+
the Keeper of Light."},{"id":"6215BAC3-06DA-4305-BD4A-8E734A0889C0","name":"Defeat
|
106
|
+
the asura-constructed, veteran Risen abomination."},{"id":"831DC6FB-5F63-4B0C-96A5-FE2037EBEE7F","name":"Defeat
|
107
|
+
the Keeper of Waves."},{"id":"88420353-855E-4404-8E8B-B0052C7617EA","name":"Defeat
|
108
|
+
the mysterious fire creature."},{"id":"E0D7E88D-4FF6-42FA-AFFC-0DF4111C2CCD","name":"Help
|
109
|
+
Yius defeat the Risen krait hypnoss, Sarsiss."},{"id":"C5FCE5CD-4BDB-42FE-A350-20D93C4AA335","name":"Defeat
|
110
|
+
the Keeper of Winds."},{"id":"2E472763-FB31-4BC2-A2D6-149D24D56B79","name":"Help
|
111
|
+
Farmhand Paris collect apples for Eda''s famous pies."},{"id":"B7D56B80-DDED-4E79-A0F9-39898F1BA233","name":"Clear
|
112
|
+
the orchard of spiders for Farmer Eda."},{"id":"93BF8A7F-7FB9-4141-AA4E-39FB637B2EA6","name":"Kill
|
113
|
+
the huge spider in Eda''s Orchard."},{"id":"69D031A8-7AD2-4419-B564-48457841A57C","name":"Hunt
|
114
|
+
and slay the giant boar."},{"id":"DC6B496A-3243-4278-97E7-32E004DFE4E1","name":"Defend
|
115
|
+
Mepi from bandits."},{"id":"3F73380F-577C-46E8-B632-190FEEAAE8F7","name":"Free
|
116
|
+
Mepi''s captured moa herd."},{"id":"42500C1D-240C-4921-B949-6E05797F0839","name":"Stop
|
117
|
+
the bandits from poaching Mepi''s moas."},{"id":"9580193E-153F-4B28-9146-6B378E2FCDD5","name":"Skill
|
118
|
+
Challenge: Defeat Chhk the Windmill King"},{"id":"0E6E3DE5-2B3E-4A86-B7D9-96FFC8186134","name":"Defeat
|
119
|
+
Franklin Quickblade and his band of rogues."},{"id":"5FE41361-73C0-48DC-BC69-CF8126FF46DC","name":"Skill
|
120
|
+
Challenge: Defeat Carnie Jeb the Strong-Man"},{"id":"232B5AA4-0293-451D-B401-EBAFE4ACB895","name":"Defeat
|
121
|
+
the Lady in White."},{"id":"6349D134-12BF-427D-802B-5B7A29D7065D","name":"Destroy
|
122
|
+
Holdland Camp''s weapon caches before they amass a counter attack."},{"id":"C23CADFA-349A-4679-A8A8-464B1C187815","name":"Prevent
|
123
|
+
the Tamini from retaking Holdland Camp."},{"id":"8DE2BC70-C5BB-412F-B20B-B5AD217F1751","name":"Defend
|
124
|
+
Tunwatch Redoubt."},{"id":"52F1A37C-2E81-424B-BF33-23E710191186","name":"Retake
|
125
|
+
Tunwatch Redoubt."},{"id":"EF00CDF0-5043-48EE-9F17-E5BD36B0A0A3","name":"Stop
|
126
|
+
Tamini centaurs from capturing farmers."},{"id":"812030C5-D0E8-4E73-A59D-EA6474210890","name":"Retake
|
127
|
+
the farm and bring sprinkler pieces to Clarence."},{"id":"FF70B22D-1132-4DF9-B7EE-594C9C277D08","name":"Rescue
|
128
|
+
the captive farmers."},{"id":"90C4FD17-DDEB-4A0D-8092-1F01DD3AC503","name":"Herd
|
129
|
+
the pygmy moas into the pen."},{"id":"17458843-E1AD-481D-9BDE-BA06D02A9241","name":"Escort
|
130
|
+
Moa Trainer Kappa and her pygmy moas to Beetletun."},{"id":"6C484525-5112-4EBC-8755-D654104F14E9","name":"Collect
|
131
|
+
skale eggs for Assistant Chef Victor."},{"id":"7E034C85-9A65-43A2-92CF-ACDE534EA5AE","name":"Escort
|
132
|
+
the carnival caravan to Beetletun."},{"id":"4728A75C-52E0-452C-992B-16B707B30506","name":"Shoo
|
133
|
+
rabbits back into their pen."},{"id":"A1122EFD-3FDF-43F0-BE57-D6B4A7A08125","name":"Protect
|
134
|
+
the ranchers from bandits."},{"id":"9893780A-B0CB-4FEA-B374-4165C9BA8E52","name":"Drive
|
135
|
+
the bandits from Curtis''s ranch."},{"id":"487BAD88-5392-4D07-B640-50F237E67EC3","name":"Stop
|
136
|
+
skritt thieves from stealing logging tools."},{"id":"F24A7906-EFEB-496A-A6CD-0DE096B21317","name":"Retrieve
|
137
|
+
stolen logging tools from the skritt hideout."},{"id":"3C3915FB-E2E4-4794-A700-E3B5FCFE0404","name":"Destroy
|
138
|
+
the wasp queen."},{"id":"368BD4AB-99EA-405F-B674-0AF30E99A19A","name":"Help
|
139
|
+
Slim Mikhart destroy the skritt cave support."},{"id":"04084490-0117-4D56-8D67-C4FFFE933C0C","name":"Defeat
|
140
|
+
the corrupted veteran oakheart."},{"id":"BC997F15-4C05-4D95-A14F-9B7C4CF41B4E","name":"Eliminate
|
141
|
+
the bandit lieutenant."},{"id":"15430A64-72EB-44D1-B788-77B604818F8A","name":"Liberate
|
142
|
+
Shaemoor Garrison from the Tamini invaders."},{"id":"6C70FD42-1996-4956-8821-2A58C4E4A945","name":"Defend
|
143
|
+
Shaemoor Garrison from Tamini attackers."},{"id":"C4A63BCF-B6F9-45E8-87AD-0C94706B1202","name":"Defend
|
144
|
+
Barthol on his way to the Old Armory."},{"id":"24D4545D-2963-41DA-A54F-A457535FC822","name":"Collect
|
145
|
+
grub remains for Ine."},{"id":"B313FBF1-0922-438B-83FF-D812B665C556","name":"Slay
|
146
|
+
the giant fish to protect the fishing waters."},{"id":"91A7AC4A-F6AD-4296-8A90-15EB523B1B16","name":"Defend
|
147
|
+
the beehives from hungry bears."},{"id":"78031682-EF54-4DEF-A8BE-92341D2607D2","name":"Kill
|
148
|
+
the river drake broodmother."},{"id":"3AC2BA16-7739-46E2-B303-467511FD7FAE","name":"Defend
|
149
|
+
Altar Brook Crossing."},{"id":"0EE365D6-E694-4865-86F7-E1F07833BB1F","name":"Escort
|
150
|
+
and defend workers sent to rebuild the guard tower."},{"id":"68FC096C-B5BD-47E1-99DF-5FD7E74DAAE1","name":"Defend
|
151
|
+
Altar Brook Trading Post."},{"id":"F1634654-184E-4BD8-9990-8C505406387F","name":"Drive
|
152
|
+
the Tamini centaurs from Altar Brook Trading Post."},{"id":"A2E3E253-734C-499F-BA09-5D12628C83C2","name":"Escort
|
153
|
+
the trading post caravan to Claypool."},{"id":"D17D47E9-0A87-4189-B02A-54E23AA91A82","name":"Defeat
|
154
|
+
the cave troll."},{"id":"FD2C08CF-1F0D-4C4A-B443-66636D55AF65","name":"Protect
|
155
|
+
the hay bales from bandits."},{"id":"D56DD717-182B-4D11-9B20-B761C2A572A3","name":"Kill
|
156
|
+
the giant wurm tearing up Jeb''s field."},{"id":"7A1B549D-04EE-47C5-90DA-045806B0AB71","name":"Bring
|
157
|
+
blobs of toxin to Apprentice Jameson."},{"id":"C0C4A4C9-EA00-4313-9760-BA5B9969FF29","name":"Prevent
|
158
|
+
the bandits from blowing up the water pipes."},{"id":"D69F09C0-E15B-4F4C-BFC7-F0684A4AC501","name":"Protect
|
159
|
+
Shaemoor''s drinking water from bandits."},{"id":"52FB9008-153E-4809-856A-4A3F21780745","name":"Defend
|
160
|
+
workers repairing the pumping station."},{"id":"2DDA3A61-535D-40B6-868A-93D8DA51020B","name":"Capture
|
161
|
+
Heartwood Pass Camp from the Tamini centaurs."},{"id":"C6D9A1CD-D25C-4FA9-B24F-B44A7FF63548","name":"Hold
|
162
|
+
Heartwood Pass Camp."},{"id":"D77349CE-E422-469E-905B-827AA138D88F","name":"Stop
|
163
|
+
the elder earth elemental from destroying the dam."},{"id":"58918764-6A37-498D-BECE-ED431C07D687","name":"Drive
|
164
|
+
the harpy flock from the dam."},{"id":"130BD255-9674-4B6C-9BEA-7538CE6DEEBA","name":"Gather
|
165
|
+
ruined grapes from Victoria''s vineyard."},{"id":"31CEBA08-E44D-472F-81B0-7143D73797F5","name":"Defeat
|
166
|
+
the shadow behemoth."},{"id":"AFCF031A-F71D-4CEA-85E1-957179414B25","name":"Drive
|
167
|
+
back Underworld creatures by destroying portals in Taminn Foothills."},{"id":"CFBC4A8C-2917-478A-9063-1A8B43CC8C38","name":"Drive
|
168
|
+
back Underworld creatures by destroying portals in the Heartwoods."},{"id":"E539A5E3-A33B-4D5F-AEED-197D2716F79B","name":"Drive
|
169
|
+
back Underworld creatures by destroying portals in the monastery."},{"id":"36330140-7A61-4708-99EB-010B10420E39","name":"Drive
|
170
|
+
back Underworld creatures by destroying portals in the swamp."},{"id":"34F0BE3B-D0D1-4D50-A636-6DD916432B44","name":"Drive
|
171
|
+
the rogue bull back home, and fix any mayhem on the way."},{"id":"DB3077FD-8D31-4310-8412-129E0DDB76C5","name":"Stop
|
172
|
+
the skritt burglar before it escapes with the treasure."},{"id":"51224EA8-6F92-4622-8336-2C39E3693E49","name":"Stop
|
173
|
+
the skritt burglar before it escapes with the treasure."},{"id":"273E6A50-C88D-49FF-8E4B-CF8D72FB3EFC","name":"Stop
|
174
|
+
the skritt burglar before it escapes with the treasure."},{"id":"55797347-37B7-40E8-84DB-6FD2F974AB4D","name":"Stop
|
175
|
+
the skritt burglar before it escapes with the treasure."},{"id":"0B7C80D1-61B7-496E-AC5E-F4A9BBE7FEC4","name":"Stop
|
176
|
+
the bandit thief from stealing the pumphouse blueprints."},{"id":"89F8C1BA-6FBA-4CFC-9A3F-B687829EDF7A","name":"Prove
|
177
|
+
you know a lot about Destiny''s Edge."},{"id":"904AFEE0-D96C-4B84-9A0D-393D12EDB2DE","name":"Drive
|
178
|
+
the bandits away from the windmill."},{"id":"76BB3BB1-EB79-4524-9460-FC82C7432889","name":"Destroy
|
179
|
+
the roadblock the bandits have constructed to stop Shaemoor traffic."},{"id":"1E644459-9EC4-4C63-9975-E37CF5E7C108","name":"Drive
|
180
|
+
back the centaurs before they steal the monastery''s ale."},{"id":"5517BE10-50D2-40C5-AEE4-D36EF7822B3F","name":"Stop
|
181
|
+
the skritt burglar before it escapes with the treasure."},{"id":"9062EBB9-EAD2-43E4-A820-DC6BD28A3040","name":"Protect
|
182
|
+
the brew shipment."},{"id":"EB075F84-830F-49ED-9676-91C180568F3B","name":"Defend
|
183
|
+
Farmhand Nevin as he transports his cocooned friend to safety."},{"id":"5AB5E4A7-202C-476F-8B0C-5F2CDC5DB3A0","name":"Return
|
184
|
+
stolen kegs of ale to Abbot Mathias."},{"id":"B396F12C-27D3-42FC-BB5A-3042D884AADE","name":"Defeat
|
185
|
+
the giant imp."},{"id":"4ABC8FBC-B465-40EA-B31E-47630095C26D","name":"Slay
|
186
|
+
the destroyer troll released from the tomb."},{"id":"F1F99810-D6A9-4263-A5BC-4257C5B7AD0D","name":"Gather
|
187
|
+
blueprints from dredge engineers or document barrels and return them to Oliver."},{"id":"76FBC7D3-5BFF-4EAA-BD73-F0CE99DD8E4C","name":"Defend
|
188
|
+
the Granite Citadel from the dredge."},{"id":"07536BE1-9796-4D40-A203-29B4FE270E64","name":"Break
|
189
|
+
the dredge siege of Mantelet Refuge."},{"id":"51DE6313-AC81-413C-81BA-08BF208400F6","name":"Protect
|
190
|
+
Explorer Harlow while he finds the Dragon''s Eye."},{"id":"D4A5FE82-DB29-46D0-B170-A11FBF0DEC46","name":"Complete
|
191
|
+
the guild rush course."},{"id":"AD3A4697-11D4-4DE1-B51A-AD68DE15F7BF","name":"Complete
|
192
|
+
the guild rush course."},{"id":"DF0E12A7-B688-4DF6-80ED-8C52A93C5375","name":"Complete
|
193
|
+
the guild rush course."},{"id":"CCBD0048-2D02-449F-AEB3-384A562E7A32","name":"Kill
|
194
|
+
the imp lord to stop him from summoning more imps."},{"id":"67F07FBE-A795-4701-82EA-3909D8EE51A4","name":"Stop
|
195
|
+
the jotun from stealing back their ancient weapons."},{"id":"6C08ED32-6FCA-45A0-BBE8-49B93E1D11B3","name":"Kill
|
196
|
+
the jotun abomination destroying the Priory camp."},{"id":"DEE8511A-4B4C-411F-A3FF-DD0F995D3503","name":"Prevent
|
197
|
+
the dredge from capturing the skritt cave."},{"id":"73BD4833-20A5-4B45-9499-C89725DE9E17","name":"Protect
|
198
|
+
the Durmand Priory scholars as they complete their ritual."},{"id":"F8584424-662F-43F1-9F31-4BDC01168207","name":"Kill
|
199
|
+
the veteran dragon shaman to save the Priory team."},{"id":"68F652ED-032F-4540-B7B3-0E4C22FE833D","name":"Defeat
|
200
|
+
the champion."},{"id":"07320509-845B-4487-A5F1-0838B9923355","name":"Drive
|
201
|
+
the grawl away from Bear''s shrine."},{"id":"9BAF767E-1FFF-4BE9-986F-CB07E6447115","name":"Defeat
|
202
|
+
the bear spirit to prove your strength."},{"id":"9A06EBAB-ED90-4F69-B48A-9DCCC71F72DD","name":"Kill
|
203
|
+
the ancient barracuda aggravating the fish of Wyrmblood Lake."},{"id":"B56D3A84-11B6-4DC8-860E-7D49C900AAE9","name":"Skill
|
204
|
+
Challenge: Help the Skritt Test Her Mining Suit"},{"id":"FF04CF6D-8167-458C-85CF-ECB3E11F4E33","name":"Defeat
|
205
|
+
the foreman and his crew."},{"id":"E841F34A-6B13-46FB-A575-85523BD7921A","name":"Defeat
|
206
|
+
the ancient jotun spirits."},{"id":"10F7854A-D2E7-42E4-9BCE-0C411EF91328","name":"Drive
|
207
|
+
the dredge out of Fridgardr Lodge."},{"id":"9FE13C55-8325-4A73-8C06-FD1E37836393","name":"Help
|
208
|
+
Engineer Radley return to the Granite Citadel."},{"id":"BE682C57-3FA7-4C0F-925A-B77BBD63E3BD","name":"Stop
|
209
|
+
the hulking pyrite elemental."},{"id":"9766C63B-D1DC-4DA6-A8DD-2D403D4BB2D6","name":"Retake
|
210
|
+
the skritt cave from the dredge."},{"id":"25ED51A1-EDFA-463A-BF50-79CB4D7912EB","name":"Halt
|
211
|
+
dredge expansion by defending Fridgardr Lodge."},{"id":"64B94537-00D5-4CB6-8558-44987A9C5F76","name":"Stop
|
212
|
+
the dredge from recapturing Firebase Molek."},{"id":"C9AD9B08-97A6-4DAF-B780-99E0101E9591","name":"Retrieve
|
213
|
+
containment crystals from the skritt and return them to Scholar Dane."},{"id":"39943BC7-F0C8-40AE-AE80-C1C5532728A2","name":"Protect
|
214
|
+
Scholar Dane while she closes the portal."},{"id":"33730AFC-BC2A-4314-82FE-49AA45499969","name":"Help
|
215
|
+
Edmund find and kill the arctodus."},{"id":"D3A3762F-35B9-44CB-A203-96D8A6FB0DDB","name":"Beat
|
216
|
+
some respect into Myr''s potential mate."},{"id":"2053F5CD-2ED4-4CED-BB9B-6B9B8A14C61E","name":"Rescue
|
217
|
+
the hunter before the Sons of Svanir complete their ritual."},{"id":"5FFE9CFD-E39B-4750-9F73-C399C2448EAB","name":"Defeat
|
218
|
+
the Svanir-corrupted hunter."},{"id":"A6568B31-FA13-4ED5-9B66-23B9D8E5A8A8","name":"Recapture
|
219
|
+
the Granite Citadel from the dredge."},{"id":"95CA969B-0CC6-4604-B166-DBCCE125864F","name":"Defeat
|
220
|
+
the dredge commissar."},{"id":"8B695361-6091-405D-8557-00144677ABD7","name":"Defeat
|
221
|
+
the stone guardian and its minions."},{"id":"12BC58AF-F989-42FF-AFBE-883B2E4138E1","name":"Kill
|
222
|
+
the dredge sniper terrorizing the locals."},{"id":"DC10B3B5-3F81-48C5-8665-CA83C13B91A9","name":"Kill
|
223
|
+
the vengeful Son of Svanir."},{"id":"141654A6-D42E-415E-A3C4-918A1E664AF3","name":"Regain
|
224
|
+
control of Firebase Molek."},{"id":"476D28D2-E765-44C0-A10A-C1663970BB03","name":"Escort
|
225
|
+
Gerrvid to the dwarven ruins."},{"id":"A6C2A1DA-F9C4-4272-A076-A1F33020A286","name":"Help
|
226
|
+
Gerrvid search the ruins for treasure."},{"id":"B82A7293-D73E-444A-AE84-072746FE95DF","name":"Help
|
227
|
+
Gerrvid find the dwarven treasure."},{"id":"816D60E6-46F6-413B-A6EF-8ECAB2035AE6","name":"Follow
|
228
|
+
Gerrvid deeper into the ruins."},{"id":"13446B46-B4E9-4911-B94D-C0EEE8417BCA","name":"Protect
|
229
|
+
the repair-a-tron as it works on Tower Scoln."},{"id":"6DDED0C1-5C0D-4991-94D6-02B06B145FC9","name":"Protect
|
230
|
+
the repair-a-tron as it works on Tower Blig."},{"id":"D26CEF9E-5732-4CEB-84F3-94F825D5A763","name":"Protect
|
231
|
+
the repair-a-tron as it works on Tower Nopp."},{"id":"DC7D9F99-FA99-472B-933C-AEA3C6F98D6C","name":"Protect
|
232
|
+
Zoydd and his golems while they reset the power grid."},{"id":"9429F4AD-A27B-4F28-AF6E-7CF01F0D0E51","name":"Stop
|
233
|
+
the skritt burglar before it escapes with the treasure."},{"id":"CCFAD117-B649-4196-ACA1-A243CFC9A9AB","name":"Stop
|
234
|
+
the skritt burglar before it escapes with the treasure."},{"id":"7545333A-BD39-46FC-B878-1530B7DB6BF3","name":"Stop
|
235
|
+
the skritt burglar before it escapes with the treasure."},{"id":"899B4671-72F2-463E-911C-DBF2FDE8B2B8","name":"Stop
|
236
|
+
the skritt burglar before it escapes with the treasure."},{"id":"17F43535-6677-4AB5-A1F3-B34D833BD97D","name":"Stop
|
237
|
+
the skritt burglar before it escapes with the treasure."},{"id":"A9585B85-BF44-423F-B5B9-0D5677B02545","name":"Skill
|
238
|
+
Challenge: Defeat Black Ice 4444"},{"id":"3A605CDC-06F6-44DF-81A7-19EB00A5E363","name":"Skill
|
239
|
+
Challenge: Defeat Utcua"},{"id":"B1D330D8-30C0-4B50-8E6C-C6859C4EE96B","name":"Skill
|
240
|
+
Challenge: Defeat Golemancer Gitt and His Prototype Golems"},{"id":"F59A24AE-11BB-4B44-880D-46D21D1302BC","name":"Skill
|
241
|
+
Challenge: Defeat the Ancient Ember and Its Minions"},{"id":"9AD57958-051A-4B18-BF54-4B43E0B76788","name":"Skill
|
242
|
+
Challenge: Defeat Master Genius Jettz and His Assistants"},{"id":"2DA2D20A-D1BD-494F-80C3-E2B4B1885F85","name":"Defeat
|
243
|
+
the giant ooze at Doctor Bleent''s camp."},{"id":"0E7056D4-73B9-449F-BD1A-D7438E85D195","name":"Defeat
|
244
|
+
the unstable oozes at Doctor Bleent''s camp."},{"id":"2DF55DA3-F227-4FA3-B141-BECA1CD4092D","name":"Defeat
|
245
|
+
Chief Cipactli to pacify the hylek and free Fixx."},{"id":"34CC54F4-62DB-414C-B20B-6A641D19E378","name":"Kill
|
246
|
+
the Cuatl thieves."},{"id":"16712A2D-196C-4DA3-AC64-0CF39E7A1B3C","name":"Lead
|
247
|
+
the imbued golem energy core away from Inquest to survivor''s encampment."},{"id":"CC13BDAA-A376-4E1F-8C49-F3AABDB0F7D8","name":"Destroy
|
248
|
+
the Inquest''s golems."},{"id":"7808BFD5-C7D0-4785-94F7-1F9D37D47C31","name":"Kill
|
249
|
+
the air elemental that surged out of the power grid."},{"id":"C944F15D-2E9D-404E-89F9-369464A800BA","name":"Use
|
250
|
+
aquabody suits to extinguish fires with firesnuff spray."},{"id":"60E6FB35-A20E-4D13-9B02-E152AADA33A2","name":"Defeat
|
251
|
+
the rampaging dolyak holo-projection."},{"id":"5744C3F3-E1A5-40D4-8349-3DEB7FBA9EA8","name":"Weaken
|
252
|
+
the unruly transformed progeny to return them to normal."},{"id":"75AECD73-1D4F-4862-B198-DAC2CE8A7275","name":"Defeat
|
253
|
+
the marsh drake broodmother Professor Hamm had claimed to have tamed."},{"id":"A958FC3B-8C59-4AC6-A84C-ECC8A1171AE0","name":"Use
|
254
|
+
sizemachangers to shrink yourself and defeat the mosquitoes tormenting tiny
|
255
|
+
progeny."},{"id":"5161DE97-FAB6-4916-8788-65E9F4FAF333","name":"Recover the
|
256
|
+
stolen LUM0009 golems from the Inquest."},{"id":"AB41D820-4ACB-4CF0-A433-74CADCEAC9A3","name":"Protect
|
257
|
+
Orl''s research krewe."},{"id":"4C7975FC-8FBE-4EA3-9167-E7FE1ADDE2EB","name":"Kill
|
258
|
+
the chaos creature."},{"id":"67683B12-3373-496C-9032-83FC330FDBCE","name":"Defeat
|
259
|
+
the crazy Inquest researcher and her crazed animal minions."},{"id":"85FD8FB5-BA17-448C-9042-1579A7543345","name":"Escort
|
260
|
+
Parnna into Calx''s ancient lab."},{"id":"ECEA040E-89B2-4184-99AA-3EA888D50CF7","name":"Defeat
|
261
|
+
Goemm the Mad."},{"id":"730075EB-5263-43B8-B534-479BF315A719","name":"Return
|
262
|
+
the toxic oozes to the storage tanks inside PR&T Esoterics."},{"id":"B4D916DE-1E33-45C7-AAAC-A32A23CBD1BD","name":"Break
|
263
|
+
the ooze projection and slay oozes to fill the PR&T ooze sludge reservoir."},{"id":"6B897FF9-4BA8-4EBD-9CEC-7DCFDA5361D8","name":"Destroy
|
264
|
+
the chaotic materials created by the reactor meltdown."},{"id":"BD6983A2-E332-44EE-B0CF-995A16EF52C2","name":"Destroy
|
265
|
+
the chaotic materials created by the reactor meltdown."},{"id":"0A329B6C-0EA1-453E-8F60-29ACA9A2439D","name":"Destroy
|
266
|
+
the chaotic materials created by the reactor meltdown."},{"id":"6AE29DE4-BCB3-4F4D-875C-B6E6AB3962A1","name":"Destroy
|
267
|
+
the chaotic materials created by the reactor meltdown."},{"id":"BA9366AC-4D1C-4E55-921D-E33BBA582208","name":"Destroy
|
268
|
+
the chaotic materials created by the reactor meltdown."},{"id":"F645D860-A67A-45AB-85D0-AD76768110E8","name":"Destroy
|
269
|
+
the chaotic materials created by the reactor meltdown."},{"id":"5E4E9CD9-DD7C-49DB-8392-C99E1EF4E7DF","name":"Escort
|
270
|
+
the C.L.E.A.N. 5000 golem while it absorbs clouds of chaos magic."},{"id":"2C833C11-5CD5-4D96-A4CE-A74C04C9A278","name":"Defend
|
271
|
+
the C.L.E.A.N. 5000 golem."},{"id":"FCB42C06-547F-4DA2-904B-0098E60C47BC","name":"Destroy
|
272
|
+
the C.L.E.A.N. 5000 golem stolen by the Inquest."},{"id":"33F76E9E-0BB6-46D0-A3A9-BE4CDFC4A3A4","name":"Destroy
|
273
|
+
the fire elemental created from chaotic energy fusing with the C.L.E.A.N.
|
274
|
+
5000''s energy core."},{"id":"B87CEE63-116D-4EDA-8A5A-2DD296B05F6D","name":"Destroy
|
275
|
+
the ice monster."},{"id":"5D32B87F-D6E2-48D7-B8FA-6DA7C6758B21","name":"Destroy
|
276
|
+
the misplaced aquatic creature."},{"id":"921FA291-FD00-43FC-9BC8-500CD32CD637","name":"Destroy
|
277
|
+
the misplaced poison creature."},{"id":"486FCDF6-5E14-41AD-8EDC-9B6E9A5E244B","name":"Defend
|
278
|
+
the supplies in Arterium Haven from hylek."},{"id":"4BAB5C17-AD3C-4894-AD87-32EEF47ABBB3","name":"Destroy
|
279
|
+
the hylek village and help the Lionguard recover their stolen supplies."},{"id":"883275E2-1E49-47C0-A50C-C8D7AF05AA8A","name":"Defeat
|
280
|
+
the hylek chieftain."},{"id":"BEC13F82-F91D-40A1-A744-E00AACF7C1F6","name":"Escort
|
281
|
+
Rikkiti as she brings a message to the Lionguard assault force."},{"id":"2D5C1BBA-FD5C-4DBD-9A2F-F99D134745F3","name":"Help
|
282
|
+
Ploint collect raptor eggs for his experiment."},{"id":"CEF69358-639D-4B46-B526-F29C008B8740","name":"Defeat
|
283
|
+
the giant hungry baby raptor."},{"id":"4E5CEF8B-7FC7-4B5D-8974-CCE72679D913","name":"Stop
|
284
|
+
the krait from destroying hylek eggs."},{"id":"0A6C382F-5FAD-4EEF-A3AA-1A8A864EB338","name":"M.E.T.A.
|
285
|
+
golem to the rescue! Help him defeat the WST-8100 golem."},{"id":"92270FC4-65C3-4785-BA83-7CB775B30E82","name":"Stop
|
286
|
+
the Inquest thief from escaping with Opticalium research."},{"id":"83664507-38DC-4698-833D-13CA6D743499","name":"Destroy
|
287
|
+
the Inquest research pods."},{"id":"45C2F2B0-1E01-4AE1-B898-39472E96CC22","name":"Prevent
|
288
|
+
Inquest thieves from stealing boxes of golem parts and fleeing Soren Draa."},{"id":"FC232443-F518-4467-AC11-9A5A6786771E","name":"Rescue
|
289
|
+
the Aqualimit researchers from the krait."},{"id":"FE7F8522-0137-45AF-A8C4-96E89CF62FDE","name":"Defeat
|
290
|
+
the krait hypnoss before Aqualimit''s supply containers are destroyed."},{"id":"C5D371A8-0BAD-4F72-8BD6-478CAD54E51D","name":"Help
|
291
|
+
Chott collect opals for a prototype golem weapon."},{"id":"16D0865C-F11F-407E-B6ED-48DD1BF733D2","name":"Drive
|
292
|
+
the skritt from Brill Alliance lab."},{"id":"2DDEB723-2F15-4AFA-AB61-2EEBC35CA619","name":"Help
|
293
|
+
Peacemakers weaken the malfunctioning PM-900a golems."},{"id":"B5922566-A821-4A9D-BA69-8ED7FF49AB2F","name":"Drive
|
294
|
+
off the Inquest at Survivor''s Encampment."},{"id":"88B17360-8396-4E8B-8933-FF15440BED9D","name":"Destroy
|
295
|
+
the beacons powering the Inquest aqua lab."},{"id":"15A2C25B-9B5A-4ADF-B121-A712D02BCBC1","name":"Defeat
|
296
|
+
the misplaced steam ogre."},{"id":"E5B2581B-0FE7-419D-BE8B-78E2CD58414A","name":"Investigate
|
297
|
+
Inquest activity in the Golemagical Institute."},{"id":"E0833F20-6F0C-4B44-8C09-8AEC9CD5BC73","name":"Destroy
|
298
|
+
the experimental Inquest golem."},{"id":"548DD9EF-84EE-42BE-A1E3-F128FC5AB683","name":"Save
|
299
|
+
Parnna from the guardian golems."},{"id":"5C78986D-EA3E-4085-AE7D-F9404A43F5FE","name":"Intercept
|
300
|
+
the Inquest saboteurs before they reach the power station."},{"id":"A713E1DC-2E17-4FFF-BA47-BE8B129B32D1","name":"Defeat
|
301
|
+
the air elemental assaulting the Opticalium krewe."},{"id":"4B9A5F32-DBDA-4021-BFF7-7011A44677F4","name":"Defend
|
302
|
+
Yerkk while he isolates skritt for his IQ experiment."},{"id":"857381FF-3891-4D98-A86A-1D9D4379BFCD","name":"Help
|
303
|
+
Qabb make it out of the Serpentwind with his research."},{"id":"9C60D6A3-6994-49D2-B0E8-D7A1451D93A5","name":"Protect
|
304
|
+
Grinti''s golems while they research the southern hylek compound."},{"id":"12DF5F05-F91E-4D74-89FB-AE7D1E6E4571","name":"Slay
|
305
|
+
the King Hermit Crab that escaped from Splorg Metamystics."},{"id":"6F3A1DB7-7B65-45E8-BC71-1DA0023A5AC7","name":"Destroy
|
306
|
+
all intrafluxion nodes before the golem energy core is fully charged."},{"id":"E384D796-451B-40E7-BF2F-1867EF9D2B66","name":"Defeat
|
307
|
+
the Imbued Mark I Golem."},{"id":"3C8F95EE-59FC-402E-8628-0E3F76BF7541","name":"Drive
|
308
|
+
off the Inquest invading the Opticalium lab."},{"id":"9045817C-1509-4376-AAB2-7E77FBDD026B","name":"Kill
|
309
|
+
the enraged spider queen."},{"id":"3A6929D2-8462-4674-89AA-8A1864A69581","name":"Slay
|
310
|
+
the massive jungle troll."},{"id":"54AE1228-54F7-462B-8DB7-C2025FF0948D","name":"Defend
|
311
|
+
the etheropods and defeat breeze riders for Bluz."},{"id":"667EFBE1-3367-48E6-922E-AEC0C77839C1","name":"Defend
|
312
|
+
the golem generators from the Inquest."},{"id":"B7A15EC1-7186-4273-933D-C659E9DA7E17","name":"Collect
|
313
|
+
golem parts for Walla''s hazmat suits."},{"id":"BAF545A0-CC27-43BC-919F-EC5AB1A8CFE5","name":"Help
|
314
|
+
Parnna get her matrix crystal converter back from the skritt leader Tu''scratchtak."},{"id":"552F2224-B3DD-4239-928D-C8D6ADC13461","name":"Defend
|
315
|
+
the RCK-7550 golem as it stores energy."},{"id":"791C72EE-273F-460A-BB7D-86D74A3363D8","name":"Drive
|
316
|
+
off the Inquest before they steal all of the LUM0009 golems."},{"id":"FD104C87-25DA-45B6-A856-0CD3B9D9A3BC","name":"Retake
|
317
|
+
Opticalium''s lab from the Inquest."},{"id":"3F45C378-E55E-4385-B6BB-4180A41DDD55","name":"Defeat
|
318
|
+
the enlarged Inquest agent."},{"id":"683F3103-3C4B-43F2-B3BA-89D527E60EB9","name":"Help
|
319
|
+
Keela unmask the cheats trying to gather data at the chess tables before they
|
320
|
+
escape."},{"id":"C126C27F-E84F-492D-8178-46BB3EEB29D7","name":"Drain the Mark
|
321
|
+
II golem''s power before it reaches the Inquest gate."},{"id":"22F52E95-DF54-459E-A079-8F9A3E5A4D7C","name":"Defend
|
322
|
+
AER-0000 from Inquest as it gathers energy from Storm Cloud Generators."},{"id":"4B7A5A4E-7FEA-4AB4-A124-7BF9F5740300","name":"Stop
|
323
|
+
skritt foragers from destroying the asura gate."},{"id":"EE807DC7-C8BE-4971-836D-5C2F69CE0333","name":"Kill
|
324
|
+
the enraged shark that escaped from the Inquest Lab and is currently patrolling
|
325
|
+
the waters."},{"id":"946573CB-0A0B-445D-B437-33932DD19AA1","name":"Destroy
|
326
|
+
the cage control nodes to free the salvage specialists."},{"id":"DF0BD7D0-C5B4-4FF4-9387-E2609DB2C5C9","name":"Escort
|
327
|
+
Caracotl to Michotl Grounds."},{"id":"BAEBC841-6B15-4308-B8A9-7C109B0B351A","name":"Defeat
|
328
|
+
Karas the Undying."},{"id":"BC19C161-952F-4EE3-B827-74B6C03DDC8C","name":"Defeat
|
329
|
+
the Vigil Tactician that has been taken over by Zhaitan."},{"id":"E84EF005-3F78-4359-8148-BE0B92BF0F9A","name":"Defeat
|
330
|
+
the trio of Risen sea monsters."},{"id":"452F2D33-9EDC-427C-A06A-3ECDE39956B6","name":"Defeat
|
331
|
+
the Risen plated snapjaw."},{"id":"F0ED3404-71F4-470E-8343-8FD876858A1C","name":"Defeat
|
332
|
+
the champion."},{"id":"5916C1FF-BB2C-465B-A8D6-481A85BA98DD","name":"Protect
|
333
|
+
Byanca, and help her gather bittersweet omnomberries."},{"id":"FC4C5ADB-22F7-4185-A018-FB3583508FDD","name":"Defeat
|
334
|
+
spectral weapons and bring them to Byanca."},{"id":"0E4BCA08-B6CF-478F-A574-DB149DA385D4","name":"Kill
|
335
|
+
the Risen broodmother."},{"id":"4449ECE2-5192-4CA7-902C-DC0FCD5C7C1D","name":"Destroy
|
336
|
+
corrupted eggs and stop the spread of Risen drakes."},{"id":"F531683F-FC09-467F-9661-6741E8382E24","name":"Escort
|
337
|
+
Historian Vermoth to the Altar of Tempests."},{"id":"7EF31D63-DB2A-4FEB-A6C6-478F382BFBCB","name":"Defeat
|
338
|
+
the Risen Priestess of Dwayna."},{"id":"526732A0-E7F2-4E7E-84C9-7CDED1962000","name":"Drive
|
339
|
+
Malchor to the Altar of Tempests."},{"id":"6A6FD312-E75C-4ABF-8EA1-7AE31E469ABA","name":"Defeat
|
340
|
+
the possessed statue of Dwayna."},{"id":"0723E056-E665-439F-99B7-20385442AD4E","name":"Protect
|
341
|
+
the Cathedral of Zephyrs."},{"id":"B78631EA-1584-452A-859F-CE935321B52D","name":"Protect
|
342
|
+
the Cathedral of Zephyrs."},{"id":"D5B55A03-C8C7-4695-910D-D942D2980853","name":"Defeat
|
343
|
+
Captain Cork and Chompers."},{"id":"E54D171F-65A2-4E8C-9E7F-0F8C2B23588C","name":"Kill
|
344
|
+
the Risen knight that stalks the path through the ruins."},{"id":"EF420CA1-5926-4010-A922-9B065166C99B","name":"Clear
|
345
|
+
the Pact staging area at Wren."},{"id":"17B03E81-6F2D-4403-A6E1-11B6C9979A00","name":"Defend
|
346
|
+
the Pact staging area at Wren."},{"id":"3A51D96B-309A-4A3E-B176-314C13039662","name":"Escort
|
347
|
+
troops and equipment to the Hope Falls checkpoint."},{"id":"6CA58530-E259-4575-8864-C9C0253655EC","name":"Help
|
348
|
+
Pact troops establish a camp at Hope Falls."},{"id":"6C4346AE-B2D4-4F29-947A-967B679D8090","name":"Defend
|
349
|
+
the Pact soldiers at Hope Falls."},{"id":"FDF62772-EB62-43CD-96DE-C6B4F040CA3A","name":"Escort
|
350
|
+
Pact troops and equipment to Wren."},{"id":"F74992CA-F4C9-4967-906D-3B5AA7AC3E44","name":"Help
|
351
|
+
the Kahloipoi guards rescue Aaminah."},{"id":"34064372-68AF-4714-8AB6-80ED673DA143","name":"Drive
|
352
|
+
the Risen krait out of Kahloipoi."},{"id":"D25B4561-F900-442E-A17A-F4EA07514EE5","name":"Help
|
353
|
+
quaggan refugees reach safer waters."},{"id":"87861210-3F7C-4CC0-8042-6D52B68B3616","name":"Help
|
354
|
+
Aaminah draw out and fight the Risen krait priest."},{"id":"37F357D3-8C3A-4864-9A47-687359113BC6","name":"Destroy
|
355
|
+
the chicken coops and the undead eggs inside."},{"id":"9660AECF-382C-4769-A27A-BC11FCC4BEAE","name":"Fight
|
356
|
+
the Inquest Ornithologist."},{"id":"C1BBA9FD-F4A1-4BCC-9E48-34A2E01150D7","name":"Defeat
|
357
|
+
the swarm of Risen chickens."},{"id":"765FF71E-7160-490F-90AC-5C5603706112","name":"Protect
|
358
|
+
the Priory explorers as they investigate Kitah Manse."},{"id":"F14EE755-6603-4F75-9DD2-F740FAF2399C","name":"Kill
|
359
|
+
the Risen Priory explorers."},{"id":"0E5BCDD1-C5AF-4441-96FE-B8C7B36591B6","name":"Kill
|
360
|
+
the Kitah Conjurer."},{"id":"AE13E591-AA31-4CE8-A62B-5F9607D1CE15","name":"Complete
|
361
|
+
Pact training on Orrian history."},{"id":"67A02FDF-615B-4239-A7D8-E72907E74020","name":"Cull
|
362
|
+
the Risen hylek."},{"id":"4A53494F-DB9C-4BE9-8060-32DF0D3B4452","name":"Defeat
|
363
|
+
the undead hylek petmaster and his pet."},{"id":"A6437B0C-3F24-4FCA-8D84-C867A3D84FF5","name":"Defeat
|
364
|
+
the giant pyrite elementals."},{"id":"DF67CCC4-801B-44EF-B61D-69860A2AD084","name":"Drive
|
365
|
+
off the Inquest before channelers drain the orb''s energy."},{"id":"74E83E63-5A64-4990-B02D-48576965E771","name":"Defeat
|
366
|
+
the Mark II YF-Gold golem that''s destroying the area."},{"id":"1FEB17CC-701F-4400-8D4F-2E416142146E","name":"Subdue
|
367
|
+
proto-golems being produced at the Omicron Inquest facility."},{"id":"8C3B05E6-E9E7-4DD5-AD31-CDC52C54204F","name":"Defeat
|
368
|
+
the Risen giant."},{"id":"25BABEB6-9E16-4EC4-9DE2-9BA77EF7AF3C","name":"Escort
|
369
|
+
the messenger golem to Murmur Isle."},{"id":"6022CCB5-8DC3-45EE-A3D0-15599CB53C16","name":"Help
|
370
|
+
Iduna destroy the Omicron golem factory."},{"id":"E1E44587-D51C-43BE-A34D-7615C8EE0E84","name":"Defeat
|
371
|
+
the Risen worshippers of Dwayna in King''s Passage."},{"id":"C7E5D6DD-EA2E-41A0-AA0B-357225FAC89E","name":"Kill
|
372
|
+
the Eye of Zhaitan patrolling the King''s Passage."},{"id":"E2CEF399-6B0B-4504-A81E-6F58926E86F0","name":"Escort
|
373
|
+
troops to the Eastern Colonnade camp."},{"id":"212B3855-2A20-4540-9769-A299E3EDE5BE","name":"Escort
|
374
|
+
troops to the Pact encampment at Wren."},{"id":"F6BEECF8-9AF5-4AD0-90F6-05E2948FB9E5","name":"Escort
|
375
|
+
troops to Follower''s Bridge."},{"id":"0372874E-59B7-4A8F-B535-2CF57B8E67E4","name":"Kill
|
376
|
+
the Corrupted High Priestess"},{"id":"BFA71CD0-ED1E-4EE3-B8A9-B23B98C3B786","name":"Kill
|
377
|
+
the Risen before they reactivate the Statue of Lyssa."},{"id":"590364E0-0053-4933-945E-21D396B10B20","name":"Defend
|
378
|
+
the Seal of Lyss until the Pact cannon is online."},{"id":"B6D6D060-4974-4385-AB08-F641B6F32823","name":"Defend
|
379
|
+
the seal until the Pact cannon is back online."},{"id":"2F3955DB-5CAD-480E-AACB-4A9D318AA9A8","name":"Drive
|
380
|
+
off the dragon minions."},{"id":"F66922B5-B4BD-461F-8EC5-03327BD2B558","name":"Protect
|
381
|
+
the Pact golems until they charge the neutralizer device."},{"id":"20422E4E-B7C8-46BB-82CD-C0C320E3BD7E","name":"Defend
|
382
|
+
the energy containment device."},{"id":"A3BEF1D9-10B0-44C7-8B4B-600BEC0F0316","name":"Stop
|
383
|
+
the Inquest from draining the energy containment device."},{"id":"35997B10-179B-4E39-AD7F-54E131ECDD57","name":"Destroy
|
384
|
+
the Risen fortifications to capture the Seal of Union."},{"id":"F5436671-8934-4BD4-AEF7-4F3741A9CDA4","name":"Defeat
|
385
|
+
the Risen forces before they construct fortifications around the Seal of Union."},{"id":"ADC3AA4C-0212-4AE6-98FA-4F59F3C9BCFA","name":"Defend
|
386
|
+
the Seal of Union from corruption."},{"id":"7D824CDD-9F89-4DB6-A3E8-D43B78FCAB6E","name":"Escort
|
387
|
+
the elite Whispers strike team to the secret Inquest base entrance."},{"id":"916CD158-BAC7-4870-805B-6D48F0DD3053","name":"Defend
|
388
|
+
Technical Agent Frazz until he is able to open the door to the base."},{"id":"0BBB8D36-93D2-4774-B873-8106C9210147","name":"Collect
|
389
|
+
encryption crystals from defeated Inquest and bring them to Technical Agent
|
390
|
+
Frazz."},{"id":"3A306890-3070-4006-BA5C-AB0506BA675B","name":"Keep the power
|
391
|
+
conduits active until power is fully restored."},{"id":"8486DDD6-8C61-42A6-B7EC-97AC22DA6670","name":"Bring
|
392
|
+
parts to the golem fabricators to build repair golems for the base turrets."},{"id":"3D4CEE11-A55C-4F05-9523-43A51FA518EA","name":"Destroy
|
393
|
+
the power generators before the Inquest can complete their experiment."},{"id":"5570E4F2-BB9C-40A0-AA83-106A4DC44E7D","name":"Kill
|
394
|
+
the Inquest monstrosity."},{"id":"30748436-C768-430E-9F12-FAFC8AA05E1A","name":"Destroy
|
395
|
+
the Mark V Golem defending the Inquest gate."},{"id":"A10F0A45-48C5-427C-8060-3BE883295D98","name":"Defend
|
396
|
+
Pact engineers while they establish a camp at the Eastern Colonnade."},{"id":"12C0EF9D-B824-48CE-A16B-524870FD61F9","name":"Defend
|
397
|
+
the Eastern Colonnade camp against the Orrian assault."},{"id":"F2A8149D-80CE-4494-9ACC-066FEE6C6852","name":"Defend
|
398
|
+
the engineers while they rebuild the trebuchets."},{"id":"B9DE9C53-F7E4-4702-8640-5614F2A90716","name":"Kill
|
399
|
+
the Risen attackers to break the siege at Bayt Ibadah."},{"id":"6F731FFF-612F-4B28-A25C-089179247174","name":"Skill
|
400
|
+
Challenge: Defeat the Enchanted Bow"},{"id":"D046AD14-EBC3-4DB9-A657-730391C6BACC","name":"Skill
|
401
|
+
Challenge: Defeat Alexandra Duet"},{"id":"9E3F3A7B-ED47-48F2-87BA-0ABCE861C9A2","name":"Skill
|
402
|
+
Challenge: Defeat Looah"},{"id":"AD31D52F-C650-473D-8637-5792868828D7","name":"Aid
|
403
|
+
the poor of Divinity''s Reach by donating to Ho-Ho-Tron."},{"id":"BD551B6D-CD54-421F-8BC8-2A2AF729D81C","name":"Defend
|
404
|
+
the gift dolyak and Ho-Ho-Tron during their delivery."},{"id":"DA3E951D-58EB-4DCA-9FD5-CF40D4BFC8CD","name":"Skill
|
405
|
+
Challenge: Defeat Tribune Sorya Fatekiller"},{"id":"75D96A66-D611-4CEA-9F41-12BC6F48E037","name":"Skill
|
406
|
+
Challenge: Defeat Marse Scythetail"},{"id":"2499A79E-0172-4761-92A4-B2C278A8778E","name":"Skill
|
407
|
+
Challenge: Defeat Smolderjaw and his warband."},{"id":"CC6050F8-BB9F-4B57-BF47-2CADDAF9FC6F","name":"Skill
|
408
|
+
Challenge: Defeat Chieftain Inpetla"},{"id":"5C41E849-D236-4426-B424-7FDAC424BB53","name":"Skill
|
409
|
+
Challenge: Defeat Steelbeak and his flock."},{"id":"87695E71-9D9A-496C-BBFA-FA6E62F16B39","name":"Kill
|
410
|
+
the monstrous lava elemental that has set the tar lake ablaze."},{"id":"217601B3-AB5E-41E4-A163-D0DAA897143D","name":"Gather
|
411
|
+
scrap metal for Balint using his metal detector."},{"id":"2C49C362-0D12-4124-8C3E-8AB67E7AA2B2","name":"Defend
|
412
|
+
Balint and his device from hostile attacks."},{"id":"AE1B6C17-5451-4A2B-86DA-81CFF1937ED2","name":"Defend
|
413
|
+
the giant devourer and destroy the Flame Legion defenses."},{"id":"3F0578A5-2989-43AF-9D30-C6D887C92B0C","name":"Destroy
|
414
|
+
the Flame Legion prison and free Navalia Lavastrider."},{"id":"7DB23271-091A-473A-B69F-7580249BF345","name":"Escort
|
415
|
+
Navalia Lavastrider back to Coalpit Watchpost."},{"id":"7EF3A8F9-A11A-4894-B2A7-A555D01666E2","name":"Protect
|
416
|
+
Shadowclaw from Flame Legion assassins."},{"id":"7E235872-A89F-4A85-B6C1-1A1363B77FC1","name":"Protect
|
417
|
+
the Tuyere command post supplies."},{"id":"387EA291-9ACF-4ECE-A93B-1D986F76F8C5","name":"Get
|
418
|
+
an extinguisher from Engineer Kayle Brightshock and put out fires."},{"id":"3C45B73E-AB14-4287-AC22-AD8DF8D783E0","name":"Protect
|
419
|
+
Keelan and Old Heavyhorn en route to Severed Breach."},{"id":"ED13FF54-09E4-41DD-9320-9B5FDE67CC3A","name":"Defeat
|
420
|
+
Scaldmaw of the Flame Legion to gain the help of the grawl."},{"id":"EB8D67FD-8371-4E21-A934-805C025D0AF4","name":"Use
|
421
|
+
Ezoola''s tool to collect ice cores needed to summon elementals for the assault."},{"id":"D6624665-147D-478C-AACC-33F56270AE40","name":"Defend
|
422
|
+
the Pact elementals as they assault the Flame Legion towers."},{"id":"269AC23C-79C2-4554-ADDF-D13EC3E355A4","name":"Destroy
|
423
|
+
Vorgas Garrison''s gate."},{"id":"3FBFAA6E-4928-4C7E-932E-3942EAAA39BB","name":"Kill
|
424
|
+
the shaman to capture Vorgas Garrison."},{"id":"59A51FD7-2AD6-49C7-9969-AA5600E4D2DD","name":"Defend
|
425
|
+
Vorgas Garrison from the Flame Legion."},{"id":"190CCFAD-81AD-4907-BD45-1BF77545412C","name":"Defeat
|
426
|
+
the spider king."},{"id":"06F905A5-6F96-4DF4-9A3A-D36ABE59D55A","name":"Subdue
|
427
|
+
and capture Shaman Arderus."},{"id":"9B4B0FE5-0CB4-4CC5-9EF0-EB6D6F2DCF6A","name":"Escort
|
428
|
+
Agent Merrick to God''s Skull so he can win over the grawl."},{"id":"7F3BA8F3-2217-4DC8-A6C2-5D176B37EB14","name":"Track
|
429
|
+
down and kill the effigies in Amduat Point with Grathzion."},{"id":"07561733-8753-4636-8F8F-7FFC5C06BC25","name":"Defeat
|
430
|
+
the Champion Brackish Skale before it escapes."},{"id":"FC172836-0531-4DBC-AA06-5849B34EA008","name":"Defeat
|
431
|
+
the champion."},{"id":"2162749F-B1A1-4E8D-A67D-BD3DFACF0323","name":"Kill
|
432
|
+
the Flame Legion tribune at Vidius Castrum to secure it for the legions."},{"id":"9AC706BC-0A94-4D15-BAA4-C0E988FEEB2A","name":"Protect
|
433
|
+
Virgrol while he sets up mortars near Noxious Castrum."},{"id":"5EFC8BB4-F7F6-4830-A6A4-CEB4A4893B2E","name":"Protect
|
434
|
+
Duvarre while she breaches the defenses at Noxious Castrum."},{"id":"DD430618-ABD0-43C1-AEE7-3EEBD4B1EDDD","name":"Defeat
|
435
|
+
the shamans before all the portals are opened and the ritual completes."},{"id":"29B113FE-AAAE-4CFA-904D-AAA8D4D61CCE","name":"Defeat
|
436
|
+
the Flame high shaman."},{"id":"CAA60D81-7735-47D6-9695-6952CCEB9E9F","name":"Defend
|
437
|
+
Sancia Blastfire on her sabotage mission."},{"id":"0E1E3895-B6AF-43E0-A618-0C86415A95B4","name":"Prevent
|
438
|
+
the relighting of the braziers."},{"id":"006A8ECE-FC43-443C-B297-C46195751EA9","name":"Protect
|
439
|
+
Veragha the Shadow on her mission to kill the Flame Legion shaman."},{"id":"87E3686F-74FA-4E02-9ABB-9DC0E532A9E6","name":"Kill
|
440
|
+
tar elementals to help Forgebane harvest their essences."},{"id":"F769FB0E-7C36-4726-8811-7D8C4D3E9B34","name":"Get
|
441
|
+
the Flame Legion off the cannons so the engineers can resume the siege of
|
442
|
+
the castrum."},{"id":"F77753DB-6C7C-4CBC-A017-1EAAE43E3237","name":"Protect
|
443
|
+
Brakkurn and Jhalles while they repair machinery to keep the legions'' supply
|
444
|
+
line running."},{"id":"A3C0D9FC-A3D7-4965-95B3-135EFF90C4CA","name":"Defeat
|
445
|
+
the monstrous tar elemental."},{"id":"EA579E72-9604-463D-A72E-D9EA0AFA8770","name":"Protect
|
446
|
+
the engineers while they lay siege to Vidius Castrum."},{"id":"65DA0980-C5D8-48DD-A223-8B1D1117B9BC","name":"Defend
|
447
|
+
the Priory team as they light the lanterns in Mangonel Cavern."},{"id":"8754D939-377B-4440-8316-580EB8640705","name":"Kill
|
448
|
+
the ice imp roaming Mangonel Cavern."},{"id":"0B717E73-B7B1-49A2-994D-425216DD601F","name":"Prevent
|
449
|
+
the Flame Legion supply cart from reaching Senecus Castrum with reinforcements."},{"id":"83A61E33-0316-40F3-B613-7CD1AE9B84CB","name":"Defeat
|
450
|
+
Vexa and her golem."},{"id":"A2629DC1-7EC2-4DD4-B020-C76CB49B4EFA","name":"Defend
|
451
|
+
Lightbringer Swordshatter and Legionnaire Bloodsword."},{"id":"88ECAC81-00B5-41A8-8B1D-11EFF0E6798F","name":"Defend
|
452
|
+
Severed Breach from the Flame Legion!"},{"id":"4451D839-FC8E-4109-B070-A8C9C431FEBC","name":"Take
|
453
|
+
Severed Breach back from the Flame Legion."},{"id":"EE5BD1F6-3A95-45E2-BE84-1B6FBD7BFBCB","name":"Help
|
454
|
+
Selsda Bearfriend hunt down minotaurs to feed the Kodan refugees."},{"id":"5C00BF36-0A5B-4513-AB74-CC52CAFC1738","name":"Kill
|
455
|
+
the godforged hellstorm before he reaches Provatum Castrum."},{"id":"8624E611-2D65-430F-AF79-16AF7CB7C8D5","name":"Stop
|
456
|
+
members of Modus Sceleris from ambushing adventurers."},{"id":"5B0E6341-E706-4B12-B1FB-516E1184D29F","name":"Defeat
|
457
|
+
Veland of Modus Sceleris."},{"id":"40926F77-0351-4A96-81C3-E15A82A6AC11","name":"Defeat
|
458
|
+
Orma of Modus Sceleris."},{"id":"A337ADFF-AA8A-47FA-957A-BCAC1C4A6F90","name":"Win
|
459
|
+
three rounds of Modus Sceleris''s tournament."},{"id":"C0F95482-D914-477E-9F42-A5CD934CC4A8","name":"Bonus
|
460
|
+
round: defeat Modus Sceleris!"},{"id":"6A8374CF-9999-43E9-B1C7-BAB1541F2426","name":"Escort
|
461
|
+
Razen the Raider to the Gates of Flame."},{"id":"A1182080-2599-4ACC-918E-A3275610602B","name":"Hold
|
462
|
+
the Gates of Flame against waves of Flame Legion."},{"id":"57B067E1-CCF3-477F-8068-D2364EF5B5A8","name":"Stop
|
463
|
+
the skritt burglar before it escapes with the treasure."},{"id":"3B9FE4C4-82D7-4BBA-8617-72155DE24DAE","name":"Stop
|
464
|
+
the skritt burglar before it escapes with the treasure."},{"id":"DB8B4E1D-F162-40A3-A0D5-A969F3F8F437","name":"Stop
|
465
|
+
the skritt burglar before it escapes with the treasure."},{"id":"CEFFBC2B-3216-4AD6-9CFC-03B92F20DC6D","name":"Stop
|
466
|
+
the skritt burglar before it escapes with the treasure."},{"id":"AD7299B7-E521-40D1-A558-D8EB7831433D","name":"Stop
|
467
|
+
the skritt burglar before it escapes with the treasure."},{"id":"701DD7DC-1F2B-4039-9CD1-06CCDA591377","name":"Pacify
|
468
|
+
the lake by destroying the threat to the fishers of Haymal Gore."},{"id":"EC5A6AD2-32B5-427D-8136-C1DDC17D4799","name":"Destroy
|
469
|
+
Vexa''s corrupted test subjects."},{"id":"57922E28-E6B9-482A-B4D1-B47463CA6D81","name":"Kill
|
470
|
+
the centurion to capture Atrox Castrum."},{"id":"63836797-96AB-4E9D-8609-40B32C62E7B9","name":"Destroy
|
471
|
+
the undead mesmer illusions."},{"id":"57DF4E00-30F0-4049-AB28-60D13701E727","name":"Help
|
472
|
+
Gunnkell hunt down the champion canyon spider queen."},{"id":"AC94B266-1015-4028-96CF-A3FC4E677472","name":"Take
|
473
|
+
control of Pig Iron Quarry. Kick out the Flame Legion."},{"id":"1CFB5270-5786-4D44-828A-0C05E36C2A4D","name":"Drive
|
474
|
+
off the harpies who have infatuated the grawl shaman."},{"id":"A79BEF1D-54D8-40EF-B183-EB5E3A0AA939","name":"Stop
|
475
|
+
the effigies from relighting the cauldrons and restoring Flame Legion magic
|
476
|
+
in the castrum."},{"id":"068A0424-12C7-454C-90D2-88BB7A2E3178","name":"Prevent
|
477
|
+
skritt from stealing supplies."},{"id":"4AFD1F03-3082-4805-83BD-758C974FB427","name":"Escort
|
478
|
+
Rustbucket to the repair station."},{"id":"473A131B-F5D4-45EA-BFE2-35C6F43FE96B","name":"Defend
|
479
|
+
the kite basket of supplies from the Inquest."},{"id":"83A1154A-6263-4848-BDA1-997A9E8AF1BE","name":"Slay
|
480
|
+
the rare creature."},{"id":"DD37A693-9E99-488F-80CF-C78D8657B4D1","name":"Slay
|
481
|
+
the rare creature."},{"id":"C03C9E3B-5B41-4E95-9864-D33B14F32357","name":"Slay
|
482
|
+
the rare creature."},{"id":"91CDF18F-78FC-448A-973B-102BE2FCFA97","name":"Slay
|
483
|
+
the rare creature."},{"id":"278AF72D-52AB-4539-9329-70A710FE3FDC","name":"Slay
|
484
|
+
the rare creature."},{"id":"2D292EBE-1AEB-4E10-A4DD-9366B684E22B","name":"Shut
|
485
|
+
down the Inquest experimentation into Aspect crystals."},{"id":"55408F21-4732-473F-8DEE-5456025001BB","name":"Carry
|
486
|
+
and detonate explosives to demolish the cave-in debris while avoiding tunneling
|
487
|
+
devourers."},{"id":"AF0913AC-1F77-4015-9076-1EC06864B9D8","name":"Defeat the
|
488
|
+
light-infused Inquest golem blocking passage to the ley line hub."},{"id":"F01C4EB7-9CE2-4B75-BD17-F833209EE9E7","name":"Escort
|
489
|
+
Haze to safety."},{"id":"0A24314C-3CE4-40EB-BC91-0444C4C6A3A3","name":"Protect
|
490
|
+
the Maguuma Shaman as she casts a spell to cleanse the oasis."},{"id":"AB1A8669-7F1D-4851-9A64-E5E5491865E2","name":"Defeat
|
491
|
+
the Inquest''s experimental Aspect suit."},{"id":"9507498E-E954-4F83-A8C3-DB0E5351117C","name":"Protect
|
492
|
+
Serene as she recovers crystals lost in the crash."},{"id":"19341BED-5625-4B8D-AC2D-12A555AA97FE","name":"Defeat
|
493
|
+
Queen Chrii''kkt IV and her royal subjects."},{"id":"C59BF321-98AF-416A-831C-FAA61AB07BAE","name":"Clear
|
494
|
+
out the Mordrem infesting the ley line hub."},{"id":"E6482920-310B-4A38-AEE6-3187F13161B8","name":"Skill
|
495
|
+
Challenge: Defeat Hruugar Ironhaunch"},{"id":"FAE48EE9-BD4F-418B-8518-3DD21AAA15AF","name":"Challenge
|
496
|
+
and spar with Nochtli."},{"id":"FDF992A7-6EDC-44A9-91BF-6F10687893E8","name":"Defeat
|
497
|
+
the champion devourer queen."},{"id":"EBBAAB94-D1A9-4B7E-A8EA-2F3E968ED610","name":"Protect
|
498
|
+
Researcher Eway while he examines inert dust mites."},{"id":"7E600B62-5F80-4CF4-8BDB-34794214C702","name":"Clear
|
499
|
+
the jungle tendril and its roots."},{"id":"611BE70A-9666-4039-A96B-2E3A12DD12E4","name":"Slay
|
500
|
+
the colocal queen."},{"id":"E388CDED-0545-4041-A843-AECCA72E91F3","name":"Race
|
501
|
+
against the Inquest to collect crystal shards for the Zephyrites."},{"id":"E64DE19F-A303-421D-A25F-994B663848E2","name":"Rescue
|
502
|
+
injured Zephyrites from the Inquest inside the mine and escort them outside."},{"id":"42C18B19-985B-4179-93F5-ADC8308E3C11","name":"Stop
|
503
|
+
the skritt burglar before it escapes with the treasure."},{"id":"D1A67D95-81FC-4139-BA7A-2BA8FBCF48C8","name":"Stop
|
504
|
+
the skritt burglar before it escapes with the treasure."},{"id":"EACF3CF5-CA5C-4D57-BB7C-36D964059CD1","name":"Stop
|
505
|
+
the skritt burglar before it escapes with the treasure."},{"id":"A59971D4-A39A-4D23-8FCF-0987B4F50814","name":"Stop
|
506
|
+
the skritt burglar before it escapes with the treasure."},{"id":"DB28B816-EF57-4B5B-9810-9580F361C1A9","name":"Stop
|
507
|
+
the skritt burglar before it escapes with the treasure."},{"id":"E80FC771-CEFE-4066-8A85-793B494ED206","name":"Defeat
|
508
|
+
Three-Toed Tootsie."},{"id":"08D738AE-6273-4C29-ADAF-03C6D2D22467","name":"Drive
|
509
|
+
the Mordrem away from the vine bridge planting area."},{"id":"3308A5B0-80F7-4599-B9C7-82DBCABBC5DE","name":"Clear
|
510
|
+
the jungle tendril and its roots."},{"id":"4D1605AC-C810-4B87-BC7D-52A0A90CE390","name":"Save
|
511
|
+
the chickens trapped in the dust mite twister."},{"id":"8790C350-5119-461C-90FD-0D162EE1C467","name":"Crash
|
512
|
+
Site"},{"id":"67129180-858A-4768-BE5B-FFEF01128E4A","name":"Sandstorm!"},{"id":"5F8645AE-73BA-4AAA-960B-2D0A5E4B4AC4","name":"Protect
|
513
|
+
crash victims from encroaching vines."},{"id":"8E2C6B3E-1885-464D-9A44-8659A0894F3A","name":"Defeat
|
514
|
+
the legendary giant before the sandstorm dissipates."},{"id":"B5596259-1022-4A89-B8BB-E04537C7C3C2","name":"Cull
|
515
|
+
the encroaching dust mites threatening the Zephyrites."},{"id":"23555C7E-00B5-4648-A5DB-396BD1D5CC86","name":"Stop
|
516
|
+
the skritt from stealing Zephyrite crystals and returning them to their queen."},{"id":"1FB4EC06-A54E-4BAB-98CB-40DF5E413B5E","name":"Stop
|
517
|
+
the skritt from stealing Zephyrite crystals and returning them to their queen."},{"id":"484A445B-EF7F-44C1-8C4E-131D5BBE29DA","name":"Stop
|
518
|
+
the skritt from stealing Zephyrite crystals and returning them to their queen."},{"id":"F0CD0766-AC03-4C06-A6B1-A72BC6D95411","name":"Stop
|
519
|
+
the skritt from stealing Zephyrite crystals and returning them to their queen."},{"id":"5C8CFDCA-57D6-4456-900D-BCBE366FC7B4","name":"Gather
|
520
|
+
insect parts from nearby beetles."},{"id":"19D26535-6F1A-4C0E-99B0-AEC60B136B1C","name":"Rescue
|
521
|
+
the captive Zephyrites."},{"id":"C9B74B03-28D8-496A-8603-0023EB37F623","name":"Defeat
|
522
|
+
the champion N4-SR before the Inquest can lock down their base."},{"id":"E0DA6BB5-8054-4F8E-B91B-C860777B4492","name":"Defeat
|
523
|
+
the giant beetle."},{"id":"11BCDF58-DE1A-48A6-B1B5-5B2AFEA56CE5","name":"Clear
|
524
|
+
Prosperity of jungle tendrils and Mordrem."},{"id":"6A5E433A-4DC2-4BF5-B723-711F9E194D61","name":"Defeat
|
525
|
+
the dust monster!"},{"id":"9630BFEE-15FC-4E53-8589-2098406C73E9","name":"Defeat
|
526
|
+
the dust mite twister!"},{"id":"E302E83C-0FBF-4A46-9397-6816E9175A24","name":"Capture
|
527
|
+
and subdue Brekkabek."},{"id":"ACBCBDE6-988D-4864-9220-74C43B0EBA59","name":"Defend
|
528
|
+
the skritt thieves while they steal harpy eggs."},{"id":"4A1DECF3-C1AD-42EC-9905-976B281CFA49","name":"Take
|
529
|
+
the centaurs'' forward camp."},{"id":"AE7AAA0C-5619-4C94-918B-6022DB9AA481","name":"Take
|
530
|
+
Bridgewatch Camp from the centaurs."},{"id":"38E99B3A-C4E5-4F1E-B5B9-24DD3DF5EDB4","name":"Defend
|
531
|
+
Seraph forces at Bridgewatch Camp from the Modniir assault."},{"id":"C3A1BAE2-E7F2-4929-A3AA-92D39283722C","name":"Capture
|
532
|
+
the camps before more centaurs arrive."},{"id":"82314FEA-5FAF-4A18-9105-2AAC1A507D6A","name":"Stop
|
533
|
+
the centaurs from retaking their camps."},{"id":"DDC0A526-A239-4791-8984-E7396525B648","name":"Assault
|
534
|
+
Kingsgate and drive the centaurs back before they can rally their forces."},{"id":"DA465AE1-4D89-4972-AD66-A9BE3C5A1823","name":"Keep
|
535
|
+
the Modniir invaders from retaking Kingsgate."},{"id":"E6872A86-E434-4FC1-B803-89921FF0F6D6","name":"Defeat
|
536
|
+
Ulgoth the Modniir and his minions."},{"id":"C96EF82C-8DD2-429B-BC12-425256F186D3","name":"Intercept
|
537
|
+
the prisoner caravan."},{"id":"F45D0F5B-3D3D-435D-A172-246FF2428CA8","name":"Break
|
538
|
+
the captives out of the centaur slave cage."},{"id":"C7C3342E-88B3-4325-A5B9-E3D44C778835","name":"Help
|
539
|
+
Shining Blade Kimber defeat Kol Skullsmasher."},{"id":"13261536-CF90-4F17-87AA-F7A203FFCC60","name":"Help
|
540
|
+
Shining Blade Kimber find her husband."},{"id":"A3101CDC-A4A0-4726-85C0-147EF8463A50","name":"Kill
|
541
|
+
the centaur war council before reinforcements arrive."},{"id":"E44B16A1-95A3-41B6-B488-5DC672B980B9","name":"Defeat
|
542
|
+
the bandits'' pet broodmother."},{"id":"37E4ACB2-D4DF-47F3-804E-D506BEC24D17","name":"Help
|
543
|
+
Hrok Sverresson plant explosives in Barricade Camp."},{"id":"98BB7E67-ABE0-47FA-9379-BBF2653F8A09","name":"Destroy
|
544
|
+
centaur supplies while Zirra bombards Recovery Camp."},{"id":"C640BADC-0E9F-4069-9E0B-7AC041236948","name":"Kill
|
545
|
+
the champion Modniir overlord."},{"id":"5DC53B15-B467-45F3-8D67-DC4F78B7A81C","name":"Defeat
|
546
|
+
the champion."},{"id":"106861A5-9261-409D-A8C4-517FF6B4E0B3","name":"Assault
|
547
|
+
Overwatch Camp and destroy the trebuchets."},{"id":"415B0C9A-B25C-4BB6-97C4-F5BE527CA23E","name":"Defeat
|
548
|
+
the champion."},{"id":"195CFC99-BFFE-43A7-8EFE-482B6590CF6B","name":"Defeat
|
549
|
+
the attacking Ministry Guards."},{"id":"CE8FD41A-3406-4C21-9161-E4F18529801D","name":"Defeat
|
550
|
+
the Seraph training sergeant."},{"id":"015804E4-FC39-4A10-96CF-7457954702D8","name":"Skill
|
551
|
+
Challenge: Take Down the Seraph Ballista"},{"id":"7F1469C8-93CC-42F2-83C3-9B2A1F10F90B","name":"Skill
|
552
|
+
Challenge: Defeat the ancient warbeast and its pack."},{"id":"41D585D0-37E6-46FB-B88B-FC1FF0AF318A","name":"Skill
|
553
|
+
Challenge: Defeat the Crazed Ettin and Its Raptor Pack"},{"id":"75C26CC2-73C6-4D9D-B3CC-93FAA2AF4334","name":"Bring
|
554
|
+
air elemental essences to Mad Scientist Tork."},{"id":"4D27BE29-E0D4-4AB8-8FD1-B3A687BF0588","name":"Fight
|
555
|
+
off intruding pests so the assistant can stabilize the machine."},{"id":"22AEAF19-DBCD-4C21-B888-E953154BF152","name":"Bring
|
556
|
+
shrinkcap spores to Fen."},{"id":"3DDF8723-40B9-4422-8256-E4F12E9D6A56","name":"Protect
|
557
|
+
Fen as he makes his way into the Bonerattler Caverns."},{"id":"C1B59943-1233-4B6F-A992-F8B03845A269","name":"Take
|
558
|
+
out the Harathi leader and their catapults."},{"id":"3CDA6962-AADF-4225-B1F7-B91EB8CAAE36","name":"Defend
|
559
|
+
the reclaimed camp by killing centaurs."},{"id":"0B446EA7-2782-4D6C-B772-A87A252CEFE4","name":"Defeat
|
560
|
+
the corrupting ghost."},{"id":"1596FF7F-62A3-4CD3-9CBF-02EE058A209C","name":"Protect
|
561
|
+
the skritt thieves while they steal supplies from the centaurs."},{"id":"0EF07842-62CF-4D65-81B4-6A7FB5E38CEE","name":"Help
|
562
|
+
Megin Volkman search for her missing son."},{"id":"9B249A20-2454-475B-8802-07FE64E17A8D","name":"Accompany
|
563
|
+
Muldoon on a walkabout around the Nightguard Beach."},{"id":"CCA46230-7D3C-46D8-A13A-CFD7A569DB86","name":"Complete
|
564
|
+
the guild rush course."},{"id":"241FADEE-F755-4653-B5DE-2F0816DA2524","name":"Complete
|
565
|
+
the guild rush course."},{"id":"8159BE04-D981-4D6B-A436-6DB35F3F519E","name":"Kill
|
566
|
+
Gargantula, the spider broodmother."},{"id":"A4FD8275-1C0E-41D3-8978-70BF4ECC930B","name":"Free
|
567
|
+
the soldiers trapped by spiders."},{"id":"835AFE78-4477-4868-B356-22DC41ED234A","name":"Protect
|
568
|
+
Broil Cane while he destroys centaur catapults."},{"id":"7C4DA60D-D487-4B21-AF03-58CA1A4F9964","name":"Capture
|
569
|
+
Shorebluff Camp."},{"id":"6B3AE2FE-5B88-40DF-97F1-5BCD4A35699B","name":"Keep
|
570
|
+
centaurs out of Shorebluff Camp."},{"id":"016A112B-0DAE-4C5B-BA23-235614B26F6D","name":"Complete
|
571
|
+
the guild rush course."},{"id":"C1AAB5E6-018A-46E4-AAB7-5DD54F4A9B1E","name":"Complete
|
572
|
+
the guild rush course."},{"id":"B3A363C2-AE74-488C-86B3-05C7A8799A26","name":"Complete
|
573
|
+
the guild rush course."},{"id":"D96386E9-1D07-42B6-B8C2-8C5814D1A1DB","name":"Stop
|
574
|
+
the dredge bombardment."},{"id":"10E127D6-BD0F-421E-BA4D-2AF21FEC8E02","name":"Help
|
575
|
+
the quaggans retake Moshpoipoi from the icebrood."},{"id":"8E1AC40A-F893-40FF-8A13-82AB1AFC333D","name":"Help
|
576
|
+
the Moshpoipoi village guards defend against icebrood."},{"id":"CD212D56-5D8E-40B5-BF42-28972641A45F","name":"Defeat
|
577
|
+
the imp lord and his empowered minions."},{"id":"B0E900D7-580E-4565-AECE-8B1F1E1BCF91","name":"Help
|
578
|
+
Kazk transport supplies from Yak''s Bend to Ridgerock Camp."},{"id":"B426377E-22CF-49B5-ADFD-5113A54EE436","name":"Liberate
|
579
|
+
Ridgerock Camp from the Sons of Svanir."},{"id":"CCD6BFC8-0D13-4A49-A9E1-6DF6E0A96508","name":"Stop
|
580
|
+
the dredge before they fortify Groznev Delve with cannons."},{"id":"7F5AD66E-2669-4EBC-92F2-5A4D6D8276C2","name":"Stop
|
581
|
+
the skritt burglar before it escapes with the treasure."},{"id":"502B4331-9D14-4120-BC58-9E19AC4F68EA","name":"Stop
|
582
|
+
the skritt burglar before it escapes with the treasure."},{"id":"D4106B83-59FA-4B0C-AA62-A65434853DD3","name":"Stop
|
583
|
+
the skritt burglar before it escapes with the treasure."},{"id":"AEDCC766-1452-4720-8C6F-B76AF3698ED6","name":"Stop
|
584
|
+
the skritt burglar before it escapes with the treasure."},{"id":"E3E87FE8-CAD5-449B-85AC-BA865B35B2B1","name":"Stop
|
585
|
+
the skritt burglar before it escapes with the treasure."},{"id":"B99EC473-16EB-4A0B-ACCC-3FD1CFF4C294","name":"Drive
|
586
|
+
the Sons of Svanir from Coiled Watch."},{"id":"0AC37B6D-CFF6-47AE-AF37-253D0E162F5C","name":"Defend
|
587
|
+
Coiled Watch."},{"id":"EF213B4D-AB53-408B-BAA5-DA73AA69EA2D","name":"Escort
|
588
|
+
the explosives-laden dolyaks to the Barrowstead."},{"id":"7BCF9D54-F0A5-4652-96E9-B59E8FFAF510","name":"Destroy
|
589
|
+
the totem foci to stop the Svanir corruption ritual."},{"id":"A5063B91-1EAC-49CF-A39A-05797B603867","name":"Svanir
|
590
|
+
Shaman have corrupted members of the Vigil assault force."},{"id":"B70A929A-5193-42CC-AF11-D29F200CAC6A","name":"Defeat
|
591
|
+
the Dragon shamans to destroy their totem before Svanir reinforcements arrive."},{"id":"74AA3B39-4329-482A-8811-14554E7C3465","name":"Breaking
|
592
|
+
the Ice"},{"id":"C74DA164-7C6A-47F7-B02B-108FD6D08CDD","name":"Defend Blue
|
593
|
+
Ice Station from the dredge."},{"id":"EE82DF73-08CC-4F3F-A47C-05D083EEC15F","name":"Drive
|
594
|
+
the dredge out of Blue Ice Station."},{"id":"A0544306-1353-449A-815F-5FA11CE59EE3","name":"Destroy
|
595
|
+
the champion icebrood quaggan."},{"id":"DC9BF7FF-CE74-448E-843B-6C1D180E06CE","name":"Skill
|
596
|
+
Challenge: Fight Flowing Ice"},{"id":"DF3444F0-5E67-4D04-A342-A1EDD1D942C2","name":"Skill
|
597
|
+
Challenge: Defeat Okamuk"},{"id":"21118275-A4AB-424C-B90D-622C138B48FD","name":"Skill
|
598
|
+
Challenge: Defeat Eulda Soulseer"},{"id":"487A09A1-C875-4C87-9F0A-B165F8DF7587","name":"Skill
|
599
|
+
Challenge: Fight Miner Voss"},{"id":"E5C17799-F5CD-4567-93CB-5483CA8238DF","name":"Skill
|
600
|
+
Challenge: Fight Talooboo''s Shark"},{"id":"48BC6AD6-F095-4B2E-AB86-6C7EEEC7C14F","name":"Skill
|
601
|
+
Challenge: Defeat Icebrood from the Frost Portal"},{"id":"F3C5AFA6-D5C2-43FC-B185-8FD8760AE42E","name":"Escort
|
602
|
+
the Traveling Merchant Orthun''s caravan to Yak''s Bend."},{"id":"C5A976FF-C57E-41F5-88C9-00BD3158F0D9","name":"Defeat
|
603
|
+
the icebrood fish."},{"id":"9F620165-4572-490F-8F79-3BF2556EF177","name":"Subdue
|
604
|
+
and capture Devious Teesa."},{"id":"4282C492-3A63-4FEF-A7FC-53DBDDF12945","name":"Keep
|
605
|
+
dredge away from the ice bridge repair site."},{"id":"AC544DEB-E97B-4940-AC62-E7586F41B53D","name":"Defeat
|
606
|
+
the giant blue ooze."},{"id":"58BCC2BE-CA0F-4CBC-ABDE-FC3D34B10FEB","name":"Rescue
|
607
|
+
the quaggan from the Sons of Svanir."},{"id":"8073C43A-A594-4E05-A2E7-D707E928A966","name":"Defend
|
608
|
+
Ridgerock Camp from the Svanir."},{"id":"34D08CC1-A367-426B-BE33-864785A76B83","name":"Recover
|
609
|
+
supplies stolen by the grawl and return them to Thraeingr."},{"id":"1BB8D349-3854-417C-AA37-9CA3C95F8650","name":"Help
|
610
|
+
Depthless Sea reduce the icebrood presence in Snow Climb."},{"id":"4F01F9FE-F90C-4199-B2D5-C52122F3FD02","name":"Help
|
611
|
+
Depthless Sea defeat the icebrood kodan."},{"id":"8C70C267-7CF2-4B1F-ADDB-5FD0E0ED8649","name":"Stop
|
612
|
+
the dredge divers from constructing mortars at Slough of Despond."},{"id":"99CF612E-52A2-40BB-B4F8-EAE4C86EA303","name":"Break
|
613
|
+
the dredge siege at Slough of Despond."},{"id":"151E9024-9F17-4407-B0D0-75BFC3C4F1B4","name":"Destroy
|
614
|
+
the dredge mining camp."},{"id":"7370BF78-88ED-4B25-B91D-155152E9F53A","name":"Defeat
|
615
|
+
the largos assassin."},{"id":"CC744C92-A7A8-4EB1-99D2-CD60FB950B12","name":"Help
|
616
|
+
Slishaa recover the Shimmer Bauble."},{"id":"754265B1-0B48-48F3-BA37-47814C0A51C8","name":"Clear
|
617
|
+
the Quaggan Games competition grounds of hostile creatures."},{"id":"35DE4A94-B085-4F1A-AAE9-C7243F655E8B","name":"Assist
|
618
|
+
Aloogwa with combat training."},{"id":"BB0B840F-282E-4476-9109-6328D0426273","name":"Help
|
619
|
+
Orsippus Champion Squilp gain the buoyancy to race effectively."},{"id":"211DF408-3AB7-4F4C-BA4B-4913737D6651","name":"Defeat
|
620
|
+
the dredge disaggregation general."},{"id":"AA3D8BEF-AB41-4C09-A06A-6AA4DC7A7F08","name":"Defeat
|
621
|
+
the dredge resonator general."},{"id":"9F951665-0432-4F8E-9493-946E20048D93","name":"Defeat
|
622
|
+
the dredge artillery general."},{"id":"A97D9821-B6E6-4F07-9AC5-169FCE2E391F","name":"Defeat
|
623
|
+
the dredge excavation general."},{"id":"664B1CAC-8F83-4446-9E81-079EC4D19467","name":"Defeat
|
624
|
+
the dredge commissar."},{"id":"D0824695-B509-4DFD-A4ED-1C523E891E28","name":"Assist
|
625
|
+
the dredge rebels by defending their personnel carriers."},{"id":"429D6F3E-079C-4DE0-8F9D-8F75A222DB36","name":"Destroy
|
626
|
+
the dragon crystal at the Pact flak cannons."},{"id":"C957AD99-25E1-4DB0-9938-F54D9F23587B","name":"Destroy
|
627
|
+
the dragon crystal near the Pact siege wall."},{"id":"96D736C4-D2C6-4392-982F-AC6B8EF3B1C8","name":"Destroy
|
628
|
+
the dragon crystal at Elder''s Vale."},{"id":"0CA3A7E3-5F66-4651-B0CB-C45D3F0CAD95","name":"Destroy
|
629
|
+
the dragon crystal on the road to Slough of Despond."},{"id":"BFD87D5B-6419-4637-AFC5-35357932AD2C","name":"Lure
|
630
|
+
out the Claws of Jormag by destroying the final dragon crystal."},{"id":"0464CB9E-1848-4AAA-BA31-4779A959DD71","name":"Defeat
|
631
|
+
the Claw of Jormag."},{"id":"2A90AC74-2FDC-4F59-B683-85F1AC85C889","name":"Defeat
|
632
|
+
the three Drakkar Spurs champions."},{"id":"4C455146-7FCD-4BE2-A64F-78C5B3B555DF","name":"Drakkar
|
633
|
+
Champion Bonus"},{"id":"973D829E-7ABE-4D2F-9A16-44DBC9505FCD","name":"Defeat
|
634
|
+
the champion."},{"id":"4D162468-D025-4EA8-9ABC-6F8D584B4F60","name":"Defeat
|
635
|
+
the champion."},{"id":"7903D44C-A59A-422A-91F0-634F5A0505B0","name":"Defeat
|
636
|
+
the champion."},{"id":"E8C6F94A-93BE-4EA5-93C7-2C91A1E8CB03","name":"Defend
|
637
|
+
the bridge to Blue Ice Shining."},{"id":"67FD5AD1-D623-4B33-B3AA-657923481D03","name":"Help
|
638
|
+
kodan castaways reach Slough of Despond."},{"id":"41AC981F-0E47-4623-B3BE-317784F288BD","name":"Defend
|
639
|
+
Cresting Wave as he stands against the icebrood."},{"id":"7D7ED85F-9E8C-427C-9775-18EB9AC8B51F","name":"Weaken
|
640
|
+
Deep Song to make her regain her sanity."},{"id":"6D0B4AB4-5ACC-4CA9-BFF4-B8C3B2D273E0","name":"Clear
|
641
|
+
the icebrood from Deep and Troubled Waters."},{"id":"4D9F9882-73E0-4639-A671-FFC6B2BB2A2C","name":"Defeat
|
642
|
+
the Icebrood Atrocity."},{"id":"799162DD-AB3B-428F-A236-6970C6951775","name":"Kill
|
643
|
+
the Risen acolyte leader attempting to perform an unholy ritual."},{"id":"45B84A62-BE33-4371-B9FB-CC8490528276","name":"Escort
|
644
|
+
the southern invasion Pact squad to the Pact rally point at Triumph Plaza."},{"id":"7B7D6D27-67A0-44EF-85EA-7460FFA621A1","name":"Seize
|
645
|
+
the Altar of Betrayal before Pact morale can be broken."},{"id":"249AA114-3F11-407B-8D97-99F2396C88E2","name":"Kill
|
646
|
+
the Risen Captain rampaging beneath the sea."},{"id":"6123955E-6A4D-4B74-A486-B9FCDDFD0A87","name":"Escort
|
647
|
+
Captain Guida and her team back to Cadrigan''s Jetty."},{"id":"A48E619E-4BB9-41E2-94BE-9538FFA9E0EF","name":"Clear
|
648
|
+
the undead from Lightfoot Passage cave."},{"id":"C183FBDE-2F05-43C0-A7AE-BB77C60DCB27","name":"Kill
|
649
|
+
the Risen megalodon menacing explorers between Fort Trinity and Orr."},{"id":"1EFEF421-3D56-49A1-9BC0-0AFC75D81C57","name":"Protect
|
650
|
+
Valbjorn Deepdelver as he explores the Orrian shipwreck."},{"id":"25441447-EA7B-4634-A58F-2140F8B1B930","name":"Clear
|
651
|
+
the Pact field hospital of Risen."},{"id":"101CEAA6-0A5E-4D7D-B185-BE324B88190C","name":"Defend
|
652
|
+
Scholar Keemka and BNDL-2 until Pact megalasers can be built."},{"id":"D06C6415-07AC-4893-9361-F214742B5241","name":"Defend
|
653
|
+
the Pact Megalasers and destroy the Orrian bone ship."},{"id":"11E3A32E-F955-4C9D-99B0-5B53279ADDC9","name":"Destroy
|
654
|
+
the Risen krait harpoons before the Pact are forced to turn back."},{"id":"E5BF70E5-7219-479D-9C65-650E85745DDA","name":"Defend
|
655
|
+
Stygian Deeps from the Risen krait."},{"id":"51CF2675-4242-4CF1-B14F-70F70A674257","name":"Stop
|
656
|
+
the Risen minelayers from restoring their offshore minefield."},{"id":"2428CB21-0CA5-413B-9342-DD4C2BEC9865","name":"Destroy
|
657
|
+
the Risen minefield for the assault vessels before the Risen regroup."},{"id":"7C5AE370-5EBC-4C05-A29B-6A4F4093B466","name":"Drive
|
658
|
+
the Risen from Conquest Marina."},{"id":"C7078D50-A3CE-4A3C-859E-A351F38B5547","name":"Defend
|
659
|
+
Conquest Marina against the Risen."},{"id":"29DA1A21-887F-49F4-9999-DCB1FC9A35AA","name":"Kill
|
660
|
+
the veteran Risen Acolyte of Balthazar."},{"id":"597ED008-9142-4B9C-8730-830A19AA664C","name":"Help
|
661
|
+
Pact Crusader Bodil find her missing companion, Alyxx."},{"id":"22E2C32B-8F6D-46C9-8FF9-6453673416A5","name":"Kill
|
662
|
+
the champion Risen krait nimross."},{"id":"7C7E0FDD-82D0-49FA-B029-D16E30F54C87","name":"Destroy
|
663
|
+
the Risen rotmouths corrupting Bramble Pass."},{"id":"C1AB862C-2ED6-4A6B-98CF-EDB810A87BF2","name":"Destroy
|
664
|
+
the Risen catapults on Snipe Hill."},{"id":"11473024-4349-4443-8D88-C6494E33693B","name":"Protect
|
665
|
+
the Pact Siege Team as it sets up trebuchets."},{"id":"D1A02D5B-20A4-4923-A7A1-91852FE786E8","name":"Defend
|
666
|
+
the Pact trebuchets from the undead."},{"id":"9A3A5E8E-C9BF-4867-94D3-82336702B010","name":"Defend
|
667
|
+
Agent Carver as she attempts to capture Izz-al-Din Sarayi."},{"id":"0B4C8548-B366-4033-BE89-E4A22F625957","name":"Defend
|
668
|
+
Agent Carver from Risen attackers."},{"id":"BA43EBDF-9276-4155-8A7B-03A58D621211","name":"Escort
|
669
|
+
the weapons transport to Lasciate Gate on Orr."},{"id":"DBA880A3-7EBD-4575-936C-16DBC3376AF2","name":"Use
|
670
|
+
Pact weaponry from the weapons transport to break through Lasciate Gate."},{"id":"7FC9708B-F219-4CC0-94DB-594B30DF697C","name":"Defend
|
671
|
+
the Lone Post from the Risen hordes."},{"id":"32C05B24-A4F7-4BF9-B97D-537D8BD948EE","name":"Protect
|
672
|
+
the Pact choppers from the Risen anti-air cannons."},{"id":"D3FFC041-4124-4AA7-A74B-B9363ED1BCBD","name":"Escort
|
673
|
+
the northern invasion Pact squad to the Pact rally point at Triumph Plaza."},{"id":"C2D17588-AE99-46B1-BC7B-839029ED3A34","name":"Clear
|
674
|
+
Broken Spit of the Risen sea creatures replicating themselves."},{"id":"7A26F3A3-6899-4AED-B545-F0BB5B69BE20","name":"Protect
|
675
|
+
Scholar Breandan while he examines the seabed near Broken Spit."},{"id":"2555EFCB-2927-4589-AB61-1957D9CC70C8","name":"Defeat
|
676
|
+
the Risen Priest of Balthazar before it can summon a horde of Risen."},{"id":"C7DB3ED8-6A46-4F83-AB2D-B8BA423B6ED1","name":"Kill
|
677
|
+
the veteran Risen Acolyte of Melandru."},{"id":"75119394-CA93-4E6A-8882-3DB27AA9B691","name":"Defeat
|
678
|
+
the Risen and free Agent Raia from her broken battlesuit."},{"id":"0ED92814-3DAE-4AA5-BE28-047008FE75D2","name":"Protect
|
679
|
+
Agent Raia from Risen as she salvages her broken battlesuit."},{"id":"BB327F07-8034-4B28-8835-F7F07E90043D","name":"Kill
|
680
|
+
the veteran Risen Acolyte of Grenth."},{"id":"27CD324A-4233-4E20-BF92-D91B4092A5B3","name":"Defeat
|
681
|
+
the champion."},{"id":"BBB9569C-D5EE-4CF9-8AA9-3EE84DC7D7FC","name":"Defeat
|
682
|
+
the champion."},{"id":"B7B97A96-1B52-4935-A19B-9904D93386FA","name":"Defend
|
683
|
+
Agent Kurzz while he repairs the downed helicopter."},{"id":"87BA7B16-E490-430E-9CC3-181D21DC4A83","name":"Defend
|
684
|
+
Blubloop against the swarm of Risen quaggans."},{"id":"2E18FE8F-FAE9-4F21-B5FF-4EFE1FC0C438","name":"Help
|
685
|
+
Blubloop reach the shore of Squall Cusps safely."},{"id":"7D10ECE9-2F02-4769-B02D-D9B74FE30B54","name":"Skill
|
686
|
+
Challenge: Defeat the Risen Spectral Guard"},{"id":"2CBA1408-88CA-417A-9DA5-CDDCAE80F1CB","name":"Skill
|
687
|
+
Challenge: Defeat the Priory Magister"},{"id":"5624BFAD-6378-4A36-A7B0-D32002B6BA68","name":"Skill
|
688
|
+
Challenge: Defeat the Vigil Tactician"},{"id":"E9A0A1FC-2616-4DA7-86EF-D9F075E5FD54","name":"Skill
|
689
|
+
Challenge: Defeat the Risen Spectral Juggernaut"},{"id":"F112D6D7-7972-4ACB-AA48-448CB53687D0","name":"Kill
|
690
|
+
the Risen wizard patrolling the Vizier''s Tower."},{"id":"D0ECDACE-41F8-46BD-BB17-8762EF29868C","name":"Help
|
691
|
+
the Pact reach the Altar of Betrayal before their morale is depleted."},{"id":"DD40D3E6-77BC-4DDF-8C22-C8CD0413EFA5","name":"Help
|
692
|
+
Azzan hunt down the Risen krait arcanoss before it escapes."},{"id":"A8D1A2B7-1F1B-413D-8E64-06CA0D26712D","name":"Escort
|
693
|
+
the central invasion Pact squad to the Pact rally point at Triumph Plaza."},{"id":"4F125457-A110-4860-8D76-E4AE678C3023","name":"Escort
|
694
|
+
the supplies to Siegemaster Denbi."},{"id":"A0786CFF-37C8-4ECD-9732-3A462112C895","name":"Stop
|
695
|
+
members of Modus Sceleris from ambushing adventurers."},{"id":"F9FC4D88-0409-4F1E-8189-E189AC6B1A9D","name":"Capture
|
696
|
+
Stentor Cannonade from the Risen."},{"id":"7BA6EEA3-3613-4CA6-BE54-C1C7EC7E5C80","name":"Defend
|
697
|
+
Stentor Cannonade while ballistic technicians repair the golem cannons."},{"id":"B27ED1FD-29C8-4816-8E19-817A8C612D70","name":"Defeat
|
698
|
+
Veland of Modus Sceleris."},{"id":"5380DB84-B81E-4533-B6FF-ECB52B3AC15B","name":"Hold
|
699
|
+
Stentor Cannonade against Risen attacks."},{"id":"C2F3B0D8-0B30-4EE8-BEE0-344FD0055BBC","name":"Sink
|
700
|
+
the Risen armada blocking Pact submarines off the coast of Stentor Cannonade."},{"id":"04AB42CD-D459-4556-8AF3-CFF017FF3615","name":"Defeat
|
701
|
+
Orma of Modus Sceleris."},{"id":"C0D53DBF-B31B-4284-B9BD-69F637B32640","name":"Destroy
|
702
|
+
the Risen bone ships blocking passage to Brassclaw Landing."},{"id":"04B33C34-8B6D-482A-B918-A00EE8D5B259","name":"Defend
|
703
|
+
Pact submarines from the Risen until all reinforcements have arrived."},{"id":"44F77520-2555-4771-AE91-CA20D4E2C3DF","name":"Win
|
704
|
+
three rounds of Modus Sceleris''s tournament."},{"id":"C42BDB41-AEB6-4BD7-8451-373D3FA15A1D","name":"Capture
|
705
|
+
Brassclaw Landing from the Risen."},{"id":"1C39087B-488D-4ABF-B21E-DB48B0FD4EEA","name":"Defend
|
706
|
+
Pact forces until all reinforcements have arrived."},{"id":"EB5EF94C-C52C-4887-A459-1819858EDF56","name":"Protect
|
707
|
+
the Pact as they defend Brassclaw Landing from the Risen."},{"id":"97E55382-0CB5-4564-BDDF-3BE4DADE6A20","name":"Kill
|
708
|
+
the veteran Risen Acolyte of Dwayna."},{"id":"05C26499-1FA8-438C-A8D0-CB6FD48B7091","name":"Bonus
|
709
|
+
round: defeat Modus Sceleris!"},{"id":"589B1C41-DD96-4AEE-8A3A-4CC607805B05","name":"Help
|
710
|
+
the Pact hold the Altar of Betrayal from the Risen."},{"id":"DFC7C179-C50D-44E2-9D77-AA3B4A798B17","name":"Clear
|
711
|
+
the undead from Razorslide Bivouac."},{"id":"3119BBC7-4135-47F8-8900-0B8F3A53F051","name":"Protect
|
712
|
+
Scholar Penta while she examines the scriptures."},{"id":"00383765-108A-4D14-B4CD-F8BA346C4814","name":"Destroy
|
713
|
+
the Risen galleon ship before it offloads its entire Risen crew."},{"id":"1050850B-92FE-437B-92F2-1B8849A63D05","name":"Escort
|
714
|
+
the artifacts."},{"id":"A0E5E563-2701-4D4E-8163-A89FEA02EC38","name":"Destroy
|
715
|
+
the Risen anti-aircraft gun so Nallandra can signal her team to land."},{"id":"1AA53706-2FF4-49F5-B7F0-E43324D99CCC","name":"Search
|
716
|
+
rubble for Deldrimor artifacts to give to Scholar Alil Rodez."},{"id":"6FA8BE3F-9F6C-4790-BFBC-380B26FDB06C","name":"Escort
|
717
|
+
Warmaster Leddron and his team to Zho''qafa Catacombs."},{"id":"42884028-C274-4DFA-A493-E750B8E1B353","name":"Defend
|
718
|
+
the Pact team as they search Zho''qafa Catacombs for artifacts."},{"id":"B6E00BAE-877F-4A80-863C-54A3FE5FD6B7","name":"Rescue
|
719
|
+
Scholar Alil Rodez."},{"id":"A0796EC5-191D-4389-9C09-E48829D1FDB2","name":"Destroy
|
720
|
+
the Eye of Zhaitan."},{"id":"4920CE71-833B-4DF9-B9C4-6881C50F64C8","name":"Escort
|
721
|
+
Warmaster Leddron and his team to the extraction point."},{"id":"80D3201B-1AD0-42A1-B6AA-973FC923D6FC","name":"Kill
|
722
|
+
the veteran Risen Acolyte of Lyssa."},{"id":"AF751C22-7980-40FA-AB83-BD8BD3B5027A","name":"Destroy
|
723
|
+
the outpost created by the steam creatures."},{"id":"50824DD0-0E8D-44F0-9CAC-A15F50C214E3","name":"Help
|
724
|
+
the Pact reach the graveyard outside Zaishen Antheneum."},{"id":"2EBA871F-19A3-4AE7-86C4-280FAA21D188","name":"Help
|
725
|
+
the Pact team and clear the graveyard of the Risen."},{"id":"77ADD8A0-7A1F-47D7-8D82-484A2134F576","name":"Destroy
|
726
|
+
Orrian coffins with Pact flamethrowers."},{"id":"E15DF6A3-BBEF-45E7-A6B6-EB5CE54EE0DE","name":"Give
|
727
|
+
Orson components for his ettin-proof suit."},{"id":"88DBFB0B-3CB5-47FE-8B9D-2A9E3E04F7F2","name":"Kill
|
728
|
+
the Risen wraith."},{"id":"9841ACE7-5F49-45FF-AE56-16B6908A09FE","name":"Kill
|
729
|
+
the Risen noble in the catacombs."},{"id":"107AF387-E000-42DD-A202-BF2C7AEBE9FC","name":"Kill
|
730
|
+
the Risen abomination at the catacombs exit."},{"id":"44BCADE0-1B85-4749-95FB-B403CCE28668","name":"Free
|
731
|
+
Venpa and help her reach safety."},{"id":"E9C6DFE8-DAC6-4810-9CB2-F71CF4D648C7","name":"Free
|
732
|
+
the Pact krewe members trapped inside Risen clams."},{"id":"5A33CAA9-9797-43E3-9B57-2F71FA22C186","name":"Defend
|
733
|
+
the tank as the Pact team secures the area."},{"id":"55520B9F-DC24-4824-A47C-B951F06C87DA","name":"Defend
|
734
|
+
the Pact galleon from Risen sea life."},{"id":"D95CF590-1349-4EE3-9848-E4444708FCA4","name":"Help
|
735
|
+
Venpa finish the Ettin Proof Suit Mark II."},{"id":"674E3EAB-DA63-4FEB-B715-F9013AD8AB3A","name":"Destroy
|
736
|
+
the Risen sea life assaulting the Pact galleon off Elysium Beach."},{"id":"F7E3CCB7-ACE0-401F-8CAC-7C4BD056022F","name":"Help
|
737
|
+
the Pact crew reach Stentor Cannonade."},{"id":"0A0B9A23-70C9-45F0-85D7-536981BBA2FB","name":"Destroy
|
738
|
+
Venpa''s malfunctioning Ettin Crusher."},{"id":"3F9785F9-1EA7-4916-A500-FD0F90C9E4BD","name":"Destroy
|
739
|
+
the Risen krait nimross and free the trapped Pact crew."},{"id":"8E6AF1F5-8E3A-4F93-8CFB-7E990A07E35D","name":"Escort
|
740
|
+
the PAC-7000 golem along its northern supply route."},{"id":"D35D7F3B-0A9B-41C6-BD87-7D7A0953F789","name":"Use
|
741
|
+
the Pact weapons to kill the Risen giant guarding the area near the temple
|
742
|
+
of Balthazar."},{"id":"06553C82-45D0-4D5F-B6F6-13CD82D67570","name":"Defend
|
743
|
+
Afgar''s Steading from the steam creatures."},{"id":"6249419D-BCEB-415B-BE1A-55D22019B29F","name":"Defeat
|
744
|
+
Risen guarding the Plaza of Lost Wisdom ruins."},{"id":"1FD4CB2C-6FFD-4C22-9541-53CF85C6F1B9","name":"Help
|
745
|
+
Explorer Rokk and Scholar Rolla escape the Plaza of Lost Wisdom ruins."},{"id":"29E4724B-846C-4C58-AF6A-0752B447602F","name":"Escort
|
746
|
+
the Pact squad to the conservatory."},{"id":"0E62294F-383B-44F1-83AC-65BD3B1A4A16","name":"Stop
|
747
|
+
fabricators from building the steam outpost."},{"id":"9713F90A-728A-4062-9674-41B8FB960E14","name":"Kill
|
748
|
+
the Risen wizard guarding the conservatory."},{"id":"B5CDAC03-CF26-45BA-AB25-23B842FE654A","name":"Use
|
749
|
+
boulders to block off the skritt tunnels."},{"id":"2D602266-7F76-43B3-A1C8-EFC593834FBC","name":"Kill
|
750
|
+
Korritkir the Chucker."},{"id":"A614CD0B-1B17-4E03-AFA3-C6AFB99BA10D","name":"Defeat
|
751
|
+
Reidarr Rockcrusher to calm him down."},{"id":"9044442E-5391-43F2-AC3B-52E9A3893DEC","name":"Destroy
|
752
|
+
the steam creatures'' portals."},{"id":"09F07202-CCC7-4909-A139-B82BC4312DF8","name":"Force
|
753
|
+
the ancient creature back into its prison."},{"id":"25C63FB8-A5FF-4D10-80FD-94F5B89F9496","name":"Defend
|
754
|
+
Arcanist Dremus from hostile creatures."},{"id":"954916D3-F011-422E-A77D-386936A14D13","name":"Join
|
755
|
+
Armas in hunting the jotun chieftain."},{"id":"203F4092-3050-410C-99D1-A6F379611EF8","name":"Rescue
|
756
|
+
Durmand Priory researchers from the steam creatures."},{"id":"DCF5831A-5F7A-4D75-8247-306AB5F77C8C","name":"Stop
|
757
|
+
the steam creature command squad."},{"id":"AB5E2CE8-5F05-48B8-89C4-0FEF99C02B6B","name":"Slay
|
758
|
+
the giant destroyer crabs."},{"id":"401B48FE-A86C-4E2D-A035-6111E05D1B74","name":"Defend
|
759
|
+
Scholar Pekk as he prepares to collapse the destroyer cavern."},{"id":"A7E26CE3-1B30-4022-8E17-D6D3AB6A2196","name":"Protect
|
760
|
+
Pinion Pass from destroyers."},{"id":"DE28FF89-53A0-4870-BC1E-5382DFDEA2F4","name":"Retake
|
761
|
+
Pinion Pass from the destroyers."},{"id":"A2C00A74-FFE8-4513-9535-92CC28BD4415","name":"Clear
|
762
|
+
the dredge out of the dig site."},{"id":"B0690686-931A-4BCF-8A29-BEA3798D6327","name":"Defend
|
763
|
+
the excavators from dredge."},{"id":"ECF94ABF-46CB-446D-99F9-32F418B90581","name":"Defend
|
764
|
+
Cascade Bridge from pirate bombers."},{"id":"0458CA30-1C85-46C1-986D-58DC6970947C","name":"Protect
|
765
|
+
the workers repairing Cascade Bridge."},{"id":"A084D528-22DB-4D5B-9068-0C09CB750400","name":"Escort
|
766
|
+
the Durmand Priory expedition to the Molitage Digs."},{"id":"7BAA1600-03A1-459E-ACE2-7632A20CAB1F","name":"Help
|
767
|
+
defend the mining camp from skritt."},{"id":"0142416A-65D0-4EFF-98C2-47D32E7EB02F","name":"Take
|
768
|
+
the mining camp back from the skritt."},{"id":"2AE47B05-D45F-46E8-AEE1-93F10D9C7170","name":"Collect
|
769
|
+
dwarven artifacts from False Lake for Innkeeper Klement."},{"id":"93BE485F-56E2-4956-9EB7-6788A89C0EAA","name":"Defeat
|
770
|
+
the transformed pirates."},{"id":"44E4F637-D963-4708-A6DC-2877B8424C8F","name":"Escort
|
771
|
+
the asuran researchers to Vanjir''s Stead."},{"id":"5A2CFFB1-AFC8-430F-89E3-819805F1483A","name":"Defend
|
772
|
+
Klement and Fabri from pirate thieves."},{"id":"EC0F246B-E2BF-48EC-A26B-E4030854C970","name":"Defeat
|
773
|
+
Lord Ignius the Eternal."},{"id":"608C6E92-74D2-442A-A8D1-B52E4DCCA7BB","name":"Help
|
774
|
+
Blasi steal peglegs from Greybeard''s Landing."},{"id":"FF05B5BB-A23F-46BF-8503-791CF6D43E46","name":"Stop
|
775
|
+
the dredge mining operation."},{"id":"21A133C9-65E7-4B5A-87DD-17754AFEFD48","name":"Defeat
|
776
|
+
the dredge overseer."},{"id":"7AB0ECDB-AAD4-499C-BD87-CAB37534FD9F","name":"Defend
|
777
|
+
Lyot''s ranch from the giant ice wurm."},{"id":"17B7E6EA-FEE4-4F6F-8C7B-4E2586ED1304","name":"Defeat
|
778
|
+
the grawl shaman before he can reach Slagvi."},{"id":"A4D6441F-D9E5-42A3-A8AE-417003149998","name":"Defend
|
779
|
+
Lorela from dredge while she gathers griffon eggs."},{"id":"FD4EC017-FF88-43A9-A71B-E5BC85748E8F","name":"Defeat
|
780
|
+
the champion."},{"id":"2D80D53A-9015-4108-8B7D-2B30AF4262E5","name":"Defeat
|
781
|
+
the champion."},{"id":"21015916-6156-4CAE-A45C-2186B28BA2B5","name":"Defeat
|
782
|
+
the champion."},{"id":"6DC448FF-05BE-418B-966E-2B5D2FA2BB29","name":"Defeat
|
783
|
+
the champion."},{"id":"5EBEBB0A-C066-431F-825F-F9BF29462BCC","name":"Rescue
|
784
|
+
Slagvi from the grawl before they summon their god."},{"id":"7C2B9506-5C0C-49CA-9C73-3EA740772944","name":"Skill
|
785
|
+
Challenge: Fight the Quaggan Pirate"},{"id":"558B4C18-1E0A-4E54-99DC-FC9914E6463F","name":"Skill
|
786
|
+
Challenge: Defeat the Steam Foes"},{"id":"A37EB61E-8411-4646-BF0B-C2D116036393","name":"Skill
|
787
|
+
Challenge: Fight Smashy"},{"id":"14064697-77EA-4E07-BF4B-8B6B9E68475D","name":"Skill
|
788
|
+
Challenge: Defeat Frost Portal Icebrood"},{"id":"E0721FE0-ACF2-4E58-ABAE-1FFBFF67D1E8","name":"Skill
|
789
|
+
Challenge: Defeat Lionguard Mette"},{"id":"7E0E8887-C26F-4AA0-B75D-A43354E325AA","name":"Drive
|
790
|
+
off the dredge from Korakatt''s Hall."},{"id":"43CA626E-B85F-48DE-9F57-96BBF0B34903","name":"Defeat
|
791
|
+
the brimstone imp and summoned imps."},{"id":"3471BA41-2BE6-4295-82D3-64F77E174045","name":"Remove
|
792
|
+
steam creatures from Afgar''s Steading."},{"id":"1F0AC06D-EC57-469D-9603-296DEB8CBA50","name":"Subdue
|
793
|
+
and capture Bookworm Bwikki."},{"id":"BE8090DE-60C3-43F0-9E94-2C328AE1BF9E","name":"Defeat
|
794
|
+
Crewmaster Dreggs."},{"id":"2F093DD4-38DB-40BC-9BEF-37CDBC9A31D1","name":"Defeat
|
795
|
+
Crewmaster Plagueshot."},{"id":"627D0E2F-11A7-491B-A06F-67548FDBF069","name":"Defeat
|
796
|
+
Crewmaster Drothan."},{"id":"3F624EE9-05F0-4005-BDB5-5D3A6EBE9595","name":"Defeat
|
797
|
+
Crewmaster Chanterlay."},{"id":"2A56AF0F-E2A2-4EE0-8AAF-08ADCFEC9451","name":"Defeat
|
798
|
+
Captain Jetsam."},{"id":"0D606571-9B82-4212-9E5E-571FE7956CAE","name":"Protect
|
799
|
+
Suwash from the pirate onslaught."},{"id":"6A090678-AC32-4C06-93A3-953DC856E046","name":"Help
|
800
|
+
the norn defeat the grawl''s ice elemental god."},{"id":"0FEBEFBB-DC15-4A15-BDD3-299F69766FA1","name":"Complete
|
801
|
+
the guild rush course."},{"id":"CDD09E92-E2C9-42BD-BB49-FCFD62CD6D12","name":"Complete
|
802
|
+
the guild rush course."},{"id":"0BED8161-6EA0-4F4E-B9B9-A526E637DDEC","name":"Complete
|
803
|
+
the guild rush course."},{"id":"02951B78-65AA-4C9E-AA01-4015A2547876","name":"Stop
|
804
|
+
the skritt burglar before it escapes with the treasure."},{"id":"072F25D2-272C-4A53-ADA9-AC4206AEDD2D","name":"Stop
|
805
|
+
the skritt burglar before it escapes with the treasure."},{"id":"C49EB7C6-9D48-4CA6-8941-25B8DF1A10BA","name":"Stop
|
806
|
+
the skritt burglar before it escapes with the treasure."},{"id":"2778B2CA-B840-4AB5-9DA4-9FE8CEF62A22","name":"Stop
|
807
|
+
the skritt burglar before it escapes with the treasure."},{"id":"E42A978C-04A5-4F71-B100-280FEA08785F","name":"Stop
|
808
|
+
the skritt burglar before it escapes with the treasure."},{"id":"B42BF53D-053C-414E-B2B5-A1AE02F77009","name":"Defend
|
809
|
+
Bloodsaw Mill from the Flame Legion."},{"id":"BB5249CB-680F-490A-978A-8144573BE7E4","name":"Destroy
|
810
|
+
the dredge barricade."},{"id":"55FBFD47-B8E6-4E5B-9C8B-B15FEE90C70B","name":"Put
|
811
|
+
on a cow disguise and demonstrate techniques to the cows."},{"id":"75136F02-4B80-4F71-8B3C-D5D0FA85BDCD","name":"Defeat
|
812
|
+
Hazarar Razenight."},{"id":"FC3E5AF2-FD3D-4A99-9CD0-E10C997887AB","name":"Destroy
|
813
|
+
the Human Separatists'' trebuchets outside the mill."},{"id":"CA8499F4-3C0F-424A-97DE-5E1850EE557A","name":"Help
|
814
|
+
Roarr Fatereave deliver supplies to Raintimber Mill."},{"id":"0313B532-2869-44CD-AE02-E0A9B9AA47F7","name":"Protect
|
815
|
+
the fireworks launchers from Separatists."},{"id":"539B39F6-390E-432D-A4AC-A965BDBD312B","name":"Stop
|
816
|
+
the skritt burglar before it escapes with the treasure."},{"id":"34A899E4-22F3-4D39-ABCF-8F2A1D6A953F","name":"Stop
|
817
|
+
the skritt burglar before it escapes with the treasure."},{"id":"00FB9930-F5B1-4244-9FDB-4C0F6F87E0D0","name":"Stop
|
818
|
+
the skritt burglar before it escapes with the treasure."},{"id":"3D71E968-D9AF-4947-8865-65844DDB962F","name":"Stop
|
819
|
+
the skritt burglar before it escapes with the treasure."},{"id":"D848478C-2FA9-469F-AB7A-EBED4C1989CB","name":"Stop
|
820
|
+
the skritt burglar before it escapes with the treasure."},{"id":"20EE4894-10F1-4783-B956-D13F74DC000C","name":"Defeat
|
821
|
+
the plains wurm before Karris Quickcalm must return to Butcher''s Block."},{"id":"0C226D56-5FD2-4C02-B5A8-867F02D53CF5","name":"Recover
|
822
|
+
the scattered pieces of scrap metal for Savor Foulnight."},{"id":"44D1A09D-A58F-433E-A1AC-D9C1B946D1E7","name":"Defend
|
823
|
+
Rimtooth, the pack marmox, from dredge."},{"id":"4E91B30C-9CB2-4B76-880E-E275D321F084","name":"Complete
|
824
|
+
the guild rush course."},{"id":"E837618E-AEF5-4D83-A70E-1EDBAC5C7421","name":"Complete
|
825
|
+
the guild rush course."},{"id":"4BBDC353-FA5A-43B0-A1CB-B7B1143F8768","name":"Complete
|
826
|
+
the guild rush course."},{"id":"992C04DE-6A87-4B9E-AFD7-D040D29081DE","name":"Clear
|
827
|
+
the field of wurms and wurm mounds for the cow race."},{"id":"7675AD4C-BA0B-45D9-8F1A-4BE593B41BA8","name":"Defend
|
828
|
+
Faint Ghostnight as he searches for a new devourer egg."},{"id":"DC7C36C0-3D64-4121-A3D1-D224476CC753","name":"Assassinate
|
829
|
+
the separatist instigator."},{"id":"11B3660C-19B0-4806-BE03-8EAD3499F257","name":"Help
|
830
|
+
Kiboz Rapideater herd cattle to Butcher''s Block."},{"id":"BC51C0B0-8AB8-46F0-9006-4B0B25849A8F","name":"Defend
|
831
|
+
the engineers repairing Raintimber Bridge."},{"id":"3CEFA88B-651D-47B6-86A7-9A22E6F38543","name":"Disguise
|
832
|
+
yourself as a Separatist and attack the Flame Legion hideout."},{"id":"FFC9AB2D-36D3-44F9-8B98-342F1833C2F3","name":"Disguise
|
833
|
+
yourself as a Flame Legion soldier and attack the Separatist camp."},{"id":"B5298289-EA6D-4448-AC08-2270D387801E","name":"Protect
|
834
|
+
the caravan from separatists."},{"id":"18DD3B33-1A05-457C-9426-CD98723F690D","name":"A
|
835
|
+
Celebration of Meat"},{"id":"31712EE4-B7D2-4062-B93E-F9BA60B4F20E","name":"The
|
836
|
+
Dredge Assault"},{"id":"FD66B35E-C454-4DDE-8717-95796A84329E","name":"Defeat
|
837
|
+
the Separatists assaulting the Town of Nageling."},{"id":"B03041CB-C0D9-4A5C-8FDA-85C653E0AF13","name":"Defeat
|
838
|
+
the giant assaulting the Town of Nageling."},{"id":"F6500D35-2F0C-44C8-AEF5-BE63EDEB3A3C","name":"Protect
|
839
|
+
the trained skelk gathering kindling for Raintimber Mill."},{"id":"3DFF1A3E-B038-4D59-B6F3-50E069874BCA","name":"Return
|
840
|
+
the stolen cattle to Stonefall Estate."},{"id":"4A403B80-5B67-4C3A-808B-AEDBFEBDFD3F","name":"Prevent
|
841
|
+
tar elementals from destroying the water processing machines."},{"id":"FFA8905D-2E5F-4932-AB35-FEF9B501D782","name":"Prevent
|
842
|
+
the Flame Legion from completing a ritual to pollute Blackblade Lake."},{"id":"124265E1-7F51-43F5-82E0-02411492AF1F","name":"Help
|
843
|
+
Karris Quickcalm hunt for wurm eggs inside Wurm''s Gullet."},{"id":"570BC005-76DB-4E5A-8C4A-59B3615D825F","name":"Ward
|
844
|
+
off Separatists attacking Raintimber Bridge."},{"id":"B26F987F-3A46-4958-9280-EB4242C1360C","name":"Stop
|
845
|
+
the dredge from stealing equipment and returning it to their personnel transports."},{"id":"07E16552-D52D-4A7C-B1E9-D8512C4F5B36","name":"Drive
|
846
|
+
off the Separatists stealing cattle."},{"id":"8175BCD5-509C-4A8E-96CF-CA5B51010C36","name":"Take
|
847
|
+
down the effigies before the Flame Legion recaptures Incendio Templum."},{"id":"E2E91FE7-7C59-4B9C-BBDE-637338E1ACD9","name":"Defend
|
848
|
+
Kyron Darkshield from the Flame Legion as she fixes the water processors."},{"id":"D27576AA-E6BA-40AF-B76A-80AECF0C6585","name":"Drive
|
849
|
+
the dredge from Bloodcliff Quarry."},{"id":"29615D2C-0471-4024-967A-44E28DDCA550","name":"Kill
|
850
|
+
the skelk assaulting Raintimber Mill."},{"id":"2A25DAE7-2E88-46C1-97D7-991FA7A94E99","name":"Recapture
|
851
|
+
Bloodsaw Mill from the Flame Legion."},{"id":"3D862300-22FA-44D4-B9D2-097EB4E82C4A","name":"Prevent
|
852
|
+
the Flame Legion from retaking Incendio Templum."},{"id":"E961D778-7301-4B87-8DB2-1A98D2D1EAC8","name":"Defend
|
853
|
+
Mad Mardine''s cows from harpies while he tests his invention."},{"id":"59A72488-77B7-4521-A704-6BE4A9A0DA5A","name":"Defend
|
854
|
+
Rhell Crankmane while he sets up his ghost control machines."},{"id":"013027EE-50D9-4CA0-8C10-1FC6BDFAE75D","name":"Capture
|
855
|
+
Incendio Templum from the Flame Legion before reinforcements arrive."},{"id":"EF7CBA2B-C206-4863-B9E3-F5F460566564","name":"Defeat
|
856
|
+
the champion."},{"id":"6BD7C8B0-2605-4819-9AE6-EF2849098090","name":"Defeat
|
857
|
+
Rhendak the Crazed."},{"id":"3745499E-9D35-4D8C-93B4-2F72D986ED6D","name":"Defeat
|
858
|
+
Azalus Poisontongue."},{"id":"3E8AECE5-5E0F-41D4-A70E-961191C05A8A","name":"Retrieve
|
859
|
+
the stolen mining equipment."},{"id":"D07088D5-EFB6-4D7B-9671-D89173DA4C47","name":"Prevent
|
860
|
+
the dredge from constructing a barricade."},{"id":"92326A14-9C61-4DA2-8114-C3F6F43787C8","name":"Help
|
861
|
+
the Night warband reach Incendio Templum."},{"id":"0737BC96-72E9-4901-B87D-935870EE39F3","name":"Skill
|
862
|
+
Challenge: Defeat Roj the Rowdy Butcher"},{"id":"A74C4D92-7C04-4052-BC24-2183BEF88B16","name":"Skill
|
863
|
+
Challenge: Defeat Rancher Poisonswill''s Gigantic Bull"},{"id":"918A5212-0503-4BF8-A610-47865A9C0E40","name":"Defeat
|
864
|
+
Sharptail and her devourer brood."},{"id":"5D5B2C34-B495-4FE9-8244-3047D5B9ABC7","name":"Defeat
|
865
|
+
Bogfang and his brood."},{"id":"5CAB30E7-F8D2-43A8-9C6D-0AF7F63B3B95","name":"Skill
|
866
|
+
Challenge: Prove Yourself Against Shaman Purda"},{"id":"3B084838-01DE-4E45-B4DA-44B4F74EA03F","name":"Subdue
|
867
|
+
and capture Short-Fuse Felix."},{"id":"9885DC29-F7EC-4FFA-B19F-76B3D314D6A4","name":"Clear
|
868
|
+
out the Mordrem threat."},{"id":"543C4BBC-8400-419E-9840-7F22E6B2D3D3","name":"Clear
|
869
|
+
out the Mordrem threat."},{"id":"ECEB06BA-8EE8-4805-9091-82A62290F87E","name":"Clear
|
870
|
+
out the Mordrem threat."},{"id":"70170933-4B93-4BF6-A244-4F1E1F69D05C","name":"Clear
|
871
|
+
out the Mordrem threat."},{"id":"E428C31D-A3A1-4A2E-912A-54782BBADD67","name":"Stop
|
872
|
+
the skritt burglar before it escapes with the treasure."},{"id":"28277825-5FD3-4C11-94DA-C24964612593","name":"Stop
|
873
|
+
the skritt burglar before it escapes with the treasure."},{"id":"2F5E3840-EEDC-496F-8CE3-AB0B95BC4B45","name":"Stop
|
874
|
+
the skritt burglar before it escapes with the treasure."},{"id":"F9BE599F-926D-4EFB-967A-6F9C21F41309","name":"Stop
|
875
|
+
the skritt burglar before it escapes with the treasure."},{"id":"18251B52-A64A-42A2-A81B-5210FDC41E3A","name":"Stop
|
876
|
+
the skritt burglar before it escapes with the treasure."},{"id":"C81726B7-22FD-4C8E-B311-8BE12371C08C","name":"Stop
|
877
|
+
the skritt burglar before it escapes with the treasure."},{"id":"536886FC-19AD-4406-A150-11BD0BA5A8E7","name":"Defend
|
878
|
+
Red Rock Bastion and protect Warmaster Gritblade from the Mordrem."},{"id":"904F034D-F483-4B61-BF63-D552BD28B42F","name":"Escort
|
879
|
+
supplies to Blue Oasis."},{"id":"7032EAC5-1C41-4876-9E5C-9CD7124F4769","name":"Defend
|
880
|
+
Blue Oasis and protect Tactician Mansell from the Mordrem."},{"id":"558C00B9-FE77-47C6-8FF9-C97AE09FB884","name":"Repair
|
881
|
+
the fort''s walls by bringing rubble to the supply officer."},{"id":"959EE86D-17C5-4C69-B0BA-3DBAA86271D5","name":"Escort
|
882
|
+
supplies to Red Rock Bastion."},{"id":"B9D102C8-3710-48A5-A061-0FD2AD89F0C0","name":"Blue
|
883
|
+
Oasis Supplies"},{"id":"336EAA0B-9284-486B-9AEC-C615AA32BB1A","name":"Clear
|
884
|
+
out the Mordrem threat."},{"id":"712C25D7-BD4F-48E6-8EFC-F814C6287314","name":"Repair
|
885
|
+
the fort''s walls by bringing rubble to the supply officer."},{"id":"675C39A4-38A1-4317-89C0-23674DF9415D","name":"Clear
|
886
|
+
out the Mordrem threat."},{"id":"D1AAA3A9-8BFB-446A-BB52-4C814B860850","name":"Clear
|
887
|
+
out the Mordrem threat."},{"id":"35F85E7D-4FF7-431E-A5FC-42F7275AC5C2","name":"Clear
|
888
|
+
out the Mordrem threat."},{"id":"DCBD5341-8623-4D7A-BB18-F05E35DB1DA3","name":"Clear
|
889
|
+
out the Mordrem threat."},{"id":"DB799A51-56D8-4C83-915E-BEB8ECE1DB56","name":"Indigo
|
890
|
+
Cave Supplies"},{"id":"E658D86F-D4A1-42F9-B772-A9DCFD407FDB","name":"Defeat
|
891
|
+
the Northern Shelf Elemental."},{"id":"4F68AE0E-DAFB-4EAA-89CF-08648E455112","name":"Defeat
|
892
|
+
the ancient devourer and her hatchlings."},{"id":"B106A0A8-7886-4D61-8475-513BDA160755","name":"Retake
|
893
|
+
Indigo Cave from the Mordrem."},{"id":"6B04FBDA-593B-46BB-B1AF-C5BAFBB27228","name":"Escort
|
894
|
+
supplies to Amber Sandfall."},{"id":"D506AF5E-FC97-4B0D-925F-A485363490CF","name":"Kill
|
895
|
+
the alpha beetle."},{"id":"D828AF5E-C58B-4F33-B368-E5BE83F82C7D","name":"Clear
|
896
|
+
out the Mordrem threat."},{"id":"66EE1859-F3CA-4ABE-BD16-03A634BF20D6","name":"Clear
|
897
|
+
out the Mordrem threat."},{"id":"01E02D70-FB9E-4279-A203-49207C6B7294","name":"Clear
|
898
|
+
out the Mordrem threat."},{"id":"66547287-F2E0-4F54-930A-FF8AD9620DA3","name":"Clear
|
899
|
+
out the Mordrem threat."},{"id":"DB04D18B-C4D1-4315-8D87-E40F0CB14E6F","name":"Kill
|
900
|
+
the drake broodmother."},{"id":"62C3C082-DEFF-464A-8709-04F8BD157090","name":"Red
|
901
|
+
Rock Bastion Supplies"},{"id":"DB25F2EC-0801-45B6-8CBA-BDA299CE6994","name":"Retake
|
902
|
+
Red Rock Bastion from the Mordrem."},{"id":"5347C856-828F-4EC4-8EDC-F6DBECEBEDB4","name":"Defend
|
903
|
+
Amber Sandfall and protect Lightbringer Osa from the Mordrem."},{"id":"B2F40462-9A74-4F03-A297-4C33E932E421","name":"Defend
|
904
|
+
Indigo Cave and protect Magister Wiggs from the Mordrem."},{"id":"605A936A-3A6C-4305-AE3C-1F220F0FFC96","name":"Secure
|
905
|
+
the crash site from elementals."},{"id":"E4C1B2D1-F284-42FD-A788-327AC6689E8B","name":"Stop
|
906
|
+
bandits from stealing valuable chopper wreckage."},{"id":"93868B50-1216-4B22-819E-51A87708E519","name":"Escort
|
907
|
+
the salvage crew to Camp Resolve."},{"id":"4F7ACCE3-3DD9-44F3-9733-A38E69D1AC5D","name":"Defeat
|
908
|
+
the legendary skritt burglar to claim your reward."},{"id":"756FBE8C-DC7F-47BC-AD1C-9DF191C84692","name":"Find
|
909
|
+
and open nightmare pods within the Tangled Labyrinth. (Tier I)"},{"id":"F645A10E-755F-46C7-90E5-61DE12A2DAAA","name":"Find
|
910
|
+
and open nightmare pods within the Tangled Labyrinth. (Tier II)"},{"id":"9708A352-7134-4170-8448-F15677CDD229","name":"Find
|
911
|
+
and open nightmare pods within the Tangled Labyrinth. (Tier III)"},{"id":"35E18702-BBE2-4E56-B1A1-5EA9F385C519","name":"Defeat
|
912
|
+
the Mordrem champion."},{"id":"9B472523-320D-4E73-B323-74AE31C0D3B7","name":"Defeat
|
913
|
+
the Mordrem champion."},{"id":"D1683008-DB13-4B44-A8DA-EA2FB2D7A923","name":"Defeat
|
914
|
+
the Mordrem champion."},{"id":"1C6FB6D6-4290-4B38-8F26-178106841238","name":"Defeat
|
915
|
+
the Mordrem champion."},{"id":"B1634BC3-B49B-4FC7-A09D-963E52E5FD73","name":"Defeat
|
916
|
+
the Mordrem champion."},{"id":"3110FD22-E87A-4EAF-961C-8EBBAB00E682","name":"Retake
|
917
|
+
Blue Oasis from the Mordrem."},{"id":"C7D1E30C-5197-411C-A02F-EF04000A0DB6","name":"Foothold"},{"id":"4A94F00B-38AC-4607-BB0D-732AD84DF8E6","name":"The
|
918
|
+
Breach"},{"id":"232126D6-B6BD-4AB4-8951-3000CAFBC3F5","name":"Time Out"},{"id":"9461EBF4-3307-4238-B9ED-1936C6759C85","name":"Mordrem
|
919
|
+
Vinewrath"},{"id":"B281171A-14BE-4408-A51B-AB195C1FCFB4","name":"Bonus Reward!"},{"id":"208E40F3-3CF1-4C5F-A400-928113CF977A","name":"Bonus
|
920
|
+
Reward!"},{"id":"78C1E845-4288-42FB-94B8-0057DFB65AE7","name":"Bonus Reward!"},{"id":"896C1BC4-06AF-450F-B726-C3DB78C9C8A3","name":"Bonus
|
921
|
+
Reward!"},{"id":"573E7F8A-1EF0-4635-8077-B70C6ABA2EAE","name":"Clear out the
|
922
|
+
Mordrem threat."},{"id":"53747C13-884A-4967-8F6F-0E786F5DE34C","name":"Clear
|
923
|
+
out the Mordrem threat."},{"id":"E00BC2DA-107B-47FD-BC96-66EB447A34B7","name":"Escort
|
924
|
+
supplies to Indigo Cave."},{"id":"78B2BDFD-9188-4D45-AACB-FDB22237547F","name":"Amber
|
925
|
+
Sandfall Supplies"},{"id":"DEFDF9D4-43B6-4F08-AFEB-816CCAF096F4","name":"Help
|
926
|
+
Solus collect plant material for his oil processors."},{"id":"3FA1980F-5E08-4506-8869-1D71B125E5F5","name":"Protect
|
927
|
+
Solus''s oil processors."},{"id":"3ABB1833-0263-433F-B27B-EB8179C20907","name":"Protect
|
928
|
+
the siege carrier and its ammunition."},{"id":"12B735FE-3132-4514-B696-1F99E2756D0D","name":"Protect
|
929
|
+
the siege carrier and its ammunition."},{"id":"18E27614-6362-46D4-B6CD-47CCD440256A","name":"Protect
|
930
|
+
the siege carrier and its ammunition."},{"id":"B0234659-311A-48F4-A225-B5E168AA7FD3","name":"Defeat
|
931
|
+
the Mordrem Vinewrath''s champion."},{"id":"A6D6B919-3478-4D12-BA79-24E5789CDE71","name":"Defeat
|
932
|
+
the Mordrem Vinewrath''s champion."},{"id":"D75942C7-2F0A-4DFB-8D70-934C4F30BF2F","name":"Defeat
|
933
|
+
the Mordrem Vinewrath''s champion."},{"id":"EF88EF14-74E1-4C3C-9295-10CB047F128E","name":"Bonus
|
934
|
+
Reward!"},{"id":"C0D814C5-0A2F-4627-A39F-B9A7C4D87232","name":"Bonus Reward!"},{"id":"35262A1E-D45E-4234-BFD3-0AB57BE607D1","name":"You''ve
|
935
|
+
lost. Better luck next time!"},{"id":"E1A689E1-13C1-4CFF-8F58-B737E8A90827","name":"Retake
|
936
|
+
Amber Sandfall from the Mordrem."},{"id":"6CD44223-E122-4468-9C51-66104066B1B3","name":"The
|
937
|
+
Breach"},{"id":"8B9B170E-69FD-4755-8A47-8EA8B6C3CC71","name":"The Breach"},{"id":"A9DFE0D6-A6A7-46CB-8942-F52A598B46FE","name":"The
|
938
|
+
Breach"},{"id":"23E92089-F420-4E26-9006-AB76EDBD1ED9","name":"The Breach"},{"id":"F9894D3B-73F5-47D6-8543-20A3F61ECCA3","name":"Defeat
|
939
|
+
Mordremoth''s champion."},{"id":"35C448B8-6BB5-4A34-8CE7-E995B7CD0847","name":"Defeat
|
940
|
+
Mordremoth''s champion."},{"id":"EBC729FE-2EE4-4967-B162-068856ED7B61","name":"Defeat
|
941
|
+
Mordremoth''s champions."},{"id":"32BA0DE8-2E07-4628-BE24-FE97D820FDC0","name":"Defeat
|
942
|
+
Mordremoth''s champions."},{"id":"4955CF48-3B38-4F8E-A9C9-E562170F320C","name":"Drive
|
943
|
+
beetles out of the hylek camp."},{"id":"970C9F15-0094-4E20-86A9-5520C10CE65B","name":"Repair
|
944
|
+
the fort''s walls by bringing rubble to the supply officer."},{"id":"8A0BD1D1-BE22-4514-A916-0BEF3CC3D86A","name":"Drive
|
945
|
+
the bandits out of skritt territory."},{"id":"5E5D0232-18E8-4F27-A907-A2DFA536E8D3","name":"Protect
|
946
|
+
Rikker from bandit raiders."},{"id":"51E86D51-470B-4884-9683-A67E8B3DAB70","name":"Repair
|
947
|
+
the fort''s walls by bringing rubble to the supply officer."},{"id":"11CD6499-8009-44F0-88F4-E2578E30E97A","name":"Donate
|
948
|
+
bandit crests to requisition additional camp services."},{"id":"A7DE8A36-76EE-4F9A-995F-220432C1FD57","name":"Escort
|
949
|
+
supplies to Indigo Cave."},{"id":"C508381B-47B9-4696-9A73-C19F49390ECB","name":"Ensure
|
950
|
+
the explosives arrive safely at Junction Haven."},{"id":"D51C9E4F-5176-4430-8806-F58E80331190","name":"Kill
|
951
|
+
the Flame Legion before they uncover an ancient warhorn."},{"id":"74BF8B6D-FA1B-41F2-8A34-3CBE9A43D24B","name":"Defend
|
952
|
+
the Iron Legion camp from the ghost army."},{"id":"4DCB9F9D-E063-41DB-BD66-0724221BC3BB","name":"Escort
|
953
|
+
Legionnaire Sharpshot until he returns the ancient warhorn to Old Piken Ruins."},{"id":"55A59B71-20CC-4A16-AC41-4E9A829372BD","name":"Kill
|
954
|
+
the Flame Legion shaman."},{"id":"B6BF3301-7B84-4FE1-83E4-34C206D47515","name":"Skill
|
955
|
+
Challenge: Defeat Sharky Longears and Thundernation P70X"},{"id":"EE7F2A7A-B484-4253-AA23-850BC4CE4478","name":"Skill
|
956
|
+
Challenge: Spar with Zzzig"},{"id":"BA2D77F7-51D6-4B61-A61C-3104C0ABBBF6","name":"Skill
|
957
|
+
Challenge: Defeat Emberclaw"},{"id":"295E8D3B-8823-4960-A627-23E07575ED96","name":"Defeat
|
958
|
+
the fire shaman and his minions."},{"id":"D94601AE-87EE-4DA5-8D30-FB4E80F75439","name":"Defend
|
959
|
+
mortar operators from Flame Legion as they set up mortars."},{"id":"1CC93400-6704-4E1A-B3CD-E37CECEE7F71","name":"Subdue
|
960
|
+
and capture Prisoner 1141."},{"id":"4A389074-6CE5-4C6D-BDEB-CFC3E9804E4A","name":"Capture
|
961
|
+
Invictus Castrum from the Flame Legion."},{"id":"B5EB95E9-5DE7-4661-A6C7-AAFDE359E69D","name":"Patrol
|
962
|
+
the wall with Rexavian Redfoot and the \"Garbage Legion\"."},{"id":"56682B62-8E48-456A-99D7-DA5A23E03ABF","name":"Stop
|
963
|
+
the skelk from throwing cursed wall chunks onto shore."},{"id":"F4329106-F747-4266-AFD4-E971DA52A34D","name":"Protect
|
964
|
+
Sentinel Whiptail while he finds and tames a siege devourer."},{"id":"BB592E26-A5D4-4EE8-82A5-300A227C30F0","name":"Help
|
965
|
+
the Sentinels clear a path across Lake Desolann."},{"id":"D9295D5E-C80F-4BD2-A209-D12748372C7D","name":"Escort
|
966
|
+
Centurion Bloodfist to Day''s Labor."},{"id":"7F32FC09-203E-497F-9CAD-7D67F87139AE","name":"Defend
|
967
|
+
the siege devourer while it assists the troops."},{"id":"669342AC-AEA2-44EE-A5A3-9BB6063A3FA7","name":"Free
|
968
|
+
Sentinels from Branded crystals and escort them back to the main group."},{"id":"F3B43068-9E16-4E7D-879F-B7914A6E5597","name":"Destroy
|
969
|
+
Branded devourer nests."},{"id":"3070F2C0-46DD-498F-BBF6-695439B90CC5","name":"Kill
|
970
|
+
the Branded devourer queen."},{"id":"38779269-7012-40BC-8C7F-B8E6A4DDACC8","name":"Prevent
|
971
|
+
the Flame Legion from capturing Invictus Castrum."},{"id":"DBCD75F4-6288-45BB-8C4E-70FEC7A35075","name":"Capture
|
972
|
+
Firewatch Encampment from the Flame Legion."},{"id":"3CCD18A3-1EE2-4C8C-93EE-5DDE658DC22C","name":"Kill
|
973
|
+
Bria''s shadow fiends to rescue the cubs before she captures them."},{"id":"06612102-824A-4B53-9FDE-956A34D5E97A","name":"Defeat
|
974
|
+
Bria to rescue the captured cubs."},{"id":"D01C5E68-24DD-445A-9F6B-1798D75DF4B0","name":"Recapture
|
975
|
+
Cowlfang''s Star from the Flame Legion."},{"id":"214B9A19-E62A-4568-9A2D-4C3C56969417","name":"Protect
|
976
|
+
the Sentinel engineers as they fix their tower."},{"id":"DF9E6D3D-C0C6-4CDE-890B-A02B4D8C6297","name":"Protect
|
977
|
+
the Iron Legion''s mortars."},{"id":"CED811BA-AD06-4AC1-ABD9-ED76BFB4EE13","name":"Escort
|
978
|
+
Gortho''s expedition to Bronzeglade Crossing."},{"id":"BE933E34-7DE1-43FD-A356-BC92832CBEF8","name":"Drive
|
979
|
+
off the Separatists raiding Warhound Village."},{"id":"6B5A3994-209D-42AE-AE91-88FEC2FE8911","name":"Raid
|
980
|
+
the Separatist camp with the Warhound Village veterans."},{"id":"7CB8BFF6-3BDF-4385-B8F2-DB844AB37CF0","name":"Defeat
|
981
|
+
the veteran Separatist raid leader to drive his forces out of Warhound Village."},{"id":"81B1320A-9FD4-418E-A2E7-7C9D53CC9868","name":"Kill
|
982
|
+
the Flame Legion before they complete their ritual."},{"id":"CCBA1CE1-1C36-4305-9632-BC97DB334747","name":"Defend
|
983
|
+
the workers as they rebuild Dewclaw Village."},{"id":"23FD7C04-676E-42A3-9717-69F1C21D1FE4","name":"Help
|
984
|
+
the ogres defend Bronzeglade Crossing from the Flame Legion."},{"id":"08AA1661-A3FE-4B48-8355-882519115612","name":"Defend
|
985
|
+
the Iron Legion supply depot against Flame Legion attack."},{"id":"5B9A9E34-8FD2-4D47-9EED-E29636B08EE2","name":"Gather
|
986
|
+
devourer eggs for Scalecatch Village."},{"id":"C715AF8C-B023-4337-B9A9-80DD7A710391","name":"Pick
|
987
|
+
up a training kit and use the whip to train devourers how to destroy targets."},{"id":"8B7A1ED3-18C0-4D0C-964B-BA8AE58A493A","name":"Escort
|
988
|
+
Sentinel Scalebrusher and his devourers to the pen."},{"id":"7D79BC07-5BB3-4D57-B519-0ADE5EF889A1","name":"Defend
|
989
|
+
Cowlfang''s Star from the Flame Legion."},{"id":"A4AE4595-50B5-412B-9379-686DD33907B0","name":"Stop
|
990
|
+
the Flame Legion ritualists before they summon an effigy."},{"id":"C323DC07-C968-4D09-8636-CD9784B1D8E2","name":"Kill
|
991
|
+
the Flame Legion effigy blocking the pass."},{"id":"5374AC77-D62C-403F-BB48-35834D0DE5D6","name":"Escort
|
992
|
+
the iron shipment to Cowlfang''s Star."},{"id":"DF3C6C3B-746F-41EC-9C12-DEAA18267DC3","name":"Stop
|
993
|
+
the Flame Legion from capturing Firewatch Encampment."},{"id":"9377A332-2897-4D3A-98FD-6FF61972F853","name":"Defeat
|
994
|
+
Victurus and his Branded army."},{"id":"0CD4887F-0ACB-4349-AD93-EA4EE636B486","name":"Defeat
|
995
|
+
the Mordrem champion."},{"id":"6DB75F09-A23C-4507-897C-6E245750319C","name":"Rescue
|
996
|
+
the captured workers."},{"id":"A25571E0-0676-405B-AED6-3E58283FE134","name":"Coat
|
997
|
+
yourself in Mordrem spores to baffle Mordrem defenses and gather samples from
|
998
|
+
the vine chambers."},{"id":"45D22A99-70C7-4949-8E67-E74049026983","name":"Stop
|
999
|
+
Mordrem from spreading corrupted tendrils in the Iron Marches."},{"id":"A586686F-579D-4E10-8435-E1E3A8C6A5FE","name":"Defeat
|
1000
|
+
the Gravelash and its cluster of tendrils."},{"id":"CD371D40-BD49-472A-B33B-2829C1326EC6","name":"Defend
|
1001
|
+
the Sentinel tower from the Branded."},{"id":"989F7054-6F4F-4BFE-B08B-B57427E79029","name":"Help
|
1002
|
+
the ogres of Grostogg''s Kraal fight Branded invaders."},{"id":"F7EB72D0-70B7-4A0E-9A01-5B1A9711AFC4","name":"Defend
|
1003
|
+
Wikk as he calibrates the asura gate."},{"id":"5D4A164F-46C1-4BC2-A05A-2D9826103978","name":"Remove
|
1004
|
+
creatures spawned from the malfunctioning asura gate."},{"id":"074AAB01-F9B1-4A3F-AFCE-2EE40D767507","name":"Defend
|
1005
|
+
the Leaders of Caer Evermore from the Risen."},{"id":"707721F0-4803-4196-A198-6D5BFD2F9CF7","name":"Reclaim
|
1006
|
+
Caer Evermore from the Risen."},{"id":"00F1DBD0-FBEC-46BD-8739-1ACB584A33F0","name":"Slay
|
1007
|
+
remaining Risen."},{"id":"0A238BBF-092E-45B5-8F90-F08E44AD2DCC","name":"Kill
|
1008
|
+
the Risen Crusader."},{"id":"F06938A3-8CCE-4927-9799-54733B348C49","name":"Protect
|
1009
|
+
krewe leader Dobbs as the krewe clears the excavation site."},{"id":"2383EDA6-3092-437C-9E57-F930B4B5D798","name":"Defend
|
1010
|
+
Rankor Ruins from the Undead."},{"id":"D9CCB141-D27B-4F61-90E7-BD4B9B243D39","name":"Defend
|
1011
|
+
Concordia from enemy attack."},{"id":"B6B75B74-7698-41F5-BA24-147C4DBAA411","name":"Retake
|
1012
|
+
Concordia from the enemy."},{"id":"160061DF-1E87-442D-9CBF-5CC1C936920E","name":"Escort
|
1013
|
+
and defend alliance workers sent to build a watchtower."},{"id":"21576D9C-9036-46C3-9742-1C848E3B5630","name":"Stop
|
1014
|
+
Soma from destroying the alliance watchtower."},{"id":"CE5A0989-50CF-4A42-8D8F-DB3B01322785","name":"Defend
|
1015
|
+
the alliance watchtower from enemy threats."},{"id":"54B04CAA-EF2E-4018-939C-F84D58F4345E","name":"Bring
|
1016
|
+
the caravan to the tower."},{"id":"232028C2-F6A9-4ADD-83B5-110BA0EBFD52","name":"Collect
|
1017
|
+
ettin test subjects for Jonga''s experiment."},{"id":"FC8119FB-A29C-4B53-8284-93C8C8166F83","name":"Stop
|
1018
|
+
the enhanced ettin''s rampage."},{"id":"CB855E86-C8D2-4B5B-8758-03D54718119D","name":"Protect
|
1019
|
+
the beer kegs from drunken skritt."},{"id":"BCF77B4F-FEA2-48DF-8C14-80B4A275CCBC","name":"Beat
|
1020
|
+
the drunk skritt into submission."},{"id":"9D585BD8-F091-4242-B3C1-EEA968FBCBFF","name":"Help
|
1021
|
+
Hogarth catch the taunting skritt."},{"id":"C1F0A47D-E605-4F0D-96F7-310BC1FF12FB","name":"Defeat
|
1022
|
+
the grawl commander."},{"id":"F95E95FD-0899-47C4-A691-461F8BD7A0E7","name":"Escort
|
1023
|
+
the Order of Whispers team to the grawl camp."},{"id":"610F1DB4-748B-4E33-81BD-63B6D62AD1DF","name":"Put
|
1024
|
+
a stop to the Mighty Oouo."},{"id":"5DCDE65A-02A7-46DE-A8C4-2189AAD9F83B","name":"Spar
|
1025
|
+
with the quaggan commander to help train his troops."},{"id":"B26ED054-0936-40E4-ADE6-0D15529A52F8","name":"Prevent
|
1026
|
+
krait from kidnapping Okarinoo quaggans."},{"id":"0778F71C-8C58-4AC8-9828-5506D8D481C6","name":"Rescue
|
1027
|
+
the kidnapped quaggans before they reach Sipedon Deeps."},{"id":"8DE75A2A-D43F-414E-B6C6-1B1B19BD18F8","name":"Kill
|
1028
|
+
the giant shark in Sipedon Deeps."},{"id":"EDF63CAD-4C83-4666-9469-B630F2C3149B","name":"Kill
|
1029
|
+
the krait witch."},{"id":"EE70E566-1CED-4A9A-8E7D-404A42CBE4BA","name":"Defend
|
1030
|
+
Chief Eztlitl from the krait."},{"id":"0429FE5B-3A2B-445A-9FB4-0F71469BE81A","name":"Revive
|
1031
|
+
hylek of Eztlitl Grounds."},{"id":"4F571875-C332-492C-9FFD-1013331FBB50","name":"Escort
|
1032
|
+
a new Vigil weapon to Nonmoa Lake for testing."},{"id":"C9A0C268-E00C-4D59-A6F2-7A69B8BD2772","name":"Defend
|
1033
|
+
Researcher Gabbi as she readies her new weapon."},{"id":"B16059F5-D719-4957-8AB3-F20F531496C8","name":"Halt
|
1034
|
+
dredge mining expansion."},{"id":"0952903B-33E0-449A-8213-21D1939EE45A","name":"Thin
|
1035
|
+
out the dredge to prevent them from expanding to the surface."},{"id":"219B8D43-AC05-4AB1-9A19-6D8EBDA943BF","name":"Smash
|
1036
|
+
the dredge drilling machines before they destroy the bedrock."},{"id":"3813DC2B-A89F-4EEB-8AEE-F72C545ECA79","name":"Annihilate
|
1037
|
+
the destroyers loosed by the dredge."},{"id":"AB59EE54-F7A6-488A-A3E8-874FCDBE37D6","name":"Escort
|
1038
|
+
Krattz to destroy mystery skritt device."},{"id":"2510BE72-CABB-4393-9556-380E74E09FDF","name":"Cover
|
1039
|
+
Krattz as he neutralizes the suspicious skritt device."},{"id":"7786CC3E-659A-4816-B26F-77BBFACE9E90","name":"Subdue
|
1040
|
+
and capture 2-MULT."},{"id":"448135B3-17BF-4D0A-86EC-BA6E6109DDFC","name":"Defeat
|
1041
|
+
the veteran cave spider."},{"id":"E8355DDD-2A98-4493-90A2-A154966E5AA4","name":"Defend
|
1042
|
+
the three skritt sentries from waves of artificially enraged ettins, jotun,
|
1043
|
+
and spiders."},{"id":"C0B9F270-6A3A-476C-B372-DA93D4718AFF","name":"Help the
|
1044
|
+
quaggans secure the Lair of the Coil."},{"id":"C495FCE5-74B6-4611-8116-34A0EF2452E6","name":"Survive
|
1045
|
+
the Destroyer attack!"},{"id":"7059FF2F-E811-4A5C-92A9-601B2FE8ED4A","name":"Defeat
|
1046
|
+
the giant Destroyer troll."},{"id":"DF71B87E-7FC9-4723-8A72-02698EF8CADA","name":"Slay
|
1047
|
+
the Risen that have spread into Serpent Stones."},{"id":"59F87055-66DB-47A6-90A6-6378F345BB7E","name":"Defeat
|
1048
|
+
the Risen abomination."},{"id":"54D7C8DB-D024-44BA-8DF5-833196185059","name":"Kill
|
1049
|
+
the lake monster."},{"id":"B8F00B31-A9E1-4D17-A58B-4EE0DA86D103","name":"Skill
|
1050
|
+
Challenge: Fight Cooroo''s Crab"},{"id":"BF17DC1B-6001-460A-AF1F-4A5E62523CC8","name":"Defeat
|
1051
|
+
the champion."},{"id":"98230B6E-62BB-4A9F-8FB5-C48651776B70","name":"Defeat
|
1052
|
+
the champion."},{"id":"05B8E566-04B4-4C25-91DE-FCDFB0AE8D84","name":"Defeat
|
1053
|
+
the champion fleshreaver."},{"id":"796BAD6A-9F22-43C6-BF61-022A27CAF71D","name":"Defeat
|
1054
|
+
the largos assassin."},{"id":"FDD583DB-724E-4E8B-A7F5-87B72875D8E0","name":"Stop
|
1055
|
+
the dredge mining operation."},{"id":"AC381ED4-B1DB-4771-82D2-C8B87EB6A084","name":"Defeat
|
1056
|
+
the dredge overseer."},{"id":"F71EF11D-E2AE-41BA-A83C-AC3E7CF2033F","name":"Drive
|
1057
|
+
off the pirates and rescue their prisoner."},{"id":"946848BF-2291-48A4-8322-463BDE74AC0E","name":"Defeat
|
1058
|
+
the pirate captain."},{"id":"954777F8-3C84-4C3D-80A6-C8A3D251149A","name":"Nonmoa
|
1059
|
+
Lake"},{"id":"0F0FE42A-BAA2-4467-9866-511351CB741B","name":"Clear the island
|
1060
|
+
of crabs."},{"id":"29BEE915-1206-4D88-9A94-F6BCCBE3287F","name":"Defeat the
|
1061
|
+
rampaging crab."},{"id":"2543F507-2E58-4483-AFA0-F6A2E431A7DD","name":"Your
|
1062
|
+
Mad King says..."},{"id":"A7CD0D3B-334C-47DB-9081-983542102F6D","name":"Help
|
1063
|
+
Denton and Chief Cherpa safely transport their supplies through the swamp."},{"id":"0A22F362-2720-416A-938E-3E92BD93333F","name":"Survive
|
1064
|
+
the trials of the battle pit."},{"id":"FD4E0BC7-5F09-4C98-AC2F-84E811338BE0","name":"Prevent
|
1065
|
+
Wiley''s pirates from stealing the sunken treasure."},{"id":"19F5C394-18CA-4294-8A57-CDE4260AB764","name":"Protect
|
1066
|
+
the Lupikids as they search for treasure."},{"id":"F7E0F1AC-808A-41B8-8391-FEF4A0E443D7","name":"Defeat
|
1067
|
+
the kidnapping harpies before they reach the cliffs."},{"id":"A7561297-B946-458B-ADC2-87266A4D7ABA","name":"Rescue
|
1068
|
+
the villagers and defeat harpy kidnappers."},{"id":"96B14EC6-0410-4E94-97C3-8D279987E7B0","name":"Defeat
|
1069
|
+
the Branded ogre and his Branded devourer pets."},{"id":"A7452BB2-B414-44E9-A583-4434B39CE5C0","name":"Help
|
1070
|
+
Legionnaire Boneflayer crush the Renegades."},{"id":"C94D5F33-DF9A-47A3-B9F6-5036D3E8B559","name":"Escort
|
1071
|
+
the Renegade defector to the Delegation of the Legions."},{"id":"B063EB89-EBFD-4699-8F05-A8EE00B35416","name":"Eliminate
|
1072
|
+
the Branded devourers at the Summit."},{"id":"75199755-8161-472F-84C9-C01DE239BAF6","name":"Cure
|
1073
|
+
the Vanguard army by stealing antidotes from the Renegades."},{"id":"22526D7D-2EAC-4912-93BD-7C4DF7346499","name":"Kill
|
1074
|
+
the giant wasps in the Ebonhawke Delegation."},{"id":"4C164CA1-C609-46C8-9CC9-E35ADB70A06D","name":"Skill
|
1075
|
+
Challenge: Defeat Fallen Angel Gretel"},{"id":"42DE20C5-A879-4FC6-9AC5-C8182F29BD57","name":"Skill
|
1076
|
+
Challenge: Defeat Krunko Bugtender"},{"id":"3259338B-204F-41D0-BA4D-01A6D3FC1D31","name":"Skill
|
1077
|
+
Challenge: Defeat Matriarch Scrabclaw"},{"id":"8D45B410-B614-4008-8A5C-E8D8230CEB40","name":"Defend
|
1078
|
+
Sapper''s Delve from ogres."},{"id":"724343EA-B32C-4AE1-AB7E-E5FC160C26F9","name":"Kill
|
1079
|
+
the ogre leaders of Sapper''s Delve and hold the hill."},{"id":"CDEE2421-AC45-4880-BDB3-844E541559F0","name":"Defend
|
1080
|
+
Forlorn Hope from the ogres."},{"id":"346EC457-A47F-42B5-B941-351F525B5B77","name":"Recapture
|
1081
|
+
Forlorn Hope from the ogres."},{"id":"3DD85163-A87B-4C3E-9533-86CDE7C2A8A9","name":"Defend
|
1082
|
+
Forlorn Hope from the attacking ogre forces."},{"id":"81C6AB3B-4BA5-48DF-A624-BDE9CFE4E22A","name":"Rescue
|
1083
|
+
Olla from the ogres."},{"id":"79D4EE1D-84F3-4FDF-8208-19393C121117","name":"Defend
|
1084
|
+
the charr leaders at Bloodgorge Watch."},{"id":"44ABC8F1-ED5C-4E00-9338-5A8C40B228B4","name":"Capture
|
1085
|
+
Bloodgorge Watch."},{"id":"D9F1CF48-B1CB-49F5-BFAF-4CEC5E68C9CF","name":"Assault
|
1086
|
+
Foulbear Kraal by killing its leaders before the ogres can rally."},{"id":"4B478454-8CD2-4B44-808C-A35918FA86AA","name":"Destroy
|
1087
|
+
Foulbear Kraal before the ogres can rally."},{"id":"B4E6588F-232C-4F68-9D58-8803D67E564D","name":"Kill
|
1088
|
+
the Foulbear chieftain and her elite guards before the ogres can rally."},{"id":"36971393-47A6-416F-A92F-597058403134","name":"Skill
|
1089
|
+
Challenge: Defeat Bear Shaman Marga"},{"id":"AD182E73-1E4C-45BF-955C-FFA0447BBF56","name":"Skill
|
1090
|
+
Challenge: Defeat Burrisson the Blue"},{"id":"70506EC6-A466-4E0B-BBD7-DC76FDD615CA","name":"Defeat
|
1091
|
+
Bjord and his crew."},{"id":"9F41A423-9E24-4164-B084-C1E9111B0EBE","name":"Defeat
|
1092
|
+
the elder icebrood troll and his minions."},{"id":"6B90EA74-3752-4FA3-A732-33B42CCDC0DC","name":"Skill
|
1093
|
+
Challenge: Defeat Blane the Insane"},{"id":"FA395B11-CA93-488C-9EE4-8ADEF41FF941","name":"Stop
|
1094
|
+
the skritt burglar before it escapes with the treasure."},{"id":"365BB814-030E-496A-9510-3C8C3DEECD03","name":"Stop
|
1095
|
+
the skritt burglar before it escapes with the treasure."},{"id":"B11D0D99-8A18-443C-8A03-A0AA1DA3DF73","name":"Stop
|
1096
|
+
the skritt burglar before it escapes with the treasure."},{"id":"3BA7974E-AE74-48E1-A9D8-02FBB24AC2E8","name":"Stop
|
1097
|
+
the skritt burglar before it escapes with the treasure."},{"id":"0B973BB4-8560-4E81-A474-6587223D3EE4","name":"Stop
|
1098
|
+
the skritt burglar before it escapes with the treasure."},{"id":"6F516B2C-BD87-41A9-9197-A209538BB9DF","name":"Protect
|
1099
|
+
Tor the Tall''s supplies from the grawl."},{"id":"6565EFD4-6E37-4C26-A3EA-F47B368C866D","name":"Destroy
|
1100
|
+
the dragon totem."},{"id":"D5F31E0B-E0E3-42E3-87EC-337B3037F437","name":"Protect
|
1101
|
+
Scholar Brogun as he investigates the grawl tribe."},{"id":"F7D9D427-5E54-4F12-977A-9809B23FBA99","name":"Kill
|
1102
|
+
the Svanir shaman chief to break his control over the ice elemental."},{"id":"90B241F5-9E59-46E8-B608-2507F8810E00","name":"Defeat
|
1103
|
+
the shaman''s elite guard."},{"id":"DB83ABB7-E5FE-4ACB-8916-9876B87D300D","name":"Defeat
|
1104
|
+
the Svanir shamans spreading the dragon''s corruption."},{"id":"374FC8CB-7AB7-4381-AC71-14BFB30D3019","name":"Destroy
|
1105
|
+
the corrupted portals summoning creatures from the mists."},{"id":"3D982C39-EE46-48E0-8318-8BB04EB93D57","name":"Defend
|
1106
|
+
Crossroads Haven from the Sons of Svanir."},{"id":"E3324BA0-471B-40F1-BFF5-EBF82F2C8C47","name":"Defeat
|
1107
|
+
the veteran Sons of Svanir zealot and recapture Crossroads Haven."},{"id":"B1D8F9D8-623B-4D47-91A6-9288E417C0A2","name":"Kill
|
1108
|
+
the Son of Svanir and his corrupted wolf pack."},{"id":"A982CD02-6EE4-4624-9C3C-5AD672441F52","name":"Bring
|
1109
|
+
foul-smelling underwater plants to Lunt."},{"id":"1A1C9A0E-63B1-4332-BB34-36A0B8E7058B","name":"Protect
|
1110
|
+
Lunt''s fire from the dredge."},{"id":"AFD2FF88-CC1F-4411-8E67-BC7146492675","name":"Run
|
1111
|
+
with Wolf''s pack and destroy the Svanir camp."},{"id":"9919D76B-C479-4DEC-B3ED-1AA5F9F48F86","name":"Protect
|
1112
|
+
Foreman Agvior while he rewires the drilling machine."},{"id":"BA2BBC6D-7813-461A-AE7C-C7ADA7FC83CB","name":"Defend
|
1113
|
+
miners and bring ore they mine to Foreman Agvior."},{"id":"3B270CED-CC06-45AE-A948-0AA0EB979CA3","name":"Protect
|
1114
|
+
the norn while they search for the dredge leader."},{"id":"94F1C8BB-76AA-49C9-86C4-EA8C5713DDD5","name":"Kill
|
1115
|
+
the dredge Commissar overseeing the mine."},{"id":"25783432-593E-4DFD-AF59-FE7D7C77FECB","name":"Stop
|
1116
|
+
dredge from repairing their tower."},{"id":"A275E958-CD54-4484-91E0-F47C036A673A","name":"Destroy
|
1117
|
+
the dredge tower."},{"id":"3212CDDA-D14E-4259-AB62-21DD65B17334","name":"Destroy
|
1118
|
+
the turrets surrounding the dredge''s construction zone."},{"id":"14A844B8-9CBB-47B0-8F65-4A5864B592D2","name":"Gather
|
1119
|
+
dredge ore from the mine for Sven."},{"id":"FA4AA489-A4C6-4B42-8152-B417A5E3C538","name":"Escort
|
1120
|
+
the mead delivery as it goes to Endenvar''s Homestead."},{"id":"47369FC8-A06D-4D46-855B-5F4A98B84C72","name":"Collect
|
1121
|
+
armor scraps and bring them to Rani so he can build a snowman army to scare
|
1122
|
+
the grawl."},{"id":"37ACE408-A4AC-4026-A80F-62F939D9EBB5","name":"Kill the
|
1123
|
+
grawl shamans animating the elementals threatening the lodge."},{"id":"2F4AFCCA-EF5E-4724-844A-A5B2ADD77073","name":"Answer
|
1124
|
+
riddles posed by Raven''s statues."},{"id":"ABE6EE6C-8196-4B9D-88CD-824CE3DC5FD0","name":"Join
|
1125
|
+
Osborn as he hunts a giant frost wurm."},{"id":"1BD0399C-5249-49AE-ADC4-874A85B9A576","name":"Gather
|
1126
|
+
wurm eggs from the cave and bring them to Aldis."},{"id":"0563020E-374D-4D89-BA67-C7FEEB9638AD","name":"Defend
|
1127
|
+
Kevach''s lodge from attacking wurms."},{"id":"FCFF9239-5FEF-47AD-AFF6-930A9EA65767","name":"Help
|
1128
|
+
Reztiff Sunderfoe capture the east tower."},{"id":"4D50525B-7F28-47C5-A2FB-9A222D6B2E87","name":"Help
|
1129
|
+
Shaska Kaldmorn take the west tower."},{"id":"CC06F0CC-EDCF-4837-A90A-C7A65D08EFFC","name":"Capture
|
1130
|
+
the center of the Svanir Dome."},{"id":"3E00E6FC-636E-4E23-B330-0B69B4367BD2","name":"Kill
|
1131
|
+
the corrupted leader of the Sons of Svanir."},{"id":"C90EEFCF-DE4C-44E6-8EE9-F5ACE6FE05A1","name":"Defeat
|
1132
|
+
the Svanir Dragon Shaman."},{"id":"1F3BECEF-09FC-4DB9-9D64-45131E819C54","name":"Defend
|
1133
|
+
Jora''s shrine from the Sons of Svanir."},{"id":"14331AD2-8221-4343-9CC2-8E45D4C36915","name":"Protect
|
1134
|
+
Ginna Stoneskaald while she repairs Jora''s shrine."},{"id":"67C17850-AC4C-4258-A03F-373021ECD10B","name":"Collect
|
1135
|
+
fur samples for Linnea."},{"id":"467D5A9A-0A6B-43B7-B545-4EF4844C669E","name":"Protect
|
1136
|
+
Linnea while she chases the jackalope."},{"id":"E1842EBC-87B0-4265-99B0-6911231DF547","name":"Protect
|
1137
|
+
Linnea as she hunts for the yeti."},{"id":"4BBC99B9-0043-4F54-AAB9-B151E8F932D0","name":"Defend
|
1138
|
+
Ulfred while he creates the ice sculpture."},{"id":"87F498FD-CEF4-4245-8C1E-336AC52622EF","name":"Defend
|
1139
|
+
Ulfred until he finds a location for his statue."},{"id":"A4B5B4EA-9E69-4C14-B108-F96118FF7743","name":"Collect
|
1140
|
+
magical ice blocks and bring them to Ulfred."},{"id":"6213F739-5D7C-4FDE-8051-6FF84DDDAE13","name":"Defend
|
1141
|
+
the Bear shrine from the Sons of Svanir."},{"id":"3D303508-09E5-4034-901B-0F7B0E0AFB53","name":"Clear
|
1142
|
+
the roadblock built by the Sons of Svanir."},{"id":"F9798D36-31DC-462D-A09F-C90DD6B46BCE","name":"Escort
|
1143
|
+
Talon Killpeace''s caravan to Crossroads Haven."},{"id":"4D36E6AB-DA71-4FF8-84C9-E49118E1871A","name":"Kill
|
1144
|
+
the bears rampaging around Victor''s Point."},{"id":"FCFF9ACE-AF86-4099-ABFD-A60E064D98AB","name":"Collect
|
1145
|
+
dolyak meat for Gareth."},{"id":"C3A7B890-8C00-4C13-9387-F045E61BD23C","name":"Kill
|
1146
|
+
Longshanks for Jafri."},{"id":"98D01BF4-4B33-471C-B3F4-42E165C0BB9F","name":"Steal
|
1147
|
+
food from grawl for Kani."},{"id":"A8E759C0-BA69-4F0A-B8C4-EB070F16B393","name":"Defend
|
1148
|
+
Kani''s stolen food from the grawl attack."},{"id":"3C077F4E-E7B9-4053-A41D-08EE29A65B04","name":"Kill
|
1149
|
+
the enraged winged horror."},{"id":"C53866F7-6E06-4ED7-8E66-B98B99FB448A","name":"Drive
|
1150
|
+
the stampeding minotaur from Borealis Forest."},{"id":"2ACF9F27-0FB0-40E8-AFED-9E0A32CAF57C","name":"Gain
|
1151
|
+
snow leopard''s form from Shaman Sigarr, then hunt down the dredge."},{"id":"9293D2C3-E83D-41ED-B8CC-DEC0BBFC983F","name":"Protect
|
1152
|
+
Shaman Velja while she recovers the kidnapped snow leopard cubs from the dredge."},{"id":"57BE495C-6B8C-4018-AA84-9B819A9F6AD6","name":"Stop
|
1153
|
+
the enraged jotun from crushing the Bear shrine."},{"id":"4A60EF92-B451-425B-9C9E-8FE49B97B71D","name":"Kill
|
1154
|
+
the jotun leader, Naddoddur."},{"id":"D4C51834-C84F-47A9-95EB-4DC43DC75EFD","name":"Kill
|
1155
|
+
the ice drake broodmother."},{"id":"F2DA37C0-8202-46B6-AE07-7A1257FF34A0","name":"Stop
|
1156
|
+
the grawl from stealing drake eggs."},{"id":"A66A5C55-C100-49C5-B89D-914777113BFE","name":"Subdue
|
1157
|
+
and capture Trillia Midwell."},{"id":"C07A9AEB-5100-4EE9-B39A-C69D1105DBD4","name":"Patrol
|
1158
|
+
the coast of Tenaebron Lake with the Sentinels."},{"id":"E332A9CA-6143-41F5-81DE-D0A65B5285A0","name":"Search
|
1159
|
+
Tenaebron Lake with the Sentinels."},{"id":"FC562858-295E-4EE2-B935-6A952A164CB4","name":"Collect
|
1160
|
+
griffon feathers for Kailani''s flying machine."},{"id":"3F31C47C-42B4-4C44-AD20-4E2F96C7CC0F","name":"Stop
|
1161
|
+
the skritt from stealing Vanguard equipment."},{"id":"AF55F496-378F-4EC0-B02C-F0DD4D291FF1","name":"Bring
|
1162
|
+
the stolen helms to Lieutenant Davel."},{"id":"D86E49EC-7A63-499A-967F-FC9F9FC6CAED","name":"Escort
|
1163
|
+
the Royal Messenger to Summit Peak."},{"id":"83C5F860-A7B3-4007-9A46-32C06737F796","name":"Defeat
|
1164
|
+
the giant branded devourer."},{"id":"B5DBA0AD-A21A-4876-A62E-44E7302C50D5","name":"Help
|
1165
|
+
Legionnaire Raughol move against the harpies."},{"id":"17D73BD3-3AA3-4FC1-83AC-7DBD7C03A976","name":"Defend
|
1166
|
+
the Sentinel miners."},{"id":"12E64767-C02B-440A-9F51-D394B81E27C8","name":"Defeat
|
1167
|
+
the Branded earth elemental."},{"id":"49B6C7BE-5B71-4E94-AA3B-206993F9270A","name":"Escort
|
1168
|
+
the supply caravan to Rosko''s Campsite."},{"id":"C29EB47B-7A3D-4C4B-A26F-72139BF4726F","name":"Support
|
1169
|
+
Commander Batista''s offensive against the Separatists."},{"id":"875DD22C-CDDA-412F-88D6-7FACB2487793","name":"Escort
|
1170
|
+
the Disillusioned Separatist to the Ebonhawke Delegation."},{"id":"6DD01B47-5D0A-47E1-AC4C-4C41F314E3A9","name":"Fight
|
1171
|
+
the Separatist assassins at Summit Peak."},{"id":"C758556E-A14C-461D-B113-1061E9A2077E","name":"Defeat
|
1172
|
+
Chief Otyugh."},{"id":"117E7D25-364C-4E8E-9714-CC6E1BF52CCA","name":"Break
|
1173
|
+
up the fight instigated by the Renegade."},{"id":"34DA7F4A-2428-4DFB-A95A-5B527D66E3CC","name":"Drive
|
1174
|
+
off the Separatists attacking Deathblade Watch."},{"id":"BD6BCFD4-EA5D-4840-AE27-E4BF5E3DAC5C","name":"Complete
|
1175
|
+
the guild rush course."},{"id":"A3422CC3-0C6B-4E90-8AA2-590B89AAA646","name":"Complete
|
1176
|
+
the guild rush course."},{"id":"86F31836-04D9-4559-8AD9-1F6CE6C0C33E","name":"Help
|
1177
|
+
Nia rescue Cymbel''s hounds."},{"id":"C1DC3CCB-00DD-4CFD-B8DB-EF0F5A745D16","name":"Defend
|
1178
|
+
Cymbel and Nia from the ogres trying to steal their pets."},{"id":"12E65567-30DC-4C63-B0FF-7664807478F9","name":"Defeat
|
1179
|
+
the escaped Separatist Leader."},{"id":"75F86C17-6E10-41E5-B2D9-087DC8855568","name":"Drive
|
1180
|
+
Separatists out of Kestrel Market"},{"id":"B1BA5FAC-4341-4D38-8DC7-216135481ECA","name":"Get
|
1181
|
+
the animals back in their pens."},{"id":"E184C08C-D87F-471B-BF27-0C33D367B30F","name":"Subdue
|
1182
|
+
and capture Yanonka the Rat Wrangler."},{"id":"E2D7AED3-8FDB-4937-AE1E-EB6043044871","name":"Stop
|
1183
|
+
the skritt burglar before it escapes with the treasure."},{"id":"3D0D7897-32CA-4793-97EA-84F4D1763682","name":"Stop
|
1184
|
+
the skritt burglar before it escapes with the treasure."},{"id":"E5D009F1-8B88-4E3A-BA9A-D54FAD57654A","name":"Stop
|
1185
|
+
the skritt burglar before it escapes with the treasure."},{"id":"0AC71429-406B-4B16-9F2F-9342097A50AD","name":"Stop
|
1186
|
+
the skritt burglar before it escapes with the treasure."},{"id":"C20D9004-DF6A-4217-BF25-7D6B5788A94C","name":"Stop
|
1187
|
+
the skritt burglar before it escapes with the treasure."},{"id":"16B367B6-F70A-4D95-8664-35B12FEBD414","name":"Clear
|
1188
|
+
out the Branded creatures in Doomspy''s Watch."},{"id":"DDDEA399-AD5C-4857-B7B4-C047E0F0606F","name":"Escort
|
1189
|
+
Vanguard supplies to Doomspy''s Watch with Kestra."},{"id":"C5D05CEE-4541-4550-99EE-C6BE79370420","name":"Defend
|
1190
|
+
Doomspy''s Watch and defeat the Branded."},{"id":"7ABB042E-7803-4E37-8780-0550C060A48D","name":"Draw
|
1191
|
+
out and defeat the giant Branded griffon."},{"id":"A2C234A4-A810-4A22-AABB-FDF5E60F7268","name":"Kill
|
1192
|
+
the Renegade forces sieging Skoll''s Bivouac."},{"id":"28300CA3-0550-4EA4-A2F0-13EC66139AE2","name":"Protect
|
1193
|
+
the soldiers as they gather wood to rebuild Skoll''s Bivuoac."},{"id":"4B212997-CEF0-4B2C-91BE-B787A6A32DE9","name":"Escort
|
1194
|
+
the quaggans to Quaztocel."},{"id":"A2BB0245-2624-41DC-A79E-4D9D7B35CA11","name":"Destroy
|
1195
|
+
the Risen juggernaut."},{"id":"CF94082C-F345-4D20-B2B5-C4396461B1BF","name":"Escort
|
1196
|
+
Scholar Yorix through the caverns."},{"id":"080522A8-35FA-4E0F-91E0-38D3FA747599","name":"Defend
|
1197
|
+
the Zintl Holy Grounds."},{"id":"855C9CA4-28D9-49C2-B7A8-F709B37BF506","name":"Retake
|
1198
|
+
the Zintl Holy Grounds."},{"id":"40371D3F-61AE-4B5C-B33C-8F3EF63A7DC5","name":"Destroy
|
1199
|
+
the Nightmare Court''s thorn wolves."},{"id":"B3B901E3-6EEE-4102-8009-2D5EDE790A68","name":"Kill
|
1200
|
+
the Risen shark."},{"id":"7374C769-D122-4EFA-8DAC-1BDBC649ED20","name":"Defend
|
1201
|
+
the ruins of Fort Cadence."},{"id":"408D86B2-7C6C-42F1-99FA-7F3FAD333AC3","name":"Defeat
|
1202
|
+
the Risen at the Jinotl Deadgrounds."},{"id":"5FA1EF8D-F5BC-4BF2-860C-6DB48B7EAE1C","name":"Rescue
|
1203
|
+
the Occuintl hylek."},{"id":"35272A70-980B-467C-950A-152CB0589236","name":"Escort
|
1204
|
+
the injured hylek to the healing spring."},{"id":"DCAF730E-318A-49F1-9F45-0963E20A3468","name":"Escort
|
1205
|
+
the Occuintl hylek to the temple."},{"id":"7820B282-ABB6-4F72-8749-D308A0A9FA02","name":"Defend
|
1206
|
+
the Occuintl Grounds from the Nightmare Court."},{"id":"014AEF68-F1AA-4829-B191-8B02767FA321","name":"Defeat
|
1207
|
+
the champion."},{"id":"AB12005C-4C21-4D9D-8437-DF1BDA1F221B","name":"Prevent
|
1208
|
+
the Risen from opening the prison seal."},{"id":"33336340-CB38-4AB5-BDE7-D9198E635C82","name":"Subdue
|
1209
|
+
and capture Big Mayana."},{"id":"568A30CF-8512-462F-9D67-647D69BEFAED","name":"Defeat
|
1210
|
+
Tequatl the Sunless."},{"id":"68D6587F-0591-4B2B-A0FB-5A1187C8DEDA","name":"Defend
|
1211
|
+
the Megalaser and the batteries in the east, west, and north."},{"id":"84C0E4D0-7503-48C3-ACB7-EF773695AA56","name":"Defend
|
1212
|
+
the Megalaser and the batteries in the east, west, and north."},{"id":"59B89D94-556F-4C69-9CE4-433F20531787","name":"Defend
|
1213
|
+
the Megalaser and the batteries in the east, west, and north."},{"id":"67B8372B-FB85-4629-BB3E-25EE35999E7A","name":"Defend
|
1214
|
+
the Megalaser and the batteries in the east, west, and north."},{"id":"C7C6BC6F-7899-4B36-BD10-81BF654BA849","name":"Defend
|
1215
|
+
the Megalaser and the batteries in the east, west, and north."},{"id":"9C23AAD5-AECF-4944-9442-349BC411CC68","name":"Defend
|
1216
|
+
the Megalaser and the batteries in the east, west, and north."},{"id":"17787332-A042-4FE6-B1E7-9BE74DC29BF7","name":"Defend
|
1217
|
+
the Megalaser and the batteries in the east, west, and north."},{"id":"EEF84C55-26FE-4BE5-9A67-78536AD98798","name":"Protect
|
1218
|
+
Scholar Yorix during his ritual."},{"id":"4BA21D91-3A46-4C4F-8D90-2A56C3D16C5A","name":"Skill
|
1219
|
+
Challenge: Defeat Spooky Luka the Disbeliever"},{"id":"2D161DDC-C596-463D-8EB0-138FF9BEFF5E","name":"Skill
|
1220
|
+
Challenge: Defeat the Ancient Hylek Defenders"},{"id":"365BB349-C5EC-409C-BD22-D642A07CF040","name":"Skill
|
1221
|
+
Challenge: Defeat Gilbert, the Risen Treasure Hunter"},{"id":"A772D40C-DBDD-46FD-BF9C-985C1D304297","name":"Rescue
|
1222
|
+
the sylvari from the Nightmare Court agents."},{"id":"CEA87505-7F8F-4568-ADAC-6AEFF421DCCE","name":"Defeat
|
1223
|
+
the champion Risen spider."},{"id":"701CAE90-A62B-433A-B753-19C872A75436","name":"Defend
|
1224
|
+
Shorewatch from the Risen."},{"id":"4ED3A87C-078C-49EB-8797-3AE3093F7A42","name":"Reclaim
|
1225
|
+
Shorewatch from the Risen."},{"id":"6CCAFEE0-D2ED-4398-A4D3-A1A287A8DA57","name":"Defend
|
1226
|
+
the west gate!"},{"id":"ED1CE78A-9F73-4F00-A0F0-1B0FE7534C85","name":"Defend
|
1227
|
+
the Vigil camp."},{"id":"C618539A-8103-4593-85CD-02F5BFC40DDD","name":"Reclaim
|
1228
|
+
the Vigil camp."},{"id":"DEB5B4D2-F013-4ACE-8741-44042651D1DB","name":"Escort
|
1229
|
+
the Vigil to the Tower of Modius."},{"id":"7A704878-263C-4D3B-9C19-BD4C3FCA1A68","name":"Escort
|
1230
|
+
a Vigil bomb to the tower''s weak point."},{"id":"9134F69C-B9CA-42D7-A3A1-9A43AF4A18C9","name":"Destroy
|
1231
|
+
the champion Risen lich."},{"id":"B9842586-2BC6-43A4-A3A5-28024A3B9530","name":"Sink
|
1232
|
+
the Ash Horizon!"},{"id":"0FD7E929-B0B9-43D3-826F-B2EE2AC16A41","name":"Retake
|
1233
|
+
the Vigil''s base camp."},{"id":"24A00E75-A2BD-48A8-914D-3B0F1AA4BAB4","name":"Stop
|
1234
|
+
the Inquest operatives from kidnapping adventurers."},{"id":"70551020-6ECF-4CB7-B0C4-E19204E54090","name":"Save
|
1235
|
+
the sylvari from the Inquest."},{"id":"E515A7A1-C670-4580-B006-6FCE76DA9CB9","name":"Defend
|
1236
|
+
the Stone of Hazaan from Risen."},{"id":"84D65566-E997-4DBE-9CFA-C3D387439F37","name":"Clear
|
1237
|
+
the Risen from the center of the ruins of Fort Cadence."},{"id":"FF038047-C283-461E-ABF1-0B37B036B7B1","name":"Slay
|
1238
|
+
the massive jungle troll."},{"id":"6D978BF0-16E1-4A5B-BBEC-4779ABBE8697","name":"Prevent
|
1239
|
+
Risen from killing all the sylvari guards!"},{"id":"4E5FDCA0-58C5-467F-A683-FF2490CEB43B","name":"Defend
|
1240
|
+
Fort Cadence''s southern entrance."},{"id":"C9F3EAA5-ADEF-4F52-B798-0914EA96C8E6","name":"Defend
|
1241
|
+
Chokevine Gorge before Risen overrun it."},{"id":"40F91898-A5CD-417B-B50F-D04C7EA198CE","name":"Defend
|
1242
|
+
Ocean''s Gullet from the Risen."},{"id":"B9893F7F-9878-4DEB-848A-42AF00DF311A","name":"Subdue
|
1243
|
+
and capture Crusader Michiele."},{"id":"07371B82-E7E2-4DEE-9E3A-38E22403EAE6","name":"Protect
|
1244
|
+
the Northern Ruins!"},{"id":"EA879239-883B-423B-A1A4-4F59886EF97C","name":"Defend
|
1245
|
+
the southern beach from the Risen."},{"id":"174E60AA-16AA-418B-9801-89C9E31180E5","name":"Reclaim
|
1246
|
+
the southern beach from the Risen."},{"id":"C4BC1790-2837-45B1-AA7D-FC8E7E3BAB1A","name":"Defend
|
1247
|
+
the south gate!"},{"id":"E283B165-E71C-4A8A-9434-5AD1676A9520","name":"Hold
|
1248
|
+
Swampwatch shoreline from the Risen."},{"id":"48DDAD30-927A-4C6C-BF2D-87CC378FC808","name":"Recapture
|
1249
|
+
Swampwatch shoreline from the Risen."},{"id":"79321E76-8593-4026-A746-C74D82B3AD03","name":"Defend
|
1250
|
+
the east gate!"},{"id":"350DB073-033E-4609-A007-98A83F9976E0","name":"Defend
|
1251
|
+
the supply of energy from krait."},{"id":"6758F933-1CF1-4A3A-8E4E-4037A6B86B97","name":"Destroy
|
1252
|
+
the Risen at Leeshore Gauntlet."},{"id":"ED47E678-D26F-4773-B4EF-3941D46FBB16","name":"Stop
|
1253
|
+
the summoned husk from leaving the region."},{"id":"5D2C81BD-E37A-4D5D-BB8B-30B004235DF4","name":"Clear
|
1254
|
+
Risen from the Stone of Hazaan."},{"id":"B1492735-E5A2-4412-8023-A35E5A6445C6","name":"Defeat
|
1255
|
+
Willem and his bandit golemancers."},{"id":"BF746B54-7FF5-4617-8B6B-E3DA6CEF8410","name":"Draw
|
1256
|
+
out and destroy the Demagogue''s spirit."},{"id":"A7F5AB04-8C27-4BFC-9614-FFA494D96A08","name":"Escort
|
1257
|
+
the Vigil siegemaster to the toxic offshoot."},{"id":"ACADB249-BE31-4E4C-BE85-40D317B2E879","name":"Use
|
1258
|
+
powder kegs to destroy the toxic offshoot."},{"id":"9F858D7B-7BB4-4370-A589-2F6CD136F8E0","name":"Rescue
|
1259
|
+
the Vigil engineers."},{"id":"6AC87190-3D9B-4440-ADE4-E2190CF1C96F","name":"Defend
|
1260
|
+
the Vigil siege engineers as they attack the toxic offshoot."},{"id":"675CFB59-C4B0-40E7-A470-E7A9074C9846","name":"Defend
|
1261
|
+
the Vigil siege engineers as they attack the toxic offshoot."},{"id":"52E3D09D-816F-4D11-B181-F0CE5EBC2F50","name":"Escort
|
1262
|
+
the Vigil siegemaster to the toxic offshoot."},{"id":"C5A16D10-74A0-40C7-A1CA-6E70C80C7FD4","name":"Use
|
1263
|
+
powder kegs to destroy the toxic offshoot."},{"id":"67CF348D-9476-4D45-B415-8B43590D9A47","name":"Rescue
|
1264
|
+
the Vigil engineers."},{"id":"C9F2E288-B879-4806-AEAE-8E9BB1FF5A65","name":"Defend
|
1265
|
+
the Vigil siege engineers as they attack the toxic offshoot."},{"id":"F6C9036A-8625-45E5-A286-AD8B3F8AEF02","name":"Defend
|
1266
|
+
the Vigil siege engineers as they attack the toxic offshoot."},{"id":"3F4EBB4B-98FB-4969-893C-AB04097F3FDA","name":"Destroy
|
1267
|
+
the sinister triad''s camps."},{"id":"A228A168-7BC8-473C-9AF3-E436A9281BD9","name":"Defeat
|
1268
|
+
the sinister triad."},{"id":"BD481837-E3BE-4B75-8812-2EF02B25D275","name":"Defend
|
1269
|
+
the tunnel hub from Inquest."},{"id":"68C3CFCD-6B09-47BC-AF74-35D3CBE211A6","name":"Drive
|
1270
|
+
out the Inquest from the skritt tunnels."},{"id":"FF491B14-D2FF-4E29-A14C-A15B94C806F6","name":"Drive
|
1271
|
+
Angelan''s bandits out of Skrittsburgh Center."},{"id":"35ACECCE-E95D-4E01-8D77-A6AAA859584C","name":"Protect
|
1272
|
+
the skritt king from the giant destroyer crab."},{"id":"C3C1CAA3-7F56-4307-9666-A77204379EBE","name":"Drive
|
1273
|
+
off the Inquest spies."},{"id":"64B27B4E-A535-4A54-B194-4D89C0237BC7","name":"Protect
|
1274
|
+
the skritt king from the Nightmare Court."},{"id":"166CB3E2-15BF-4C61-BFA3-C92A6C08C82B","name":"Protect
|
1275
|
+
East End skritt from destroyers."},{"id":"F602ECF0-50A5-43F5-B899-E89D5A5C2974","name":"Clear
|
1276
|
+
out the destroyers from the East End hub."},{"id":"F1DA9D88-609F-4EB0-9959-236CD9400223","name":"Defend
|
1277
|
+
Hillstead skritt from Nightmare Court trappers."},{"id":"4CCDFC2A-A3BF-4B88-A15B-137497461018","name":"Free
|
1278
|
+
Hillstead skritt from the Nightmare Court."},{"id":"5D2FC80E-E891-4999-9F99-9164D3D70F07","name":"Defend
|
1279
|
+
the skritt while they steal golem parts."},{"id":"838D3184-6731-4A20-BB03-2FCEDF440731","name":"Destroy
|
1280
|
+
the rampaging golem."},{"id":"2121B353-5190-4C53-B351-38C3CD6DDCD5","name":"Defeat
|
1281
|
+
Seanan before he returns to the bandit supply camp."},{"id":"42DBED22-0924-4AAE-83E6-21099B7C7DBA","name":"Defeat
|
1282
|
+
Scotta and the Inquest conspirators."},{"id":"0878B097-39DE-40C3-8C9E-3350A3BAEF2B","name":"Find
|
1283
|
+
a way to access the next room."},{"id":"5E74559E-9CAB-4034-8469-C97E5EA24D86","name":"Find
|
1284
|
+
a way to access the next room."},{"id":"920D30A4-FC67-4F56-B3F8-5CBAEB9D2849","name":"Find
|
1285
|
+
a way to access the next room."},{"id":"600E2F39-2EB0-4C7E-83C9-01DE557F14FA","name":"Find
|
1286
|
+
a way to open the exit door."},{"id":"295222B4-38FA-4649-AAF7-814AA62861E0","name":"Find
|
1287
|
+
a way to open the door and access the next room."},{"id":"4015D42F-72D7-425B-B693-E0E16466292D","name":"Can
|
1288
|
+
you puzzle out the mystery of Proxemics Lab?"},{"id":"620BCA8E-82A9-4A86-A59D-576C2B49C917","name":"Northern
|
1289
|
+
Entanglement"},{"id":"71567883-D686-4CA8-BEBF-F8B309CE48DF","name":"Eastern
|
1290
|
+
Entanglement"},{"id":"E150477E-266E-4108-AA34-9190071FA06F","name":"Recover
|
1291
|
+
the Revered Terebinth from the Nightmare Court."},{"id":"DA6C4352-DC6F-43B3-8463-28A816114065","name":"Protect
|
1292
|
+
the Revered Terebinth gardeners."},{"id":"1331CA9A-463E-413A-AA05-82635A30219A","name":"Help
|
1293
|
+
U.N.I.T. find and destroy the Inquest."},{"id":"951599B7-F3AD-4784-B090-A6F0F662010D","name":"Kill
|
1294
|
+
Cavern Scutters to gather energy for Sparkk."},{"id":"4DE53AF3-40A6-4D9F-8F2F-21A1C374C0D9","name":"Destroy
|
1295
|
+
the malfunctioning golem."},{"id":"0969A692-24DB-4064-BA8D-D018D162A96D","name":"Rescue
|
1296
|
+
the skritt from the bandit kidnappers."},{"id":"7883E9C1-B0D6-48CB-B080-2EFC93D332F5","name":"Free
|
1297
|
+
captured skritt from the Inquest."},{"id":"D7B3201B-68F2-460F-AEDA-2E85C1DC3F46","name":"Stop
|
1298
|
+
Spellbinder Aillithe from corrupting skritt."},{"id":"240BE5FF-8441-4037-8EF0-3B56BC842C15","name":"Help
|
1299
|
+
Tekki fight off creatures swarming through the asura gate."},{"id":"7173DE91-AB25-41F5-AB1A-2DA435286A25","name":"Save
|
1300
|
+
the camp from the Inquest golem."},{"id":"44168F4A-DD9A-4D79-8DAA-21D185CDD2AC","name":"Help
|
1301
|
+
the Priory return the energy core to the Henge of Denravi."},{"id":"5F1FFABA-51D3-4A54-9FE0-39537344D529","name":"Defend
|
1302
|
+
the Priory while they rebuild Mirkrise camp."},{"id":"DA10441F-E353-4CEA-AE67-D86335088337","name":"Defend
|
1303
|
+
the Seraph camp until reinforcements arrive."},{"id":"6C56410C-F951-41B3-B566-DC6BA3FD26CB","name":"Help
|
1304
|
+
the Seraph retake their camp."},{"id":"9B0F633B-ACA1-43B2-8884-8844BF411323","name":"Protect
|
1305
|
+
Pamfa''s lab from attacking Inquest agents."},{"id":"84BACDC9-3253-4A9D-9663-9559C54F0D95","name":"Protect
|
1306
|
+
the MULTI-952t Togg sent to repair Pamfa''s lab equipment."},{"id":"2DD57DB7-1C27-4EF4-B9E7-B336E795DE89","name":"Kill
|
1307
|
+
nightmare spellbinders before skritt are enslaved at Joy''s End."},{"id":"C7586E00-8964-47D6-82DF-82333A759E28","name":"Rescue
|
1308
|
+
kidnapped skritt from the Nightmare Court."},{"id":"A4453106-FB87-4186-B0FD-10DF7FBEB5B6","name":"Kill
|
1309
|
+
the Nightmare Wolfmaster and her giant thorn wolf."},{"id":"AEAA64AB-AC8E-4071-A9B7-47ABF5F5164D","name":"Prevent
|
1310
|
+
skritt from approaching poisonous traps."},{"id":"40325C2D-BF44-4E64-9BA9-6FB133EE15DB","name":"Clear
|
1311
|
+
out Willem''s camp so the skritt can find antidotes."},{"id":"6D44354D-92C7-43E2-8992-797629838850","name":"Return
|
1312
|
+
the arboreal spirit to its husk, and drive away the hylek."},{"id":"F23D4AEE-C74A-4A9D-8704-5A8A4F1B2A75","name":"Skill
|
1313
|
+
Challenge: Subdue the Ghostly Runner"},{"id":"1B1C1AD7-C2A0-49B9-9E96-A96328253015","name":"Skill
|
1314
|
+
Challenge: Defeat the Arboreal Spirit"},{"id":"16F111A7-566D-419C-8848-CA441D19F2CB","name":"Skill
|
1315
|
+
Challenge: Defeat Schotakk the Shiny King and His Band of Brave Shiny Collectors"},{"id":"28C3D230-5039-4567-8C74-9C4124F9EADE","name":"Defeat
|
1316
|
+
Shminkta''s power suit."},{"id":"EE368E4C-0318-4418-881B-129242CD2A61","name":"Defeat
|
1317
|
+
the bandit tactician: Angelan."},{"id":"B888EF20-AF77-4502-840B-EA6BCCD8AB85","name":"Escort
|
1318
|
+
Gleranon''s packheart to the Seraph Observers camp."},{"id":"D59F6E25-3647-4480-A744-E85F91186FC0","name":"Defeat
|
1319
|
+
the bandit weaponmaster: Breean."},{"id":"8D8FE0FD-E6A7-4D2B-AE42-D59EC2B52CD2","name":"Protect
|
1320
|
+
the Wyld Hunt party from the unseen hunter."},{"id":"500686B2-5879-4BD2-85DE-D7797DBBECA5","name":"Subdue
|
1321
|
+
and capture Diplomat Tarban."},{"id":"F0A97C36-3A3F-4334-935D-02389DF98629","name":"Defeat
|
1322
|
+
the enraged priestess."},{"id":"C17245E6-713F-432D-9CA5-282141934140","name":"Defeat
|
1323
|
+
the bandit leader Robbari."},{"id":"642321B5-E13C-4668-81F0-75EE70F744D5","name":"Prevent
|
1324
|
+
bandits from stealing the skritt crate."},{"id":"2C94142A-7133-4370-8C39-3A32FC819910","name":"Help
|
1325
|
+
Tromgi''gark and Wenski get their crate back home."},{"id":"4CE66803-8F79-42ED-9BA7-BA27B39FC97E","name":"Destroy
|
1326
|
+
the arrow carts being built at Robbari''s bandit camp."},{"id":"D5F19FF7-AADB-4539-9EEC-6CE65DB4E876","name":"Stop
|
1327
|
+
the skritt burglar before it escapes with the treasure."},{"id":"90DF8928-4AEB-49DB-B935-942E52594A18","name":"Stop
|
1328
|
+
the skritt burglar before it escapes with the treasure."},{"id":"79D00701-6F12-4B0C-8838-B183D6D22A9D","name":"Stop
|
1329
|
+
the skritt burglar before it escapes with the treasure."},{"id":"0BBC6CBF-8BB2-4EB6-A691-6F4FC61FE899","name":"Stop
|
1330
|
+
the skritt burglar before it escapes with the treasure."},{"id":"FDB6C46E-41AB-405F-A0EA-EB556097D317","name":"Stop
|
1331
|
+
the skritt burglar before it escapes with the treasure."},{"id":"B95E94CE-E9B4-4351-AD59-4B18F7D7A5EA","name":"Defeat
|
1332
|
+
the crazed Risen groundskeeper."},{"id":"9522BF8A-5B2E-4257-AF17-49AF3BF81665","name":"Skill
|
1333
|
+
Challenge: Engage the Orrian Spectral Hammer"},{"id":"31205517-444F-404F-9A28-52DB396DF5A3","name":"Skill
|
1334
|
+
Challenge: Defeat Fortuna Dirgecaller"},{"id":"DC259ED0-6BA2-4038-B82F-E1BF4693AE9C","name":"Skill
|
1335
|
+
Challenge: Defeat the Risen Sea Turtle Brood"},{"id":"5B9B3873-2402-435D-9FF4-4704AA2CF240","name":"Skill
|
1336
|
+
Challenge: Engage the Spectral Sword"},{"id":"92CF6175-2D11-451B-B321-7D0F254FA783","name":"Skill
|
1337
|
+
Challenge: Deactivate the Magicohesion Cannon"},{"id":"59BA0DCC-1A1A-4269-A848-D51542D96C50","name":"Skill
|
1338
|
+
Challenge: Defeat Brothmirr Rockslide"},{"id":"7A5F71F1-87C1-476B-95EC-F5BD95852A4A","name":"Defend
|
1339
|
+
Explorer Plinx as he repairs his hazmat suit."},{"id":"827EFF31-60EF-4B92-8441-0F1BEA923E5D","name":"Help
|
1340
|
+
Explorer Plinx reach the chopper signal location."},{"id":"C918FDCB-FB3D-424F-A47C-82C0D04A0670","name":"Help
|
1341
|
+
Explorer Plinx clear Risen from the chopper landing zone."},{"id":"4DC90E66-60BC-4C95-9986-1133AD000E4E","name":"Defend
|
1342
|
+
Explorer Plinx as he carries supplies to Caer Shadowfain."},{"id":"2BC86A2C-3EB9-4A33-BE34-83E525E57A1A","name":"Defeat
|
1343
|
+
the Risen abomination wandering outside the walls of Caer Shadowfain."},{"id":"9F3ACE61-4FBE-4CA9-9CFD-31B6B5C576F3","name":"Defend
|
1344
|
+
Priory Scholar Zepa as she searches the village of Ewan for ancient artifacts."},{"id":"9EB33119-D2CC-4441-A064-16DCF290FDF8","name":"Slay
|
1345
|
+
the veteran Risen chicken that''s chasing Priory Scholar Zepa."},{"id":"71ABBF5F-6B25-4FBF-802F-AD1E2533849C","name":"Help
|
1346
|
+
Arcanist Xanf set up his spectral disruptor."},{"id":"EDC1B7C8-5DFC-49BF-B66E-5D67380A5BA2","name":"Defend
|
1347
|
+
the spectral disruptor to prevent the spectral weapons from reforming."},{"id":"663AB26A-CB9E-480E-ACB9-AD21C0B63676","name":"Protect
|
1348
|
+
Historian Fia on her search for gorillas."},{"id":"A0303172-00A8-41FD-AEC8-8B07E0C6CC37","name":"Kill
|
1349
|
+
the angry Risen gorilla to save Fia and Jasper."},{"id":"F4C58025-0CC9-46F8-96D5-FDF07901A670","name":"Help
|
1350
|
+
Lightbringer Palfinier reach Meddler''s Summit."},{"id":"422193F5-AA0A-4BA3-B1CF-75FECA6759D6","name":"Escort
|
1351
|
+
Explorer Loana to the Reliquary Vault in the Royal Tombs."},{"id":"23FEF923-907E-47D9-A62E-3BB1F96E248A","name":"Protect
|
1352
|
+
Explorer Loana and defeat the Risen King."},{"id":"BBE81263-3758-4C6E-82A5-C035F0F2F291","name":"Defend
|
1353
|
+
Explorer Loana while she searches the tombs for Orrian artifacts."},{"id":"C2AB5C4C-5FAA-449B-985C-93F8E2D579C8","name":"Help
|
1354
|
+
the Pact strike team make their way to Death''s Gaze Torch."},{"id":"B41C90F8-AF33-400E-9AD3-3DB0AFCEDC6C","name":"Protect
|
1355
|
+
Tactician Footi as she sets up her cannon."},{"id":"4B612C93-3700-43B8-B3C1-CBC64FEC0566","name":"See
|
1356
|
+
Keeper Jonez Deadrun safely to Death''s Gaze Torch."},{"id":"1D1BE3D6-2F0D-4D1C-8233-812AAF261CFF","name":"Secure
|
1357
|
+
Death''s Gaze Torch while Explorer Ambrose completes his ritual."},{"id":"27E2F73C-E26B-4046-AC06-72C442D9B2B7","name":"Defend
|
1358
|
+
the Pact lightning cannon."},{"id":"C8139970-BE46-419B-B026-485A14002D44","name":"Ensure
|
1359
|
+
that Keeper Jonez Deadrun reaches the Cathedral of Silence."},{"id":"E16113B1-CE68-45BB-9C24-91523A663BCB","name":"Use
|
1360
|
+
portals to fight shades, slay the Risen Priest of Grenth, and protect Keeper
|
1361
|
+
Jonez Deadrun."},{"id":"99254BA6-F5AE-4B07-91F1-61A9E7C51A51","name":"Cover
|
1362
|
+
Keeper Jonez Deadrun as he performs the cleansing ritual."},{"id":"57A8E394-092D-4877-90A5-C238E882C320","name":"Stop
|
1363
|
+
the Risen Priest of Grenth from retaking the Cathedral of Silence."},{"id":"D7246CA2-DD85-42B3-A8D3-D2A1FE464ECF","name":"Get
|
1364
|
+
Warmaster Chan to Shank Anchorage before the troops'' morale breaks."},{"id":"80F7CC11-3116-42B5-A7C3-965EE5A69E51","name":"Secure
|
1365
|
+
the Pact staging area at Shank Anchorage."},{"id":"5761F5A5-48D2-484B-BE21-22096E84E845","name":"Hold
|
1366
|
+
the Pact position at Shank Anchorage against Risen attack."},{"id":"9DA0E1E8-1A44-4A3C-9FCC-257350978CE9","name":"Collect
|
1367
|
+
scrap metal to help Ballistician Dexa build her siege weapon."},{"id":"6B5C8659-F3AF-4DFC-A6F5-CD6620E3BE11","name":"Help
|
1368
|
+
Crusader Angaria signal reinforcements for the assault on Arah."},{"id":"7EA1BE90-C3CB-4598-A2DD-D56764785F7D","name":"Escort
|
1369
|
+
Scholar Didi to the signal flare site to summon her golem prototype for the
|
1370
|
+
assault on Arah."},{"id":"E87A021D-4E7C-4A50-BEDB-6F5A54C90A9A","name":"Help
|
1371
|
+
the Pact seize the steps of the Promenade of the Gods."},{"id":"B1B94EFD-4F67-4716-97C2-880CD16F1297","name":"Help
|
1372
|
+
the Pact capture the hall of the Promenade of the Gods."},{"id":"02DECBE6-A0BA-47CC-9256-A6D59881D92A","name":"Defeat
|
1373
|
+
the Risen High Wizard and secure the Promenade of the Gods."},{"id":"DFBFF5FE-5AF0-4B65-9199-B7CACC945ABD","name":"Ensure
|
1374
|
+
that the Pact holds the Gates of Arah."},{"id":"EB8A7456-9BE7-40C5-8F13-21E44D4760A0","name":"Ensure
|
1375
|
+
that the Pact holds the Gates of Arah."},{"id":"3AC181E6-ADDB-415E-86B4-744968DEE9FF","name":"Rid
|
1376
|
+
the Pact camp of tar elementals."},{"id":"C11F0125-0F20-4B8C-AA03-AA4FF799922E","name":"Help
|
1377
|
+
Rakkan collect Risen fish oil glands for Merla."},{"id":"6692E5B7-794B-4BE8-B3B2-F26B785A0584","name":"Accompany
|
1378
|
+
Rakkan as he tests Merla''s undead camouflage potion."},{"id":"2B328A6F-7F7F-45D8-8F87-43EC045E1B6F","name":"Destroy
|
1379
|
+
the Risen broodmother to free Rakkan."},{"id":"7EA3F5D7-C658-4F26-B2BF-1BAAE815ABA8","name":"Help
|
1380
|
+
Agent Scrybe search the ruins for Orrian artifacts."},{"id":"04C4BFFA-4E8A-4EFD-A94D-32752119D1AE","name":"Destroy
|
1381
|
+
the Risen Wizard and her attendants to learn her secrets."},{"id":"4FAAD9CA-F6C7-42F6-904D-B5EDB4131FF5","name":"Defend
|
1382
|
+
Pact Tactician Megill from the Risen."},{"id":"9C231902-9EAA-4CB3-8252-5BE5FBB919AA","name":"Burn
|
1383
|
+
the scattered Pact corpses to honor the fallen."},{"id":"6518D7BE-C6DB-41BC-A79F-E1F72B76D119","name":"Escort
|
1384
|
+
Tactician Megill to safe ground."},{"id":"4CEA2663-1280-4F2A-82AB-4157734CBC40","name":"Defeat
|
1385
|
+
the Risen pirate Captain Rotbeard."},{"id":"C39CA0D3-E00D-498F-9F9A-CCFB715896F4","name":"Defend
|
1386
|
+
Gavbeorn''s Landing from invading Risen."},{"id":"C15950B3-7EA6-4976-9DD3-97C88354EE0C","name":"Reclaim
|
1387
|
+
Gavbeorn''s Landing from the Risen."},{"id":"3D333172-24CE-47BA-8F1A-1AD47E7B69E4","name":"Escort
|
1388
|
+
Magister Izzmek to the site of the first signal beacon."},{"id":"E7563D8D-838D-4AF4-80CD-1D3A25B6F6AB","name":"Escort
|
1389
|
+
Magister Izzmek to the site of the second signal beacon."},{"id":"F0CE1E71-4B96-48C6-809D-E1941AF40B1D","name":"Defend
|
1390
|
+
the beacon until Pact reinforcements can arrive."},{"id":"351F7480-2B1C-4846-B03B-ED1B8556F3D7","name":"Escort
|
1391
|
+
the Pact forces to the Temple of Melandru."},{"id":"7E24F244-52AF-49D8-A1D7-8A1EE18265E0","name":"Destroy
|
1392
|
+
the Risen Priest of Melandru."},{"id":"A5B5C2AF-22B1-4619-884D-F231A0EE0877","name":"Defend
|
1393
|
+
the Pact interrupter device while it charges to cleanse the temple."},{"id":"04902E61-A102-4D32-860D-C14B150BD4F5","name":"Defend
|
1394
|
+
the Pact interrupter from Risen attacks."},{"id":"989A298C-B06B-4E9B-A871-1506A6EE3FEC","name":"Defend
|
1395
|
+
the Pact interrupter from Risen attacks."},{"id":"D0E0A04C-A669-40F4-9606-E8877CE3ED32","name":"Defeat
|
1396
|
+
the ancient Risen warriors in Balthazar''s arena."},{"id":"3B4F83B4-41A1-4A5E-97A6-1247C00D20E1","name":"Defeat
|
1397
|
+
the Champion of the Gladiators."},{"id":"091F215C-74AD-476E-A8E0-8478D0EA142A","name":"Defeat
|
1398
|
+
the ooze king."},{"id":"C47EFA74-97D4-4E14-A68A-1268D48868B9","name":"Enrage
|
1399
|
+
Risen and lure them to fight Halla Corpseflayer."},{"id":"E1931AB9-19D4-4605-BDBD-F9A87A83A90D","name":"Crush
|
1400
|
+
the veteran Risen spider and free Scholar Zeez."},{"id":"188B3270-CAEA-417F-B05E-8B32ECEF2631","name":"Help
|
1401
|
+
Scholar Blix clear the tunnel."},{"id":"9ED1C0B4-CA56-4C5A-9A3D-8E1DAEC8F0E0","name":"Secure
|
1402
|
+
Shelter''s Gate before the Risen arrive."},{"id":"02C32C6F-D2F0-4D51-BB9E-BAE81AEAF81A","name":"Defend
|
1403
|
+
the Pact camp at Shelter''s Gate."},{"id":"84939254-B14D-4006-9238-A2226900BAD3","name":"Escort
|
1404
|
+
Sharn the Vindictive to retrieve a giant Risen pearl."},{"id":"82D08504-468F-41F6-B3D8-4FDD05CF08BD","name":"Defeat
|
1405
|
+
the Risen Giant Clam and fend off attacking undead."},{"id":"52B307F2-66E3-4B59-80BC-A1C67587A9F8","name":"Aid
|
1406
|
+
the Pact soldiers around the airship wreck."},{"id":"ED172496-47B9-4795-985B-FA2E38318C26","name":"See
|
1407
|
+
the Pact crash survivors safely to Meddler''s Summit."},{"id":"9BBEB1DB-F580-4FBD-9FAE-607C1E6DB6A6","name":"Escort
|
1408
|
+
Tactician Almonia and her force to secure a new camp."},{"id":"4096293A-1491-4674-98B0-6FD696CBA5AC","name":"Protect
|
1409
|
+
the technicians as they rebuild Penitent Camp."},{"id":"7765DD4A-6E29-48CC-87E7-3F19695C4BE2","name":"Defend
|
1410
|
+
Penitent Camp from Risen."},{"id":"FC69152C-8245-41F3-BDEE-CD7F936A7CED","name":"Help
|
1411
|
+
Crusader Talesin escort his veteran packheart to Penitent Camp."},{"id":"CE32E74C-799E-4791-9481-D684C459CE47","name":"Escort
|
1412
|
+
Warmaster Jofast and her caravan to retake her camp."},{"id":"7F18A64F-9142-4DC2-8357-31CAF5F4A12D","name":"Secure
|
1413
|
+
Warmaster Jofast''s Camp."},{"id":"9C28F123-39C1-4698-B10C-112C9A7DA010","name":"Defend
|
1414
|
+
Jofast''s Camp against Risen attacks."},{"id":"8F4CFF31-BBC8-4379-8E18-EFFD8093E76E","name":"Help
|
1415
|
+
Explorer Laci find an Orrian power orb in the wreck of the Golden Vanity."},{"id":"AB119F13-FC53-49C1-90A8-9B50C76610AC","name":"Defend
|
1416
|
+
Explorer Laci as she harvests all the arcane energy from the Orrian power
|
1417
|
+
orb."},{"id":"4373C810-9469-4B0B-A87E-C9043A395BA4","name":"Kill the Risen
|
1418
|
+
broodmother."},{"id":"9217F918-4770-4597-818D-286F2DEBE923","name":"Kill the
|
1419
|
+
champion Risen megalodon that shipwrecked Camelia."},{"id":"8311B47B-74C2-4865-9C81-6A7682389DC2","name":"Defeat
|
1420
|
+
the Risen wizard."},{"id":"B3D38B6B-1BDF-4EE0-8BC0-C4F0E69BF8CB","name":"Defeat
|
1421
|
+
the champion."},{"id":"778BB086-FDE0-4CC2-A607-C3428D926AE2","name":"Defeat
|
1422
|
+
the champion."},{"id":"899CF6FF-DCEF-4F0D-95CF-0218408F6C17","name":"Defend
|
1423
|
+
Gork Thundermaker against Ponponi Shinyteeth."},{"id":"B6EFA644-CF04-487B-928B-A82DBD6F02DB","name":"Stop
|
1424
|
+
the skritt from stealing turret parts."},{"id":"CD219A8F-BD43-4423-A165-B7C0CF5C211C","name":"Retrieve
|
1425
|
+
turret parts stolen from Kinar Fort."},{"id":"65D77F59-0975-4474-87B7-1648C1974AC0","name":"Help
|
1426
|
+
Mirayla break into the Inquest lab."},{"id":"D47F22AA-519C-428F-8B4B-573ED2C7A737","name":"Free
|
1427
|
+
Jaren from the Inquest pod."},{"id":"9527A8CD-4C79-433C-B986-A82869F6C479","name":"Destroy
|
1428
|
+
the corrupted Order of Whispers slayer."},{"id":"3225FBE2-46E8-472C-8CB9-C978DD4CDD1B","name":"Kill
|
1429
|
+
the Inquest''s head analyst."},{"id":"A15F001F-4E7C-49F0-AE6E-19928F92467C","name":"Defend
|
1430
|
+
Steeleye Span''s north wall."},{"id":"3656097F-218C-4168-A50C-E540637D28E7","name":"Defend
|
1431
|
+
Steeleye Span''s south wall."},{"id":"70777C96-010B-4FE9-BF6B-B5785F9F20B1","name":"Defend
|
1432
|
+
the repair efforts on the north wall."},{"id":"DA9732D0-4BB6-4FEC-BA7F-C164F6126E07","name":"Defend
|
1433
|
+
the repair efforts on the south wall."},{"id":"0A69FD44-6C0C-4FAA-B81C-5D7A0EAC126C","name":"Protect
|
1434
|
+
Tribune Steelgrip."},{"id":"954A5A64-0CA8-43AA-A263-64D11C8C7C2E","name":"Retake
|
1435
|
+
Steeleye Span."},{"id":"C4F4DBF4-272B-4B91-95D2-91AEE5AEAD4B","name":"Clear
|
1436
|
+
the oasis so Rupek and Porgar can gather water."},{"id":"2DC2F224-548E-45C9-958F-A732A131E5FD","name":"Protect
|
1437
|
+
Rupek and Porgar while they gather water."},{"id":"50D52B92-0B51-430E-BA0E-B082EF6EA441","name":"Help
|
1438
|
+
Rupek and Porgar deliver water to their village."},{"id":"6023ED84-0B9C-408D-AF2E-C01E83AEC613","name":"Use
|
1439
|
+
charrzookas to destroy the crystal nodes simultaneously."},{"id":"580A44EE-BAED-429A-B8BE-907A18E36189","name":"Collect
|
1440
|
+
siege weapon pieces for Crusader Blackhorn."},{"id":"03BF176A-D59F-49CA-A311-39FC6F533F2F","name":"Slay
|
1441
|
+
the Shatterer"},{"id":"DDAB8098-CC0A-4266-BCC1-2B39B0D5C0D9","name":"Skill
|
1442
|
+
Challenge: Defeat Fane Skinchisel"},{"id":"1A119BBC-B047-4C09-9571-0A123998BAFF","name":"Skill
|
1443
|
+
Challenge: Defeat the Marmox Packleader and His Pack"},{"id":"BB61C5CB-4BB0-48C9-AE6D-30CEB0A8DDE2","name":"Drive
|
1444
|
+
the grawl away from the Tail of the Star God."},{"id":"8CD19D83-B18C-4DA9-8FF4-E4624B6D2869","name":"Kill
|
1445
|
+
the grawl shamans to disrupt the summoning ritual."},{"id":"B653633C-232A-499B-BB91-5601AA77CF33","name":"Help
|
1446
|
+
Lieutenant Fynn and Kor the Warcaller assault Sootpan Kraal."},{"id":"09554872-63CC-41C6-A55C-0E9178511EAE","name":"Defend
|
1447
|
+
Splintercrest Fort."},{"id":"17D46C09-4004-4CD3-B3ED-C7672E56015F","name":"Reclaim
|
1448
|
+
Splintercrest Fort."},{"id":"2A37BBD5-6D97-48DC-8261-BF1B2A4A8BAB","name":"Defend
|
1449
|
+
Brokentooth Maw."},{"id":"35E266C8-CC98-4782-812F-E71623F8EE51","name":"Defend
|
1450
|
+
Kinar Fort."},{"id":"2AC3816D-5EC4-473D-A9EE-923BA864DCC9","name":"Reclaim
|
1451
|
+
Kinar Fort."},{"id":"D18F09B8-8B9A-4935-B20D-838673FECE84","name":"Collect
|
1452
|
+
artifacts from Serenity Temple for Cerin."},{"id":"A1ADEA74-7D84-434B-898E-7B5545C0FB13","name":"Protect
|
1453
|
+
Cerin while he investigates Serenity Temple."},{"id":"7909C636-630F-4B58-9BC8-0A2810E5A981","name":"Defeat
|
1454
|
+
the angry spirit of Kendrick Redstaff."},{"id":"E6B88D11-81A2-4DC4-9446-3158E218423D","name":"Harvest
|
1455
|
+
earth elemental lodestones for Seegor''s brew."},{"id":"D39FEB19-37EC-4EF8-AD81-F231354BF497","name":"Collect
|
1456
|
+
griffon claws for Quartermaster Thell."},{"id":"A250084C-95C7-4E60-BBAC-116D31FEC88D","name":"Escort
|
1457
|
+
Quartermaster Thell to Foewatch Encampment."},{"id":"1A707A2D-BE73-4BA0-84D0-10C22A98EEBF","name":"Repel
|
1458
|
+
the hostile ogres trying to destroy Degun Shun''s animal pen."},{"id":"3F499C60-26DE-403D-A43C-85276A70D221","name":"Rescue
|
1459
|
+
Wark from the infatuated harpy matriarch."},{"id":"4699A64B-6123-4428-82FE-A8A9D2F256D5","name":"Subdue
|
1460
|
+
and capture Tricksy Trekksa."},{"id":"CE34ACAF-13E3-4EEB-986D-C4B9E47EE84D","name":"Help
|
1461
|
+
Gork Thundermaker defeat Ponponi Shinyteeth."},{"id":"8E064416-64B5-4749-B9E2-31971AB41783","name":"Escort
|
1462
|
+
the Sentinel squad to the Vigil camp in Lowland Burns."},{"id":"429D9DB9-2DE9-4AC8-992E-49D8D010663C","name":"Kill
|
1463
|
+
the giant plains wurm."},{"id":"53B4E972-267C-4BB6-B87C-2B521E85C21A","name":"Stop
|
1464
|
+
Tokkra''s kidnapping."},{"id":"5568C4F2-B713-4471-A8C3-31A589A9BF19","name":"Rescue
|
1465
|
+
Tokkra of Iron from the Separatists."},{"id":"E81458BA-A199-4695-9D01-755DA3608670","name":"Protect
|
1466
|
+
Tokkra of Iron while he sets bombs in the Separatist camp."},{"id":"EED8A79F-B374-4AE6-BA6F-B7B98D9D7142","name":"Defeat
|
1467
|
+
the renegade charr."},{"id":"5E7B4A33-5A63-4BDC-AF68-FFE0CC3335B3","name":"Save
|
1468
|
+
Gork Thundermaker from imprisonment."},{"id":"2BBD384C-E7F2-4C76-8B6E-5C0F7AA0DB0B","name":"Defend
|
1469
|
+
engineers rebuilding Brokentooth Maw."},{"id":"C2D31967-B6F9-4E93-A95C-1C46EE98828F","name":"Complete
|
1470
|
+
the challenges presented by \"Ref\" Sparkeeper."},{"id":"40548B4F-ECF3-4134-BBC8-7CEA8EC4A806","name":"Help
|
1471
|
+
Lieutenant Fynn and Kor the Warcaller''s assault on the Behemian Grand Kraal."},{"id":"7398CCE8-83A5-47FB-99A8-4756BA7336FE","name":"Help
|
1472
|
+
the weak ogres of Degun Shun tame new pets."},{"id":"55F58DD3-A0ED-4DFA-950D-3A4536BD55F1","name":"Reclaim
|
1473
|
+
Brokentooth Maw."},{"id":"129CB2CC-1D0A-4FB8-A189-200CB8F551A0","name":"Gather
|
1474
|
+
harpy glands for Wark''s perfume project."},{"id":"051E7A81-744B-4C49-859A-40BDE1463547","name":"Help
|
1475
|
+
Gork Thundermaker tame a new pet."},{"id":"DEEE4F37-07A3-41EB-AED6-0F34C87A5356","name":"Defend
|
1476
|
+
Foewatch Encampment."},{"id":"5245320E-095A-4186-B321-225BAB941BD5","name":"Reclaim
|
1477
|
+
Foewatch Encampment."},{"id":"8609FE58-F36B-4CD0-BB9F-BBD408BA127A","name":"Kill
|
1478
|
+
wurms and collect their meat for Sharpwit."},{"id":"0B1A55A8-7EF0-45EF-9B92-291F036AD6A9","name":"One
|
1479
|
+
of the great jungle wurm''s heads is attacking!"},{"id":"9B3A5873-1E8E-4F0F-9FAC-A47AB5093D2D","name":"One
|
1480
|
+
of the great jungle wurm''s heads is attacking!"},{"id":"4659783A-EDAB-4C80-BFE8-224C7D01B3FD","name":"One
|
1481
|
+
of the great jungle wurm''s heads is attacking!"},{"id":"CE01A9B1-9CD8-491E-B74D-1A34885C9710","name":"One
|
1482
|
+
of the great jungle wurm''s heads is attacking!"},{"id":"A712A166-D811-4770-957F-0E0D8D70A52A","name":"One
|
1483
|
+
of the great jungle wurm''s heads is attacking!"},{"id":"893057AB-695C-4553-9D8C-A4CC04557C84","name":"Kill
|
1484
|
+
the Risen commander to avenge Forgal."},{"id":"B6B7EE2A-AD6E-451B-9FE5-D5B0AD125BB2","name":"Eliminate
|
1485
|
+
the cannons at the northern defensive tower."},{"id":"189E7ABE-1413-4F47-858E-4612D40BF711","name":"Capture
|
1486
|
+
Taidha Covington''s southern defensive tower."},{"id":"0E0801AF-28CF-4FF7-8064-BB2F4A816D23","name":"Defend
|
1487
|
+
the galleon and help it destroy Taidha''s gate."},{"id":"242BD241-E360-48F1-A8D9-57180E146789","name":"Kill
|
1488
|
+
Admiral Taidha Covington."},{"id":"6158E720-41CB-4684-8F4A-86D2D122DF4D","name":"Protect
|
1489
|
+
Bill and Hekja as they clear Risen from the area."},{"id":"E5B1EF7A-DF6B-48A8-9EFD-5C40DFD270EB","name":"Defend
|
1490
|
+
Lionguard Lindi as she searches for buried treasure."},{"id":"EA512A65-CEB9-4A55-9C16-2C9878C5A400","name":"Kill
|
1491
|
+
the crazed champion canyon spider queen."},{"id":"B081F000-5928-4B69-8980-20AD93827B6C","name":"Investigate
|
1492
|
+
the rumors of wurm activity in Whisperwill Bogs."},{"id":"743B0A35-118E-43D7-ACCE-10FDF00139BD","name":"Investigate
|
1493
|
+
the rumors of wurm activity in Challdar Gorges."},{"id":"96E9213C-54FD-4D66-B546-EF02FACEACEB","name":"Investigate
|
1494
|
+
the rumors of wurm activity on Jelako Beach."},{"id":"CD137677-8308-44A1-B4F0-B311948CD774","name":"Stop
|
1495
|
+
the skritt burglar before it escapes with the treasure."},{"id":"D0B884D5-0EFB-442B-9ACA-ABD2D8DBA3E3","name":"Stop
|
1496
|
+
the skritt burglar before it escapes with the treasure."},{"id":"01E1B159-C7A2-47F0-99E1-D2BC96D87E4E","name":"Stop
|
1497
|
+
the skritt burglar before it escapes with the treasure."},{"id":"104E0A78-463F-46F3-B959-9DA5116893B3","name":"Stop
|
1498
|
+
the skritt burglar before it escapes with the treasure."},{"id":"8DDC733E-C6D8-473B-9A18-A84E393CEF42","name":"Stop
|
1499
|
+
the skritt burglar before it escapes with the treasure."},{"id":"5532DCE0-3331-4610-9D0D-B39395C6156A","name":"Kill
|
1500
|
+
the rampaging jungle troll."},{"id":"FF2384FF-7CB5-4766-A828-0E97B6E0C13B","name":"Defeat
|
1501
|
+
the Risen attackers and protect the quaggan guards."},{"id":"F4A1DD06-F621-4AEE-BD08-AC26913219BE","name":"Defend
|
1502
|
+
Varonos Porook until anemones have been raised."},{"id":"0828EB07-0485-44D0-8C34-E209F945AEDE","name":"Escort
|
1503
|
+
Scholar Riagan to the ritual location."},{"id":"85828979-3722-4F8D-A0B2-51B69FF8F887","name":"Kill
|
1504
|
+
the Orrian Terror."},{"id":"85E45B4F-A44E-4BE9-9805-374DB5FA203E","name":"Defend
|
1505
|
+
Bogside Camp from the Orrians."},{"id":"CF09CFA7-16A1-4EDA-9299-8B55C26950F1","name":"Protect
|
1506
|
+
the Lapatl Chieftain from the undead."},{"id":"4EA4F30D-C5D5-4498-89B6-F38702D5C2CE","name":"Retake
|
1507
|
+
the Lapatl Grounds by killing the undead."},{"id":"69BE2F5A-19BA-452C-9334-833AB5930AD8","name":"Defend
|
1508
|
+
Pochtecatl as he travels to gather griffon eggs."},{"id":"9FC51E31-21BF-427D-9DE7-9A3A00DDA11F","name":"Protect
|
1509
|
+
the Vigil team as they journey deep into Mole''s Head."},{"id":"EF35D03D-4E5C-443E-9BFB-76C225EECCE9","name":"Protect
|
1510
|
+
the Vigil tents from Orrian attackers."},{"id":"1B2AD06D-286C-4459-AE89-4403370D89C2","name":"Protect
|
1511
|
+
Crusader Cale as he searches for dredge weapons."},{"id":"E96192C6-15DD-499A-BC7E-18A1363659A4","name":"Clear
|
1512
|
+
Flooded Castavall of the undead so the Priory explorers can continue."},{"id":"BCAD05A0-141C-43E0-9BB0-1ACFCFCF7876","name":"Lead
|
1513
|
+
Priory explorers safely out of Flooded Castavall."},{"id":"B39ECC67-13DD-4E0B-A7E1-22824F4EB4B4","name":"Slay
|
1514
|
+
the Orrian Terror from the deep."},{"id":"8504F3E7-EB1B-43EC-AA5D-6258D48C8481","name":"Destroy
|
1515
|
+
the Orrian corruptions erupting from the ground."},{"id":"62430747-6764-4FBF-B09E-9665C13FE190","name":"Defend
|
1516
|
+
Captain Penzan until he recovers his hidden treasure."},{"id":"DAEC7D04-D9FC-4D56-9626-C28F4AFBC0A6","name":"Free
|
1517
|
+
an Order of Whispers agent from pirates."},{"id":"DCFE4DFF-CADC-43D0-BCD2-493504728DAC","name":"Save
|
1518
|
+
the merchants from the Bloody Buccaneer kidnappers."},{"id":"A56C8B9C-69D2-44CA-8DF4-EBDCA4E9D861","name":"Defeat
|
1519
|
+
the Bloody Buccaneer Captain to break the pirate assault on Marshwatch Haven."},{"id":"F3947A52-9DAE-49C4-A4F4-C050387A4667","name":"Protect
|
1520
|
+
the Priory team as they search for artifacts."},{"id":"280ABE7C-5162-44D2-BBFE-D930E83529E0","name":"Prevent
|
1521
|
+
the pirates from stealing supplies from the Priory camp."},{"id":"875A1032-1B75-4C29-88C4-4182221BDC02","name":"Kill
|
1522
|
+
the Deep Sea Shark"},{"id":"66D814B4-BCA9-404D-8492-B84DA09B7D10","name":"Destroy
|
1523
|
+
Psylithium Generators to free Quaggan prisoners."},{"id":"D682ABC2-6B73-4C8E-A246-E9C23ED99153","name":"Defend
|
1524
|
+
Lionguard supplies from the Inquest assault."},{"id":"F06787F5-CFC0-499A-954E-EC125FA71C9D","name":"Triple
|
1525
|
+
Trouble"},{"id":"7603A711-3062-4B76-A837-A8BB2BEF6FB5","name":"Skill Challenge:
|
1526
|
+
Defeat Agent Xinn"},{"id":"492EBE13-4627-46ED-9740-0191FAD66C70","name":"Skill
|
1527
|
+
Challenge: Defeat Two-Eye Ignatl the Pirate"},{"id":"8C286608-1D61-432F-AF10-ADAD1A98B016","name":"Skill
|
1528
|
+
Challenge: Defeat the River Drake Broodmother"},{"id":"69F33290-1F9F-4005-9F30-FC9FB6176F24","name":"Kill
|
1529
|
+
the Risen commander to avenge Tybalt."},{"id":"EB2F0897-C287-41FC-83E0-7B278AD6C918","name":"Escort
|
1530
|
+
the Lionguard caravan to Broken Beacon."},{"id":"BBC31014-39AF-484B-A42A-558DE4FE75AF","name":"Stop
|
1531
|
+
the pirates from stealing treasure."},{"id":"FE21AEF2-A673-48CF-89D6-6D2FE4525852","name":"Defend
|
1532
|
+
Explorer Gillia until dawn."},{"id":"488E0594-D30A-429E-B5BB-CB8C7B61DB3E","name":"Find
|
1533
|
+
cursed pirate artifacts and place them in chests."},{"id":"0E1FBB08-413E-425B-B0D4-418A46759B9B","name":"Kill
|
1534
|
+
the ghostly pirate bosun."},{"id":"7D4A68B7-A944-41EB-A6CC-28823ECDD218","name":"Kill
|
1535
|
+
Covington''s quartermaster."},{"id":"2ED27715-2D66-44A0-814F-18AA2F93E8F0","name":"Kill
|
1536
|
+
the Risen commander to avenge Sieran."},{"id":"5F91ED03-6A1B-4A54-9BB4-6A94AE97FC4F","name":"Defeat
|
1537
|
+
the amber head of the great jungle wurm."},{"id":"8A155E1C-BD89-4B1A-97E6-4673F4A285C8","name":"Defeat
|
1538
|
+
the crimson head of the great jungle wurm."},{"id":"630E3DF2-7A5F-40CA-AC8B-C0E55FF03047","name":"Defeat
|
1539
|
+
the cobalt head of the great jungle wurm."},{"id":"101742E7-F22A-4CDF-AFDB-6E12B5411878","name":"Attack
|
1540
|
+
the great jungle wurm''s pyloric valve to escape its stomach."},{"id":"08F3F8D8-D9FA-442D-B6E2-68F39035CF47","name":"Bonus:
|
1541
|
+
Defeat the three heads of the great jungle wurm."},{"id":"52A26AB5-7EB3-4224-83A7-90E73D787170","name":"Bonus:
|
1542
|
+
Defeat the three heads of the great jungle wurm."},{"id":"E298BFF6-EB4D-4514-8CC4-4E9356925533","name":"Bonus:
|
1543
|
+
Defeat the three heads of the great jungle wurm."},{"id":"5A22EAD4-8302-4DA3-A450-3FC051BD6A3C","name":"Bonus:
|
1544
|
+
Defeat the three heads of the great jungle wurm."},{"id":"48D779DF-4C31-4F19-9343-6CF42144463C","name":"Kill
|
1545
|
+
the giant blood ooze."},{"id":"76A7269F-A15C-42F8-AA2A-94A376163947","name":"Kill
|
1546
|
+
the alpha drake."},{"id":"47D81CCF-5A17-4BDC-B4CA-70C14EBD65E0","name":"Defend
|
1547
|
+
Donala and keep undead from overrunning the oasis."},{"id":"5792DE03-5BB7-4897-B577-B54E42194934","name":"Clear
|
1548
|
+
undead from the oasis."},{"id":"B68C58EB-F6CF-4732-9306-1DD15853467A","name":"Protect
|
1549
|
+
Donala as she repairs the natural defenses of the oasis."},{"id":"FF71DE90-423B-4685-A343-83487A330C7A","name":"Help
|
1550
|
+
Advisor Zakk repair his golem and reclaim his training area."},{"id":"9716D99B-F059-4BED-B600-B48ACAFD7449","name":"Subdue
|
1551
|
+
and capture Ander \"Wildman\" Westward."},{"id":"1A07A31D-90B6-4C94-B6FA-3B27504B188D","name":"Defend
|
1552
|
+
the settlement from crazed wildlife."},{"id":"C47E8F27-B9DF-4297-8802-1EC1A088D054","name":"Recapture
|
1553
|
+
the settlement from crazed wildlife."},{"id":"8985FAD1-5B30-4BB9-9F23-C80F73BB3295","name":"Defend
|
1554
|
+
the settlement from crazed wildlife."},{"id":"129A1429-361A-4115-94DB-322659A0ABEF","name":"Defend
|
1555
|
+
the repair worker."},{"id":"8C512F55-CF6F-4DDD-A80B-7DCBAD0F104C","name":"Protect
|
1556
|
+
the settlement''s vital storage facility."},{"id":"10F87D71-E2DA-4EA2-981D-15181CE0D349","name":"Reclaim
|
1557
|
+
the settlement by burning out the karka nests."},{"id":"F6563016-3832-4EBA-82F1-535BFF96422D","name":"Defend
|
1558
|
+
Camp Karka from karka invasion."},{"id":"B5021202-8B05-40AF-97C6-9C623EAB2956","name":"Clear
|
1559
|
+
the karka and their eggs to rebuild Camp Karka."},{"id":"E1CC6E63-EFFE-4986-A321-95C89EA58C07","name":"Defeat
|
1560
|
+
the Karka Queen threatening the settlements."},{"id":"F479B4CF-2E11-457A-B279-90822511B53B","name":"Defeat
|
1561
|
+
the Karka Queen threatening the settlements."},{"id":"5282B66A-126F-4DA4-8E9D-0D9802227B6D","name":"Defeat
|
1562
|
+
the Karka Queen threatening the settlements."},{"id":"4CF7AA6E-4D84-48A6-A3D1-A91B94CCAD56","name":"Defeat
|
1563
|
+
the Karka Queen threatening the settlements."},{"id":"02609494-A5A2-4FFC-B4A9-CB5B9699EC5C","name":"Defeat
|
1564
|
+
the champion."},{"id":"5414F75F-9CB3-432C-B3D9-2853CB4C8140","name":"Defeat
|
1565
|
+
the champion."},{"id":"72F93CD8-94AC-4234-8D86-996CCAC76A46","name":"Defeat
|
1566
|
+
the riot-instigating settler."},{"id":"81F89AC2-4764-49CB-A4F1-8B7546201DC7","name":"Defeat
|
1567
|
+
the riot-instigating settler."},{"id":"7C37907C-61D2-460C-B47F-A699C8A7980D","name":"Fend
|
1568
|
+
off attacking karka and keep Fralloo''s crab alive inside the circle."},{"id":"659149D4-43EC-4DCB-A6BB-0B2D402B537B","name":"Bring
|
1569
|
+
karka eggs to Owain."},{"id":"7812A763-0AD1-4FD4-8E23-9DCB92A9E679","name":"Kill
|
1570
|
+
the reef drake broodmother threatening the Lionguard."},{"id":"ADD0C9B3-89F9-408E-A7D5-FBA4D01E9481","name":"Complete
|
1571
|
+
the guild rush course."},{"id":"FB70B463-05D7-4A55-857F-CD1E922E5B8D","name":"Complete
|
1572
|
+
the guild rush course."},{"id":"A2A1972E-0C50-4666-ACC7-0C5C0531BF31","name":"Complete
|
1573
|
+
the guild rush course."},{"id":"CB6ECEDE-722B-40B5-963C-EFF612CEBD46","name":"Help
|
1574
|
+
Lionguard Demolitionist Varrv plant explosives in karka nests."},{"id":"D3720F92-42E1-4A62-95FF-0C1EBED69FE6","name":"Kill
|
1575
|
+
the reef shark in Sawtooth Bay."},{"id":"B13EA882-065D-470A-8A9D-10A395373C68","name":"Patrol
|
1576
|
+
with the Lionguard to secure the road."},{"id":"0EAFCC1E-F5BD-456E-BE79-351033237524","name":"Stop
|
1577
|
+
bandits from collecting ore for a centaur supply shipment."},{"id":"CBE8D6E6-FA32-4E45-B889-D59F619007E0","name":"Stop
|
1578
|
+
the bandit weapons shipment from reaching Overlord''s Greatcamp."},{"id":"A3139D65-F502-4F37-AE49-B20019608930","name":"Destroy
|
1579
|
+
the bandit cannons before the ore shipment is ready."},{"id":"C45CDDE1-2058-4D83-A0DF-94A9580B1F70","name":"Defeat
|
1580
|
+
the champion bandit foreman before he finishes collecting ore for centaurs."},{"id":"A4D88FE1-92E9-4EBF-80EE-7C572AF33096","name":"Stop
|
1581
|
+
the krait blood witch."},{"id":"1FC62950-C77A-43ED-9462-5F7C28B4F93D","name":"Free
|
1582
|
+
the quaggan hatchlings imprisoned by the krait."},{"id":"2F64E340-D4A2-4E2F-A6AB-8E4D6B0BDC9D","name":"Clear
|
1583
|
+
the ettin roadblock."},{"id":"DE851349-8760-48FB-8755-9C521A2ABF63","name":"Stop
|
1584
|
+
the Risen krait from building their army."},{"id":"30A28005-8FD6-4C02-92BA-01A44899D6F6","name":"Defend
|
1585
|
+
Shadowheart Site from the Risen."},{"id":"534F9918-6ACA-4464-9117-0B59668CFA58","name":"Liberate
|
1586
|
+
Shadowheart Site from the Risen."},{"id":"1CFCF008-C74A-4E31-9E73-7A50D0A31C08","name":"Free
|
1587
|
+
the Black Lion merchants before they reach Draithor''s Demesnes."},{"id":"F352A0F4-EB69-4835-883F-78E1D214676E","name":"Slay
|
1588
|
+
Draithor before he experiments on captives."},{"id":"2A909DD9-0986-41A2-BAA9-9D085FB4822D","name":"Take
|
1589
|
+
remains from Draithor''s Demesnes to Aria Venom."},{"id":"7F85FA13-E6A7-4492-A1B9-4B973C985204","name":"Help
|
1590
|
+
Aria Venom slay Draithor the Drill."},{"id":"C896D455-7096-4EDC-8C2C-5416F7341EF7","name":"Kill
|
1591
|
+
the Harathi overlord."},{"id":"B5A5E122-CA85-438C-88E6-72695CEAAECA","name":"Dispatch
|
1592
|
+
the Harathi lieutenants."},{"id":"8EA92CCF-FA4D-4365-8989-91714DC75822","name":"Clear
|
1593
|
+
ettins from Gort''s Pit for Gort."},{"id":"B44C4CFA-9381-44C6-A12D-C587247B4B7A","name":"Escort
|
1594
|
+
the caravan to Kessex Haven."},{"id":"8F476C8E-E5FF-4044-9898-F1EC592A94A4","name":"Clear
|
1595
|
+
the bandit roadblock from the road to Lion''s Arch."},{"id":"DB63C615-60DC-4A96-9072-80FF02CE5E19","name":"Escort
|
1596
|
+
the merchant pack bull to Ireko Tradecamp."},{"id":"0D482CD3-CCAB-4A22-BCE1-4F386CF7A615","name":"Recover
|
1597
|
+
the stolen shipment from the bandits."},{"id":"69234443-54D9-45DF-85CA-E9BE8403A709","name":"Seize
|
1598
|
+
control of Cavernhold Camp."},{"id":"9A9CF2DC-9E6E-4506-A86E-010F674DB1BE","name":"Maintain
|
1599
|
+
control of Cavernhold Camp."},{"id":"8D84B57D-0A10-4F99-B8EB-0B8DABC23100","name":"Capture
|
1600
|
+
all three sections of the Harathi earthworks."},{"id":"85445C97-E262-4F69-B77E-E82880E51145","name":"Repel
|
1601
|
+
the centaur attack and hold the earthworks."},{"id":"44CD1229-45CA-46D9-9FCA-2CDC725D35A4","name":"Defeat
|
1602
|
+
Harathi loggers before they collect enough lumber to repair the Earthworks
|
1603
|
+
catapults."},{"id":"6CB8291A-01F8-44DF-9920-17D661A9F884","name":"Protect
|
1604
|
+
Webb as he recovers his heirlooms."},{"id":"865177C3-EAE5-43CD-9DA0-5B9CCB89C005","name":"Defend
|
1605
|
+
Quarryside from the centaur invaders."},{"id":"36590C89-A690-486E-B6BE-7A2313C2E402","name":"Retake
|
1606
|
+
the Quarryside mine from the centaurs."},{"id":"46AD328B-95D8-4967-8396-8F86FD2D4EE3","name":"Accompany
|
1607
|
+
the Lionguard patrol."},{"id":"F2AF77D7-8E6B-4C4F-95A0-AA41D387972B","name":"Capture
|
1608
|
+
Greyhoof Camp."},{"id":"34BF22DB-BECD-4414-BDEF-7F80CDF95942","name":"Repel
|
1609
|
+
the centaurs and retain control of Greyhoof Camp."},{"id":"755A91FC-B2BB-4872-9427-0CCBE7705420","name":"Break
|
1610
|
+
the centaur siege on Fort Salma."},{"id":"46A67730-2389-4877-91A4-BF18E3D44E66","name":"Drive
|
1611
|
+
the centaurs from Wallwatcher Camp before reinforcements arrive."},{"id":"6BD6BC0F-FE9E-4388-865B-9F85F5E69DB7","name":"Prevent
|
1612
|
+
the centaurs from recapturing Wallwatcher camp."},{"id":"736FB30C-BF0E-4DC7-8497-D306DA1CD1EA","name":"Take
|
1613
|
+
the bridge before Greyhoof Camp is attacked."},{"id":"21A897DF-4CC0-4E5E-B8E4-3923CD7BDECB","name":"Break
|
1614
|
+
centaur worker morale to prevent bridge repairs."},{"id":"3DF95F5A-0E39-4F34-A7ED-982141F07B64","name":"Collapse
|
1615
|
+
the destroyer fissure."},{"id":"CF27DE10-5A6E-4466-9984-00DAEB877C71","name":"Defeat
|
1616
|
+
the strange foe that came through the haunted door."},{"id":"48978FB8-FDC6-4DA7-86F2-711BB9FE04BE","name":"Defeat
|
1617
|
+
the strange foe that came through the haunted door."},{"id":"BE55AE46-913F-4BE4-92EA-179D6022BF5F","name":"Defeat
|
1618
|
+
the strange foe that came through the haunted door."},{"id":"5C8C7FED-E4FB-4A90-9DBB-83A948A63C6D","name":"Defeat
|
1619
|
+
the strange foes coming through the haunted door."},{"id":"B72235F7-7F14-41BD-B2F7-5E7AD561179E","name":"Defeat
|
1620
|
+
the strange foes coming through the haunted door."},{"id":"F49D5654-53BD-470F-8BD2-944CBBF646B0","name":"Defeat
|
1621
|
+
the strange foe that came through the haunted door."},{"id":"43FE9D59-5DA5-448E-96FE-485F116F7F3D","name":"Defeat
|
1622
|
+
the strange foes coming through the haunted door."},{"id":"57F8CB07-CC48-4CC2-9242-458D7887D99E","name":"Defeat
|
1623
|
+
the strange foes coming through the haunted door."},{"id":"8BF9DFE2-2FE7-4A37-9443-E04A2C59DD1A","name":"Defeat
|
1624
|
+
the strange foes coming through the haunted door."},{"id":"6598A89F-85F9-4FA0-A690-51E11AD21FD4","name":"Defeat
|
1625
|
+
the strange foes coming through the haunted door."},{"id":"6803D8D7-96D2-417B-B2A6-287CA3B2DC4C","name":"Defeat
|
1626
|
+
the strange foe that came through the haunted door."},{"id":"91192D67-9455-46CD-AB42-1F7851A3D97F","name":"Defeat
|
1627
|
+
the strange foes coming through the haunted door."},{"id":"68B96B15-B55A-41B3-BD56-505858D88AAD","name":"Defeat
|
1628
|
+
the strange foe that came through the haunted door."},{"id":"0A2C23C3-AD80-4AF4-A256-3C8811B72CC7","name":"Defeat
|
1629
|
+
the strange foes coming through the haunted door."},{"id":"D12C87B8-36F5-412C-BF8B-AC13F747FFAC","name":"Defeat
|
1630
|
+
the strange foe that came through the haunted door."},{"id":"875D1BA9-D023-47C1-BB55-3AD2E15B316A","name":"Slay
|
1631
|
+
Gravekeeper Hammon and the fleshreavers."},{"id":"7C178D1C-B823-41E3-A3FA-EC07EA73B915","name":"Escort
|
1632
|
+
the Vigil siegemaster to the toxic offshoot."},{"id":"71FC5475-3588-4B69-8680-CC5A34C74032","name":"Use
|
1633
|
+
powder kegs to destroy the toxic offshoot."},{"id":"23AC6F7A-E850-4576-BB2C-EFDA5F61363A","name":"Rescue
|
1634
|
+
the Vigil engineers."},{"id":"7500A08B-6694-4FE9-AB7C-154B690250C4","name":"Defend
|
1635
|
+
the Vigil siege engineers as they attack the toxic offshoot."},{"id":"30D5107B-A561-4367-B472-633B7FD62027","name":"Defend
|
1636
|
+
the Vigil siege engineers as they attack the toxic offshoot."},{"id":"D20268C3-301F-4DD5-930D-2417B356EE05","name":"Defeat
|
1637
|
+
the destroyer harpy."},{"id":"8518DA1E-72D4-42F8-BAEE-36275FFDE12B","name":"Defeat
|
1638
|
+
the toxic wurm queen."},{"id":"693E2E54-E9E0-438E-88A3-428E73234718","name":"Rescue
|
1639
|
+
the traveling child''s mother from bandits."},{"id":"025B811D-6AC0-4F96-9D8B-7A07CDCC5C46","name":"Use
|
1640
|
+
explosives stolen by ettins to collapse their caves."},{"id":"F0E65AF9-0830-4CD3-B500-15F7AE0723CF","name":"Defeat
|
1641
|
+
the brutish ettin chieftain."},{"id":"9CDDD22A-E63C-42D3-87E2-9EA232E2C45B","name":"Defeat
|
1642
|
+
the veteran ettin carrion weaver."},{"id":"B88F8B12-1208-43E9-B07B-44893F2A4DEA","name":"Help
|
1643
|
+
Kari back to her mother in Overlake Haven."},{"id":"8E63A8B2-84D2-4BDC-BE92-929E9C3225FB","name":"Subdue
|
1644
|
+
and capture Poobadoo."},{"id":"F49F0748-5399-4836-BD5A-00C3F2FF4A4B","name":"Defeat
|
1645
|
+
the toxic spider queen."},{"id":"3CE76F6D-A926-4BB2-9124-D5AA85B1E68A","name":"Skill
|
1646
|
+
Challenge: Fight Tocatl"},{"id":"F5841085-D765-4CBF-8E22-EF3521C6813D","name":"Skill
|
1647
|
+
Challenge: Defeat Merkessa the Fire Elemental"},{"id":"E7D9AD09-44CE-42E0-BB85-9E62D59928A6","name":"Defeat
|
1648
|
+
the beings from the Underworld."},{"id":"F090E0ED-AFC3-4AEE-A90C-91A57FB27F6D","name":"Stop
|
1649
|
+
the skritt burglar before it escapes with the treasure."},{"id":"D1323424-379E-4FED-9DF0-1D7763329BC7","name":"Stop
|
1650
|
+
the skritt burglar before it escapes with the treasure."},{"id":"484BC1EA-380D-4FBE-A0A7-C2BD6EB1B9A2","name":"Stop
|
1651
|
+
the skritt burglar before it escapes with the treasure."},{"id":"223BF0A1-DCD7-41F8-AFE4-4AA50AD059E4","name":"Stop
|
1652
|
+
the skritt burglar before it escapes with the treasure."},{"id":"9174BFAB-3A73-4839-A516-F915CADEB5FC","name":"Stop
|
1653
|
+
the skritt burglar before it escapes with the treasure."},{"id":"94DE757D-B3C4-4C69-91D4-01383E2F71C9","name":"Escort
|
1654
|
+
the supply bull to Quarryside."},{"id":"B5D875E8-238C-451F-93B1-DA4C3C57DC9B","name":"Prevent
|
1655
|
+
the toxic alchemist from contaminating Togatl Grounds."},{"id":"711C710A-797E-4DFA-8C0E-83A16931BDE7","name":"Kill
|
1656
|
+
toxic Togatl to lure out the toxic alchemist."},{"id":"7F8119EE-0E12-4679-9925-667845A5C133","name":"Defeat
|
1657
|
+
the toxic alchemist."},{"id":"B4994B06-EC05-49BE-96FA-0ABA04E58D57","name":"Escort
|
1658
|
+
the Vigil siegemaster to the toxic offshoot."},{"id":"770E12BD-4D85-4C90-ADD3-9F8DAE875B93","name":"Use
|
1659
|
+
powder kegs to destroy the toxic offshoot."},{"id":"B7F46C60-18FA-4B7E-8E86-4AC702BAED8A","name":"Rescue
|
1660
|
+
the Vigil engineers."},{"id":"791B28B4-42D2-4317-B411-3A01623C156E","name":"Defend
|
1661
|
+
the Vigil siege engineers as they attack the toxic offshoot."},{"id":"9E9AC13F-2F52-4F17-AD8F-BFD606FE914F","name":"Defend
|
1662
|
+
the Vigil siege engineers as they attack the toxic offshoot."},{"id":"DF0EC18A-25D0-49D0-A708-4E0A75D54A05","name":"Escort
|
1663
|
+
the Vigil siegemaster to the toxic offshoot."},{"id":"83AEBCEE-CFC1-40B9-9A64-57A106A140E3","name":"Use
|
1664
|
+
powder kegs to destroy the toxic offshoot."},{"id":"C1696C25-2AAA-4349-8784-555D5006D159","name":"Rescue
|
1665
|
+
the Vigil engineers."},{"id":"466CB612-7176-444B-9DC1-101053731AD0","name":"Defend
|
1666
|
+
the Vigil siege engineers as they attack the toxic offshoot."},{"id":"1360E9DF-381F-44D2-A554-73E39238410A","name":"Defend
|
1667
|
+
the Vigil siege engineers as they attack the toxic offshoot."},{"id":"797CE0D6-BD73-4974-8256-FD21AD51D312","name":"Use
|
1668
|
+
powder kegs to destroy the toxic offshoot."},{"id":"E6959B34-AEB8-47DF-92D2-C19647476602","name":"Escort
|
1669
|
+
the Vigil siegemaster to the toxic offshoot."},{"id":"275949EF-B6EC-4384-88BD-7252F6733B1A","name":"Defend
|
1670
|
+
the Vigil siege engineers as they attack the toxic offshoot."},{"id":"9042C862-81C0-4EB6-8636-F2AD27FF851A","name":"Rescue
|
1671
|
+
the Vigil engineers."},{"id":"8386B21F-588C-474E-9CD5-EA4E141E7858","name":"Defend
|
1672
|
+
the Vigil siege engineers as they attack the toxic offshoot."},{"id":"1C1B36B0-0848-4FD2-9FBA-E804BD3D778D","name":"Skill
|
1673
|
+
Challenge: Defeat Titus Gearclaw"},{"id":"B04F1BD7-F215-40A4-A886-B36D272DEFEF","name":"Skill
|
1674
|
+
Challenge: Defeat Centurion Micka Thickblood"},{"id":"03169FA5-92E2-41CF-872F-26917E01F888","name":"Defeat
|
1675
|
+
Captain Mattox and his Ethereal Vanguard."},{"id":"7B9B99A3-1A4A-43A5-9E27-8417DD68EC89","name":"Defeat
|
1676
|
+
the effigy and its engineer."},{"id":"1E059BCA-37EE-4276-B52C-5596A21515E1","name":"Kill
|
1677
|
+
Captain Ravenwood."},{"id":"27A4934B-BC6D-42EB-89AF-2B58346611B4","name":"Kill
|
1678
|
+
the shadow skelk matriarch."},{"id":"3FB7B1A0-6819-4CFE-8FE9-8F14EB17C229","name":"Destroy
|
1679
|
+
the newly emerged Flame Legion camp."},{"id":"6CF646E0-B9D2-4CAF-BEAF-39C835C1E802","name":"Stop
|
1680
|
+
thieves from stealing Pitmaster Portersmoke''s barbecue."},{"id":"2BAACE52-72C3-4E4B-9C06-EA7B168E05F5","name":"Kill
|
1681
|
+
the giant enraged devourer to quell the uprising."},{"id":"0AF728A8-1DA4-426A-89D5-67A230DA60A1","name":"Defend
|
1682
|
+
Spirit Hunter Camp from ghostly invaders."},{"id":"9A87E3BD-6EB1-49D9-BA3F-00CAFB5A9B1F","name":"Drive
|
1683
|
+
the Ascalonian ghosts from Spirit Hunter Camp."},{"id":"7CB43BD3-AD25-4273-801A-36EB9080636C","name":"Scout
|
1684
|
+
the Abbey Ruins with the Bane Warband."},{"id":"8C5D6464-D5DF-4C1A-A625-7766142683AE","name":"Defeat
|
1685
|
+
the Ascalonian ghost leader in Abbey Ruins."},{"id":"2F7F0D1B-614C-44AE-BBBA-6E9974517158","name":"Drive
|
1686
|
+
away the hungry hawkeye griffon trying to steal charr cubs."},{"id":"2639052E-C58E-4C1F-B14F-245130B467B2","name":"Find
|
1687
|
+
the missing scout and escort her back to Sharptail."},{"id":"D0A28CCC-C409-4B78-AC1A-A464346461F7","name":"Stop
|
1688
|
+
the skritt burglar before it escapes with the treasure."},{"id":"5DAD8BB6-0E4C-4163-9CFD-1F033D3C029C","name":"Stop
|
1689
|
+
the skritt burglar before it escapes with the treasure."},{"id":"B6AF39D7-1DD1-447A-8BC1-14F89DC46242","name":"Stop
|
1690
|
+
the skritt burglar before it escapes with the treasure."},{"id":"13015584-AA39-44C7-9C6C-F3275F11FB68","name":"Stop
|
1691
|
+
the skritt burglar before it escapes with the treasure."},{"id":"7487A579-8C95-4203-84EB-13260FC70E82","name":"Stop
|
1692
|
+
the skritt burglar before it escapes with the treasure."},{"id":"A02AF725-BBFD-4892-8A22-F3D28171752C","name":"Answer
|
1693
|
+
lore questions to draw out a challenger from the legions for a duel."},{"id":"878115F4-79FE-40D5-B18B-D14613710C7B","name":"Help
|
1694
|
+
Marik Grimeclaw safely deliver his report to Tela Range."},{"id":"C6BF0839-A4D6-42D4-A9AB-FC41FC0668F1","name":"Drive
|
1695
|
+
the ogres from their watchtower by killing their scouts."},{"id":"09FD7255-4169-4D4B-AA7F-9A853E398651","name":"Drive
|
1696
|
+
off the ogres attacking Watchcrag Tower."},{"id":"25BAA79B-9BDC-48A4-A85E-56AE626ACC4E","name":"Capture
|
1697
|
+
Stonecrag Kraal."},{"id":"D243FDFB-EA4F-41BE-8CAF-FE6C78B5F67A","name":"Defend
|
1698
|
+
Stonecrag Kraal."},{"id":"66613C05-9DED-4B04-AF01-FCC38EAFC196","name":"Kill
|
1699
|
+
the Separatists before they destroy the Iron Barracuda."},{"id":"F21B4A50-21B5-4F6D-8958-5B0E11B93770","name":"Assist
|
1700
|
+
Legionnaire Burnwhite in repairing the Iron Barracuda."},{"id":"C64E1D46-DF75-41A2-B9AE-9DCD0752C6B9","name":"Destroy
|
1701
|
+
the Separatist camp."},{"id":"DE3E60D1-9628-4522-B5EB-2200F2B54CD4","name":"Defeat
|
1702
|
+
the disturbed shade of Grazden the Protector."},{"id":"FC24454D-045D-47B6-BD7C-C7EBC1DD647A","name":"Dispatch
|
1703
|
+
Captain Calhaan''s ghost."},{"id":"CAA17EAB-E6C5-4AEC-A769-3A5E7B6E5D59","name":"Herd
|
1704
|
+
cattle into the pen."},{"id":"7175145A-3997-4DB0-A751-4F5E7CFE338C","name":"Destroy
|
1705
|
+
the effigy before it reaches the Victory Cenotaph."},{"id":"6E05DEA1-FBD3-43A2-9EFE-6172E24EA5B2","name":"Protect
|
1706
|
+
the engineers repairing the Victory Cenotaph."},{"id":"1F4A68C2-84FD-4119-8B66-ACDC67B0EAF5","name":"Kill
|
1707
|
+
the veteran lava shaman."},{"id":"E2228583-CDB0-45B3-B28F-D0DE758A647B","name":"Kill
|
1708
|
+
earth elementals and gather lodestones for Tatsu Farkill."},{"id":"FDD9CADE-2E20-4B7F-9061-B66AE774BFCB","name":"Break
|
1709
|
+
the morale of the attacking harpies and defend the mortars."},{"id":"7BE08E5F-6D07-40EA-BC5A-BE7712914A6B","name":"Defend
|
1710
|
+
Swordcross command post from ghosts."},{"id":"352E2556-2200-443F-9B9C-D2F88B28CAEA","name":"Defend
|
1711
|
+
Plagan Swordrend as he repairs the turrets."},{"id":"7A0AF3E0-2344-4C05-AF12-6D6A36A2F49B","name":"Break
|
1712
|
+
the morale of the harpies stealing the Durmand Priory''s supplies."},{"id":"0F249103-C1CD-4811-8ACB-B3D8805F15EC","name":"Recover
|
1713
|
+
stolen supply containers from harpies for Explorer Erin."},{"id":"3EAEC256-9E70-4D67-9887-BAF72FF19910","name":"Clear
|
1714
|
+
the lake of tar elementals."},{"id":"E3641FD6-D487-4D78-B3B4-65AA7723FD1D","name":"Lure
|
1715
|
+
out devourers to get at their eggs."},{"id":"26611D32-BA54-483B-8BDB-C851C45497D1","name":"Kill
|
1716
|
+
the rock drake broodmother."},{"id":"DBACC120-142E-4B00-B64A-33043C791CF9","name":"Kill
|
1717
|
+
skritt to collect cannonballs."},{"id":"A11016B5-780B-461B-A58C-8B72ED42BB5B","name":"Destroy
|
1718
|
+
the Flame Legion braziers."},{"id":"024E2290-790F-4F0C-B5FC-2D59DF263068","name":"Defeat
|
1719
|
+
the Flame Legion Shaman."},{"id":"4414823E-B630-43B9-B631-0CF4388583C7","name":"Prevent
|
1720
|
+
a brawl between the three legions."},{"id":"B7D8490F-6284-4C5B-9668-B76F95DB6EF0","name":"Escort
|
1721
|
+
Vhes Hauntslayer and her warband."},{"id":"47D60F61-865B-4830-9E41-3A755E8C1A52","name":"Protect
|
1722
|
+
Hauntsmash as he plants charges."},{"id":"DCD70D2C-8228-43D0-88C0-F11C8CCF3B5E","name":"Defend
|
1723
|
+
the Ash Legion''s camp."},{"id":"FA48139B-B2F0-4034-885C-B1581FA038E9","name":"Protect
|
1724
|
+
the weapon parts from the Flame Legion."},{"id":"7A1F0A51-DBAF-410B-9627-766BADF62923","name":"Protect
|
1725
|
+
the armory from the Flame Legion."},{"id":"528E8F09-F76C-420D-BB5F-323CC544F697","name":"Reclaim
|
1726
|
+
the armory from the Flame Legion."},{"id":"552E54F6-BB77-4193-9F77-5C39DA498639","name":"Clear
|
1727
|
+
the Flame Legion cave near the wrecking yard."},{"id":"5DB2DFF2-AE80-478A-BB05-592997924CCF","name":"Clear
|
1728
|
+
the Flame Legion cave near the wrecking yard."},{"id":"C0DF6483-71ED-4A0D-9925-CE11BCAE3652","name":"Protect
|
1729
|
+
the Containment Unit"},{"id":"896CF9BF-2265-40A8-95E8-7CDDE08E0700","name":"Destroy
|
1730
|
+
the ghosts in the containment unit hangar."},{"id":"B0615BA7-6D89-4948-9442-A75B3D8AC5A5","name":"Capture
|
1731
|
+
ghosts for Jenk Cutspecter using his ghost collector."},{"id":"CC891984-BC06-49C5-AB1F-E9AC9632AAD4","name":"Protect
|
1732
|
+
the demolition team."},{"id":"F660B0E0-FF4E-4757-A8F5-70395E459C66","name":"Protect
|
1733
|
+
the siege team as they approach the wall."},{"id":"0C63A2E9-C4A0-4791-A33B-DDAE6AA183EE","name":"Defend
|
1734
|
+
the mortars from ghosts."},{"id":"65E3F3E1-FAED-4422-AAB8-1D087BAD9A6E","name":"Destroy
|
1735
|
+
the Separatist catapults and roadblock."},{"id":"BCE805EB-0602-4E76-B6ED-6A427531DB94","name":"Defeat
|
1736
|
+
the enraged grawl rampaging through Martyr''s Woods."},{"id":"9C2D50F3-CB46-48B6-87AD-0C9319C21DC4","name":"Kill
|
1737
|
+
the grawl shamans before they complete their ritual."},{"id":"703E5B36-63E8-4150-B0E3-68535CBFB144","name":"Drive
|
1738
|
+
the grawl away from Badazar''s, no...Balthazar''s statue."},{"id":"F43F1A35-2D54-4023-940A-A2B12E7A7963","name":"Stay
|
1739
|
+
near the Crush cubs and keep the ghosts away."},{"id":"B4EBE5D6-17A0-4FFF-8959-BABB19D18E4A","name":"Defeat
|
1740
|
+
the Ascalonian soldier, Ivor Trueshot."},{"id":"DD366291-4801-4FC2-A33A-010CC339838F","name":"Defeat
|
1741
|
+
the Ascalonian soldier, Armsman Pitney."},{"id":"357F4F6F-586F-4DA9-B969-9A798D55A36F","name":"Defeat
|
1742
|
+
the Ascalonian soldier, Farrah Cappo."},{"id":"0EEABCEC-36BE-44DE-8AED-9DE111F8EBF9","name":"Defeat
|
1743
|
+
the Ascalonian soldier, Horace."},{"id":"83D35FCA-B3B8-4E8B-9635-68CE7B4B401C","name":"Defeat
|
1744
|
+
the dread skale."},{"id":"ABDAF215-9201-465F-9A2A-FB57B5FA90E8","name":"Acquire
|
1745
|
+
a skale charmer from Secunda and use it to tag and tame nearby skale."},{"id":"957AB314-D1C6-4648-94C6-61DEF19AEA7C","name":"Help
|
1746
|
+
infiltrate the separatist camp and free prisoners."},{"id":"229FB819-A231-4383-8EC4-78CD64F2EC8C","name":"Kill
|
1747
|
+
the rampaging skale."},{"id":"D575A0A6-B5F6-41BF-AEC6-33AFA63394F1","name":"Find
|
1748
|
+
a way to open the door and escape the courtyard."},{"id":"EAA8A7F6-3D4E-493B-A523-93944E7E202D","name":"Clear
|
1749
|
+
the room of ghosts."},{"id":"4DACC216-A80B-46C0-93D1-3A846A57DC68","name":"Find
|
1750
|
+
a way to open the door and escape the gallery."},{"id":"410901E8-E94B-4B5D-A367-E7518B2EA7D6","name":"Find
|
1751
|
+
a way to open the door and move into the next room."},{"id":"CEA84FBF-2368-467C-92EA-7FA60D527C7B","name":"Find
|
1752
|
+
a way to open the door and escape the armory."},{"id":"9172E4AF-CD88-418B-82DA-94CFB1698A8F","name":"Can
|
1753
|
+
you puzzle your way through the haunted ruins of Langmar Estate?"},{"id":"11004711-2BD4-4D6E-9BA4-4B8832DAA8B5","name":"Defeat
|
1754
|
+
the violent plated behemoth."},{"id":"865EEF85-1351-4D05-B922-0669485E2E15","name":"Join
|
1755
|
+
Engineer Marinus on his maintenance patrol."},{"id":"EEAD7A47-44FD-4502-9823-F55F9E6276FB","name":"Drive
|
1756
|
+
the Ascalonian ghosts away from Lake Feritas."},{"id":"103A9605-77C8-45F8-B4FB-41267CF06B59","name":"Destroy
|
1757
|
+
the Ghostly Trebuchet on the Bridge."},{"id":"2126BA16-F7E0-4EAE-92E6-DE15E56223B7","name":"Destroy
|
1758
|
+
the Ghostly Trebuchet on the Hill."},{"id":"723A755C-EFAC-48D8-9084-0BB9D228FF60","name":"Kill
|
1759
|
+
Siegemaster Lormar."},{"id":"29831120-98A2-46EE-AA15-8DC20D7CFD09","name":"Destroy
|
1760
|
+
the Ascalonian Scholar Statue."},{"id":"AE2117E9-85B0-4AFF-AC93-5013324B84BD","name":"Destroy
|
1761
|
+
the Ascalonian Soldier Statue."},{"id":"F75DF2C6-3F8D-4911-980A-4ABF76902D87","name":"Defeat
|
1762
|
+
the Relic Hunter."},{"id":"D87E93BC-3BC5-4588-B273-40CD6BAB1E59","name":"Destroy
|
1763
|
+
the dredge tunneler."},{"id":"0D95AB52-E854-4FA2-83C7-852731154CBA","name":"Defend
|
1764
|
+
the inhabitants of Podaga Steading."},{"id":"FAB8677D-D0AE-449B-93A6-F0D321FE8782","name":"Drive
|
1765
|
+
the dredge from Podaga Steading."},{"id":"57305E0F-40A7-4E54-96BD-C16D653BCAEF","name":"Destroy
|
1766
|
+
ceiling supports in the dredge tunnel."},{"id":"45F3326C-A0BD-4654-B52C-02653941EC8D","name":"Kill
|
1767
|
+
the Molengrad commissar patrolling the foothills."},{"id":"13F20FCE-45E5-4496-9EB8-31AB7199530A","name":"Eliminate
|
1768
|
+
the corrupted ice cores."},{"id":"56603C4F-56C9-484D-A810-1A621A4CDC8E","name":"Defend
|
1769
|
+
Njordstead villagers from the icebrood."},{"id":"04976F52-1553-4F39-AAF3-58F8BBBBD0F7","name":"Protect
|
1770
|
+
Soderhem Steading from the icebrood."},{"id":"B417256A-A592-4DC3-B559-F955DAF042E7","name":"Clear
|
1771
|
+
the icebrood out of Njordstead."},{"id":"B2C6E950-F1CD-4940-A74F-37F7A7B587CF","name":"Drive
|
1772
|
+
off icebrood while Jorund repairs Soderhem Steading."},{"id":"9E0B3498-554D-4257-BA4D-91A10D617E59","name":"Defeat
|
1773
|
+
the corrupted kodan."},{"id":"8D20B0B3-12DF-4499-B8FB-A3BCA10E84A9","name":"Escort
|
1774
|
+
Wise Keeper to Blasted Haven."},{"id":"9EE940CF-0DA9-485B-AE3E-C72D6CC17CBA","name":"Clear
|
1775
|
+
the poisonous urchins from Lashoosh."},{"id":"3A29A85B-F89A-4454-9E4D-AD6D3DD2776F","name":"Escort
|
1776
|
+
Order of Whispers agents to Jormabakke Stead."},{"id":"27BD834D-BB77-4436-9138-143D8646EC36","name":"Destroy
|
1777
|
+
the dragon totem at Jormabakke Stead."},{"id":"3D336A37-DA2F-46AE-9CF0-F87E20E24FD0","name":"Destroy
|
1778
|
+
the icebrood shaman."},{"id":"E8D1CCC9-65D0-41A9-A64A-B2B8F0AA8996","name":"Destroy
|
1779
|
+
the Svanir shaman."},{"id":"D54CFDB3-8DDF-47C3-8CCA-6A99A630ED08","name":"Help
|
1780
|
+
the militia soldiers fight off the icebrood."},{"id":"5B70185C-B3C1-4F28-ABB0-DBA936F18C2D","name":"Give
|
1781
|
+
alpine lilies to the militia captain before illness overtakes his soldiers."},{"id":"C1A627D2-CF09-41BC-8330-63A7B002D5D9","name":"Stop
|
1782
|
+
the Sons of Svanir from planting bombs on the bridge."},{"id":"19B32556-3210-41EE-9E4D-AA8C6655F49B","name":"Defeat
|
1783
|
+
the dredge loggers."},{"id":"3FE63AB9-B89D-4129-8082-630E9B2F6C6A","name":"Defeat
|
1784
|
+
the Svanir hunters before they kill all the owls."},{"id":"32C7C2B6-6AD9-4108-8A44-E5BFA88BA867","name":"Protect
|
1785
|
+
the Owl shaman as she purifies snow owls."},{"id":"34536391-444F-484A-96E1-E8CB240AEAAC","name":"Kill
|
1786
|
+
the Svanir shaman before he completes the Dragon totem."},{"id":"98C28B4A-2C72-442E-8EA0-8B3AD8A236E1","name":"Protect
|
1787
|
+
the Owl shaman while she banishes the Dragon totem."},{"id":"5FF7A4F7-7420-4C0E-954B-36DDD1A5CD52","name":"Protect
|
1788
|
+
the owl spirits from Jormag''s minions."},{"id":"2A96226C-694E-49C8-AA62-6496A8E44F54","name":"Defeat
|
1789
|
+
Ice Raking in combat before the Claw tournament."},{"id":"C05B9304-BF0B-4C22-BB5F-DC1AF024EBE2","name":"Protect
|
1790
|
+
Silent Snowfall so she can meditate."},{"id":"690B8EB6-457B-4959-B3C9-786AB25600C4","name":"Defeat
|
1791
|
+
the largos before it kills Ice Raking."},{"id":"2151E40E-17B7-41A0-AB0B-7FAE6BFFF8B2","name":"Defeat
|
1792
|
+
the largos before it kills Silent Snowfall."},{"id":"61B6308E-FACB-47E2-A131-C111C6B81A62","name":"The
|
1793
|
+
Kodan Claw"},{"id":"1E8EA05D-5AD3-4A5C-A7E3-DD2554FE2A27","name":"Escort the
|
1794
|
+
quaggan emissary to the kodan camp."},{"id":"A25FB650-F40B-4BFB-B068-671C243429CF","name":"Escort
|
1795
|
+
the supply dolyak to Snowdrift Haven."},{"id":"7D2C71F6-117B-43D9-8495-C0663F850265","name":"Return
|
1796
|
+
the stolen supplies to Varren."},{"id":"A7BD5EC4-909E-4CE5-847B-AF5C95C30711","name":"Escort
|
1797
|
+
Emma through jotun territory."},{"id":"536D2876-8145-4D0D-AFCD-C8ED59B334AC","name":"Cull
|
1798
|
+
the furfly population devouring the pinesol woods."},{"id":"D6D131F4-D3DA-4B9D-9E13-76404D75FC34","name":"Slay
|
1799
|
+
the evil Raven shaman, Vilnia Shadowsong, and her helper."},{"id":"7792C374-0D45-4124-ABCB-FC5743FA2445","name":"Defeat
|
1800
|
+
the champion icebrood goliath."},{"id":"25930F8C-636B-41C2-84FC-FD0FF3AFAE82","name":"Skill
|
1801
|
+
Challenge: Defeat the Devotee of Owl"},{"id":"6C496342-D120-468F-8638-FDB724BCCD99","name":"Skill
|
1802
|
+
Challenge: Defeat Stinging Wind"},{"id":"15C62ED0-3329-440B-BEA1-EF8E91CE50EE","name":"Defeat
|
1803
|
+
Razorwing and her brood."},{"id":"7533E56B-C48E-4A12-BB73-FDCDF2F1BB3C","name":"Defeat
|
1804
|
+
the Beak of Darkness and its darkwing defenders."},{"id":"8B235065-9ED5-4124-9065-5FD0D98EAE6E","name":"Subdue
|
1805
|
+
and capture \"Deputy\" Brooke."},{"id":"D1AD390A-274F-4F3C-A79A-F49C1399B5B4","name":"Defeat
|
1806
|
+
the Modniir leader."},{"id":"BB00F45D-FAEA-46DE-8FF7-584F02E965FA","name":"Defend
|
1807
|
+
quaggan refugees being pursued by icebrood."},{"id":"0EAE6670-E6E1-4CF2-B8A9-C1C5942310D8","name":"Escort
|
1808
|
+
the quaggan refugees to Valslake."},{"id":"209167E4-C602-448D-8DFD-695CC73D7FED","name":"Defeat
|
1809
|
+
the champion."},{"id":"484B154E-2F95-42F2-B338-2306578F0947","name":"Defeat
|
1810
|
+
the champion."},{"id":"73DCCC29-4A1A-4E4B-9C9F-562A7D238BDF","name":"Can you
|
1811
|
+
puzzle your way through the lost caverns of Angvar''s Trove?"},{"id":"752A401B-F462-4B9F-9C41-7506C7EFEC6A","name":"Find
|
1812
|
+
a way across the chasm."},{"id":"C53B0819-11B4-4D61-8422-09427ED566CF","name":"Ascend
|
1813
|
+
the frozen slopes and force your way through the sealed gateway."},{"id":"56E0F4A8-1E0B-4DFE-AFDF-E6DC5989D576","name":"Light
|
1814
|
+
the ancient spirit totems with a sacred flame."},{"id":"422232BB-8E71-4A3F-8828-6AC67BDFA69D","name":"Stop
|
1815
|
+
the skritt burglar before it escapes with the treasure."},{"id":"71B9B002-74B1-4EC6-8DD6-47AD6BD88AE6","name":"Stop
|
1816
|
+
the skritt burglar before it escapes with the treasure."},{"id":"822A0B14-8C8F-45BA-9596-F1629E2BC72B","name":"Stop
|
1817
|
+
the skritt burglar before it escapes with the treasure."},{"id":"C4A48AF7-D909-4D8D-AE3F-718E778D62E9","name":"Stop
|
1818
|
+
the skritt burglar before it escapes with the treasure."},{"id":"D0FE09AC-06BD-4410-9870-B35AAA4CB3FD","name":"Stop
|
1819
|
+
the skritt burglar before it escapes with the treasure."},{"id":"786D1DD8-2FBE-4FAF-9ACB-90674139642B","name":"Defeat
|
1820
|
+
the strange foes coming through the haunted door."},{"id":"D1E6AE39-B1A8-4DBC-A1CF-9D58A881D18C","name":"Defeat
|
1821
|
+
the krait neoss that''s strengthening Slaver''s Deeps."},{"id":"E0E1159C-318D-49F0-9644-EBC382C2D70F","name":"Destroy
|
1822
|
+
the Risen fish assaulting Sandycove Beach."},{"id":"613A7660-8F3A-4897-8FAC-8747C12E42F8","name":"Protect
|
1823
|
+
Gamarien as he scouts Wychmire Swamp."},{"id":"CF6F0BB2-BD6C-4210-9216-F0A9810AA2BD","name":"Destroy
|
1824
|
+
the blighted growth."},{"id":"456DD563-9FDA-4411-B8C7-4525F0AC4A6F","name":"Destroy
|
1825
|
+
the blighted growth."},{"id":"1DCFE4AA-A2BD-44AC-8655-BBD508C505D1","name":"Kill
|
1826
|
+
the giant blighted grub."},{"id":"61BA7299-6213-4569-948B-864100F35E16","name":"Destroy
|
1827
|
+
the avatars of blight."},{"id":"C5972F64-B894-45B4-BC31-2DEEA6B7C033","name":"Defeat
|
1828
|
+
the great jungle wurm."},{"id":"4D57D961-3757-470C-871C-01DC6FB13F94","name":"Defend
|
1829
|
+
Falias Thorp from the Nightmare Court."},{"id":"473FAC5D-D613-4A4B-83F7-851E4EFBBA72","name":"Drive
|
1830
|
+
the Nightmare Court from Falias Thorp."},{"id":"EF0DFFE2-E111-40B1-B8B1-01BF4EE3E484","name":"Defeat
|
1831
|
+
the troll chieftain."},{"id":"677FC516-F1CE-4579-BE63-4333071004EA","name":"Destroy
|
1832
|
+
the Risen blockades outside of Wardenhurst."},{"id":"1E9BFBB2-AC82-4E71-B5BF-A252170757A5","name":"Defeat
|
1833
|
+
Xolotl."},{"id":"B21DEC1D-59DC-4560-B727-DE10624339ED","name":"Defeat Pisti
|
1834
|
+
in a moa battle."},{"id":"9D75373E-CB80-4225-B087-CBE55023D12F","name":"Defeat
|
1835
|
+
Michin in a jellyfish battle."},{"id":"8F6FF7C2-1708-4452-8680-E5051750F7AE","name":"Defeat
|
1836
|
+
Xiuhcoatl in a battle of drakes."},{"id":"E838ECDE-2632-49F6-B2D3-83AB1F06C99F","name":"Defeat
|
1837
|
+
Meztli in a crab battle."},{"id":"0AFC179F-03C6-4A65-A4E3-4A0E99848F1A","name":"Destroy
|
1838
|
+
the large undead generators before their creation is complete."},{"id":"129403D3-6418-4EA1-BF37-C4CC94DA0EEE","name":"Stop
|
1839
|
+
the giant risen from reaching Caer Verdant."},{"id":"66B4D334-60A7-407E-95F9-C2B50F7186B2","name":"Stop
|
1840
|
+
the giant Risen from reaching Caer Verdant."},{"id":"8B4B7926-2CDF-4DEA-B103-3AA7E9DC6373","name":"Liberate
|
1841
|
+
Wardenhurst from the Risen."},{"id":"D0CFA497-18AD-406F-AE28-08278ADB3E30","name":"Help
|
1842
|
+
the Wardens defend Wardenhurst."},{"id":"F311F7B6-CF21-4D52-9121-6126E263E692","name":"Use
|
1843
|
+
repellant to protect the sylvan hounds from spiders."},{"id":"A9B354EC-792D-498D-B612-460D2CC1A49D","name":"Drive
|
1844
|
+
off the remaining Risen horde."},{"id":"ADCD1896-D233-47B0-9380-8BB8B7D5630B","name":"Defeat
|
1845
|
+
the undead abomination."},{"id":"D0CFCB7C-7D85-4A59-8F97-695D0CD4FCD4","name":"Protect
|
1846
|
+
Soundless villagers from the Nightmare Court."},{"id":"BE14CA2C-2D9A-4624-A783-241BB369EBF2","name":"Help
|
1847
|
+
Talaith liberate the Soundless prisoners."},{"id":"8B589EF0-FB44-4606-B6C1-4CFCB7B0571D","name":"Help
|
1848
|
+
the Soundless villager return home."},{"id":"DE774C83-EFFB-4159-99CB-0165A8BCE1CD","name":"Return
|
1849
|
+
transformed hylek to their true form."},{"id":"3ACCC78D-C2DE-4F3A-B76A-36942B4F9A23","name":"Locate
|
1850
|
+
and kill the transformed krait witch."},{"id":"F67C644A-9265-49A9-821A-188B15F817CF","name":"Escort
|
1851
|
+
Patli back to the Zopatl Grounds."},{"id":"2C0C7F54-FFC5-4CB5-BBCB-09A2E7C3A0D4","name":"Give
|
1852
|
+
firefly luminescence to Warden Annwyn."},{"id":"13852129-CC2F-4EF3-820B-820D711AB94F","name":"Clear
|
1853
|
+
the mosquitoes that have been drawn to the firefly lamps."},{"id":"3D1B035F-62AE-4900-8837-8FA01545E5A9","name":"Find
|
1854
|
+
the escaped experiments and bring them back to Zaxis."},{"id":"36727272-99FB-4DEB-96A3-012006AA41C0","name":"Guard
|
1855
|
+
the mossheart carrying Widd''s research."},{"id":"1A32A25D-BDB7-4EBF-B755-0D9F743AB8B0","name":"Protect
|
1856
|
+
the M.A.D. from skritt while Dekkti works."},{"id":"F58F329C-6F98-4CCC-9D52-7E0C9E0861C8","name":"Collect
|
1857
|
+
data cores from tracking devices for Apprentice Vee."},{"id":"15F299D9-4D82-4810-9DAA-9C5DEF9C9F4A","name":"Defend
|
1858
|
+
the Soggorsort quaggans from krait slavers."},{"id":"2492982C-52C1-4DEA-B023-4D8C9282BA00","name":"Free
|
1859
|
+
quaggan slaves from Slaver''s Deeps."},{"id":"25ABA253-5EBB-44C6-A74E-51FB0D5360DF","name":"Help
|
1860
|
+
Cueyatl escape the krait."},{"id":"888FC444-DFE4-40F5-9B9D-5D3BEBAFCA9A","name":"Bring
|
1861
|
+
krait skins to Cueyatl."},{"id":"DF60ECA2-ACCE-42FF-902E-F1A3B337F037","name":"Help
|
1862
|
+
defend the hylek of Hazupl Grounds."},{"id":"010501FA-46B3-491D-9925-31AFFE2EC2DC","name":"Slay
|
1863
|
+
the undead drake broodmother."},{"id":"48A2FB25-9DC9-46BE-B112-E08981B5B9ED","name":"Defend
|
1864
|
+
Valiant Estiene as he attacks the undead."},{"id":"A9BACF91-2F6A-4DAF-9C7E-F62978D876E4","name":"Clear
|
1865
|
+
the fire imp population and extinguish their fires."},{"id":"DE8F8DDB-7078-43E1-A677-941200F6DD14","name":"Protect
|
1866
|
+
local mosshearts from fire imps."},{"id":"D9046C5A-5D5D-4390-A5FC-FBD3C3254A0B","name":"Escort
|
1867
|
+
Brugh to Morgan''s Spiral."},{"id":"CA2EAA72-151D-4B55-84DD-A8934C105515","name":"Defend
|
1868
|
+
the sylvari tower from the Risen."},{"id":"07D38E34-5D77-429F-BE80-503EFAE889CB","name":"Defeat
|
1869
|
+
the Risen monstrosity."},{"id":"74546062-3EFF-4CA3-93EC-5C97B05F84E2","name":"Rescue
|
1870
|
+
sylvari trapped in webs."},{"id":"BA9A0595-28BC-4B60-965D-F1EF94B6068A","name":"Kill
|
1871
|
+
the enraged spider queen."},{"id":"E47732EC-AD63-4095-8907-9D18EE710056","name":"Protect
|
1872
|
+
the harvesters as they collect spikeroot fruit."},{"id":"10FF7C30-A9BC-4997-B878-E3859543A6C8","name":"Defend
|
1873
|
+
Caer Astorea from the Nightmare Court."},{"id":"8D9EA888-DDE8-40F7-92CD-59079735BDDC","name":"Retake
|
1874
|
+
Caer Astorea from the Nightmare Court."},{"id":"F9F45F88-3358-48B6-B130-CF31DD617D66","name":"Stop
|
1875
|
+
termites from consuming the wardenlight tree."},{"id":"1029E6E3-CF45-4E98-8268-717EBE3EBC95","name":"Stop
|
1876
|
+
the giant termite larva from eating the wardenlight tree."},{"id":"15141AB4-6090-41C0-A43A-9B339336B021","name":"Help
|
1877
|
+
the Wyld Hunt valiants clear undead from Treemarch Estuary."},{"id":"6FFC08EC-B013-4037-8ED9-8CC65B364DAB","name":"Defend
|
1878
|
+
Annwen''s wardens from the hylek raid."},{"id":"3662AD72-E017-44C9-BAAA-41E2C10B6157","name":"Liberate
|
1879
|
+
the Hamlet of Annwen from hylek invaders."},{"id":"7AB6E171-378E-4A30-9CA1-78B7BC02F01F","name":"Defend
|
1880
|
+
settlers from the Risen horde."},{"id":"C2B62880-0372-4CAE-B8AA-6DF527ACBE10","name":"Liberate
|
1881
|
+
Brigid''s Overlook from the Risen horde."},{"id":"CB885303-8AC6-4B3F-8B01-5D5F6680221D","name":"Stop
|
1882
|
+
the Risen attackers."},{"id":"9B85C62B-8221-4121-BBF1-1C39CC4805D0","name":"Rescue
|
1883
|
+
sylvan pups from their troll captors."},{"id":"182A97BF-D739-4E3E-95FB-FEEF03CF17D3","name":"Defeat
|
1884
|
+
the enraged troll king."},{"id":"3BCE767F-1947-4AD5-BB72-F49314DFB075","name":"Escort
|
1885
|
+
the Vigil siegemaster to the toxic offshoot."},{"id":"BB901CAD-CDA2-4506-9AD3-2444EC6B1FBF","name":"Use
|
1886
|
+
powder kegs to destroy the toxic offshoot."},{"id":"E2BAFDA6-3401-41B2-BAE7-F53C3F7DFC07","name":"Rescue
|
1887
|
+
the Vigil engineers."},{"id":"CDB9A3EF-C497-4B3D-87EC-9F1CC699B947","name":"Defend
|
1888
|
+
the Vigil siege engineers as they attack the toxic offshoot."},{"id":"000148C3-3EFF-4F3C-940B-6057B0AD5566","name":"Defend
|
1889
|
+
the Vigil siege engineers as they attack the toxic offshoot."},{"id":"D59A4605-1CCD-45D7-B430-4615AE14D748","name":"Escort
|
1890
|
+
the Vigil siegemaster to the toxic offshoot."},{"id":"E7CFEA96-D2F9-4CC9-9A6E-0C93C013FA64","name":"Use
|
1891
|
+
powder kegs to destroy the toxic offshoot."},{"id":"BC10B9FB-6854-4828-87EF-537B77F9B09D","name":"Rescue
|
1892
|
+
the Vigil engineers."},{"id":"C5D15A86-E600-4093-A160-87951B03E159","name":"Defend
|
1893
|
+
the Vigil siege engineers as they attack the toxic offshoot."},{"id":"67B3871B-B847-4693-8171-F3D0EF20C4ED","name":"Defend
|
1894
|
+
the Vigil siege engineers as they attack the toxic offshoot."},{"id":"87490976-A60E-4127-B5F2-4028846B1F2A","name":"Skill
|
1895
|
+
Challenge: Defeat Swift Arrow"},{"id":"5E6E2135-FF5D-4348-9B61-0FEBD074EA5A","name":"Skill
|
1896
|
+
Challenge: Defeat the Veteran Ancient Maguuma Wurm and Its Hatchlings"},{"id":"CA6BE653-EAC7-4888-AB4F-6096E6C132B0","name":"Skill
|
1897
|
+
Challenge: Defeat the Knight of Sorrows and Her Attendants"},{"id":"0446B843-64AD-4420-857B-120A798F38C2","name":"Skill
|
1898
|
+
Challenge: Defeat the Thorn Wolf Scariel and Its Pack"},{"id":"512F2682-7A3D-47C5-8A70-CD11918D45A7","name":"Defeat
|
1899
|
+
the champion."},{"id":"A1B3297B-C7BF-44D3-8D1C-DFB3EDC523D5","name":"Destroy
|
1900
|
+
the converted nightmare mosshearts."},{"id":"DD70A09F-AB12-4F97-B7AB-1172D934B885","name":"Defend
|
1901
|
+
the mosshearts from the Nightmare Court."},{"id":"197EFC4B-E2BF-4FD0-A89B-04454DA9C395","name":"Drive
|
1902
|
+
the cave spiders away from Grenbrack Delves."},{"id":"5D441CD8-49C7-441A-AA2F-9A460974BED3","name":"Escort
|
1903
|
+
Agent Rexx as he delivers supplies to Warden spy Alarin."},{"id":"46F4CC83-1E9D-4FCF-B1AB-783E61E8012A","name":"Stop
|
1904
|
+
the skritt burglar before it escapes with the treasure."},{"id":"46AC35A8-A94B-4E1B-A50F-90337A63D63A","name":"Stop
|
1905
|
+
the skritt burglar before it escapes with the treasure."},{"id":"36143D5D-B94D-434A-97EA-9AE097234C01","name":"Stop
|
1906
|
+
the skritt burglar before it escapes with the treasure."},{"id":"D6BDBBB2-288A-47FC-B50A-EDCC4627F495","name":"Stop
|
1907
|
+
the skritt burglar before it escapes with the treasure."},{"id":"477E898F-3C64-4DED-85EE-69124061BA95","name":"Stop
|
1908
|
+
the skritt burglar before it escapes with the treasure."},{"id":"CF80B87E-A794-4B49-AF2D-1B02F3B08E81","name":"Stop
|
1909
|
+
the female mosquito before she reaches the male mosquito swarm."},{"id":"9E7D110D-F422-413A-A467-813213538B08","name":"Defeat
|
1910
|
+
the strange foes coming through the haunted door."},{"id":"E07F2384-154C-4E86-A3DE-96A42D60DE28","name":"Defeat
|
1911
|
+
the strange foes coming through the haunted door."},{"id":"0D82BCC9-BADA-4FB8-A241-CFD88E041127","name":"Defeat
|
1912
|
+
the strange foes coming through the haunted door."},{"id":"63E1C083-AA42-4162-AA5D-2D81F4485EBF","name":"Keep
|
1913
|
+
Bamm safe while he gathers components for his engineering."},{"id":"51E236B1-DA5B-4384-8FE9-47CC0CE3192C","name":"Attack
|
1914
|
+
rock dogs until they rebel against the centaurs."},{"id":"871FBE22-7E85-40FE-956A-556676322E5A","name":"Defeat
|
1915
|
+
the strange foe that came through the haunted door."},{"id":"A69FA676-CBD0-41AA-9D0F-52F049793A14","name":"Protect
|
1916
|
+
the Lionguard while they clear the road."},{"id":"649138D9-4870-43A8-97C5-C4200A151655","name":"Defeat
|
1917
|
+
the strange foe that came through the haunted door."},{"id":"FD26751A-0C20-4973-A18D-F8269FE75CE9","name":"Stop
|
1918
|
+
the pirates from stealing buried treasure."},{"id":"1E9992A5-7E78-469A-B5C4-CD95A297388D","name":"Stop
|
1919
|
+
Captain Wiley before he finishes scouring the ship for treasure."},{"id":"077D1BDF-E88C-4E58-9A39-D301B25C940B","name":"Defeat
|
1920
|
+
the strange foe that came through the haunted door."},{"id":"ED6F38EE-6D9C-494F-A905-DD93C844ABF8","name":"Destroy
|
1921
|
+
the pirate cannons before the villagers surrender."},{"id":"2040AAC0-BBA3-4AFD-B7C7-4E4443E45C49","name":"Defeat
|
1922
|
+
the strange foe that came through the haunted door."},{"id":"AB14A4A8-CC57-407D-B4B0-ED9B92E0CF1B","name":"Defend
|
1923
|
+
the quaggan pastkeeper from the pirates."},{"id":"66BA5BBB-A7EA-4F35-9594-7807FEF14496","name":"Defeat
|
1924
|
+
the strange foes coming through the haunted door."},{"id":"FA6AB219-5395-4C53-AEE5-DD2EE61364D5","name":"Defeat
|
1925
|
+
the champion."},{"id":"4C03EB11-9B7D-4E71-824C-372098152A67","name":"Defeat
|
1926
|
+
the strange foe that came through the haunted door."},{"id":"34EB30A1-AE87-47D2-A6A7-0F2350236E72","name":"Defeat
|
1927
|
+
Vollym, champion of the battle pit."},{"id":"D2809C8D-5F25-4CE4-8B0A-9175B0AF8EE2","name":"Defeat
|
1928
|
+
the strange foes coming through the haunted door."},{"id":"50FD8485-5A5F-46A4-909A-D7851652741C","name":"Defeat
|
1929
|
+
the strange foe that came through the haunted door."},{"id":"464CB322-F822-4A00-9E8F-B5490A54E55F","name":"Defeat
|
1930
|
+
the strange foes coming through the haunted door."},{"id":"54461C8D-9224-4C8E-89FA-CCF621019798","name":"Defeat
|
1931
|
+
the strange foe that came through the haunted door."},{"id":"48EFA2AE-F23D-4DEF-B3FA-FAD5FCF9C8D8","name":"Prevent
|
1932
|
+
the centaurs from capturing Nebo Terrace."},{"id":"F8D27F0E-B9C0-49F7-B9FE-E9953C8F8B42","name":"Reclaim
|
1933
|
+
Nebo Terrace from the centaurs."},{"id":"57CA9846-EEBB-4084-9A57-5C60DEFB258D","name":"Rescue
|
1934
|
+
the captured townspeople from the centaurs."},{"id":"912F737E-B42B-477D-853B-8A3D0E45CD96","name":"Free
|
1935
|
+
the prisoners from the centaur slave pen."},{"id":"AC3D104D-4556-4940-9A16-FCF5214B17A8","name":"Defend
|
1936
|
+
the merchant caravan."},{"id":"71F3B884-38A7-4F4F-94B4-2AC72513991B","name":"Keep
|
1937
|
+
the Lupikids safe from the drake."},{"id":"579E032B-78CC-49F8-9BAF-9B77AC55B4E8","name":"Defeat
|
1938
|
+
the dredge before they pick Junction Haven clean."},{"id":"479C4A54-D141-45D5-8C5C-0DABE291CFEC","name":"Recover
|
1939
|
+
stolen Lionguard supplies from the dredge, and bring them to Deputy Urtt."},{"id":"41F5FA4E-D96E-48B4-A6F4-9A979EA27BAB","name":"Kill
|
1940
|
+
the dredge raidmaster invading Junction Haven."},{"id":"F22F0769-D226-4E80-B028-52051E4F9D23","name":"Kill
|
1941
|
+
the Harathi bombardier and warmaster before they reach the Bloodfields."},{"id":"39916772-84A7-4481-9BE6-A1AF1A038102","name":"Destroy
|
1942
|
+
the Harathi trebuchets."},{"id":"7C23D303-948D-448A-B24C-A483BC02B3C4","name":"Kill
|
1943
|
+
the Tamini moguls to weaken centaur forces."},{"id":"C5D665EE-EB77-4C22-9B15-49F5424BA48E","name":"Cull
|
1944
|
+
the undead horde gathering outside of First Haven."},{"id":"C7A0353B-9BF6-4381-848D-1F1CEDE5A24B","name":"Defend
|
1945
|
+
First Haven from Risen."},{"id":"1DDE741A-09E6-4548-8AE2-4DDD9838B526","name":"Recapture
|
1946
|
+
First Haven from the Risen."},{"id":"3A3C11D4-44CD-43CE-A664-D598A588F262","name":"Rebuild
|
1947
|
+
First Haven''s defenses to guard against the undead."},{"id":"1AD2FFC1-A1E6-4B43-9870-F98302EA2751","name":"Defend
|
1948
|
+
Applenook from the pirate attack."},{"id":"1EF43BF2-F431-467A-AD2C-461974DFD993","name":"Save
|
1949
|
+
the hamlet from pirates."},{"id":"DC550254-B65B-404E-A939-C34EBDB44250","name":"Kill
|
1950
|
+
the giant skelk scavenger feeding on fallen soldiers in the Bloodfields."},{"id":"77D4249B-1B0A-4F52-AB6F-8C0FAFB3E51C","name":"Stop
|
1951
|
+
the pirates raiding the mansion."},{"id":"17B89893-4B65-443A-92D9-48A773756D71","name":"Help
|
1952
|
+
Tholaun rescue Miss Mipp."},{"id":"A6822A8F-28B4-43B0-82FC-169DAF67365D","name":"Retake
|
1953
|
+
Almuten Mansion from the pirates."},{"id":"53B6A989-FAFA-4E40-95E3-AF4AA9D43C63","name":"Stop
|
1954
|
+
the centaurs from capturing Ascalon Settlement."},{"id":"35D284A4-0804-43D8-A8C2-EE31F04A9B0A","name":"Liberate
|
1955
|
+
Ascalon Settlement from the centaurs."},{"id":"AF603EA3-EA53-4665-BFF1-B6B8D9C96013","name":"Slay
|
1956
|
+
the centaur war beast."},{"id":"129BDCFA-EE7B-496F-9536-EB11EE0950F0","name":"Help
|
1957
|
+
escort the weapons shipment to Nebo Terrace."},{"id":"FD0F9D35-FD57-437F-AE2C-3CC1295EC32F","name":"Retrieve
|
1958
|
+
the catapult parts from the centaurs."},{"id":"0A961261-6062-477E-98FF-7C2C5D69E755","name":"Escort
|
1959
|
+
the Vigil siegemaster to the toxic offshoot."},{"id":"A5932E0E-8F90-4371-A620-0DC859FF6713","name":"Use
|
1960
|
+
powder kegs to destroy the toxic offshoot."},{"id":"07175419-9121-4451-96E4-425881425C50","name":"Rescue
|
1961
|
+
the Vigil engineers."},{"id":"56A66259-7908-4004-A7A6-222D2671D0C6","name":"Defend
|
1962
|
+
the Vigil siege engineers as they attack the toxic offshoot."},{"id":"51FACCEA-CAF7-45C5-A319-83DB3832F69B","name":"Escort
|
1963
|
+
the Vigil siegemaster to the toxic offshoot."},{"id":"9FB55F5F-3BBE-4F85-A97E-8CEF29157DC0","name":"Use
|
1964
|
+
powder kegs to destroy the toxic offshoot."},{"id":"7ADA7D3C-B8F9-4A06-AE74-8252471E9A24","name":"Defend
|
1965
|
+
the Vigil siege engineers as they attack the toxic offshoot."},{"id":"D1B7EF2F-FBCC-4AE4-BB6E-BBDEBBE401B6","name":"Defend
|
1966
|
+
the Vigil siege engineers as they attack the toxic offshoot."},{"id":"405DDE0F-621B-4651-9CF1-36382FEE5D88","name":"Subdue
|
1967
|
+
and capture Sotzz the Scallywag."},{"id":"FB3B4495-538B-4ED1-A5F8-E30A0CB28A79","name":"Stop
|
1968
|
+
the skritt burglar before it escapes with the treasure."},{"id":"D2C8A603-BCBF-4A91-BB32-5C5DE93F454F","name":"Stop
|
1969
|
+
the skritt burglar before it escapes with the treasure."},{"id":"5B60110C-F8EA-497E-9F80-51EC22EBD4A1","name":"Stop
|
1970
|
+
the skritt burglar before it escapes with the treasure."},{"id":"16554045-EFE8-4248-8B78-E4BB46CA94F5","name":"Stop
|
1971
|
+
the skritt burglar before it escapes with the treasure."},{"id":"53C0D575-36FE-4C12-8D8F-04C07A212AAD","name":"Stop
|
1972
|
+
the skritt burglar before it escapes with the treasure."},{"id":"F26C4F03-45EC-495C-9DD0-BFA41BE1A3B8","name":"Defeat
|
1973
|
+
the strange foes coming through the haunted door."},{"id":"ECC85A2C-717B-4D65-9154-A5943951B912","name":"Defeat
|
1974
|
+
the strange foes coming through the haunted door."},{"id":"873EC63A-1A2F-4D34-8139-F3A75620613B","name":"Defeat
|
1975
|
+
the strange foe that came through the haunted door."},{"id":"F2C9A606-51E7-4EF0-8A77-A5315486175C","name":"Defeat
|
1976
|
+
the strange foes coming through the haunted door."},{"id":"92CF2945-408F-4DF4-B0B2-6EA6D9F9B24D","name":"Defeat
|
1977
|
+
the strange foes coming through the haunted door."},{"id":"56F2CDA1-580A-467D-8799-DE6B7973D8C7","name":"Defeat
|
1978
|
+
the strange foe that came through the haunted door."},{"id":"C454F184-E78C-4B99-8E44-BFF9E7AD7DCB","name":"Defeat
|
1979
|
+
the strange foe that came through the haunted door."},{"id":"B0FE8FFD-5567-43C6-8032-1FB6444364E0","name":"Defeat
|
1980
|
+
the strange foe that came through the haunted door."},{"id":"BC6BF63C-0BC5-4C1E-8AB3-55F27EBB1E26","name":"Defeat
|
1981
|
+
the strange foes coming through the haunted door."},{"id":"D86902AD-A35B-473B-904C-0AA529DFAFAE","name":"Defeat
|
1982
|
+
the strange foe that came through the haunted door."},{"id":"72CB0805-4B65-48B1-B3EE-E5E3CEA8F18E","name":"Defeat
|
1983
|
+
the strange foe that came through the haunted door."},{"id":"DC1D12EC-03BA-4806-8CA3-2A4C6ECDCDB2","name":"Slay
|
1984
|
+
the Labyrinthine Horror"},{"id":"87F0E390-E45D-4371-A9BB-3CA27F395317","name":"Halmi
|
1985
|
+
Hammerfell."},{"id":"F1808BA3-5AA1-4245-882C-922B30933578","name":"Doobroosh."},{"id":"B8E9EF40-DF39-47BD-B896-B36683B0AD63","name":"Windcaller
|
1986
|
+
Kieldia."},{"id":"53818EEB-85A3-460C-86DC-6A02F4E44169","name":"Suriel the
|
1987
|
+
Blazing Light."},{"id":"878049F7-40DE-4845-999C-70E4AA3738A8","name":"Tyre
|
1988
|
+
Ragemaw."},{"id":"ADAEEB33-BAB6-4B4A-B513-91ECB2D0BBA5","name":"Masticus."},{"id":"C9EB1317-15F4-448C-9AB9-CF2F489E9F91","name":"Salazan."},{"id":"BA05BB5B-FB1C-4CFC-9D67-2317AED73495","name":"The
|
1989
|
+
crew of the pirate ship Ravenous."},{"id":"A7B0DBAD-F090-454C-9405-91634CDCFFD8","name":"Subject
|
1990
|
+
7."},{"id":"177A8282-4B53-494F-B3F2-39817934EE3D","name":"Deadeye Dunwell."},{"id":"45FF9ED8-40FC-450A-AF00-2BE5337AC3F6","name":"Strugar
|
1991
|
+
and Chomper."},{"id":"3BFEBFC0-FFA5-4616-885A-8F35021DD0C3","name":"Liadri
|
1992
|
+
the Concealing Dark."},{"id":"36A8BE04-AA2C-4425-8E1C-657A3A349EB1","name":"Halmi
|
1993
|
+
Hammerfell."},{"id":"23DBF5F7-1C79-4E7F-A260-D139F238298E","name":"Doobroosh."},{"id":"4C31DC20-4743-4884-9BD3-3CD28D484FD9","name":"Windcaller
|
1994
|
+
Kieldia."},{"id":"E4FE4A82-4076-4083-A07A-947BF8063687","name":"Suriel the
|
1995
|
+
Blazing Light."},{"id":"476C9701-9E5B-4275-83B7-AE9D246E16F9","name":"Tyre
|
1996
|
+
Ragemaw."},{"id":"BFDDD83F-B656-4A6F-A42A-C1109DD042BA","name":"Masticus."},{"id":"D0574184-E234-44EC-A52A-5D7E5633D962","name":"Salazan."},{"id":"D579662F-AE0F-4087-A6B8-1420FCD0D5CB","name":"The
|
1997
|
+
crew of the pirate ship Ravenous."},{"id":"1A8AEDB0-519D-4E72-924E-257B7F8B9710","name":"Subject
|
1998
|
+
7."},{"id":"3F0931BC-0123-4125-9555-A27D64E911A6","name":"Deadeye Dunwell."},{"id":"729E1914-11AF-4A0D-B323-A36AAFCF68D2","name":"Strugar
|
1999
|
+
and Chomper."},{"id":"C7BEFEB1-F8C4-40E3-9DE4-ADF8F3144B4A","name":"Liadri
|
2000
|
+
the Concealing Dark."},{"id":"3F28305B-507C-4B2D-AC8E-6ACC97E2DFC7","name":"Defeat
|
2001
|
+
Boom-Boom Baines."},{"id":"C79CAA63-8543-4232-9356-2931EF213CBD","name":"Defeat
|
2002
|
+
Kuraii the Cruel."},{"id":"EE185BD4-2900-48EC-8B82-8A3AFAC82AE3","name":"Defeat
|
2003
|
+
Pyroxis."},{"id":"5CDF1688-4F8E-45D9-A3CC-680D79770B2D","name":"Defeat Sparcus
|
2004
|
+
Firesplash."},{"id":"56F90BF5-368A-4DB1-9937-95931F984004","name":"Defeat
|
2005
|
+
Shurakk the Savage."},{"id":"5FE0AE58-2C78-4E44-9386-FDFE8B8C6767","name":"Defeat
|
2006
|
+
Wiggin the Wicked."},{"id":"B5FDB4C5-13E5-4699-A49C-B35B736181E4","name":"Halmi
|
2007
|
+
Hammerfell."},{"id":"0A9B503A-8E19-4A7F-9FBF-81AD77392170","name":"Doobroosh."},{"id":"54C6AB89-1E60-4653-92F5-CC1993090B09","name":"Windcaller
|
2008
|
+
Kieldia."},{"id":"D6B846C1-ADE7-4E75-864D-D5831400D3D7","name":"Suriel the
|
2009
|
+
Blazing Light."},{"id":"B2574C24-CBD5-4644-ACFE-E793682B7C65","name":"Tyre
|
2010
|
+
Ragemaw."},{"id":"971814E7-A521-4269-9F4D-E0CCDA1FDAC8","name":"Masticus."},{"id":"20C99E3D-3340-492B-9884-6FF6EB2A88FA","name":"Salazan."},{"id":"176D1767-B85C-41F5-8B50-0FB9D79F0573","name":"The
|
2011
|
+
crew of the pirate ship Ravenous."},{"id":"54AD0561-C555-4D77-8162-0A140ADB1C3B","name":"Subject
|
2012
|
+
7."},{"id":"4488B80B-1471-4112-960D-CFDDC69947C0","name":"Deadeye Dunwell."},{"id":"290C9B9C-58C3-4421-9303-80F53D457EBF","name":"Strugar
|
2013
|
+
and Chomper."},{"id":"5C5A32E5-D7BA-4FA8-9584-7E5C9F54335C","name":"Liadri
|
2014
|
+
the Concealing Dark."},{"id":"985EBBAD-66FA-4F9D-9AA0-02A06EC24E68","name":"Halmi
|
2015
|
+
Hammerfell."},{"id":"D11929A6-5302-4841-A4AE-47B70F9C9541","name":"Doobroosh."},{"id":"61420D4D-78E9-44AB-B6B6-B1320F7DCB77","name":"Suriel
|
2016
|
+
the Blazing Light."},{"id":"E1B48985-D346-4F09-BF74-2EE102C4FEDC","name":"Windcaller
|
2017
|
+
Kieldia."},{"id":"F8319B30-1832-4CE8-9F30-328B8FBFADCF","name":"Tyre Ragemaw."},{"id":"DA9F87C8-4D45-420F-91F0-830D931C3C83","name":"Masticus."},{"id":"3BE14A28-453F-4B79-9EEA-A55F1AA46AA1","name":"The
|
2018
|
+
crew of the pirate ship Ravenous."},{"id":"00233216-6E01-4B8E-B69A-BA5B835CFB6B","name":"Salazan."},{"id":"96DBD19E-36FF-40F5-91F2-C3CFC2E4B556","name":"Subject
|
2019
|
+
7."},{"id":"2F7FA799-A61D-4CC1-AC7C-E90CE5B47CF6","name":"Deadeye Dunwell."},{"id":"4D41BAD0-6301-49B3-8AA8-E188F952D8C7","name":"Strugar
|
2020
|
+
and Chomper."},{"id":"BD01528A-A6E2-4F78-A6F4-F49D08145CE9","name":"Liadri
|
2021
|
+
the Concealing Dark."},{"id":"8176016B-C090-414E-9FFF-CDC33D3F4472","name":"Halmi
|
2022
|
+
Hammerfell."},{"id":"CA696797-7583-4C65-B7DA-CAFF4E0F116F","name":"Doobroosh."},{"id":"250C6103-B993-4F5D-B010-3B77A9FC3B00","name":"Suriel
|
2023
|
+
the Blazing Light."},{"id":"5C69628D-3D17-438A-B8B2-54DF025B856D","name":"Windcaller
|
2024
|
+
Kieldia."},{"id":"16005384-B61D-43D1-BAD6-55B02B590685","name":"Masticus."},{"id":"848AD9EA-C274-48AD-A452-99A71626F874","name":"Tyre
|
2025
|
+
Ragemaw."},{"id":"8A24C5D6-DBB4-4E3A-B9DF-72D41A174BE4","name":"Salazan."},{"id":"13F82952-00F5-418D-A3B0-F2A62F2CA612","name":"Subject
|
2026
|
+
7."},{"id":"1AC22CDA-19A6-4514-956D-8417950DAB9F","name":"The crew of the
|
2027
|
+
pirate ship Ravenous."},{"id":"DEC8BA09-78F5-462F-9D01-0115B9DC3DD6","name":"Deadeye
|
2028
|
+
Dunwell."},{"id":"4C7AE172-5464-461A-9B93-0534BFFFA2B6","name":"Strugar and
|
2029
|
+
Chomper."},{"id":"7DEE88B3-0F17-4326-8586-31E274277C85","name":"Liadri the
|
2030
|
+
Concealing Dark."},{"id":"2457AB48-2B11-4998-8311-2481A123B832","name":"Halmi
|
2031
|
+
Hammerfell."},{"id":"DFE01DE9-BD8B-4665-B48E-7758E906F9B6","name":"Doobroosh."},{"id":"52EDDAF9-4FC4-48BF-8EB8-05821CF51BFC","name":"Windcaller
|
2032
|
+
Kieldia."},{"id":"B6A8F57C-52BB-483B-90C8-92DB701599CC","name":"Suriel the
|
2033
|
+
Blazing Light."},{"id":"B29C8D07-451A-434B-B12F-58837860C031","name":"Tyre
|
2034
|
+
Ragemaw."},{"id":"A0E6F107-46DE-4F8F-ABAB-E2933AF222D0","name":"Masticus."},{"id":"6CE5630E-9841-42E4-AFE2-0556EFCA4768","name":"Salazan."},{"id":"D4F516A1-2827-4A52-AD61-0ABA1B57E397","name":"The
|
2035
|
+
crew of the pirate ship Ravenous."},{"id":"454FE4E6-C5AF-44D5-8E3B-55F2121D88EA","name":"Subject
|
2036
|
+
7."},{"id":"112B18EB-5D4D-4629-8215-7E3774E5B7C8","name":"Deadeye Dunwell."},{"id":"D52C35D6-40B6-47B2-ABB4-E6250A34250E","name":"Strugar
|
2037
|
+
and Chomper."},{"id":"790672F9-6C2D-447D-8226-AD27A4FA2361","name":"Liadri
|
2038
|
+
the Concealing Dark."},{"id":"B7532973-F0CB-4FCF-9B0D-8F52C8AC01EE","name":"Donate
|
2039
|
+
to Heal-o-tron''s cause."},{"id":"BDB8E9AE-1798-4380-8F7A-9EB87E4D22E3","name":"Boss
|
2040
|
+
Blitz! Defeat all the champions in the Queen''s Pavilion."},{"id":"695C56FF-72E5-47F3-A660-49BD65147614","name":"Boss
|
2041
|
+
Blitz Bonus: Gold reward achieved!"},{"id":"9F8691FB-0AF4-487E-8C99-FA84C3F95201","name":"Boss
|
2042
|
+
Blitz Bonus: Silver reward achieved!"},{"id":"15C241FF-2DCA-4096-8D58-130AB7D97091","name":"Boss
|
2043
|
+
Blitz Bonus: Bronze reward achieved!"},{"id":"B8EE96B7-0091-467D-821B-1049D8C9393B","name":"Lion''s
|
2044
|
+
Arch Relief Efforts"},{"id":"45691DCD-9E1C-48A7-A9FE-C9E624B60BB8","name":"Absorb
|
2045
|
+
the essence from charged crystals for Ixcic''s Sparkling Effervescence."},{"id":"13E2072F-C270-4BB0-99B4-CB7C9FECE410","name":"Absorb
|
2046
|
+
the essence from charged crystals for Ixcic''s Sparkling Effervescence."},{"id":"E543F954-7AB9-4E97-9A24-BC78779B65E3","name":"Absorb
|
2047
|
+
the essence from charged crystals for Ixcic''s Sparkling Effervescence."},{"id":"C17A9FE6-510D-4CD1-B978-AFF0B7E85065","name":"Absorb
|
2048
|
+
the essence from charged crystals for Ixcic''s Sparkling Effervescence."},{"id":"54AFD2D2-E206-413D-8622-2EC05650D1C4","name":"Participate
|
2049
|
+
in Trader Owens''s \"Flying Dolyak\" race to the top of Labyrinthine Cliffs!"},{"id":"DCF005DB-34C7-4FBC-8A26-099E7D175847","name":"Participate
|
2050
|
+
in Trader Owens''s \"Flying Dolyak\" race to the top of Labyrinthine Cliffs!"},{"id":"575939B7-FABD-4448-93EB-197E7A34F0AA","name":"Participate
|
2051
|
+
in Trader Owens''s \"Flying Dolyak\" race to the top of Labyrinthine Cliffs!"},{"id":"0C0E93D7-77AE-4DD5-AC5C-DABE7D0FD571","name":"Participate
|
2052
|
+
in Trader Owens''s \"Flying Dolyak\" race to the top of Labyrinthine Cliffs!"},{"id":"38CD986D-B1FF-407A-8005-8F2ECF23F0F8","name":"Defeat
|
2053
|
+
the rampaging fire imp."},{"id":"C1B37AAE-9FA6-45DF-90C9-81C4FCCF8B7C","name":"Defeat
|
2054
|
+
the corrupted ogre."},{"id":"5970059C-6E95-45D9-BDAA-7C05717D86EF","name":"Defeat
|
2055
|
+
the ice elemental."},{"id":"F8A1A75B-1F5D-406C-A4F7-C14711C2B165","name":"Defeat
|
2056
|
+
the chaos creature."},{"id":"75BF100E-19C4-4727-AFFD-9D1033C26DAD","name":"Defeat
|
2057
|
+
the morphing ooze."}]'
|
2058
|
+
http_version:
|
2059
|
+
recorded_at: Thu, 26 Feb 2015 22:06:15 GMT
|
2060
|
+
recorded_with: VCR 2.9.3
|