User:Kuma/sandbox: Difference between revisions
mNo edit summary |
mNo edit summary |
||
Line 4: | Line 4: | ||
{{Worldheader|world=BH|collapsed=y}} | {{Worldheader|world=BH|collapsed=y}} | ||
{{RegionalNPCs | |||
{{ | |region=Blunder Hills Town | ||
| | |||
|areas="Blunder Hills" | |areas="Blunder Hills" | ||
|npctypes="EventNPC" | |npctypes="EventNPC" | ||
}} | }} | ||
{{RegionalNPCs | |||
{{ | |region=Mining Tunnels | ||
| | |||
|areas="Tunnels Entrance","Freefall Caverns" | |areas="Tunnels Entrance","Freefall Caverns" | ||
}} | }} | ||
{{RegionalNPCs | |||
{{ | |region=Grasslands | ||
| | |||
|areas="Spore Meadows","Froggy Fields","Grandfrog's Backyard","Valley Of The Beans" | |areas="Spore Meadows","Froggy Fields","Grandfrog's Backyard","Valley Of The Beans" | ||
}} | }} | ||
{{RegionalNPCs | |||
{{ | |region=Not Grasslands | ||
| | |||
|areas="Hollowed Trunk","The Base Of The Bark","Jungle Perimeter","Winding Willows","Vegetable Patch" | |areas="Hollowed Trunk","The Base Of The Bark","Jungle Perimeter","Winding Willows","Vegetable Patch" | ||
|npctypes="NPC","SecretNPC" | |npctypes="NPC","SecretNPC" | ||
}} | }} | ||
{{RegionalNPCs | |||
{{ | |region=Forest | ||
| | |||
|areas="Encroaching Forest Villas","Tucked Away" | |areas="Encroaching Forest Villas","Tucked Away" | ||
}} | }} | ||
{{RegionalNPCs | |||
{{ | |region=Sewers | ||
| | |||
|areas="Rats Nest","Poopy Sewers" | |areas="Rats Nest","Poopy Sewers" | ||
}} | }} |
Revision as of 00:27, 18 May 2023
This is a list of current NPCs in the game. For more detailed info, see Quests or click on an NPC to go to its page.
Blunder Hills Town
Function: CargoSQLQuery::run Query: SELECT `_pageName` AS `%PAGE%`,`MapLocation` AS `location`,`QuestCount` AS `noquest` FROM `mw_cargo__NPCs` WHERE (MapLocation LIKE "%"Blunder Hills"%")
AND (NPCType IN (""EventNPC"")) ORDER BY `_pageName`,`MapLocation`,`QuestCount` LIMIT 500
Mining Tunnels
Function: CargoSQLQuery::run Query: SELECT `_pageName` AS `%PAGE%`,`MapLocation` AS `location`,`QuestCount` AS `noquest` FROM `mw_cargo__NPCs` WHERE (MapLocation LIKE "%"Tunnels Entrance"%" OR MapLocation LIKE "%"Freefall Caverns"%")
AND (NPCType IN ("NPC")) ORDER BY `_pageName`,`MapLocation`,`QuestCount` LIMIT 500
Grasslands
Not Grasslands
Function: CargoSQLQuery::run Query: SELECT `_pageName` AS `%PAGE%`,`MapLocation` AS `location`,`QuestCount` AS `noquest` FROM `mw_cargo__NPCs` WHERE (MapLocation LIKE "%"Hollowed Trunk"%" OR MapLocation LIKE "%"The Base Of The Bark"%" OR MapLocation LIKE "%"Jungle Perimeter"%" OR MapLocation LIKE "%"Winding Willows"%" OR MapLocation LIKE "%"Vegetable Patch"%")
AND (NPCType IN (""NPC"", ""SecretNPC"")) ORDER BY `_pageName`,`MapLocation`,`QuestCount` LIMIT 500
Forest
Function: CargoSQLQuery::run Query: SELECT `_pageName` AS `%PAGE%`,`MapLocation` AS `location`,`QuestCount` AS `noquest` FROM `mw_cargo__NPCs` WHERE (MapLocation LIKE "%"Encroaching Forest Villas"%" OR MapLocation LIKE "%"Tucked Away"%")
AND (NPCType IN ("NPC")) ORDER BY `_pageName`,`MapLocation`,`QuestCount` LIMIT 500
Sewers
Function: CargoSQLQuery::run Query: SELECT `_pageName` AS `%PAGE%`,`MapLocation` AS `location`,`QuestCount` AS `noquest` FROM `mw_cargo__NPCs` WHERE (MapLocation LIKE "%"Rats Nest"%" OR MapLocation LIKE "%"Poopy Sewers"%")
AND (NPCType IN ("NPC")) ORDER BY `_pageName`,`MapLocation`,`QuestCount` LIMIT 500