Open Meadow: Difference between revisions

From Zed Wiki

Line 54: Line 54:
table=Locations, ItemFilterLink, Outposts
table=Locations, ItemFilterLink, Outposts
| join on=ItemFilterLink.Codename=Locations.Codename,Outposts.Codename=ItemFilterLink.LinkCodename
| join on=ItemFilterLink.Codename=Locations.Codename,Outposts.Codename=ItemFilterLink.LinkCodename
| fields=COUNT(*)=Count
| fields=COUNT(ItemFilterLink.*)=Count
| where=Locations.Codename="loc_open_meadow" AND Outposts.Codename="hunters_shack"
| where=Locations.Codename="loc_open_meadow" AND Outposts.Codename="hunters_shack"
| format=table
| format=table
}}<!-- ZC_CP_Autogen_End -->
}}<!-- ZC_CP_Autogen_End -->

Revision as of 00:46, 31 July 2025

Travel Cost

Image Item Quantity Consumed
fuel.png Fuel 5 Yes

Potential Zed Encounters

The zeds in this zone will respawn after you defeat them, the zombies that can replace them are in the list below:

Note: This list does not display how many zeds, instead it just displays the *potential* encounters.

No results


Scavenge

Name Zone
Hunt Large Game 1
Hunt Small Game 1
Setup Quick Trap 2
Setup Trap 2


Locks

Name Zone
Create Clearing 1

Outposts

Error 1064: You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near ') AS `Count` FROM `cargo__Outposts` LEFT OUTER JOIN `cargo__ItemFilterLink` ...' at line 1

Function: CargoSQLQuery::run Query: SELECT COUNT(`cargo__ItemFilterLink`.``*) AS `Count` FROM `cargo__Outposts` LEFT OUTER JOIN `cargo__ItemFilterLink` ON ((`cargo__Outposts`.`Codename`=`cargo__ItemFilterLink`.`LinkCodename`)) LEFT OUTER JOIN `cargo__Locations` ON ((`cargo__ItemFilterLink`.`Codename`=`cargo__Locations`.`Codename`)) WHERE `cargo__Locations`.`Codename`="loc_open_meadow" AND `cargo__Outposts`.`Codename`="hunters_shack" ORDER BY COUNT(`cargo__ItemFilterLink`.``*) LIMIT 5000