Talk:Vaal side area

From Path of Exile Wiki
Revision as of 05:05, 7 December 2020 by >Vinifera7 (→‎Links between areas section: new section)
Jump to navigation Jump to search

This talk page is for discussing the article Vaal side area.

  • Sign your posts using four tildes (~~~~)
  • Start a new topic at the bottom under a ==level 2 heading==
  • Indent replies using colons (:)
  • Keep it civil
  • Assume good faith
  • Don't remove past discussions

Map Fragments

Placing bets on them dropping in cruel+, Couldn't get any to drop in normal southern forest. Ran some in cruel southern forest and started seeing them drop again.

Twilight Strand

Does anybody know if corrupted areas spawn in Normal twilight strand? I assume not, but it would be good to know for sure. Magnanimous2 (talk) 22:54, 16 March 2014 (UTC)

Vaal Side Area Info Out of Sync

This page lists the possible locations for Remote Gulch as:

  • Prisoner's Gate (Act 1)
  • The Ship Graveyard
  • The Coast (Act 6)
  • Prisoner's Gate (Act 6)
  • The Beacon

The Remote Gulch Page lists possible locations as:

  • The Coast
  • The Climb
  • The Ship Graveyard
  • The Beacon

Which page is more accurate?

Additionally, in cases such as The Coast, which appears in multiple acts, could the side area appear in either location unless otherwise specified? It might be clearer to list it as "The Coast (Acts 1 & 7)" if that is the case.

List of Corrupted Areas

Is there any way to optimize this query for insertion?

{{#cargo_query: tables = areas=a, areas=b |fields = a.act=Act, b.main_page=Vaal location, a.main_page=Location, b.boss_monster_ids__full=Boss |join on = a.vaal_area_ids HOLDS b.id |order by=a.act,b.main_page |where=a.vaal_area_ids holds not "" and a.main_page != "" |format=table }}

--Kordloperdlo (talk) 10:25, 25 March 2020 (UTC)

You can group up by the vaal area id and reduce a couple of rows. Looks a bit better.
{{#cargo_query: tables = areas=a, areas=b
|fields = b._pageName, b.main_page=Name, GROUP_CONCAT(DISTINCT a.main_page)=Locations, GROUP_CONCAT(DISTINCT b.act)=Act, GROUP_CONCAT(DISTINCT b.boss_monster_ids__full)=Boss
|join on = a.vaal_area_ids HOLDS b.id
|where = a.vaal_area_ids holds not "" and a.main_page != ""
|group by = b.id
|order by = a.act, b.main_page
}}
--Illviljan (talk) 19:50, 25 March 2020 (UTC)

Links between areas section

This section is woefully out of date and hard to read. It should either be removed entirely or updated and formatted in a way that can be read as text. —Vini (t|c) 05:05, 7 December 2020 (UTC)