Challenge: Difference between revisions

From Path of Exile Wiki
Jump to navigation Jump to search
>Kadaan
(Added Season 2 info, added a bunch of other details.)
No edit summary
 
(276 intermediate revisions by 33 users not shown)
Line 1: Line 1:
== Overview ==
'''Challenges''' are side objectives available in [[challenge leagues]]. Unlike [[achievement]]s, they are tied to a specific league and cannot progress once that league ends. Players who complete challenges receive a symbol beside their username, indicating the number of challenges completed. This symbol is visible both in-game and the official Path of Exile website. However, it will disappear when the next league begins.
Completing at least one challenge will award the user with a badge in front of their forum name denoting how many challenges were completed.
GGG will send a t-shirt to any user who completes all eight challenges.


== Season 1 ==
Each league grants exclusive [[microtransaction]] rewards for completing challenges, as well as a [[Challenger Trophy]] hideout decoration for that league. In older leagues, GGG would give out special t-shirts to the first 50 players who complete all 8 challenges that were shared between the Standard and Hardcore leagues of the season.
The first series of challenges were released in [[version 0.11.0]] with the [[Anarchy]] and [[Onslaught]] leagues.


Season 1 ran from June 5th through October 8, 2013. At the end of the season there were 61 players who completed all eight challenges<ref>{{cite web|url=http://www.pathofexile.com/forum/view-thread/536232|author=Chris|publisher=Path of Exile Forum|date=October 8, 2013|title=Anarchy and Onslaught Leagues have Ended - 61 Players Completed all Challenges!}}</ref>
A separate set of challenges are available in the [[Ruthless mode]] version of the league. Ruthless challenges share the same microtransaction reward as the regular version, but have its own Challenger Trophy.


=== Season 1 Challenges ===
==Current challenges‎==
* Slay the 13 [[Rogue Exile|rogue exiles]]. This can only be completed in [[Anarchy]], as this is the only league where rogue exiles appear.
{{#vardefine:challenge|
* Own a specific set of 90 [[unique items]] at the same time. You must have all 90 items in your possession when the Anarchy and Onslaught leagues end.  
    {{#cargo_query:
* Use each of the 23 [[Currency|currency items]]. [[Mirror of Kalandra]] is excluded.
        |tables = events
* Reach level 60 in [[Onslaught]] with each class. If the character dies after reaching level 60, you won't lose the achievement.
        |fields = CONCAT('List of ', events.name, ' challenges')
* Use [[vendor recipes]] to obtain each of 34 categories of item.
        |where = events.type = "Challenge league"
* Use each of the 54 [[maps]].
        |limit=1
* Fully clear each area. This can be accomplished in any difficulty. (To see how many monsters are left in an area, type ''/remaining'')
        |order by = events.release_date DESC
* Allocate all notable and all keystone [[passive skills]]. A green check mark will appear next to skills you have taken. The check mark remains even if the skill is refunded or the character deleted.
        |more results text=
        |no html
    }}
}}
{{#vardefine:ruthlesschallenge|
    {{#cargo_query:
        |tables = events
        |fields = CONCAT('List of Ruthless ', events.name, ' challenges')
        |where = events.type = "Challenge league"
        |limit=1
        |order by = events.release_date DESC
        |more results text=
        |no html
    }}
}}
{{Main|{{#var:challenge}}}}
{{Main|{{#var:ruthlesschallenge}}}}


== Season 2 ==
==Previous challenges==
Season 2 started with [[version 1.0.0]] introducing the [[Domination]] and [[Nemesis]] leagues.
{{#cargo_query:
tables = events
|fields = CONCAT('[[List of ', events.name, ' challenges', '|', events.name, ']]')
|where = events.type = "Challenge league"
|format=ul
|limit=
|offset=1
|order by = events.release_date DESC
|more results text=
}}


Season 2 started on October 23, 2013 and will end near the end of February 2014.
===Ruthless mode===
 
{{#cargo_query:
=== Season 2 Challenges ===
tables = events
; Kill Rare Monsters
|fields = CONCAT('[[List of Ruthless ', events.name, ' challenges', '|', events.name, ']]')
: Kill a rare Monster of each of these types in Domination or Nemesis. (188 types)
|where = events.type = "Challenge league" AND events.release_date > '2023-04-06'
; Touch these Shrines
|format=ul
: Touch each of these shrines in the Domination league to gain their powers. (17 shrines)
|limit=
; Slay the Nemeses
|offset=1
: Kill Rare monsters with each of these Nemesis Mods. (22 mods)
|order by = events.release_date DESC
; Reach level 65
|more results text=
: Attain character level 65 with each class in the Domination or Nemesis leagues. This challenge still counts even if a character dies after reaching level 65. (7 classes)
}}
; Own these Unique Items
: Own 42 specific Unique items to complete this challenge. Note that if you trade any away, the challenge will un=complete until you obtain the item again. Uniques in both Domination and Nemesis leagues are counted for this challenge. (65 uniques) NOTE: The description states 42 but the counter shows 65.
; Kill these Unique Bosses
: Kill each of the following Unique bosses. (116 bosses)
; Use these Currency Items
: Use the following 23 currency items in either Domination or Nemesis. (23 items)
; Items from Vendor Recipes
: Complete vendor recipes in either Domination or Nemesis to receive each of the following items. A vendor recipe is when you trade a specific pattern of items to a vendor, but not when you buy items from his/her purchase screen.


==References==
==References==
<references/>
{{reflist}}
 
[[Category:Challenges| ]]
[[Category:Leagues]]

Latest revision as of 14:07, 2 April 2024

Challenges are side objectives available in challenge leagues. Unlike achievements, they are tied to a specific league and cannot progress once that league ends. Players who complete challenges receive a symbol beside their username, indicating the number of challenges completed. This symbol is visible both in-game and the official Path of Exile website. However, it will disappear when the next league begins.

Each league grants exclusive microtransaction rewards for completing challenges, as well as a Challenger Trophy hideout decoration for that league. In older leagues, GGG would give out special t-shirts to the first 50 players who complete all 8 challenges that were shared between the Standard and Hardcore leagues of the season.

A separate set of challenges are available in the Ruthless mode version of the league. Ruthless challenges share the same microtransaction reward as the regular version, but have its own Challenger Trophy.

Current challenges‎

Previous challenges

Ruthless mode

References