Cargo query

Jump to navigation Jump to search

Showing below up to 5 results in range #101 to #105.

View ( | next 50) (20 | 50 | 100 | 250 | 500)

Name Level Area act monsters.monster_type_id monster_types.id

Trinian, Intellectus Prime

31

The Archives

3 CityStalkerElite CityStalkerElite

Triskeriaki

37

Kaom's Dream

4 TaniwhaBoss TaniwhaBoss

Utula, Stone and Steel

44

The Ruined Square

5 BlacksmithGolem BlacksmithGolem

Voidscream

35

The Mines Level 2

4 MineBatBoss MineBatBoss

Voll, Emperor of Purity

34

The Dried Lake

4 VollBoss VollBoss

View ( | next 50) (20 | 50 | 100 | 250 | 500)

Modify query

View wikitext
{{#cargo_query:
fields=CONCAT("[[", monsters.name, "|", monsters.name, "]]")=Name, areas.area_level=Level, CONCAT("[[", areas.name, "]]")=Area, areas.act, monsters.metadata_id, monsters.monster_type_id=monsters.monster_type_id, mt.id=monster_types.id
|format=auto
|join on=areas.boss_monster_ids HOLDS monsters.metadata_id,monsters.monster_type_id=mt.id
|offset=100
|tables=areas,monsters,monster_types=mt
|where=monsters.rarity_id="unique" AND areas.act BETWEEN 1 AND 10 AND areas.id LIKE '1_%' AND areas.is_vaal_area=0
}}