The Reserve: Difference between revisions

From Zed Wiki

No edit summary
No edit summary
Line 33: Line 33:


{{#cargo_query:
{{#cargo_query:
tables = NpcRooms, RoomNpcs
table=NpcRooms,RoomNpcs
join_on = NpcRooms.Codename = RoomNpcs.JobCodename
|fields=RoomNpc.Codename
where   = NpcRooms.Location = "{{{Codename|}}}"
|where=NpcRooms.Location="loc_the_reserve"
fields  =
|format=table
  NpcRooms.Name        = Room,
  RoomNpcs.Codename    = NPC,
  RoomNpcs.Level      = Level
format   = table
group_by = Room
order_by = Room,Level DESC
link    = NPC,Room
}}
}}



Revision as of 05:34, 10 July 2025

Required Items

Image Item Quantity Take
fuel.png fuel 10 Yes

Hunting Jobs

No results

Scavenges

No results


Error: join conditions must be set for tables.