diff --git a/README.md b/README.md
index 68b092f..afc55f1 100644
--- a/README.md
+++ b/README.md
@@ -44,6 +44,8 @@ By default (modifiable in appsettings.json), files for version 2.5.0 and newer w
A sample file is provided for `{PLATFORM} = WIN`, `{VERSION} = 3.31.0`.
It assumes that the server address are `localhost:5000` (API) and `localhost:5001` (assets).
+To use this server with games other than School of Dragons you need to change the `LoadNonSoDData` value in `appsettings.json` to `true`.
+
#### Asset Server
Various settings for the asset server are customizable, with the key one being `ProviderURL`, which specifies the source for downloading assets in `partial` mode. By default, it's configured to use archive.org
diff --git a/src/Configuration/ApiServerConfig.cs b/src/Configuration/ApiServerConfig.cs
index 58b079b..958c3e8 100644
--- a/src/Configuration/ApiServerConfig.cs
+++ b/src/Configuration/ApiServerConfig.cs
@@ -5,6 +5,8 @@ public class ApiServerConfig {
public string MMOAdress { get; set; } = "127.0.0.1";
public int MMOPort { get; set; } = 9933;
public uint MMOSupportMinVersion { get; set; } = 0;
+
+ public bool LoadNonSoDData { get; set; } = false;
public DbProviders DbProvider { get; set; } = DbProviders.SQLite;
public string DbPath { get; set; } = string.Empty;
diff --git a/src/Controllers/Common/ContentController.cs b/src/Controllers/Common/ContentController.cs
index 27063cb..ea98d23 100644
--- a/src/Controllers/Common/ContentController.cs
+++ b/src/Controllers/Common/ContentController.cs
@@ -15,6 +15,7 @@ public class ContentController : Controller {
private readonly DBContext ctx;
private KeyValueService keyValueService;
private ItemService itemService;
+ private MissionStoreSingleton missionStore;
private MissionService missionService;
private RoomService roomService;
private AchievementService achievementService;
@@ -30,6 +31,7 @@ public class ContentController : Controller {
DBContext ctx,
KeyValueService keyValueService,
ItemService itemService,
+ MissionStoreSingleton missionStore,
MissionService missionService,
RoomService roomService,
AchievementService achievementService,
@@ -43,6 +45,7 @@ public class ContentController : Controller {
this.ctx = ctx;
this.keyValueService = keyValueService;
this.itemService = itemService;
+ this.missionStore = missionStore;
this.missionService = missionService;
this.roomService = roomService;
this.achievementService = achievementService;
@@ -2134,14 +2137,15 @@ public class ContentController : Controller {
[Route("MissionWebService.asmx/GetMission")] // old ("step") missions - used by MB and WoJS lands
public IActionResult GetMission([FromForm] int gameId, [FromForm] int type) {
if (gameId == 1) return Ok(XmlUtil.ReadResourceXmlString("missions.step_missions_wojs_al"));
+ if (gameId == 5) return Ok(XmlUtil.ReadResourceXmlString("missions.step_missions_mb"));
return Ok();
}
[HttpPost]
- // [Produces("application/xml")]
+ [Produces("application/xml")]
[Route("MissionWebService.asmx/GetStep")] // old ("step") missions - used by MB and WoJS lands
public IActionResult GetMissionStep([FromForm] int stepId) {
- return Ok(System.IO.File.ReadAllText($"./Resources/missions/steps/{stepId}.xml"));
+ return Ok(missionStore.GetStep(stepId));
}
[HttpPost]
diff --git a/src/Resources/missions/step_missions_mb.xml b/src/Resources/missions/step_missions_mb.xml
new file mode 100644
index 0000000..d3613a6
--- /dev/null
+++ b/src/Resources/missions/step_missions_mb.xml
@@ -0,0 +1,101 @@
+
+
+
+ 189
+ Rescue a Larva
+ ADOPT A PET TO RAISE AND TRAIN.
+
+ ADOPT A PET TO RAISE AND TRAIN.
+ -1
+
+
+ 326
+ 505
+
+
+
+ 213
+ Larva Attachment
+ Play and Feed your larva
+
+ Lets get emotionally attached to the larva
+ -1
+
+ DlgGCM213End
+ GC
+ RS_DATA/MBDirectedM213.unity3d
+
+
+ 350
+ 529
+
+
+ 351
+ 530
+
+
+ 354
+ 533
+ 534
+
+
+
+ 215
+ MB Boy Visit Mutt Pod
+ Go to your Mutt Pod
+
+ Visit Mutt Pod Boy
+ -1
+
+ DlgGCM215End
+ GC
+ RS_DATA/MBDirectedM215.unity3d
+
+
+ 358
+ 539
+
+
+ 360
+ 541
+
+
+
+ 217
+ MB Boy Visit Pod
+ Go to your Pod
+
+ Visit Pod Boy
+ -1
+
+ DlgGCM217End
+ GC
+ RS_DATA/MBDirectedM217.unity3d
+
+
+ 366
+ 547
+
+
+ 368
+ 549
+
+
+ 370
+ 551
+
+
+
+ 220
+ MB Boy Play Hyperblast
+ Play Hyperblast
+
+ Play Hyperblast Boy
+ -1
+
+
+ 373
+ 554
+
+
+
\ No newline at end of file
diff --git a/src/Resources/missions/step_missions_steps.xml b/src/Resources/missions/step_missions_steps.xml
new file mode 100644
index 0000000..255dd96
--- /dev/null
+++ b/src/Resources/missions/step_missions_steps.xml
@@ -0,0 +1,23706 @@
+
+
+
+ 1
+
+ DlgFrankieS1Offer
+ NPCs.unity3d/PfFrankie
+ RS_DATA/DlgsAdventureM01S01.unity3d
+
+
+ DlgFrankieS1End
+ NPCs.unity3d/PfFrankie
+ RS_DATA/DlgsAdventureM01S01.unity3d
+
+ -1
+
+ 1
+ Visit
+
+ GrpTiMis01St01
+ TrainingIsland
+
+ DlgEleanorT1Help
+ NPCs.unity3d/PfEleanor
+ RS_DATA/DlgsAdventureM01S01.unity3d
+
+
+ DlgPierreT1Help
+ NPCs.unity3d/PfPierre
+ RS_DATA/DlgsAdventureM01S01.unity3d
+
+ 0
+
+
+ false
+
+ PfMarker_TiModuleExit
+ TrainingIsland
+ 1
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Follow the trail of whistles and meet Frankie by the Explorer Training Board.
+
+
+
+
+ NPCs.unity3d/PfFrankie
+ PfMarker_TiFrankBoard
+ TrainingIsland
+
+
+
+
+ 2
+
+ DlgFrankieS2Offer
+ NPCs.unity3d/PfFrankie
+ RS_DATA/DlgsAdventureM01S02.unity3d
+
+
+ DlgFrankieS2End
+ NPCs.unity3d/PfFrankie
+ RS_DATA/DlgsAdventureM01S02.unity3d
+
+ -1
+
+ 2
+ Visit
+
+
+
+
+ DlgEleanorT2Help
+ NPCs.unity3d/PfEleanor
+ RS_DATA/DlgsAdventureM01S02.unity3d
+
+
+ DlgPierreT2Help
+ NPCs.unity3d/PfPierre
+ RS_DATA/DlgsAdventureM01S02.unity3d
+
+ 0
+
+
+ false
+
+
+ AvatarCreatorAL
+ 0
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Click on the training crate with the explorer clothes on top and change into something more fitting for an explorer.
+
+
+
+
+
+ 3
+
+ DlgFrankieS3Offer
+ NPCs.unity3d/PfFrankie
+ RS_DATA/DlgsAdventureM01S03.unity3d
+
+
+ DlgFrankieS3End
+ NPCs.unity3d/PfFrankie
+ RS_DATA/DlgsAdventureM01S03.unity3d
+
+ -1
+
+ 3
+ GameModule
+
+
+
+
+ DlgEleanorT3Help
+ NPCs.unity3d/PfEleanor
+ RS_DATA/DlgsAdventureM01S03.unity3d
+
+
+ DlgPierreT3Help
+ NPCs.unity3d/PfPierre
+ RS_DATA/DlgsAdventureM01S03.unity3d
+
+ 0
+
+
+
+
+
+
+
+ FootFrenzy
+
+
+
+
+
+
+
+
+
+
+
+
+ Click on the training crate with the dancing shoes to show off your explorer moves.
+
+
+
+
+
+ 4
+
+ DlgFrankieS4Offer
+ NPCs.unity3d/PfFrankie
+ RS_DATA/DlgsAdventureM01S04.unity3d
+
+
+ DlgFrankieS4End
+ NPCs.unity3d/PfFrankie
+ RS_DATA/DlgsAdventureM01S04.unity3d
+
+ -1
+
+ 4
+ GameModule
+
+
+
+
+ DlgEleanorT4Help
+ NPCs.unity3d/PfEleanor
+ RS_DATA/DlgsAdventureM01S04.unity3d
+
+
+ DlgPierreT4Help
+ NPCs.unity3d/PfPierre
+ RS_DATA/DlgsAdventureM01S04.unity3d
+
+ 0
+
+
+
+
+
+
+
+ HopsJetPack
+
+
+
+
+
+
+
+
+
+
+
+
+ Click on the training crate with the Jet Pack to exercise your brain and earn some coins.
+
+
+
+
+
+ 5
+
+ DlgFrankieS5Offer
+ NPCs.unity3d/PfFrankie
+ RS_DATA/DlgsAdventureM01S05.unity3d
+
+
+ DlgFrankieS5End
+ NPCs.unity3d/PfFrankie
+ RS_DATA/DlgsAdventureM01S05.unity3d
+
+ -1
+
+ 5
+ Creative
+
+
+
+
+ DlgEleanorT5Help
+ NPCs.unity3d/PfEleanor
+ RS_DATA/DlgsAdventureM01S05.unity3d
+
+
+ DlgPierreT5Help
+ NPCs.unity3d/PfPierre
+ RS_DATA/DlgsAdventureM01S05.unity3d
+
+ 0
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 1
+
+
+
+
+ Click on the training crate with the painting floating above it to explore your creativity.
+
+
+
+
+
+ 6
+
+ DlgFrankieS6Offer
+ NPCs.unity3d/PfFrankie
+ RS_DATA/DlgsAdventureM01S07.unity3d
+
+
+ DlgFrankieS6End
+ NPCs.unity3d/PfFrankie
+ RS_DATA/DlgsAdventureM01S07.unity3d
+
+ -1
+
+ 6
+ Collect
+
+
+ TrainingIsland
+
+ DlgEleanorT6Help
+ NPCs.unity3d/PfEleanor
+ RS_DATA/DlgsAdventureM01S06.unity3d
+
+
+ DlgPierreT6Help
+ NPCs.unity3d/PfPierre
+ RS_DATA/DlgsAdventureM01S06.unity3d
+
+
+ 849
+ 1
+
+ 0
+
+
+
+
+
+ TrainingIsland
+
+
+ GrpTiMis01St06b
+
+
+ 2
+ PfCollectCheckeredFlag
+
+ 1
+
+
+
+
+
+ Run over the checkered flag to collect it.
+
+
+
+
+
+ 7
+
+ DlgFrankieS7Offer
+ NPCs.unity3d/PfFrankie
+ RS_DATA/DlgsAdventureM01S08.unity3d
+
+
+ DlgFrankieS7End
+ NPCs.unity3d/PfFrankie
+ RS_DATA/DlgsAdventureM01S08.unity3d
+
+ -1
+
+ 7
+ Build
+
+ GrpTiMis01St07
+ TrainingIsland
+
+ DlgEleanorT7Help
+ NPCs.unity3d/PfEleanor
+ RS_DATA/DlgsAdventureM01S07.unity3d
+
+
+ DlgPierreT7Help
+ NPCs.unity3d/PfPierre
+ RS_DATA/DlgsAdventureM01S07.unity3d
+
+ 0
+
+
+
+
+
+ TrainingIsland
+
+
+
+
+
+ 849
+ RS_SHARED/zzItems.unity3d/PfItemCheckeredFlag
+
+ 1
+
+
+
+
+
+ Follow the trail of lanterns to the top of the course. Click on the yellow spot to place the flag.
+
+
+
+
+
+ 8
+
+ DlgFrankieS8Offer
+ NPCs.unity3d/PfFrankie
+ RS_DATA/DlgsAdventureM01S09.unity3d
+
+
+ DlgFrankieS8End
+ NPCs.unity3d/PfFrankie
+ RS_DATA/DlgsAdventureM01S09.unity3d
+
+ -1
+
+ 8
+ Meet
+
+
+
+
+ DlgEleanorT8Help
+ NPCs.unity3d/PfEleanor
+ RS_DATA/DlgsAdventureM01S08.unity3d
+
+
+ DlgPierreT8Help
+ NPCs.unity3d/PfPierre
+ RS_DATA/DlgsAdventureM01S08.unity3d
+
+ 0
+
+
+ false
+ NPCs.unity3d/PfFrankie
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Take the hang glider down the mountain and meet Frankie on the beach.
+
+
+
+
+ NPCs.unity3d/PfFrankie
+ PfMarker_TiFrankBeach
+ TrainingIsland
+
+
+
+
+ 9
+
+ DlgFrankieS9Offer
+ NPCs.unity3d/PfFrankie
+ RS_DATA/DlgsAdventureM01S10.unity3d
+
+
+ DlgFrankieS9End
+ NPCs.unity3d/PfFrankie
+ RS_DATA/DlgsAdventureM01S10.unity3d
+
+ -1
+
+ 9
+ Visit
+
+ GrpTiMis01St09
+ TrainingIsland
+
+ DlgEleanorT9Help
+ NPCs.unity3d/PfEleanor
+ RS_DATA/DlgsAdventureM01S09.unity3d
+
+
+ DlgPierreT9Help
+ NPCs.unity3d/PfPierre
+ RS_DATA/DlgsAdventureM01S09.unity3d
+
+ 0
+
+
+ false
+
+ PfMarker_TiMeetPunk
+ TrainingIsland
+ 6
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Follow the trail of maps to the Punk-Punk Training Area.
+
+
+
+
+ NPCs.unity3d/PfFrankie
+ PfMarker_TiFrankBeach
+ TrainingIsland
+
+
+
+
+ 10
+
+ DlgFrankieS10Offer
+ NPCs.unity3d/PfFrankie
+ RS_DATA/DlgsAdventureM01S11.unity3d
+
+
+ DlgFrankieS10End
+ NPCs.unity3d/PfFrankie
+ RS_DATA/DlgsAdventureM01S11.unity3d
+
+ -1
+
+ 10
+ Meet
+
+
+ TrainingIsland
+
+ DlgEleanorT10Help
+ NPCs.unity3d/PfEleanor
+ RS_DATA/DlgsAdventureM01S10.unity3d
+
+
+ DlgPierreT10Help
+ NPCs.unity3d/PfPierre
+ RS_DATA/DlgsAdventureM01S10.unity3d
+
+ 0
+
+
+ false
+ PfPunk
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Press the space bar and the up arrow key to jump foward and land on the Punk-Punks and slow them down.
+
+
+
+
+
+ 11
+
+
+ 6
+
+ 11
+ Collect
+
+
+ Destroy 12 GooPods in 2:00
+
+
+
+
+ TrekAncient01
+ 0
+
+
+
+
+
+ TrekAncient01
+
+
+ GrpAncZone01Collect01
+
+
+ 1
+ PfTrekCollectGoo
+
+ 12
+
+
+
+
+
+ 12
+ Collect
+
+
+ Destroy 13 GooPods in 1:45
+
+
+
+
+ TrekAncient01
+ 0
+
+
+
+
+
+ TrekAncient01
+
+
+ GrpAncZone01Collect01
+
+
+ 1
+ PfTrekCollectGoo
+
+ 13
+
+
+
+
+
+ 13
+ Collect
+
+
+ Destroy 15 GooPods in 1:30
+
+
+
+
+ TrekAncient01
+ 0
+
+
+
+
+
+ TrekAncient01
+
+
+ GrpAncZone01Collect01
+
+
+ 1
+ PfTrekCollectGoo
+
+ 15
+
+
+
+
+
+ 21
+ Collect
+
+
+ Destroy 16 GooPods in 2:00
+
+
+
+
+ TrekAncient01
+ 0
+
+
+
+
+
+ TrekAncient01
+
+
+ GrpAncZone01Collect02
+
+
+ 1
+ PfTrekCollectGoo
+
+ 16
+
+
+
+
+
+ 22
+ Collect
+
+
+ Destroy 18 GooPods in 1:45
+
+
+
+
+ TrekAncient01
+ 0
+
+
+
+
+
+ TrekAncient01
+
+
+ GrpAncZone01Collect02
+
+
+ 1
+ PfTrekCollectGoo
+
+ 18
+
+
+
+
+
+ 23
+ Collect
+
+
+ Destroy 20 GooPods in 1:30
+
+
+
+
+ TrekAncient01
+ 0
+
+
+
+
+
+ TrekAncient01
+
+
+ GrpAncZone01Collect02
+
+
+ 1
+ PfTrekCollectGoo
+
+ 20
+
+
+
+
+
+ 24
+ Collect
+
+
+ Destroy 21 GooPods in 2:00
+
+
+
+
+ TrekAncient01
+ 0
+
+
+
+
+
+ TrekAncient01
+
+
+ GrpAncZone01Collect03
+
+
+ 1
+ PfTrekCollectGoo
+
+ 21
+
+
+
+
+
+ 25
+ Collect
+
+
+ Destroy 23 GooPods in 1:45
+
+
+
+
+ TrekAncient01
+ 0
+
+
+
+
+
+ TrekAncient01
+
+
+ GrpAncZone01Collect03
+
+
+ 1
+ PfTrekCollectGoo
+
+ 23
+
+
+
+
+
+ 26
+ Collect
+
+
+ Destroy 25 GooPods in 1:30
+
+
+
+
+ TrekAncient01
+ 0
+
+
+
+
+
+ TrekAncient01
+
+
+ GrpAncZone01Collect03
+
+
+ 1
+ PfTrekCollectGoo
+
+ 25
+
+
+
+
+
+ GooPod Missions
+
+
+
+
+
+ 14
+
+
+ 6
+
+ 27
+ Collect
+
+
+ Defeat 4 Gords in 2:00
+
+
+
+
+ TrekAncient01
+ 0
+
+
+
+ PfGord
+
+ TrekAncient01
+
+
+ GrpAncZone01Battle01
+
+
+
+
+
+ 4
+
+
+
+
+
+ 28
+ Collect
+
+
+ Defeat 5 Gords in 1:45
+
+
+
+
+ TrekAncient01
+ 0
+
+
+
+ PfGord
+
+ TrekAncient01
+
+
+ GrpAncZone01Battle01
+
+
+
+
+
+ 5
+
+
+
+
+
+ 29
+ Collect
+
+
+ Defeat 6 Gords in 1:30
+
+
+
+
+ TrekAncient01
+ 0
+
+
+
+ PfGord
+
+ TrekAncient01
+
+
+ GrpAncZone01Battle01
+
+
+
+
+
+ 6
+
+
+
+
+
+ 30
+ Collect
+
+
+ Defeat 4 Gords in 2:00
+
+
+
+
+ TrekAncient01
+ 0
+
+
+
+ PfGord
+
+ TrekAncient01
+
+
+ GrpAncZone01Battle02
+
+
+
+
+
+ 4
+
+
+
+
+
+ 31
+ Collect
+
+
+ Defeat 5 Gords in 1:45
+
+
+
+
+ TrekAncient01
+ 0
+
+
+
+ PfGord
+
+ TrekAncient01
+
+
+ GrpAncZone01Battle02
+
+
+
+
+
+ 5
+
+
+
+
+
+ 32
+ Collect
+
+
+ Defeat 6 Gords in 1:30
+
+
+
+
+ TrekAncient01
+ 0
+
+
+
+ PfGord
+
+ TrekAncient01
+
+
+ GrpAncZone01Battle02
+
+
+
+
+
+ 6
+
+
+
+
+
+ 33
+ Collect
+
+
+ Defeat 4 Gords in 2:00
+
+
+
+
+ TrekAncient01
+ 0
+
+
+
+ PfGord
+
+ TrekAncient01
+
+
+ GrpAncZone01Battle03
+
+
+
+
+
+ 4
+
+
+
+
+
+ 34
+ Collect
+
+
+ Defeat 5 Gords in 1:45
+
+
+
+
+ TrekAncient01
+ 0
+
+
+
+ PfGord
+
+ TrekAncient01
+
+
+ GrpAncZone01Battle03
+
+
+
+
+
+ 5
+
+
+
+
+
+ 35
+ Collect
+
+
+ Defeat 6 Gords in 1:30
+
+
+
+
+ TrekAncient01
+ 0
+
+
+
+ PfGord
+
+ TrekAncient01
+
+
+ GrpAncZone01Battle03
+
+
+
+
+
+ 6
+
+
+
+
+
+ Gord Battle Missions
+
+
+
+
+
+ 17
+
+
+ -1
+
+ 108
+ Meet
+
+
+ Get to the end of the Speed Path in 1:30
+
+
+
+ GrpAncZone01SP
+ TrekAncient01
+ 0
+
+
+ false
+ PfTrekPortalArch
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 18
+
+
+ -1
+
+ 113
+ Meet
+
+
+ Get to the end of the Portal Path in 1:30
+
+
+
+ GrpAncZone01Nav01
+ TrekAncient01Nav
+ 0
+
+
+ false
+ PfTrekPortalArch
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 19
+
+
+ -1
+
+ 118
+ Meet
+
+
+ Get to the end of the Portal Path in 1:30
+
+
+
+ GrpAncZone01Nav02
+ TrekAncient01Nav
+ 0
+
+
+ false
+ PfTrekPortalArch
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 20
+
+
+ -1
+
+ 123
+ Collect
+
+
+ Squash all Gords and then get to the exit
+
+
+
+ GrpAncZone01Roller01
+ TrekAncient01Roller
+ 0
+
+
+
+ PfGord
+
+ TrekAncient01Roller
+
+
+ GrpAncZone01Roller01
+
+
+
+
+
+ 5
+
+
+
+
+
+
+ 21
+
+
+ -1
+
+ 128
+ Collect
+
+
+ Squash all Gords and then get to the exit
+
+
+
+ GrpAncZone01Roller02
+ TrekAncient01Roller
+ 0
+
+
+
+ PfGord
+
+ TrekAncient01Roller
+
+
+ GrpAncZone01Roller02
+
+
+
+
+
+ 5
+
+
+
+
+
+
+ 22
+
+
+ -1
+
+ 340
+ Collect
+
+
+ Squash the Henchman
+
+
+
+ GrpAncZone01Boss01
+ TrekAncient01Roller
+ 0
+
+
+
+ PfHenchman
+
+ TrekAncient01Roller
+
+
+ GrpAncZone01Boss01
+
+
+
+
+
+ 1
+
+
+
+
+
+
+ 23
+
+ DlgFrankieS23Offer
+ NPCs.unity3d/PfFrankie
+ RS_DATA/DlgsAdventureM01S12.unity3d
+
+
+ DlgFrankieS23End
+ NPCs.unity3d/PfFrankie
+ RS_DATA/DlgsAdventureM01S12.unity3d
+
+ -1
+
+ 18
+ Collect
+
+
+
+
+ DlgEleanorT18Help
+ NPCs.unity3d/PfEleanor
+ RS_DATA/DlgsAdventureM01S11.unity3d
+
+
+ DlgPierreT18Help
+ NPCs.unity3d/PfPierre
+ RS_DATA/DlgsAdventureM01S11.unity3d
+
+ 0
+
+
+
+ PfPunk
+
+ TrainingIsland
+
+
+ GrpTiMis01St11
+
+
+
+
+
+ 1
+
+
+
+
+
+ After pressing the space bar one time to jump and one more time while in the air, land on a punk-punk and it will go away.
+
+
+
+
+
+ 24
+
+ DlgFrankieS24Offer
+ NPCs.unity3d/PfFrankie
+ RS_DATA/DlgsAdventureM01S13.unity3d
+
+
+ DlgFrankieS24End
+ NPCs.unity3d/PfFrankie
+ RS_DATA/DlgsAdventureM01S13.unity3d
+
+ -1
+
+ 19
+ Build
+
+
+
+
+ DlgEleanorT19Help
+ NPCs.unity3d/PfEleanor
+ RS_DATA/DlgsAdventureM01S12.unity3d
+
+
+ DlgPierreT19Help
+ NPCs.unity3d/PfPierre
+ RS_DATA/DlgsAdventureM01S12.unity3d
+
+ 0
+
+
+
+
+
+ HomeBase
+
+
+
+
+
+
+
+
+ 1
+
+
+
+
+
+ Click on the training crate with the house on top to check out your home away from home.
+
+
+
+
+
+ 26
+
+ DlgFrankieS26Offer
+ NPCs.unity3d/PfFrankie
+ RS_DATA/DlgsAdventureM02S01.unity3d
+
+
+ DlgFrankieS26End
+ NPCs.unity3d/PfFrankie
+ RS_DATA/DlgsAdventureM02S01.unity3d
+
+ -1
+
+ 250
+ Visit
+
+ GrpTiMis02St01
+ TrainingIsland
+
+ DlgEleanorT250Help
+ NPCs.unity3d/PfEleanor
+ RS_DATA/DlgsAdventureM02S01.unity3d
+
+
+ DlgPierreT250Help
+ NPCs.unity3d/PfPierre
+ RS_DATA/DlgsAdventureM02S01.unity3d
+
+
+ DlgEleanorT250Help
+ NPCs.unity3d/PfEleanor
+ RS_DATA/DlgsAdventureM02S01.unity3d
+
+ 0
+
+
+ false
+
+ PfMarker_HbTrainingIslandStart
+ HomeBase
+ 1
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Don't miss the boat! Follow the trail of boats and get aboard the ship to Lost Island.
+
+
+
+
+
+ 27
+
+ DlgCJS27Offer
+ NPCs.unity3d/PfCJ
+ RS_DATA/DlgsAdventureM02S02.unity3d
+
+
+ DlgCJS27End
+ NPCs.unity3d/PfCJ
+ RS_DATA/DlgsAdventureM02S02.unity3d
+
+ -1
+
+ 251
+ Meet
+
+
+ HomeBase
+
+ DlgEleanorT251Help
+ NPCs.unity3d/PfKisha
+ RS_DATA/DlgsAdventureM02S02.unity3d
+
+
+ DlgFrankieT251Help
+ NPCs.unity3d/PfFrankie
+ RS_DATA/DlgsAdventureM02S02.unity3d
+
+
+ DlgHopsT251Help
+ NPCs.unity3d/PfHops
+ RS_DATA/DlgsAdventureM02S02.unity3d
+
+
+ DlgEleanorT251Help
+ NPCs.unity3d/PfEleanor
+ RS_DATA/DlgsAdventureM02S02.unity3d
+
+
+ DlgPierreT251Help
+ NPCs.unity3d/PfPierre
+ RS_DATA/DlgsAdventureM02S02.unity3d
+
+
+ DlgEleanorT251Help
+ NPCs.unity3d/PfEleanor
+ RS_DATA/DlgsAdventureM02S02.unity3d
+
+ 0
+
+
+ false
+ NPCs.unity3d/PfCJ
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Meet CJ, the frog, at the end of the dock.
+
+
+
+
+ NPCs.unity3d/PfCJ
+ PfMarker_HbPierNPC
+ HomeBase
+
+
+
+ NPCs.unity3d/PfFrankie
+ REMOVE
+ TrekAncient01
+
+
+
+ NPCs.unity3d/PfKisha
+ PfMarker_TcTownEntNPC
+ TownCenter
+
+
+
+ NPCs.unity3d/PfHops
+ PfMarker_TcMidMtnNPC
+ TownCenter
+
+
+
+
+ 28
+
+ DlgCJS28Offer
+ NPCs.unity3d/PfCJ
+ RS_DATA/DlgsAdventureM02S03.unity3d
+
+
+ DlgCJS28End
+ NPCs.unity3d/PfCJ
+ RS_DATA/DlgsAdventureM02S03.unity3d
+
+ -1
+
+ 252
+ Visit
+
+ GrpHbMis02St03
+ HomeBase
+
+ DlgKishaT252Help
+ NPCs.unity3d/PfKisha
+ RS_DATA/DlgsAdventureM02S03.unity3d
+
+
+ DlgFrankieT252Help
+ NPCs.unity3d/PfFrankie
+ RS_DATA/DlgsAdventureM02S03.unity3d
+
+
+ DlgHopsT252Help
+ NPCs.unity3d/PfHops
+ RS_DATA/DlgsAdventureM02S03.unity3d
+
+ 0
+
+
+ false
+
+ PfMarker_HbHouseNPC
+ HomeBase
+ 4
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Follow the trail of paint cans to your house.
+
+
+
+
+ NPCs.unity3d/PfCJ
+ PfMarker_HbHouseNPC
+ HomeBase
+
+
+
+ NPCs.unity3d/PfKisha
+ PfMarker_TcTownEntNPC
+ TownCenter
+
+
+
+ NPCs.unity3d/PfHops
+ PfMarker_HbTreeNPC
+ HomeBase
+
+
+
+
+ 29
+
+ DlgCJS29Offer
+ NPCs.unity3d/PfCJ
+ RS_DATA/DlgsAdventureM02S05.unity3d
+
+
+ DlgCJS29End
+ NPCs.unity3d/PfCJ
+ RS_DATA/DlgsAdventureM02S05.unity3d
+
+ -1
+
+ 253
+ Visit
+
+ GrpHbMis02St05a
+ HomeBase
+
+ DlgFrankieT253Help
+ NPCs.unity3d/PfFrankie
+ RS_DATA/DlgsAdventureM02S05.unity3d
+
+
+ DlgHopsT253Help
+ NPCs.unity3d/PfHops
+ RS_DATA/DlgsAdventureM02S05.unity3d
+
+
+ DlgKishaT253Help
+ NPCs.unity3d/PfKisha
+ RS_DATA/DlgsAdventureM02S05.unity3d
+
+
+ DlgPierreT253Help
+ NPCs.unity3d/PfPierre
+ RS_DATA/DlgsAdventureM02S04.unity3d
+
+ 0
+
+
+ false
+
+
+ AvatarCreatorAL
+ 1
+
+
+
+
+
+
+
+
+
+
+
+
+
+ To put on some fresh clothing, click on the Jumpee Quick Change.
+
+
+
+
+ NPCs.unity3d/PfCJ
+ PfMarker_HbHouseNPC
+ HomeBase
+
+
+
+ NPCs.unity3d/PfHops
+ PfMarker_HbStumpsNPC
+ HomeBase
+
+
+
+ NPCs.unity3d/PfKisha
+ PfMarker_HbTreeNPC
+ HomeBase
+
+
+
+
+ 30
+
+ DlgCJS30Offer
+ NPCs.unity3d/PfCJ
+ RS_DATA/DlgsAdventureM02S06.unity3d
+
+
+ DlgCJS30End
+ NPCs.unity3d/PfCJ
+ RS_DATA/DlgsAdventureM02S06.unity3d
+
+ -1
+
+ 254
+ Visit
+
+ GrpHbMis02St05
+ HomeBase
+
+ DlgKishaT254Help
+ NPCs.unity3d/PfKisha
+ RS_DATA/DlgsAdventureM02S06.unity3d
+
+
+ DlgFrankieT254Help
+ NPCs.unity3d/PfFrankie
+ RS_DATA/DlgsAdventureM02S06.unity3d
+
+
+ DlgHopsT254Help
+ NPCs.unity3d/PfHops
+ RS_DATA/DlgsAdventureM02S06.unity3d
+
+
+ DlgPierreT254Help
+ NPCs.unity3d/PfPierre
+ RS_DATA/DlgsAdventureM02S06.unity3d
+
+ 0
+
+
+ false
+
+ PfMarker_HbIslandNPC
+ HomeBase
+ 3
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Follow the trail of book marks to find CJ's Big Book of Adventures.
+
+
+
+
+ NPCs.unity3d/PfCJ
+ PfMarker_HbHouseNPC
+ HomeBase
+
+
+
+ NPCs.unity3d/PfHops
+ PfMarker_HbStumpsNPC
+ HomeBase
+
+
+
+ NPCs.unity3d/PfKisha
+ PfMarker_HbTreeNPC
+ HomeBase
+
+
+
+
+ 31
+
+ DlgCJS31Offer
+ NPCs.unity3d/PfCJ
+ RS_DATA/DlgsAdventureM02S07.unity3d
+
+
+ DlgCJS31End
+ NPCs.unity3d/PfCJ
+ RS_DATA/DlgsAdventureM02S07.unity3d
+
+ -1
+
+ 255
+ Collect
+
+
+ HomeBase
+
+ DlgPierreT255Help
+ NPCs.unity3d/PfPierre
+ RS_DATA/DlgsAdventureM02S06.unity3d
+
+
+ 850
+ 1
+
+ 0
+
+
+
+
+
+ HomeBase
+
+
+ GrpHbMis02St06
+
+
+ 5
+ PfCollectBookCJ
+
+ 1
+
+
+
+
+
+ Run over CJ's Big Book of Adventures to collect it.
+
+
+
+
+ NPCs.unity3d/PfCJ
+ PfMarker_HbHouseNPC
+ HomeBase
+
+
+
+ NPCs.unity3d/PfHops
+ PfMarker_HbStumpsNPC
+ HomeBase
+
+
+
+ NPCs.unity3d/PfKisha
+ PfMarker_HbTreeNPC
+ HomeBase
+
+
+
+
+ 32
+
+ DlgCJS32Offer
+ NPCs.unity3d/PfCJ
+ RS_DATA/DlgsAdventureM02S08.unity3d
+
+
+ DlgCJS32End
+ NPCs.unity3d/PfCJ
+ RS_DATA/DlgsAdventureM02S08.unity3d
+
+ -1
+
+ 256
+ Delivery
+
+
+
+
+ DlgKishaT256Help
+ NPCs.unity3d/PfKisha
+ RS_DATA/DlgsAdventureM02S08.unity3d
+
+
+ DlgHopsT256Help
+ NPCs.unity3d/PfHops
+ RS_DATA/DlgsAdventureM02S08.unity3d
+
+
+ DlgFrankieT256Help
+ NPCs.unity3d/PfFrankie
+ RS_DATA/DlgsAdventureM02S08.unity3d
+
+
+ DlgPierreT256Help
+ NPCs.unity3d/PfPierre
+ RS_DATA/DlgsAdventureM02S07.unity3d
+
+ 0
+
+
+ false
+ NPCs.unity3d/PfCJ
+
+
+
+
+
+
+
+ 850
+ RS_SHARED/zzItems.unity3d/PfItemBookCJ
+
+ 1
+
+
+
+
+
+ Bring CJ's book back to him. He is in front of your house.
+
+
+
+
+ NPCs.unity3d/PfCJ
+ PfMarker_HbHouseNPC
+ HomeBase
+
+
+
+ NPCs.unity3d/PfHops
+ PfMarker_HbStumpsNPC
+ HomeBase
+
+
+
+ NPCs.unity3d/PfKisha
+ PfMarker_HbTreeNPC
+ HomeBase
+
+
+
+
+ 33
+
+ DlgEleanorS33Offer
+ NPCs.unity3d/PfEleanor
+ RS_DATA/DlgsAdventureM02S09.unity3d
+
+
+ DlgCJS33End
+ NPCs.unity3d/PfCJ
+ RS_DATA/DlgsAdventureM02S09.unity3d
+
+ -1
+
+ 257
+ Collect
+
+
+ HomeBase
+
+ DlgFrankieT257Help
+ NPCs.unity3d/PfFrankie
+ RS_DATA/DlgsAdventureM02S09.unity3d
+
+
+ DlgKishaT257Help
+ NPCs.unity3d/PfKisha
+ RS_DATA/DlgsAdventureM02S09.unity3d
+
+
+ DlgHopsT257Help
+ NPCs.unity3d/PfHops
+ RS_DATA/DlgsAdventureM02S09.unity3d
+
+
+ DlgPierreT257Help
+ NPCs.unity3d/PfPierre
+ RS_DATA/DlgsAdventureM02S09.unity3d
+
+ 0
+
+
+
+
+
+ HomeBase
+
+
+ GrpHbMis02St09
+
+
+ 527
+ PfTreasureChest
+
+ 1
+
+
+
+
+
+ Find the hidden treasure chest behind the big tree. Click on it to see what's inside.
+
+
+
+
+ NPCs.unity3d/PfHops
+ PfMarker_HbStumpsNPC
+ HomeBase
+
+
+
+ NPCs.unity3d/PfKisha
+ PfMarker_HbTreeNPC
+ HomeBase
+
+
+
+
+ 34
+
+ DlgKishaS34Offer
+ NPCs.unity3d/PfKisha
+ RS_DATA/DlgsAdventureM03S01.unity3d
+
+
+ DlgKishaS34End
+ NPCs.unity3d/PfKisha
+ RS_DATA/DlgsAdventureM03S01.unity3d
+
+ -1
+
+ 258
+ Visit
+
+ GrpHbMis03St01
+ HomeBase
+
+ DlgCJT258Help
+ NPCs.unity3d/PfCJ
+ RS_DATA/DlgsAdventureM03S01.unity3d
+
+
+ DlgFrankieT258Help
+ NPCs.unity3d/PfFrankie
+ RS_DATA/DlgsAdventureM03S01.unity3d
+
+
+ DlgPierreT258Help
+ NPCs.unity3d/PfPierre
+ RS_DATA/DlgsAdventureM03S01.unity3d
+
+ 0
+
+
+ false
+
+ PfMarker_TcAvatarStart
+ TownCenter
+ 0
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Go to Lost Shores by following the trail of flashlights.
+
+
+
+
+
+ 35
+
+ DlgKishaS35Offer
+ NPCs.unity3d/PfKisha
+ RS_DATA/DlgsAdventureM03S02.unity3d
+
+
+ DlgKishaS35End
+ NPCs.unity3d/PfKisha
+ RS_DATA/DlgsAdventureM03S02.unity3d
+
+ -1
+
+ 259
+ Visit
+
+ GrpTcMis03St02
+ TownCenter
+
+ DlgCJT259Help
+ NPCs.unity3d/PfCJ
+ RS_DATA/DlgsAdventureM03S02.unity3d
+
+
+ DlgHopsT259Help
+ NPCs.unity3d/PfHops
+ RS_DATA/DlgsAdventureM03S02.unity3d
+
+
+ DlgFrankieT259Help
+ NPCs.unity3d/PfFrankie
+ RS_DATA/DlgsAdventureM03S02.unity3d
+
+
+ DlgEleanorT259Help
+ NPCs.unity3d/PfEleanor
+ RS_DATA/DlgsAdventureM03S02.unity3d
+
+
+ DlgEleanorT259Help
+ NPCs.unity3d/PfEleanor
+ RS_DATA/DlgsAdventureM03S02.unity3d
+
+ 0
+
+
+ false
+
+ PfMarker_TcKishaArtHse
+ TownCenter
+ 1.5
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Follow the paint brushes and meet Kisha in front of the Art Studio in Lost Shores.
+
+
+
+
+ NPCs.unity3d/PfKisha
+ PfMarker_TcKishaArtHse
+ TownCenter
+
+
+
+
+ 36
+
+ DlgKishaS36Offer
+ NPCs.unity3d/PfKisha
+ RS_DATA/DlgsAdventureM03S03.unity3d
+
+
+ DlgKishaS36End
+ NPCs.unity3d/PfKisha
+ RS_DATA/DlgsAdventureM03S03.unity3d
+
+ -1
+
+ 260
+ Creative
+
+
+
+
+ DlgHopsT260Help
+ NPCs.unity3d/PfHops
+ RS_DATA/DlgsAdventureM03S03.unity3d
+
+
+ DlgCJT260Help
+ NPCs.unity3d/PfCJ
+ RS_DATA/DlgsAdventureM03S03.unity3d
+
+
+ DlgFrankieT260Help
+ NPCs.unity3d/PfFrankie
+ RS_DATA/DlgsAdventureM03S03.unity3d
+
+
+ DlgEleanorT260Help
+ NPCs.unity3d/PfEleanor
+ RS_DATA/DlgsAdventureM03S03.unity3d
+
+ 0
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 1
+
+
+
+
+ Make a picture in the Art Studio.
+
+
+
+
+ NPCs.unity3d/PfKisha
+ PfMarker_TcKishaArtHse
+ TownCenter
+
+
+
+
+ 37
+
+ DlgKishaS37Offer
+ NPCs.unity3d/PfKisha
+ RS_DATA/DlgsAdventureM03S04.unity3d
+
+
+ DlgKishaS37End
+ NPCs.unity3d/PfKisha
+ RS_DATA/DlgsAdventureM03S04.unity3d
+
+ -1
+
+ 261
+ Build
+
+
+
+
+ DlgFrankieT261Help
+ NPCs.unity3d/PfFrankie
+ RS_DATA/DlgsAdventureM03S04.unity3d
+
+
+ DlgCJT261Help
+ NPCs.unity3d/PfCJ
+ RS_DATA/DlgsAdventureM03S04.unity3d
+
+
+ DlgHopsT261Help
+ NPCs.unity3d/PfHops
+ RS_DATA/DlgsAdventureM03S04.unity3d
+
+
+ DlgEleanorT261Help
+ NPCs.unity3d/PfEleanor
+ RS_DATA/DlgsAdventureM03S04.unity3d
+
+ 0
+
+
+
+
+
+ TownCenter
+
+
+
+
+
+
+
+
+ 1
+
+
+ 1
+
+
+
+
+ Click on the billboard next to the Art Studio to post your picture there.
+
+
+
+
+ NPCs.unity3d/PfKisha
+ PfMarker_TcKishaArtHse
+ TownCenter
+
+
+
+
+ 38
+
+ DlgKishaS38Offer
+ NPCs.unity3d/PfKisha
+ RS_DATA/DlgsAdventureM03S05.unity3d
+
+
+ DlgKishaS38End
+ NPCs.unity3d/PfKisha
+ RS_DATA/DlgsAdventureM03S05.unity3d
+
+ -1
+
+ 262
+ Collect
+
+ GrpTcMis03St05
+ TownCenter
+
+ DlgFrankieT262Help
+ NPCs.unity3d/PfFrankie
+ RS_DATA/DlgsAdventureM03S05.unity3d
+
+
+ DlgCJT262Help
+ NPCs.unity3d/PfCJ
+ RS_DATA/DlgsAdventureM03S05.unity3d
+
+
+ DlgHopsT262Help
+ NPCs.unity3d/PfHops
+ RS_DATA/DlgsAdventureM03S05.unity3d
+
+
+ DlgEleanorT262Help
+ NPCs.unity3d/PfEleanor
+ RS_DATA/DlgsAdventureM03S05.unity3d
+
+
+ 156
+ 1
+
+ 0
+
+
+
+
+
+ TownCenter
+
+
+ GrpTcMis03St05
+
+
+ 7
+ PfCollectCDDiscoDreams
+
+ 1
+
+
+
+
+
+ Find Kisha's CD somewhere around Lost Shores. Run over the CD when you find it.
+
+
+
+
+
+ 39
+
+ DlgKishaS39Offer
+ NPCs.unity3d/PfKisha
+ RS_DATA/DlgsAdventureM03S06.unity3d
+
+
+ DlgKishaS39End
+ NPCs.unity3d/PfKisha
+ RS_DATA/DlgsAdventureM03S06.unity3d
+
+ -1
+
+ 263
+ Build
+
+
+
+
+ DlgFrankieT263Help
+ NPCs.unity3d/PfFrankie
+ RS_DATA/DlgsAdventureM03S06.unity3d
+
+
+ DlgCJT263Help
+ NPCs.unity3d/PfCJ
+ RS_DATA/DlgsAdventureM03S06.unity3d
+
+
+ DlgHopsT263Help
+ NPCs.unity3d/PfHops
+ RS_DATA/DlgsAdventureM03S06.unity3d
+
+
+ DlgEleanorT263Help
+ NPCs.unity3d/PfEleanor
+ RS_DATA/DlgsAdventureM03S06.unity3d
+
+ 0
+
+
+
+
+
+ TownCenter
+
+
+
+
+
+ 156
+ RS_SHARED/MusicCD01.unity3d/IcoItemCDIconDiscoDreams
+
+ 1
+
+
+
+
+
+ Click on the jukebox by Foot Frenzy to play the CD.
+
+
+
+
+
+ 40
+
+ DlgKishaS40Offer
+ NPCs.unity3d/PfKisha
+ RS_DATA/DlgsAdventureM03S07.unity3d
+
+
+ DlgKishaS40End
+ NPCs.unity3d/PfKisha
+ RS_DATA/DlgsAdventureM03S07.unity3d
+
+ -1
+
+ 264
+ GameModule
+
+
+ DanceScene
+
+ DlgFrankieT264Help
+ NPCs.unity3d/PfFrankie
+ RS_DATA/DlgsAdventureM03S07.unity3d
+
+
+ DlgCJT264Help
+ NPCs.unity3d/PfCJ
+ RS_DATA/DlgsAdventureM03S07.unity3d
+
+
+ DlgHopsT264Help
+ NPCs.unity3d/PfHops
+ RS_DATA/DlgsAdventureM03S07.unity3d
+
+
+ DlgEleanorT264Help
+ NPCs.unity3d/PfEleanor
+ RS_DATA/DlgsAdventureM03S07.unity3d
+
+ 0
+
+
+
+
+
+
+
+ FootFrenzy
+
+
+
+
+
+
+
+
+
+
+
+
+ Head to Foot Frenzy and show off your dance moves.
+
+
+
+
+
+ 41
+
+ DlgKishaS41Offer
+ NPCs.unity3d/PfKisha
+ RS_DATA/DlgsAdventureM04S01.unity3d
+
+
+ DlgKishaS41End
+ NPCs.unity3d/PfKisha
+ RS_DATA/DlgsAdventureM04S01.unity3d
+
+ -1
+
+ 265
+ Collect
+
+ GrpTcMis04St01
+ TownCenter
+
+ DlgCJT265Help
+ NPCs.unity3d/PfCJ
+ RS_DATA/DlgsAdventureM04S01.unity3d
+
+
+ DlgHopsT265Help
+ NPCs.unity3d/PfHops
+ RS_DATA/DlgsAdventureM04S01.unity3d
+
+
+ DlgFrankieT265Help
+ NPCs.unity3d/PfFrankie
+ RS_DATA/DlgsAdventureM04S01.unity3d
+
+
+ DlgEleanorT265Help
+ NPCs.unity3d/PfEleanor
+ RS_DATA/DlgsAdventureM04S01.unity3d
+
+ 0
+
+
+
+
+
+ TownCenter
+
+
+ GrpTcMis04St01
+
+
+ 8
+ PfItemMagnifyingGlass
+
+ 17
+
+
+
+
+
+ Follow the trail of magnifying glasses and collect them all to get a bird's eye view of Lost Shores.
+
+
+
+
+ NPCs.unity3d/PfKisha
+ PfMarker_TcStoreNPC
+ TownCenter
+
+
+
+
+ 42
+
+ DlgKishaS42Offer
+ NPCs.unity3d/PfKisha
+ RS_DATA/DlgsAdventureM04S02.unity3d
+
+
+ DlgKishaS42End
+ NPCs.unity3d/PfKisha
+ RS_DATA/DlgsAdventureM04S02.unity3d
+
+ -1
+
+ 266
+ Buy
+
+
+
+
+ DlgFrankieT266Help
+ NPCs.unity3d/PfFrankie
+ RS_DATA/DlgsAdventureM04S02.unity3d
+
+
+ DlgCJT266Help
+ NPCs.unity3d/PfCJ
+ RS_DATA/DlgsAdventureM04S02.unity3d
+
+
+ DlgHopsT266Help
+ NPCs.unity3d/PfHops
+ RS_DATA/DlgsAdventureM04S02.unity3d
+
+
+ DlgEleanorT266Help
+ NPCs.unity3d/PfEleanor
+ RS_DATA/DlgsAdventureM04S02.unity3d
+
+ 0
+
+
+
+
+
+
+
+
+
+
+ 3
+
+
+ 1
+ 1
+
+
+
+
+
+ Click on Isabella's Traveling Cart to start shopping. Click the General Goods tab to find a decoration to buy for Lost Shores.
+
+
+
+
+ NPCs.unity3d/PfKisha
+ PfMarker_TcStoreNPC
+ TownCenter
+
+
+
+
+ 43
+
+ DlgKishaS43Offer
+ NPCs.unity3d/PfKisha
+ RS_DATA/DlgsAdventureM04S03.unity3d
+
+
+ DlgKishaS43End
+ NPCs.unity3d/PfKisha
+ RS_DATA/DlgsAdventureM04S03.unity3d
+
+ -1
+
+ 267
+ Build
+
+
+
+
+ DlgFrankieT267Help
+ NPCs.unity3d/PfFrankie
+ RS_DATA/DlgsAdventureM04S03.unity3d
+
+
+ DlgCJT267Help
+ NPCs.unity3d/PfCJ
+ RS_DATA/DlgsAdventureM04S03.unity3d
+
+
+ DlgHopsT267Help
+ NPCs.unity3d/PfHops
+ RS_DATA/DlgsAdventureM04S03.unity3d
+
+
+ DlgEleanorT267Help
+ NPCs.unity3d/PfEleanor
+ RS_DATA/DlgsAdventureM04S03.unity3d
+
+ 0
+
+
+
+
+
+ TownCenter
+
+
+
+
+
+
+
+
+ 1
+
+
+
+
+
+ Click on the blue spot next to the Art Studio to place your decoration.
+
+
+
+
+
+ 44
+
+ DlgKishaS44Offer
+ NPCs.unity3d/PfKisha
+ RS_DATA/DlgsAdventureM04S04.unity3d
+
+
+ DlgKishaS44End
+ NPCs.unity3d/PfKisha
+ RS_DATA/DlgsAdventureM04S04.unity3d
+
+ -1
+
+ 268
+ GameModule
+
+
+ TownCenter
+
+ DlgCJT268Help
+ NPCs.unity3d/PfCJ
+ RS_DATA/DlgsAdventureM04S04.unity3d
+
+
+ DlgHopsT268Help
+ NPCs.unity3d/PfHops
+ RS_DATA/DlgsAdventureM04S04.unity3d
+
+
+ DlgEleanorT268Help
+ NPCs.unity3d/PfEleanor
+ RS_DATA/DlgsAdventureM04S04.unity3d
+
+ 0
+
+
+
+
+
+
+
+ Calendar
+
+
+
+
+
+
+
+
+
+
+
+
+ Go to the Bell Tower in Lost Shores, click on Frankie's calendar, and orgranize it for him.
+
+
+
+
+ NPCs.unity3d/PfFrankie
+ REMOVE
+ TrekAncient01
+
+
+
+ NPCs.unity3d/PfKisha
+ PfMarker_TcClckTwrNPC
+ TownCenter
+
+
+
+
+ 45
+
+ DlgKishaS45Offer
+ NPCs.unity3d/PfKisha
+ RS_DATA/DlgsAdventureM04S05.unity3d
+
+
+ DlgKishaS45End
+ NPCs.unity3d/PfKisha
+ RS_DATA/DlgsAdventureM04S05.unity3d
+
+ -1
+
+ 269
+ Collect
+
+ GrpTcMis04St05
+
+
+ DlgCJT269Help
+ NPCs.unity3d/PfCJ
+ RS_DATA/DlgsAdventureM04S05.unity3d
+
+
+ DlgHopsT269Help
+ NPCs.unity3d/PfHops
+ RS_DATA/DlgsAdventureM04S05.unity3d
+
+
+ DlgEleanorT269Help
+ NPCs.unity3d/PfEleanor
+ RS_DATA/DlgsAdventureM04S05.unity3d
+
+
+ 852
+ 1
+
+ 0
+
+
+
+
+
+ TownCenter
+
+
+ GrpTcMis04St05
+
+
+ 9
+ PfCollectKey
+
+ 1
+
+
+
+
+
+ Find Hops's lost key in the town of Lost Shores.
+
+
+
+
+ NPCs.unity3d/PfKisha
+ PfMarker_TcClckTwrNPC
+ TownCenter
+
+
+
+
+ 46
+
+ DlgHopsS46Offer
+ NPCs.unity3d/PfHops
+ RS_DATA/DlgsAdventureM05S01.unity3d
+
+
+ DlgHopsS46End
+ NPCs.unity3d/PfHops
+ RS_DATA/DlgsAdventureM05S01.unity3d
+
+ -1
+
+ 270
+ Delivery
+
+
+
+
+ DlgCJT270Help
+ NPCs.unity3d/PfCJ
+ RS_DATA/DlgsAdventureM05S01.unity3d
+
+
+ DlgKishaT270Help
+ NPCs.unity3d/PfKisha
+ RS_DATA/DlgsAdventureM05S01.unity3d
+
+
+ DlgPierreT270Help
+ NPCs.unity3d/PfPierre
+ RS_DATA/DlgsAdventureM05S01.unity3d
+
+
+ DlgEleanorT270Help
+ NPCs.unity3d/PfEleanor
+ RS_DATA/DlgsAdventureM05S01.unity3d
+
+ 0
+
+
+ false
+ NPCs.unity3d/PfHops
+
+
+
+
+
+
+
+ 852
+ RS_SHARED/zzItems.unity3d/PfItemKey
+
+ 1
+
+
+
+
+
+ Meet Hops on top of Mystic Mountain to return his key.
+
+
+
+
+ NPCs.unity3d/PfPierre
+ PfMarker_TcMidMtnNPC
+ TownCenter
+
+
+
+ NPCs.unity3d/PfCJ
+ PfMarker_TcNPCEleanorDefault
+ TownCenter
+
+
+
+ NPCs.unity3d/PfEleanor
+ PfMarker_TcTownEntNPC
+ TownCenter
+
+
+
+
+ 47
+
+ DlgHopsS47Offer
+ NPCs.unity3d/PfHops
+ RS_DATA/DlgsAdventureM05S02.unity3d
+
+
+ DlgHopsS47End
+ NPCs.unity3d/PfHops
+ RS_DATA/DlgsAdventureM05S02.unity3d
+
+ -1
+
+ 271
+ GameModule
+
+
+ MountainJetpack
+
+ DlgCJT271Help
+ NPCs.unity3d/PfCJ
+ RS_DATA/DlgsAdventureM05S02.unity3d
+
+
+ DlgKishaT271Help
+ NPCs.unity3d/PfKisha
+ RS_DATA/DlgsAdventureM05S02.unity3d
+
+
+ DlgPierreT271Help
+ NPCs.unity3d/PfPierre
+ RS_DATA/DlgsAdventureM05S02.unity3d
+
+
+ DlgEleanorT271Help
+ NPCs.unity3d/PfEleanor
+ RS_DATA/DlgsAdventureM05S02.unity3d
+
+ 0
+
+
+
+
+
+
+
+ HopsJetPack
+
+
+
+
+
+
+
+
+
+
+
+
+ Play Hops' Jet Pack game by clicking on the jet pack.
+
+
+
+
+
+ 48
+
+ DlgHopsS48Offer
+ NPCs.unity3d/PfHops
+ RS_DATA/DlgsAdventureM05S03.unity3d
+
+
+ DlgHopsS48End
+ NPCs.unity3d/PfHops
+ RS_DATA/DlgsAdventureM05S03.unity3d
+
+ -1
+
+ 272
+ Meet
+
+
+
+
+ DlgCJT272Help
+ NPCs.unity3d/PfCJ
+ RS_DATA/DlgsAdventureM05S03.unity3d
+
+
+ DlgFrankieT272Help
+ NPCs.unity3d/PfFrankie
+ RS_DATA/DlgsAdventureM05S03.unity3d
+
+
+ DlgKishaT272Help
+ NPCs.unity3d/PfKisha
+ RS_DATA/DlgsAdventureM05S03.unity3d
+
+
+ DlgPierreT272Help
+ NPCs.unity3d/PfPierre
+ RS_DATA/DlgsAdventureM05S03.unity3d
+
+ 0
+
+
+ false
+ NPCs.unity3d/PfHops
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Meet Hops on the mountain path on the way down to Lost Shores.
+
+
+
+
+ NPCs.unity3d/PfHops
+ PfMarker_TcMidMtnNPC
+ TownCenter
+
+
+
+
+ 49
+
+ DlgHopsS49Offer
+ NPCs.unity3d/PfHops
+ RS_DATA/DlgsAdventureM05S04.unity3d
+
+
+ DlgHopsS49End
+ NPCs.unity3d/PfHops
+ RS_DATA/DlgsAdventureM05S04.unity3d
+
+ -1
+
+ 273
+ Visit
+
+
+
+
+ DlgCJT273Help
+ NPCs.unity3d/PfCJ
+ RS_DATA/DlgsAdventureM05S04.unity3d
+
+
+ DlgKishaT273Help
+ NPCs.unity3d/PfKisha
+ RS_DATA/DlgsAdventureM05S04.unity3d
+
+
+ DlgPierreT273Help
+ NPCs.unity3d/PfPierre
+ RS_DATA/DlgsAdventureM05S04.unity3d
+
+ 0
+
+
+ false
+
+ PfMarker_TcSlepPunk
+ TownCenter
+ 2
+
+
+
+
+
+
+
+
+
+
+
+
+
+ For super jumping power, jump on a sleeping Punk-Punk who's wearing a red and white cap.
+
+
+
+
+
+ 50
+
+ DlgHopsS50Offer
+ NPCs.unity3d/PfHops
+ RS_DATA/DlgsAdventureM05S05.unity3d
+
+
+ DlgHopsS50End
+ NPCs.unity3d/PfHops
+ RS_DATA/DlgsAdventureM05S05.unity3d
+
+ -1
+
+ 274
+ Photo
+
+ GrpTcMis05St05
+ TownCenter
+
+ DlgCJT274Help
+ NPCs.unity3d/PfCJ
+ RS_DATA/DlgsAdventureM05S05.unity3d
+
+
+ DlgKishaT274Help
+ NPCs.unity3d/PfKisha
+ RS_DATA/DlgsAdventureM05S05.unity3d
+
+
+ DlgPierreT274Help
+ NPCs.unity3d/PfPierre
+ RS_DATA/DlgsAdventureM05S05.unity3d
+
+ 0
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ PfItemRedGeode
+ 1
+
+
+ 0
+
+
+
+
+ Use the super jumping ability to hunt for the red crystal rock Hops hid. When you find it, click on your camera to take a picture of it.
+
+
+
+
+
+ 51
+
+ DlgFrankieS51Offer
+ NPCs.unity3d/PfFrankie
+ RS_DATA/DlgsAdventureM05S06.unity3d
+
+
+ DlgFrankieS51End
+ NPCs.unity3d/PfFrankie
+ RS_DATA/DlgsAdventureM05S06.unity3d
+
+ -1
+
+ 275
+ Delivery
+
+ GrpTcMis05St05
+ TownCenter
+
+ DlgHopsT275Help
+ NPCs.unity3d/PfHops
+ RS_DATA/DlgsAdventureM05S06.unity3d
+
+
+ DlgKishaT275Help
+ NPCs.unity3d/PfKisha
+ RS_DATA/DlgsAdventureM05S06.unity3d
+
+
+ DlgCJT275Help
+ NPCs.unity3d/PfCJ
+ RS_DATA/DlgsAdventureM05S06.unity3d
+
+
+ DlgPierreT275Help
+ NPCs.unity3d/PfPierre
+ RS_DATA/DlgsAdventureM05S06.unity3d
+
+
+ DlgEleanorT275Help
+ NPCs.unity3d/PfEleanor
+ RS_DATA/DlgsAdventureM05S06.unity3d
+
+ 0
+
+
+ false
+ NPCs.unity3d/PfFrankie
+
+
+
+
+
+
+
+
+
+
+ 1
+
+ PfItemRedGeode
+ 1
+
+
+
+
+
+ Bring your photo of the red crystal rock to Frankie. He's waiting for you at your house.
+
+
+
+
+ NPCs.unity3d/PfFrankie
+ PfMarker_HbHouseNPC
+ HomeBase
+
+
+
+
+ 52
+
+ DlgKishaS52Offer
+ NPCs.unity3d/PfKisha
+ RS_DATA/DlgsAdventureM06S01.unity3d
+
+
+ DlgKishaS52End
+ NPCs.unity3d/PfKisha
+ RS_DATA/DlgsAdventureM06S01.unity3d
+
+ -1
+
+ 276
+ Meet
+
+
+
+
+ DlgFrankieT276Help
+ NPCs.unity3d/PfFrankie
+ RS_DATA/DlgsAdventureM06S01.unity3d
+
+
+ DlgCJT276Help
+ NPCs.unity3d/PfCJ
+ RS_DATA/DlgsAdventureM06S01.unity3d
+
+
+ DlgHopsT276Help
+ NPCs.unity3d/PfHops
+ RS_DATA/DlgsAdventureM06S01.unity3d
+
+
+ DlgEleanorT276Help
+ NPCs.unity3d/PfEleanor
+ RS_DATA/DlgsAdventureM06S01.unity3d
+
+ 0
+
+
+ false
+ NPCs.unity3d/PfKisha
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Find Kisha in the town of Lost Shores to help her get rid of the Punk-Punks in Lost Shores.
+
+
+
+
+ NPCs.unity3d/PfKisha
+ PfMarker_TcTownEntNPC
+ TownCenter
+
+
+
+ NPCs.unity3d/PfKisha
+ PfMarker_TcTownEntNPC
+ TownCenter
+
+
+
+ NPCs.unity3d/PfFrankie
+ PfMarker_HbHouseNPC
+ HomeBase
+
+
+
+ NPCs.unity3d/PfKisha
+ PfMarker_TcTownEntNPC
+ TownCenter
+
+
+
+
+ 53
+
+ DlgKishaS53Offer
+ NPCs.unity3d/PfKisha
+ RS_DATA/DlgsAdventureM06S02.unity3d
+
+
+ DlgKishaS53End
+ NPCs.unity3d/PfKisha
+ RS_DATA/DlgsAdventureM06S02.unity3d
+
+ -1
+
+ 277
+ Collect
+
+
+ TownCenter
+
+ DlgHopsT277Help
+ NPCs.unity3d/PfHops
+ RS_DATA/DlgsAdventureM06S02.unity3d
+
+
+ DlgFrankieT277Help
+ NPCs.unity3d/PfFrankie
+ RS_DATA/DlgsAdventureM06S02.unity3d
+
+
+ DlgCJT277Help
+ NPCs.unity3d/PfCJ
+ RS_DATA/DlgsAdventureM06S02.unity3d
+
+
+ DlgEleanorT277Help
+ NPCs.unity3d/PfEleanor
+ RS_DATA/DlgsAdventureM06S02.unity3d
+
+ 0
+
+
+
+ PfPunk
+
+ TownCenter
+
+
+ GrpTcMis06St02
+
+
+
+
+
+ 11
+
+
+
+
+
+ Help Kisha get rid of the Punk-Punks! Press the spacebar one time to jump and press it another time in the air to land on the Punk-Punks and send them away.
+
+
+
+
+ NPCs.unity3d/PfFrankie
+ PfMarker_HbHouseNPC
+ HomeBase
+
+
+
+ NPCs.unity3d/PfHops
+ PfMarker_TcMidMtnNPC
+ TownCenter
+
+
+
+ NPCs.unity3d/PfKisha
+ PfMarker_TcTownEntNPC
+ TownCenter
+
+
+
+ NPCs.unity3d/PfEleanor
+ PfMarker_HbNPCEleanorDefault
+ HomeBase
+
+
+
+ NPCs.unity3d/PfCJ
+ PfMarker_TcBeachNPC
+ TownCenter
+
+
+
+ NPCs.unity3d/PfPierre
+ PfMarker_HbPierNPC
+ HomeBase
+
+
+
+
+ 54
+
+ DlgKishaS54Offer
+ NPCs.unity3d/PfKisha
+ RS_DATA/DlgsAdventureM06S03.unity3d
+
+
+ DlgKishaS54End
+ NPCs.unity3d/PfKisha
+ RS_DATA/DlgsAdventureM06S03.unity3d
+
+ -1
+
+ 278
+ Creative
+
+
+
+
+ DlgCJT278Help
+ NPCs.unity3d/PfCJ
+ RS_DATA/DlgsAdventureM06S03.unity3d
+
+
+ DlgFrankieT278Help
+ NPCs.unity3d/PfFrankie
+ RS_DATA/DlgsAdventureM06S03.unity3d
+
+
+ DlgEleanorT278Help
+ NPCs.unity3d/PfEleanor
+ RS_DATA/DlgsAdventureM06S03.unity3d
+
+ 0
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 4
+
+
+
+
+ Make a party invitation in the Art Studio.
+
+
+
+
+
+ 55
+
+ DlgKishaS55Offer
+ NPCs.unity3d/PfKisha
+ RS_DATA/DlgsAdventureM06S04.unity3d
+
+
+ DlgKishaS55End
+ NPCs.unity3d/PfKisha
+ RS_DATA/DlgsAdventureM06S04.unity3d
+
+ -1
+
+ 279
+ Delivery
+
+
+ CJ
+
+
+
+
+
+ 0
+
+
+ false
+ NPCs.unity3d/PfCJ
+
+
+
+
+
+
+
+
+
+
+ 1
+
+
+ 4
+
+
+
+
+ 280
+ Delivery
+
+
+ Frankie
+
+
+
+
+
+ 0
+
+
+ false
+ NPCs.unity3d/PfFrankie
+
+
+
+
+
+
+
+
+
+
+ 1
+
+
+ 4
+
+
+
+
+ 281
+ Delivery
+
+
+ Eleanor
+
+
+
+
+
+ 0
+
+
+ false
+ NPCs.unity3d/PfEleanor
+
+
+
+
+
+
+
+
+
+
+ 1
+
+
+ 4
+
+
+
+
+ 282
+ Delivery
+
+
+ Pierre
+
+
+
+
+
+ 0
+
+
+ false
+ NPCs.unity3d/PfPierre
+
+
+
+
+
+
+
+
+
+
+ 1
+
+
+ 4
+
+
+
+
+ 283
+ Delivery
+
+
+ Isabella
+
+
+
+
+
+ 0
+
+
+ false
+ NPCs.unity3d/PfIsabella
+
+
+
+
+
+
+
+
+
+
+ 1
+
+
+ 4
+
+
+
+
+ Deliver the party invitation to:
+
+
+
+
+
+ 56
+
+ DlgFrankieS56Offer
+ NPCs.unity3d/PfFrankie
+ RS_DATA/DlgsAdventureM06S05.unity3d
+
+
+ DlgFrankieS56End
+ NPCs.unity3d/PfFrankie
+ RS_DATA/DlgsAdventureM06S05.unity3d
+
+ -1
+
+ 284
+ GameModule
+
+
+
+
+ DlgKishaT284Help
+ NPCs.unity3d/PfKisha
+ RS_DATA/DlgsAdventureM06S05.unity3d
+
+
+ DlgCJT284Help
+ NPCs.unity3d/PfCJ
+ RS_DATA/DlgsAdventureM06S05.unity3d
+
+
+ DlgEleanorT284Help
+ NPCs.unity3d/PfEleanor
+ RS_DATA/DlgsAdventureM06S05.unity3d
+
+ 0
+
+
+
+
+
+
+
+ Calendar
+
+
+
+
+
+
+
+
+
+
+
+
+ Click on the calendar on the Lost Shores Bell Tower to check Frankie's schedule for the party.
+
+
+
+
+ NPCs.unity3d/PfFrankie
+ REMOVE
+ TrekAncient01
+
+
+
+
+ 57
+
+ DlgHopsS57Offer
+ NPCs.unity3d/PfHops
+ RS_DATA/DlgsAdventureM06S06.unity3d
+
+
+ DlgHopsS57End
+ NPCs.unity3d/PfHops
+ RS_DATA/DlgsAdventureM06S06.unity3d
+
+ -1
+
+ 285
+ Delivery
+
+
+
+
+ DlgKishaT285Help
+ NPCs.unity3d/PfKisha
+ RS_DATA/DlgsAdventureM06S06.unity3d
+
+
+ DlgCJT285Help
+ NPCs.unity3d/PfCJ
+ RS_DATA/DlgsAdventureM06S06.unity3d
+
+
+ DlgPierreT285Help
+ NPCs.unity3d/PfPierre
+ RS_DATA/DlgsAdventureM06S06.unity3d
+
+
+ DlgEleanorT285Help
+ NPCs.unity3d/PfEleanor
+ RS_DATA/DlgsAdventureM06S06.unity3d
+
+ 0
+
+
+ false
+ NPCs.unity3d/PfHops
+
+
+
+
+
+
+
+
+
+
+ 1
+
+
+ 4
+
+
+
+
+ Deliver a party invitation to Hops who is on top of Mystic Mountain.
+
+
+
+
+
+ 58
+
+ DlgHopsS58Offer
+ NPCs.unity3d/PfHops
+ RS_DATA/DlgsAdventureM06S07.unity3d
+
+
+ DlgHopsS58End
+ NPCs.unity3d/PfHops
+ RS_DATA/DlgsAdventureM06S07.unity3d
+
+ -1
+
+ 286
+ GameModule
+
+
+
+
+ DlgKishaT286Help
+ NPCs.unity3d/PfKisha
+ RS_DATA/DlgsAdventureM06S07.unity3d
+
+
+ DlgPierreT286Help
+ NPCs.unity3d/PfPierre
+ RS_DATA/DlgsAdventureM06S07.unity3d
+
+ 0
+
+
+
+
+
+
+
+ HopsJetPack
+
+
+
+
+
+
+
+
+
+
+
+
+ Play Hops' Jet Pack game.
+
+
+
+
+
+ 59
+
+ DlgFrankieS59Offer
+ NPCs.unity3d/PfFrankie
+ RS_DATA/DlgsAdventureM07S01.unity3d
+
+
+ DlgFrankieS59End
+ NPCs.unity3d/PfFrankie
+ RS_DATA/DlgsAdventureM07S01.unity3d
+
+ -1
+
+ 287
+ Buy
+
+
+
+
+ DlgHopsT287Help
+ NPCs.unity3d/PfHops
+ RS_DATA/DlgsAdventureM07S01.unity3d
+
+
+ DlgKishaT287Help
+ NPCs.unity3d/PfKisha
+ RS_DATA/DlgsAdventureM07S01.unity3d
+
+
+ DlgCJT287Help
+ NPCs.unity3d/PfCJ
+ RS_DATA/DlgsAdventureM07S01.unity3d
+
+
+ DlgEleanorT287Help
+ NPCs.unity3d/PfEleanor
+ RS_DATA/DlgsAdventureM07S01.unity3d
+
+ 0
+
+
+
+
+
+
+
+
+
+
+ 3
+ 174
+ RS_SHARED/MusicCD05.unity3d/IcoItemCDIconPartyMusic
+ 3
+ 1
+
+
+
+
+
+ Buy the "Party Jams" CD from the General Goods store in Isabella's Traveling Cart.
+
+
+
+
+
+ 60
+
+ DlgFrankieS60Offer
+ NPCs.unity3d/PfFrankie
+ RS_DATA/DlgsAdventureM07S02.unity3d
+
+
+ DlgFrankieS60End
+ NPCs.unity3d/PfFrankie
+ RS_DATA/DlgsAdventureM07S02.unity3d
+
+ -1
+
+ 288
+ Build
+
+
+ TownCenter
+
+ DlgKishaT288Help
+ NPCs.unity3d/PfKisha
+ RS_DATA/DlgsAdventureM07S02.unity3d
+
+
+ DlgCJT288Help
+ NPCs.unity3d/PfCJ
+ RS_DATA/DlgsAdventureM07S02.unity3d
+
+
+ DlgEleanorT288Help
+ NPCs.unity3d/PfEleanor
+ RS_DATA/DlgsAdventureM07S02.unity3d
+
+ 0
+
+
+
+
+
+ TownCenter
+
+
+
+
+
+ 174
+ RS_SHARED/MusicCD05.unity3d/IcoItemCDIconPartyMusic
+
+ 1
+
+
+
+
+
+ Click on the jukebox next to Foot Frenzy to play the "Party Jams" CD.
+
+
+
+
+
+ 61
+
+ DlgFrankieS61Offer
+ NPCs.unity3d/PfFrankie
+ RS_DATA/DlgsAdventureM07S03.unity3d
+
+
+ DlgFrankieS61End
+ NPCs.unity3d/PfFrankie
+ RS_DATA/DlgsAdventureM07S03.unity3d
+
+ -1
+
+ 289
+ Buy
+
+
+ A Diva Daisy
+
+
+
+
+
+
+ DlgCJT290Help
+ NPCs.unity3d/PfCJ
+ RS_DATA/DlgsAdventureM07S03.unity3d
+
+
+ DlgKishaT290Help
+ NPCs.unity3d/PfKisha
+ RS_DATA/DlgsAdventureM07S03.unity3d
+
+
+ DlgEleanorT289Help
+ NPCs.unity3d/PfEleanor
+ RS_DATA/DlgsAdventureM07S03.unity3d
+
+ 0
+
+
+
+
+
+
+
+
+
+
+ 3
+
+
+ 40
+ 1
+
+
+
+
+
+ 290
+ Buy
+
+
+ A Lovely Lily
+
+
+
+
+ TownCenter
+
+ DlgCJT290Help
+ NPCs.unity3d/PfCJ
+ RS_DATA/DlgsAdventureM07S03.unity3d
+
+
+ DlgKishaT290Help
+ NPCs.unity3d/PfKisha
+ RS_DATA/DlgsAdventureM07S03.unity3d
+
+ 0
+
+
+
+
+
+
+
+
+
+
+ 3
+
+
+ 44
+ 1
+
+
+
+
+
+ 291
+ Buy
+
+
+ A Cactus Cool
+
+
+
+
+
+
+ DlgCJT290Help
+ NPCs.unity3d/PfCJ
+ RS_DATA/DlgsAdventureM07S03.unity3d
+
+
+ DlgKishaT290Help
+ NPCs.unity3d/PfKisha
+ RS_DATA/DlgsAdventureM07S03.unity3d
+
+ 0
+
+
+
+
+
+
+
+
+
+
+ 3
+
+
+ 38
+ 1
+
+
+
+
+
+ Buy the following plants from the General Goods store in Isabella's Traveling Cart.
+
+
+
+
+
+ 62
+
+ DlgFrankieS62Offer
+ NPCs.unity3d/PfFrankie
+ RS_DATA/DlgsAdventureM07S04.unity3d
+
+
+ DlgFrankieS62End
+ NPCs.unity3d/PfFrankie
+ RS_DATA/DlgsAdventureM07S04.unity3d
+
+ -1
+
+ 293
+ Build
+
+
+ The Diva Daisy in the pink planter by the Bell Tower.
+
+
+
+
+ TownCenter
+ 0
+
+
+
+
+
+ TownCenter
+
+
+
+
+
+
+
+ 5
+ 1
+
+
+
+
+
+ 292
+ Build
+
+
+ The Lovely Lily in the blue planter by the Bell Tower.
+
+
+
+
+
+
+ DlgCJT292Help
+ NPCs.unity3d/PfCJ
+ RS_DATA/DlgsAdventureM07S04.unity3d
+
+
+ DlgKishaT292Help
+ NPCs.unity3d/PfKisha
+ RS_DATA/DlgsAdventureM07S04.unity3d
+
+
+ DlgEleanorT293Help
+ NPCs.unity3d/PfEleanor
+ RS_DATA/DlgsAdventureM07S04.unity3d
+
+ 0
+
+
+
+
+
+ TownCenter
+
+
+
+
+
+
+
+ 7
+ 1
+
+
+
+
+
+ 294
+ Build
+
+
+ The Cactus Cool in the green planter by the Art Studio.
+
+
+
+
+ TownCenter
+ 0
+
+
+
+
+
+ TownCenter
+
+
+
+
+
+
+
+ 6
+ 1
+
+
+
+
+
+ Put all the plants in the correct planters:
+
+
+
+
+
+ 63
+
+ DlgFrankieS63Offer
+ NPCs.unity3d/PfFrankie
+ RS_DATA/DlgsAdventureM07S05.unity3d
+
+
+ DlgFrankieS63End
+ NPCs.unity3d/PfFrankie
+ RS_DATA/DlgsAdventureM07S05.unity3d
+
+ -1
+
+ 295
+ Buy
+
+
+
+
+ DlgCJT295Help
+ NPCs.unity3d/PfCJ
+ RS_DATA/DlgsAdventureM07S05.unity3d
+
+
+ DlgKishaT295Help
+ NPCs.unity3d/PfKisha
+ RS_DATA/DlgsAdventureM07S05.unity3d
+
+
+ DlgEleanorT295Help
+ NPCs.unity3d/PfEleanor
+ RS_DATA/DlgsAdventureM07S05.unity3d
+
+ 0
+
+
+
+
+
+
+
+
+
+
+ 3
+
+
+ 35
+ 1
+
+
+
+
+
+ Buy some balloons from the General Goods store in Isabella's Traveling Cart.
+
+
+
+
+
+ 64
+
+ DlgFrankieS64Offer
+ NPCs.unity3d/PfFrankie
+ RS_DATA/DlgsAdventureM07S06.unity3d
+
+
+ DlgFrankieS64End
+ NPCs.unity3d/PfFrankie
+ RS_DATA/DlgsAdventureM07S06.unity3d
+
+ -1
+
+ 296
+ Build
+
+
+
+
+ DlgKishaT296Help
+ NPCs.unity3d/PfKisha
+ RS_DATA/DlgsAdventureM07S06.unity3d
+
+
+ DlgCJT296Help
+ NPCs.unity3d/PfCJ
+ RS_DATA/DlgsAdventureM07S06.unity3d
+
+
+ DlgEleanorT296Help
+ NPCs.unity3d/PfEleanor
+ RS_DATA/DlgsAdventureM07S06.unity3d
+
+ 0
+
+
+
+
+
+ TownCenter
+
+
+
+
+
+
+
+ 35
+ 1
+
+
+
+
+
+ Click on the yellow spot by Isabella's Cart to place the balloons.
+
+
+
+
+
+ 65
+
+ DlgFrankieS65Offer
+ NPCs.unity3d/PfFrankie
+ RS_DATA/DlgsAdventureM07S07.unity3d
+
+
+ DlgFrankieS65End
+ NPCs.unity3d/PfFrankie
+ RS_DATA/DlgsAdventureM07S07.unity3d
+
+ -1
+
+ 297
+ Photo
+
+
+ TownCenter
+
+ DlgKishaT297Help
+ NPCs.unity3d/PfKisha
+ RS_DATA/DlgsAdventureM07S07.unity3d
+
+
+ DlgCJT297Help
+ NPCs.unity3d/PfCJ
+ RS_DATA/DlgsAdventureM07S07.unity3d
+
+
+ DlgEleanorT297Help
+ NPCs.unity3d/PfEleanor
+ RS_DATA/DlgsAdventureM07S07.unity3d
+
+ 0
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 1
+
+
+ 0
+
+
+
+
+ Take a photo of the balloons by clicking on the camera on the toolbar.
+
+
+
+
+
+ 66
+
+ DlgFrankieS66Offer
+ NPCs.unity3d/PfFrankie
+ RS_DATA/DlgsAdventureM07S08.unity3d
+
+
+ DlgFrankieS66End
+ NPCs.unity3d/PfFrankie
+ RS_DATA/DlgsAdventureM07S08.unity3d
+
+ -1
+
+ 298
+ Build
+
+
+
+
+ DlgCJT298Help
+ NPCs.unity3d/PfCJ
+ RS_DATA/DlgsAdventureM07S08.unity3d
+
+
+ DlgEleanorT298Help
+ NPCs.unity3d/PfEleanor
+ RS_DATA/DlgsAdventureM07S08.unity3d
+
+ 0
+
+
+
+
+
+ HomeBase
+
+
+
+
+
+
+
+
+ 1
+
+ 1
+
+
+
+
+
+ Click on the billboard near your house, to place your photo.
+
+
+
+
+
+ 67
+
+ DlgFrankieS67Offer
+ NPCs.unity3d/PfFrankie
+ RS_DATA/DlgsAdventureM07S09.unity3d
+
+
+ DlgFrankieS67End
+ NPCs.unity3d/PfFrankie
+ RS_DATA/DlgsAdventureM07S09.unity3d
+
+ -1
+
+ 299
+ Visit
+
+
+
+
+ DlgKishaT299Help
+ NPCs.unity3d/PfKisha
+ RS_DATA/DlgsAdventureM07S09.unity3d
+
+
+ DlgCJT299Help
+ NPCs.unity3d/PfCJ
+ RS_DATA/DlgsAdventureM07S09.unity3d
+
+
+ DlgPierreT299Help
+ NPCs.unity3d/PfPierre
+ RS_DATA/DlgsAdventureM07S09.unity3d
+
+
+ DlgEleanorT299Help
+ NPCs.unity3d/PfEleanor
+ RS_DATA/DlgsAdventureM07S09.unity3d
+
+ 0
+
+
+ false
+
+
+ AvatarCreatorAL
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Visit the Jumpee Mart in Isabella's Cart to buy yourself some new party clothes. Then, go put them on in the Jumpee Quick Change.
+
+
+
+
+
+ 68
+
+ DlgFrankieS68Offer
+ NPCs.unity3d/PfFrankie
+ RS_DATA/DlgsAdventureM08S01.unity3d
+
+
+ DlgFrankieS68End
+ NPCs.unity3d/PfFrankie
+ RS_DATA/DlgsAdventureM08S01.unity3d
+
+ -1
+
+ 300
+ GameModule
+
+
+
+
+ DlgKishaT300Help
+ NPCs.unity3d/PfKisha
+ RS_DATA/DlgsAdventureM08S01.unity3d
+
+
+ DlgCJT300Help
+ NPCs.unity3d/PfCJ
+ RS_DATA/DlgsAdventureM08S01.unity3d
+
+
+ DlgPierreT300Help
+ NPCs.unity3d/PfPierre
+ RS_DATA/DlgsAdventureM08S01.unity3d
+
+
+ DlgEleanorT300Help
+ NPCs.unity3d/PfEleanor
+ RS_DATA/DlgsAdventureM08S01.unity3d
+
+ 0
+
+
+
+
+
+
+
+ FootFrenzy
+
+
+
+
+
+
+
+
+
+
+
+
+ Get the party started with some dancing at "Foot Frenzy."
+
+
+
+
+ NPCs.unity3d/PfKisha
+ PfMarker_TcKishaArtHse
+ TownCenter
+
+
+
+ NPCs.unity3d/PfCJ
+ PfMarker_TcStoreNPC
+ TownCenter
+
+
+
+ NPCs.unity3d/PfFrankie
+ PfMarker_TcArtHseExit
+ TownCenter
+
+
+
+
+ 69
+
+ DlgFrankieS69Offer
+ NPCs.unity3d/PfFrankie
+ RS_DATA/DlgsAdventureM08S02.unity3d
+
+
+ DlgKishaS69End
+ NPCs.unity3d/PfKisha
+ RS_DATA/DlgsAdventureM08S02.unity3d
+
+ -1
+
+ 301
+ Meet
+
+
+
+
+ DlgCJT301Help
+ NPCs.unity3d/PfCJ
+ RS_DATA/DlgsAdventureM08S02.unity3d
+
+
+ DlgHopsT301Help
+ NPCs.unity3d/PfHops
+ RS_DATA/DlgsAdventureM08S02.unity3d
+
+
+ DlgPierreT301Help
+ NPCs.unity3d/PfPierre
+ RS_DATA/DlgsAdventureM08S02.unity3d
+
+
+ DlgEleanorT301Help
+ NPCs.unity3d/PfEleanor
+ RS_DATA/DlgsAdventureM08S02.unity3d
+
+ 0
+
+
+ false
+ NPCs.unity3d/PfKisha
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ As host of the party, visit the other explorers to make sure they're having a good time. Go see Kisha first.
+
+
+
+
+ NPCs.unity3d/PfKisha
+ PfMarker_TcKishaArtHse
+ TownCenter
+
+
+
+ NPCs.unity3d/PfCJ
+ PfMarker_TcStoreNPC
+ TownCenter
+
+
+
+ NPCs.unity3d/PfFrankie
+ PfMarker_TcArtHseExitNPC
+ TownCenter
+
+
+
+
+ 70
+
+ DlgKishaS70Offer
+ NPCs.unity3d/PfKisha
+ RS_DATA/DlgsAdventureM08S03.unity3d
+
+
+ DlgKishaS70End
+ NPCs.unity3d/PfKisha
+ RS_DATA/DlgsAdventureM08S03.unity3d
+
+ -1
+
+ 302
+ Photo
+
+
+
+
+ DlgFrankieT302Help
+ NPCs.unity3d/PfFrankie
+ RS_DATA/DlgsAdventureM08S03.unity3d
+
+
+ DlgCJT302Help
+ NPCs.unity3d/PfCJ
+ RS_DATA/DlgsAdventureM08S03.unity3d
+
+
+ DlgHopsT302Help
+ NPCs.unity3d/PfHops
+ RS_DATA/DlgsAdventureM08S03.unity3d
+
+
+ DlgPierreT302Help
+ NPCs.unity3d/PfPierre
+ RS_DATA/DlgsAdventureM08S03.unity3d
+
+ 0
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ NPCs.unity3d/PfKisha
+ 1
+
+
+ 0
+
+
+
+
+ Click on the camera in your toolbar to take a photo of Kisha enjoying the party.
+
+
+
+
+ NPCs.unity3d/PfCJ
+ PfMarker_TcStoreNPC
+ TownCenter
+
+
+
+
+ 71
+
+ DlgKishaS71Offer
+ NPCs.unity3d/PfKisha
+ RS_DATA/DlgsAdventureM08S04.unity3d
+
+
+ DlgHopsS71End
+ NPCs.unity3d/PfHops
+ RS_DATA/DlgsAdventureM08S04.unity3d
+
+ -1
+
+ 303
+ Meet
+
+
+
+
+ DlgFrankieT303Help
+ NPCs.unity3d/PfFrankie
+ RS_DATA/DlgsAdventureM08S04.unity3d
+
+
+ DlgCJT303Help
+ NPCs.unity3d/PfCJ
+ RS_DATA/DlgsAdventureM08S04.unity3d
+
+
+ DlgPierreT303Help
+ NPCs.unity3d/PfPierre
+ RS_DATA/DlgsAdventureM08S04.unity3d
+
+ 0
+
+
+ false
+ NPCs.unity3d/PfHops
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Visit Hops to see how he's liking the party.
+
+
+
+
+ NPCs.unity3d/PfHops
+ PfMarker_TcJukeBoxNPC
+ TownCenter
+ IdleDance
+
+
+ NPCs.unity3d/PfPierre
+ PfMarker_TcTownEntNPC
+ TownCenter
+
+
+
+
+ 72
+
+ DlgHopsS72Offer
+ NPCs.unity3d/PfHops
+ RS_DATA/DlgsAdventureM08S05.unity3d
+
+
+ DlgHopsS72End
+ NPCs.unity3d/PfHops
+ RS_DATA/DlgsAdventureM08S05.unity3d
+
+ -1
+
+ 304
+ Photo
+
+
+
+
+ DlgFrankieT304Help
+ NPCs.unity3d/PfFrankie
+ RS_DATA/DlgsAdventureM08S05.unity3d
+
+
+ DlgCJT304Help
+ NPCs.unity3d/PfCJ
+ RS_DATA/DlgsAdventureM08S05.unity3d
+
+
+ DlgKishaT304Help
+ NPCs.unity3d/PfKisha
+ RS_DATA/DlgsAdventureM08S05.unity3d
+
+
+ DlgPierreT304Help
+ NPCs.unity3d/PfPierre
+ RS_DATA/DlgsAdventureM08S05.unity3d
+
+ 0
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ NPCs.unity3d/PfHops
+ 1
+
+
+ 0
+
+
+
+
+ Click on your camera to capture the moment for Hops.
+
+
+
+
+ NPCs.unity3d/PfHops
+ PfMarker_TcJukeBoxNPC
+ TownCenter
+ IdleDance
+
+
+ NPCs.unity3d/PfCJ
+ PfMarker_TcStoreNPC
+ TownCenter
+
+
+
+
+ 73
+
+ DlgHopsS73Offer
+ NPCs.unity3d/PfHops
+ RS_DATA/DlgsAdventureM08S06.unity3d
+
+
+ DlgCJS73End
+ NPCs.unity3d/PfCJ
+ RS_DATA/DlgsAdventureM08S06.unity3d
+
+ -1
+
+ 305
+ Meet
+
+
+
+
+ DlgFrankieT305Help
+ NPCs.unity3d/PfFrankie
+ RS_DATA/DlgsAdventureM08S06.unity3d
+
+
+ DlgKishaT305Help
+ NPCs.unity3d/PfKisha
+ RS_DATA/DlgsAdventureM08S06.unity3d
+
+
+ DlgPierreT305Help
+ NPCs.unity3d/PfPierre
+ RS_DATA/DlgsAdventureM08S06.unity3d
+
+ 0
+
+
+ false
+ NPCs.unity3d/PfCJ
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Find CJ to make sure he's having a good time at the party.
+
+
+
+
+ NPCs.unity3d/PfCJ
+ PfMarker_TcStoreNPC
+ TownCenter
+
+
+
+
+ 74
+
+ DlgCJS74Offer
+ NPCs.unity3d/PfCJ
+ RS_DATA/DlgsAdventureM08S07.unity3d
+
+
+ DlgCJS74End
+ NPCs.unity3d/PfCJ
+ RS_DATA/DlgsAdventureM08S07.unity3d
+
+ -1
+
+ 306
+ Photo
+
+
+
+
+ DlgFrankieT306Help
+ NPCs.unity3d/PfFrankie
+ RS_DATA/DlgsAdventureM08S07.unity3d
+
+
+ DlgKishaT306Help
+ NPCs.unity3d/PfKisha
+ RS_DATA/DlgsAdventureM08S07.unity3d
+
+
+ DlgHopsT306Help
+ NPCs.unity3d/PfHops
+ RS_DATA/DlgsAdventureM08S07.unity3d
+
+
+ DlgPierreT306Help
+ NPCs.unity3d/PfPierre
+ RS_DATA/DlgsAdventureM08S07.unity3d
+
+ 0
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ NPCs.unity3d/PfCJ
+ 1
+
+
+ 0
+
+
+
+
+ Click on the camera to take a photo of CJ for his Big Book of Adventures.
+
+
+
+
+ NPCs.unity3d/PfCJ
+ PfMarker_TcStoreNPC
+ TownCenter
+
+
+
+
+ 75
+
+ DlgCJS75Offer
+ NPCs.unity3d/PfCJ
+ RS_DATA/DlgsAdventureM08S08.unity3d
+
+
+ DlgFrankieS75End
+ NPCs.unity3d/PfFrankie
+ RS_DATA/DlgsAdventureM08S08.unity3d
+
+ -1
+
+ 307
+ Meet
+
+
+
+
+ DlgKishaT307Help
+ NPCs.unity3d/PfKisha
+ RS_DATA/DlgsAdventureM08S08.unity3d
+
+
+ DlgHopsT307Help
+ NPCs.unity3d/PfHops
+ RS_DATA/DlgsAdventureM08S08.unity3d
+
+
+ DlgCJT307Help
+ NPCs.unity3d/PfCJ
+ RS_DATA/DlgsAdventureM08S08.unity3d
+
+
+ DlgPierreT307Help
+ NPCs.unity3d/PfPierre
+ RS_DATA/DlgsAdventureM08S08.unity3d
+
+ 0
+
+
+ false
+ NPCs.unity3d/PfFrankie
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Continue being a good host and check up on Frankie.
+
+
+
+
+ NPCs.unity3d/PfCJ
+ PfMarker_TcStoreNPC
+ TownCenter
+
+
+
+
+ 76
+
+ DlgFrankieS76Offer
+ NPCs.unity3d/PfFrankie
+ RS_DATA/DlgsAdventureM08S09.unity3d
+
+
+ DlgFrankieS76End
+ NPCs.unity3d/PfFrankie
+ RS_DATA/DlgsAdventureM08S09.unity3d
+
+ -1
+
+ 308
+ Photo
+
+
+
+
+ DlgKishaT308Help
+ NPCs.unity3d/PfKisha
+ RS_DATA/DlgsAdventureM08S09.unity3d
+
+
+ DlgHopsT308Help
+ NPCs.unity3d/PfHops
+ RS_DATA/DlgsAdventureM08S09.unity3d
+
+
+ DlgPierreT308Help
+ NPCs.unity3d/PfPierre
+ RS_DATA/DlgsAdventureM08S09.unity3d
+
+ 0
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ NPCs.unity3d/PfFrankie
+ 1
+
+
+ 0
+
+
+
+
+ Click on your camera to take a photo of Frankie at the party.
+
+
+
+
+ NPCs.unity3d/PfCJ
+ PfMarker_TcStoreNPC
+ TownCenter
+
+
+
+
+ 77
+
+ DlgFrankieS77Offer
+ NPCs.unity3d/PfFrankie
+ RS_DATA/DlgsAdventureM08S10.unity3d
+
+
+ DlgFrankieS77End
+ NPCs.unity3d/PfFrankie
+ RS_DATA/DlgsAdventureM08S10.unity3d
+
+ -1
+
+ 309
+ Creative
+
+
+
+
+ DlgKishaT309Help
+ NPCs.unity3d/PfKisha
+ RS_DATA/DlgsAdventureM08S10.unity3d
+
+
+ DlgPierreT309Help
+ NPCs.unity3d/PfPierre
+ RS_DATA/DlgsAdventureM08S10.unity3d
+
+
+ DlgEleanorT309Help
+ NPCs.unity3d/PfEleanor
+ RS_DATA/DlgsAdventureM08S10.unity3d
+
+ 0
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 3
+
+
+
+
+ Go to the art studio and create a framed photo with all the photos from the party. Click on the picture of the photo frame to get started.
+
+
+
+
+ NPCs.unity3d/PfPierre
+ PfMarker_TcTownEntNPC
+ TownCenter
+
+
+
+ NPCs.unity3d/PfKisha
+ PfMarker_TcKishaArtHse
+ TownCenter
+
+
+
+
+ 78
+
+ DlgFrankieS78Offer
+ NPCs.unity3d/PfFrankie
+ RS_DATA/DlgsAdventureM08S11.unity3d
+
+
+ DlgFrankieS78End
+ NPCs.unity3d/PfFrankie
+ RS_DATA/DlgsAdventureM08S11.unity3d
+
+ -1
+
+ 310
+ Build
+
+
+
+
+ DlgKishaT310Help
+ NPCs.unity3d/PfKisha
+ RS_DATA/DlgsAdventureM08S11.unity3d
+
+
+ DlgCJT310Help
+ NPCs.unity3d/PfCJ
+ RS_DATA/DlgsAdventureM08S11.unity3d
+
+
+ DlgHopsT310Help
+ NPCs.unity3d/PfHops
+ RS_DATA/DlgsAdventureM08S11.unity3d
+
+
+ DlgPierreT310Help
+ NPCs.unity3d/PfPierre
+ RS_DATA/DlgsAdventureM08S11.unity3d
+
+
+ DlgEleanorT310Help
+ NPCs.unity3d/PfEleanor
+ RS_DATA/DlgsAdventureM08S11.unity3d
+
+ 0
+
+
+
+
+
+ TownCenter
+
+
+
+
+
+
+
+
+ 1
+
+
+
+
+
+ Click on the billboard next to the garden and post your picture.
+
+
+
+
+ NPCs.unity3d/PfPierre
+ PfMarker_TcKishaArtHse
+ TownCenter
+
+
+
+ NPCs.unity3d/PfKisha
+ PfMarker_TcTownEntNPC
+ TownCenter
+
+
+
+
+ 79
+
+ DlgCJS79Offer
+ NPCs.unity3d/PfCJ
+ RS_DATA/DlgsAdventureM09S01.unity3d
+
+
+ DlgCJS79End
+ NPCs.unity3d/PfCJ
+ RS_DATA/DlgsAdventureM09S01.unity3d
+
+ -1
+
+ 311
+ Collect
+
+ GrpTcMis09St01
+
+
+ DlgKishaT311Help
+ NPCs.unity3d/PfKisha
+ RS_DATA/DlgsAdventureM09S01.unity3d
+
+
+ DlgHopsT311Help
+ NPCs.unity3d/PfHops
+ RS_DATA/DlgsAdventureM09S01.unity3d
+
+
+ DlgFrankieT311Help
+ NPCs.unity3d/PfFrankie
+ RS_DATA/DlgsAdventureM09S01.unity3d
+
+
+ DlgPierreT311Help
+ NPCs.unity3d/PfPierre
+ RS_DATA/DlgsAdventureM09S01.unity3d
+
+
+ DlgEleanorT311Help
+ NPCs.unity3d/PfEleanor
+ RS_DATA/DlgsAdventureM09S01.unity3d
+
+
+ 850
+ 1
+
+ 0
+
+
+
+
+
+ TownCenter
+
+
+ GrpTcMis09St01
+
+
+ 5
+ PfCollectBookCJ
+
+ 1
+
+
+
+
+
+ Ask the other explorers for hints to help find CJ's book.
+
+
+
+
+ NPCs.unity3d/PfCJ
+ PfMarker_TcGardenNPC
+ TownCenter
+
+
+
+ NPCs.unity3d/PfHops
+ PfMarker_TcMidMtnNPC
+ TownCenter
+
+
+
+ NPCs.unity3d/PfFrankie
+ PfMarker_TcStoreNPC
+ TownCenter
+
+
+
+ NPCs.unity3d/PfEleanor
+ PfMarker_TcBeachNPC
+ TownCenter
+
+
+
+ NPCs.unity3d/PfKisha
+ PfMarker_TcWaterfallNPC
+ TownCenter
+
+
+
+
+ 80
+
+ DlgCJS80Offer
+ NPCs.unity3d/PfCJ
+ RS_DATA/DlgsAdventureM09S02.unity3d
+
+
+ DlgCJS80End
+ NPCs.unity3d/PfCJ
+ RS_DATA/DlgsAdventureM09S02.unity3d
+
+ -1
+
+ 312
+ Delivery
+
+
+
+
+ DlgKishaT312Help
+ NPCs.unity3d/PfKisha
+ RS_DATA/DlgsAdventureM09S02.unity3d
+
+
+ DlgFrankieT312Help
+ NPCs.unity3d/PfFrankie
+ RS_DATA/DlgsAdventureM09S02.unity3d
+
+
+ DlgHopsT312Help
+ NPCs.unity3d/PfHops
+ RS_DATA/DlgsAdventureM09S02.unity3d
+
+ 0
+
+
+ false
+ NPCs.unity3d/PfCJ
+
+
+
+
+
+
+
+ 850
+ RS_SHARED/zzItems.unity3d/PfItemBookCJ
+
+ 1
+
+
+
+
+
+ Meet CJ at the Bell Tower in Lost Shores.
+
+
+
+
+ NPCs.unity3d/PfCJ
+ PfMarker_TcClckTwrNPC
+ TownCenter
+
+
+
+ NPCs.unity3d/PfFrankie
+ PfMarker_TcKishaArtHse
+ TownCenter
+
+
+
+ NPCs.unity3d/PfKisha
+ PfMarker_TcWaterfallNPC
+ TownCenter
+
+
+
+ NPCs.unity3d/PfHops
+ PfMarker_TcMidMtnNPC
+ TownCenter
+
+
+
+ NPCs.unity3d/PfEleanor
+ PfMarker_TcBeachNPC
+ TownCenter
+
+
+
+ NPCs.unity3d/PfPierre
+ PfMarker_TcNPCEleanorDefault
+ TownCenter
+
+
+
+
+ 81
+
+ DlgCJS81Offer
+ NPCs.unity3d/PfCJ
+ RS_DATA/DlgsAdventureM09S03.unity3d
+
+
+ DlgHopsS81End
+ NPCs.unity3d/PfHops
+ RS_DATA/DlgsAdventureM09S03.unity3d
+
+ -1
+
+ 313
+ Meet
+
+
+
+
+ DlgKishaT313Help
+ NPCs.unity3d/PfKisha
+ RS_DATA/DlgsAdventureM09S03.unity3d
+
+
+ DlgFrankieT313Help
+ NPCs.unity3d/PfFrankie
+ RS_DATA/DlgsAdventureM09S03.unity3d
+
+
+ DlgPierreT313Help
+ NPCs.unity3d/PfPierre
+ RS_DATA/DlgsAdventureM09S03.unity3d
+
+
+ DlgEleanorT313Help
+ NPCs.unity3d/PfEleanor
+ RS_DATA/DlgsAdventureM09S03.unity3d
+
+ 0
+
+
+ false
+ NPCs.unity3d/PfHops
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Talk to your fellow explorers to find out where the Punk-Punks are coming from.
+
+
+
+
+ NPCs.unity3d/PfFrankie
+ PfMarker_TcGardenNPC
+ TownCenter
+
+
+
+ NPCs.unity3d/PfPierre
+ PfMarker_TcMidMtnNPC
+ TownCenter
+
+
+
+ NPCs.unity3d/PfHops
+ PfMarker_MtnJNPCHopsDefault
+ MountainJetpack
+
+
+
+ NPCs.unity3d/PfCJ
+ PfMarker_TcClckTwrNPC
+ TownCenter
+
+
+
+ NPCs.unity3d/PfKisha
+ PfMarker_TcWaterfallNPC
+ TownCenter
+
+
+
+ NPCs.unity3d/PfEleanor
+ PfMarker_TcBeachNPC
+ TownCenter
+
+
+
+
+ 82
+
+ DlgHopsS82Offer
+ NPCs.unity3d/PfHops
+ RS_DATA/DlgsAdventureM09S04.unity3d
+
+
+ DlgHopsS82End
+ NPCs.unity3d/PfHops
+ RS_DATA/DlgsAdventureM09S04.unity3d
+
+ -1
+
+ 314
+ Visit
+
+
+
+
+ DlgCJT314Help
+ NPCs.unity3d/PfCJ
+ RS_DATA/DlgsAdventureM09S04.unity3d
+
+
+ DlgKishaT314Help
+ NPCs.unity3d/PfKisha
+ RS_DATA/DlgsAdventureM09S04.unity3d
+
+
+ DlgFrankieT314Help
+ NPCs.unity3d/PfFrankie
+ RS_DATA/DlgsAdventureM09S04.unity3d
+
+
+ DlgPierreT314Help
+ NPCs.unity3d/PfPierre
+ RS_DATA/DlgsAdventureM09S04.unity3d
+
+ 0
+
+
+ false
+
+ PfMarker_MtnJJumpNPC
+ MountainJetpack
+ 1
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Go to the blue and yellow jump pad near the Jet Pack launch.
+
+
+
+
+
+ 83
+
+ DlgHopsS83Offer
+ NPCs.unity3d/PfHops
+ RS_DATA/DlgsAdventureM09S05.unity3d
+
+
+ DlgHopsS83End
+ NPCs.unity3d/PfHops
+ RS_DATA/DlgsAdventureM09S05.unity3d
+
+ -1
+
+ 315
+ Visit
+
+
+
+
+ DlgCJT315Help
+ NPCs.unity3d/PfCJ
+ RS_DATA/DlgsAdventureM09S05.unity3d
+
+
+ DlgFrankieT315Help
+ NPCs.unity3d/PfFrankie
+ RS_DATA/DlgsAdventureM09S05.unity3d
+
+
+ DlgPierreT315Help
+ NPCs.unity3d/PfPierre
+ RS_DATA/DlgsAdventureM09S05.unity3d
+
+ 0
+
+
+ false
+
+ PfMarker_EvAvatarStart
+ EnemyValley
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Take the blue and yellow jump pad and go through the green opening.
+
+
+
+
+ NPCs.unity3d/PfPierre
+ PfMarker_MjMtnExitNPC
+ MountainJetpack
+
+
+
+
+ 84
+
+ DlgHopsS84Offer
+ NPCs.unity3d/PfHops
+ RS_DATA/DlgsAdventureM09S06.unity3d
+
+
+ DlgHopsS84End
+ NPCs.unity3d/PfHops
+ RS_DATA/DlgsAdventureM09S06.unity3d
+
+ -1
+
+ 316
+ Photo
+
+
+
+
+ DlgCJT316Help
+ NPCs.unity3d/PfCJ
+ RS_DATA/DlgsAdventureM09S06.unity3d
+
+
+ DlgFrankieT316Help
+ NPCs.unity3d/PfFrankie
+ RS_DATA/DlgsAdventureM09S06.unity3d
+
+
+ DlgKishaT316Help
+ NPCs.unity3d/PfKisha
+ RS_DATA/DlgsAdventureM09S06.unity3d
+
+
+ DlgPierreT316Help
+ NPCs.unity3d/PfPierre
+ RS_DATA/DlgsAdventureM09S06.unity3d
+
+
+ DlgEleanorT316Help
+ NPCs.unity3d/PfEleanor
+ RS_DATA/DlgsAdventureM09S06.unity3d
+
+ 0
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ EnemyValleyMtns
+ 1
+
+
+ 0
+
+
+
+
+ Click on the camera button on your toolbar to take a photo of this new place.
+
+
+
+
+ NPCs.unity3d/PfHops
+ PfMarker_EvEntNPC03
+ EnemyValley
+
+
+
+
+ 85
+
+ DlgHopsS85Offer
+ NPCs.unity3d/PfHops
+ RS_DATA/DlgsAdventureM09S07.unity3d
+
+
+ DlgFrankieS85End
+ NPCs.unity3d/PfFrankie
+ RS_DATA/DlgsAdventureM09S07.unity3d
+
+ -1
+
+ 317
+ Delivery
+
+
+
+
+ DlgKishaT317Help
+ NPCs.unity3d/PfKisha
+ RS_DATA/DlgsAdventureM09S07.unity3d
+
+
+ DlgCJT317Help
+ NPCs.unity3d/PfCJ
+ RS_DATA/DlgsAdventureM09S07.unity3d
+
+
+ DlgPierreT317Help
+ NPCs.unity3d/PfPierre
+ RS_DATA/DlgsAdventureM09S07.unity3d
+
+
+ DlgEleanorT317Help
+ NPCs.unity3d/PfEleanor
+ RS_DATA/DlgsAdventureM09S07.unity3d
+
+ 0
+
+
+ false
+ NPCs.unity3d/PfFrankie
+
+
+
+
+
+
+
+
+
+
+ 1
+
+ EnemyValleyMtns
+ 1
+
+
+
+
+
+ Bring your photo of Punk-Punk Valley to Frankie. He's waiting for you in Lost Shores by the Bell Tower.
+
+
+
+
+ NPCs.unity3d/PfFrankie
+ PfMarker_TcClckTwrNPC
+ TownCenter
+
+
+
+ NPCs.unity3d/PfPierre
+ PfMarker_TcMidMtnNPC
+ TownCenter
+
+
+
+ NPCs.unity3d/PfKisha
+ PfMarker_TcWaterfallNPC
+ TownCenter
+
+
+
+
+ 86
+
+ DlgKishaS86Offer
+ NPCs.unity3d/PfKisha
+ RS_DATA/DlgsAdventureM10S01.unity3d
+
+
+ DlgKishaS86End
+ NPCs.unity3d/PfKisha
+ RS_DATA/DlgsAdventureM10S01.unity3d
+
+ -1
+
+ 318
+ Buy
+
+
+
+
+ DlgCJT318Help
+ NPCs.unity3d/PfCJ
+ RS_DATA/DlgsAdventureM10S01.unity3d
+
+
+ DlgFrankieT318Help
+ NPCs.unity3d/PfFrankie
+ RS_DATA/DlgsAdventureM10S01.unity3d
+
+
+ DlgPierreT318Help
+ NPCs.unity3d/PfPierre
+ RS_DATA/DlgsAdventureM10S01.unity3d
+
+
+ DlgEleanorT318Help
+ NPCs.unity3d/PfEleanor
+ RS_DATA/DlgsAdventureM10S01.unity3d
+
+ 0
+
+
+
+
+
+
+
+
+
+
+ 1
+
+
+
+ 1
+
+
+
+
+
+ Buy a new piece for your house in the "House Depot" from Isabella's cart.
+
+
+
+
+
+ 87
+
+ DlgKishaS87Offer
+ NPCs.unity3d/PfKisha
+ RS_DATA/DlgsAdventureM10S02.unity3d
+
+
+ DlgKishaS87End
+ NPCs.unity3d/PfKisha
+ RS_DATA/DlgsAdventureM10S02.unity3d
+
+ -1
+
+ 319
+ Build
+
+
+
+
+ DlgCJT319Help
+ NPCs.unity3d/PfCJ
+ RS_DATA/DlgsAdventureM10S02.unity3d
+
+
+ DlgFrankieT319Help
+ NPCs.unity3d/PfFrankie
+ RS_DATA/DlgsAdventureM10S02.unity3d
+
+
+ DlgPierreT319Help
+ NPCs.unity3d/PfPierre
+ RS_DATA/DlgsAdventureM10S02.unity3d
+
+
+ DlgEleanorT319Help
+ NPCs.unity3d/PfEleanor
+ RS_DATA/DlgsAdventureM09S02.unity3d
+
+ 0
+
+
+
+
+
+ HomeBase
+
+
+
+
+
+
+
+
+ 1
+
+
+
+
+
+ Click on your house to add your new house piece.
+
+
+
+
+
+ 88
+
+ DlgKishaS88Offer
+ NPCs.unity3d/PfKisha
+ RS_DATA/DlgsAdventureM10S03.unity3d
+
+
+ DlgKishaS88End
+ NPCs.unity3d/PfKisha
+ RS_DATA/DlgsAdventureM10S03.unity3d
+
+ -1
+
+ 320
+ Photo
+
+
+
+
+ DlgFrankieT320Help
+ NPCs.unity3d/PfFrankie
+ RS_DATA/DlgsAdventureM10S03.unity3d
+
+
+ DlgCJT320Help
+ NPCs.unity3d/PfCJ
+ RS_DATA/DlgsAdventureM10S03.unity3d
+
+
+ DlgPierreT320Help
+ NPCs.unity3d/PfPierre
+ RS_DATA/DlgsAdventureM10S03.unity3d
+
+
+ DlgEleanorT320Help
+ NPCs.unity3d/PfEleanor
+ RS_DATA/DlgsAdventureM10S03.unity3d
+
+ 0
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ MyHouse
+ 1
+
+
+ 0
+
+
+
+
+ Click on the camera on the toolbar to take a photo of your house.
+
+
+
+
+
+ 89
+
+ DlgHopsS89Offer
+ NPCs.unity3d/PfHops
+ RS_DATA/DlgsAdventureM10S04.unity3d
+
+
+ DlgHopsS89End
+ NPCs.unity3d/PfHops
+ RS_DATA/DlgsAdventureM10S04.unity3d
+
+ -1
+
+ 321
+ Visit
+
+
+
+
+ DlgCJT321Help
+ NPCs.unity3d/PfCJ
+ RS_DATA/DlgsAdventureM10S04.unity3d
+
+
+ DlgFrankieT321Help
+ NPCs.unity3d/PfFrankie
+ RS_DATA/DlgsAdventureM10S04.unity3d
+
+
+ DlgKishaT321Help
+ NPCs.unity3d/PfKisha
+ RS_DATA/DlgsAdventureM10S04.unity3d
+
+
+ DlgEleanorT321Help
+ NPCs.unity3d/PfEleanor
+ RS_DATA/DlgsAdventureM10S04.unity3d
+
+ 0
+
+
+ false
+
+ PfMarker_EvAvatarStart
+ EnemyValley
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Click on the sign above the old rabbit hole to test out the new shortcut to Punk-Punk Valley.
+
+
+
+
+
+ 90
+
+ DlgHopsS90Offer
+ NPCs.unity3d/PfHops
+ RS_DATA/DlgsAdventureM10S05.unity3d
+
+
+ DlgHopsS90End
+ NPCs.unity3d/PfHops
+ RS_DATA/DlgsAdventureM10S05.unity3d
+
+ -1
+
+ 322
+ Collect
+
+ GrpEvMis10St05
+
+
+ DlgCJT322Help
+ NPCs.unity3d/PfCJ
+ RS_DATA/DlgsAdventureM10S05.unity3d
+
+
+ DlgFrankieT322Help
+ NPCs.unity3d/PfFrankie
+ RS_DATA/DlgsAdventureM10S05.unity3d
+
+
+ DlgKishaT322Help
+ NPCs.unity3d/PfKisha
+ RS_DATA/DlgsAdventureM10S05.unity3d
+
+
+ DlgPierreT322Help
+ NPCs.unity3d/PfPierre
+ RS_DATA/DlgsAdventureM10S05.unity3d
+
+
+ 853
+ 1
+
+ 0
+
+
+
+
+
+ EnemyValley
+
+
+ GrpEvMis10St05
+
+
+ 18
+ PfCollectCMStatueOrange
+
+ 1
+
+
+
+
+
+ When you find the Punk-Punk statue in their hideout, run over it to collect it.
+
+
+
+
+
+ 91
+
+ DlgHopsS91Offer
+ NPCs.unity3d/PfHops
+ RS_DATA/DlgsAdventureM10S06.unity3d
+
+
+ DlgHopsS91End
+ NPCs.unity3d/PfHops
+ RS_DATA/DlgsAdventureM10S06.unity3d
+
+ -1
+
+ 323
+ Photo
+
+
+
+
+ DlgCJT323Help
+ NPCs.unity3d/PfCJ
+ RS_DATA/DlgsAdventureM10S06.unity3d
+
+
+ DlgFrankieT323Help
+ NPCs.unity3d/PfFrankie
+ RS_DATA/DlgsAdventureM10S06.unity3d
+
+
+ DlgPierreT323Help
+ NPCs.unity3d/PfPierre
+ RS_DATA/DlgsAdventureM10S06.unity3d
+
+ 0
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ PfBillboardPunk
+ 1
+
+
+ 0
+
+
+
+
+ Click on your camera to take a photo of the Punk-Punk wall drawings near the waterfall.
+
+
+
+
+
+ 92
+
+ DlgHopsS92Offer
+ NPCs.unity3d/PfHops
+ RS_DATA/DlgsAdventureM10S07.unity3d
+
+
+ DlgHopsS92End
+ NPCs.unity3d/PfHops
+ RS_DATA/DlgsAdventureM10S07.unity3d
+
+ -1
+
+ 324
+ Delivery
+
+
+ Punk Punk Statue.
+
+
+
+
+
+
+ DlgKishaT324Help
+ NPCs.unity3d/PfKisha
+ RS_DATA/DlgsAdventureM10S07.unity3d
+
+
+ DlgCJT324Help
+ NPCs.unity3d/PfCJ
+ RS_DATA/DlgsAdventureM10S07.unity3d
+
+
+ DlgFrankieT324Help
+ NPCs.unity3d/PfFrankie
+ RS_DATA/DlgsAdventureM10S07.unity3d
+
+
+ DlgPierreT324Help
+ NPCs.unity3d/PfPierre
+ RS_DATA/DlgsAdventureM10S07.unity3d
+
+ 0
+
+
+ false
+ NPCs.unity3d/PfHops
+
+
+
+
+
+
+
+ 853
+ RS_SHARED/zzItems.unity3d/PfItemCMStatueOrange
+
+ 1
+
+
+
+
+
+ 325
+ Delivery
+
+
+ Photo of cave drawings.
+
+
+
+
+
+ 0
+
+
+ false
+ NPCs.unity3d/PfHops
+
+
+
+
+
+
+
+
+
+
+ 1
+
+ PfBillboardPunk
+ 1
+
+
+
+
+
+ Bring the items you just collected to Hops. He's waiting for you near the Jet Pack launch.
+
+
+
+
+
+ 93
+
+ DlgHopsS93Offer
+ NPCs.unity3d/PfHops
+ RS_DATA/DlgsAdventureM10S08.unity3d
+
+
+ DlgHopsS93End
+ NPCs.unity3d/PfHops
+ RS_DATA/DlgsAdventureM10S08.unity3d
+
+ -1
+
+ 326
+ GameModule
+
+
+
+
+ DlgKishaT326Help
+ NPCs.unity3d/PfKisha
+ RS_DATA/DlgsAdventureM10S08.unity3d
+
+
+ DlgCJT326Help
+ NPCs.unity3d/PfCJ
+ RS_DATA/DlgsAdventureM10S08.unity3d
+
+
+ DlgFrankieT326Help
+ NPCs.unity3d/PfFrankie
+ RS_DATA/DlgsAdventureM10S08.unity3d
+
+
+ DlgPierreT326Help
+ NPCs.unity3d/PfPierre
+ RS_DATA/DlgsAdventureM10S08.unity3d
+
+
+ DlgEleanorT326Help
+ NPCs.unity3d/PfEleanor
+ RS_DATA/DlgsAdventureM10S08.unity3d
+
+ 0
+
+
+
+
+
+
+
+ HopsJetPack
+
+
+
+
+
+
+
+
+
+
+
+
+ Play Hops' Jet Pack game to get your brain in motion.
+
+
+
+
+
+ 94
+
+ DlgHopsS94Offer
+ NPCs.unity3d/PfHops
+ RS_DATA/DlgsAdventureM11S01.unity3d
+
+
+ DlgHopsS94End
+ NPCs.unity3d/PfHops
+ RS_DATA/DlgsAdventureM11S01.unity3d
+
+ -1
+
+ 327
+ Meet
+
+
+
+
+ DlgFrankieT327Help
+ NPCs.unity3d/PfFrankie
+ RS_DATA/DlgsAdventureM11S01.unity3d
+
+
+ DlgKishaT327Help
+ NPCs.unity3d/PfKisha
+ RS_DATA/DlgsAdventureM11S01.unity3d
+
+
+ DlgCJT327Help
+ NPCs.unity3d/PfCJ
+ RS_DATA/DlgsAdventureM11S01.unity3d
+
+
+ DlgPierreT327Help
+ NPCs.unity3d/PfPierre
+ RS_DATA/DlgsAdventureM11S01.unity3d
+
+
+ DlgEleanorT327Help
+ NPCs.unity3d/PfEleanor
+ RS_DATA/DlgsAdventureM11S01.unity3d
+
+ 0
+
+
+ false
+ NPCs.unity3d/PfHops
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Meet Hops by the Jetpack launch so he can tell you about his news.
+
+
+
+
+
+ 95
+
+ DlgHopsS95Offer
+ NPCs.unity3d/PfHops
+ RS_DATA/DlgsAdventureM11S02.unity3d
+
+
+ DlgHopsS95End
+ NPCs.unity3d/PfHops
+ RS_DATA/DlgsAdventureM11S02.unity3d
+
+ -1
+
+ 328
+ Creative
+
+
+
+
+ DlgKishaT328Help
+ NPCs.unity3d/PfKisha
+ RS_DATA/DlgsAdventureM11S02.unity3d
+
+
+ DlgFrankieT328Help
+ NPCs.unity3d/PfFrankie
+ RS_DATA/DlgsAdventureM11S02.unity3d
+
+
+ DlgCJT328Help
+ NPCs.unity3d/PfCJ
+ RS_DATA/DlgsAdventureM11S02.unity3d
+
+
+ DlgEleanorT328Help
+ NPCs.unity3d/PfEleanor
+ RS_DATA/DlgsAdventureM11S02.unity3d
+
+ 0
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 1
+
+
+
+
+ Make a picture in the Art Studio to scare the Punk-Punks. Make sure the picture includes at least 3 red triangles.
+
+
+
+
+
+ 96
+
+ DlgHopsS96Offer
+ NPCs.unity3d/PfHops
+ RS_DATA/DlgsAdventureM11S03.unity3d
+
+
+ DlgHopsS96End
+ NPCs.unity3d/PfHops
+ RS_DATA/DlgsAdventureM11S03.unity3d
+
+ -1
+
+ 329
+ Build
+
+
+
+
+ DlgFrankieT329Help
+ NPCs.unity3d/PfFrankie
+ RS_DATA/DlgsAdventureM11S03.unity3d
+
+
+ DlgKishaT329Help
+ NPCs.unity3d/PfKisha
+ RS_DATA/DlgsAdventureM11S03.unity3d
+
+
+ DlgCJT329Help
+ NPCs.unity3d/PfCJ
+ RS_DATA/DlgsAdventureM11S03.unity3d
+
+
+ DlgEleanorT329Help
+ NPCs.unity3d/PfEleanor
+ RS_DATA/DlgsAdventureM11S03.unity3d
+
+ 0
+
+
+
+
+
+ TownCenter
+
+
+
+
+
+
+
+
+ 1
+
+
+ 1
+
+
+
+
+ Click on the billboard by the garden to post your picture.
+
+
+
+
+
+ 97
+
+ DlgHopsS97Offer
+ NPCs.unity3d/PfHops
+ RS_DATA/DlgsAdventureM11S04.unity3d
+
+
+ DlgHopsS97End
+ NPCs.unity3d/PfHops
+ RS_DATA/DlgsAdventureM11S04.unity3d
+
+ -1
+
+ 330
+ Buy
+
+
+
+
+ DlgKishaT330Help
+ NPCs.unity3d/PfKisha
+ RS_DATA/DlgsAdventureM11S04.unity3d
+
+
+ DlgFrankieT330Help
+ NPCs.unity3d/PfFrankie
+ RS_DATA/DlgsAdventureM11S04.unity3d
+
+
+ DlgCJT330Help
+ NPCs.unity3d/PfCJ
+ RS_DATA/DlgsAdventureM11S04.unity3d
+
+
+ DlgEleanorT330Help
+ NPCs.unity3d/PfEleanor
+ RS_DATA/DlgsAdventureM11S04.unity3d
+
+ 0
+
+
+
+
+
+
+
+
+
+
+ 3
+
+
+ 45
+ 1
+
+
+
+
+
+ Buy a Silly Sunflower from the "General Goods" store in Isabella's Cart.
+
+
+
+
+
+ 98
+
+ DlgHopsS98Offer
+ NPCs.unity3d/PfHops
+ RS_DATA/DlgsAdventureM11S05.unity3d
+
+
+ DlgHopsS98End
+ NPCs.unity3d/PfHops
+ RS_DATA/DlgsAdventureM11S05.unity3d
+
+ -1
+
+ 331
+ Build
+
+
+
+
+ DlgCJT331Help
+ NPCs.unity3d/PfCJ
+ RS_DATA/DlgsAdventureM11S05.unity3d
+
+
+ DlgFrankieT331Help
+ NPCs.unity3d/PfFrankie
+ RS_DATA/DlgsAdventureM11S05.unity3d
+
+
+ DlgKishaT331Help
+ NPCs.unity3d/PfKisha
+ RS_DATA/DlgsAdventureM11S05.unity3d
+
+
+ DlgEleanorT331Help
+ NPCs.unity3d/PfEleanor
+ RS_DATA/DlgsAdventureM11S05.unity3d
+
+ 0
+
+
+
+
+
+ TownCenter
+
+
+
+
+
+
+
+ 8
+ 1
+
+
+
+
+
+ Click on the purple planter near the Bell Tower to plant your Silly Sunflower.
+
+
+
+
+
+ 99
+
+ DlgHopsS99Offer
+ NPCs.unity3d/PfHops
+ RS_DATA/DlgsAdventureM11S06.unity3d
+
+
+ DlgHopsS99End
+ NPCs.unity3d/PfHops
+ RS_DATA/DlgsAdventureM11S06.unity3d
+
+ -1
+
+ 332
+ Collect
+
+
+
+
+ DlgFrankieT332Help
+ NPCs.unity3d/PfFrankie
+ RS_DATA/DlgsAdventureM11S06.unity3d
+
+
+ DlgCJT332Help
+ NPCs.unity3d/PfCJ
+ RS_DATA/DlgsAdventureM11S06.unity3d
+
+
+ DlgPierreT332Help
+ NPCs.unity3d/PfPierre
+ RS_DATA/DlgsAdventureM11S06.unity3d
+
+
+ DlgEleanorT332Help
+ NPCs.unity3d/PfEleanor
+ RS_DATA/DlgsAdventureM11S06.unity3d
+
+
+ 854
+ 1
+
+ 0
+
+
+
+
+
+ HomeBase
+
+
+ GrpHbMis11St06
+
+
+ 20
+ PfCollectFloatFlag
+
+ 1
+
+
+
+
+
+ Swim in the water near the tiny island near your house to collect the floating red triangle.
+
+
+
+
+
+ 100
+
+ DlgHopsS100Offer
+ NPCs.unity3d/PfHops
+ RS_DATA/DlgsAdventureM11S07.unity3d
+
+
+ DlgHopsS100End
+ NPCs.unity3d/PfHops
+ RS_DATA/DlgsAdventureM11S07.unity3d
+
+ -1
+
+ 333
+ Build
+
+
+
+
+ DlgCJT333Help
+ NPCs.unity3d/PfCJ
+ RS_DATA/DlgsAdventureM11S07.unity3d
+
+
+ DlgFrankieT333Help
+ NPCs.unity3d/PfFrankie
+ RS_DATA/DlgsAdventureM11S07.unity3d
+
+
+ DlgKishaT333Help
+ NPCs.unity3d/PfKisha
+ RS_DATA/DlgsAdventureM11S07.unity3d
+
+
+ DlgPierreT333Help
+ NPCs.unity3d/PfPierre
+ RS_DATA/DlgsAdventureM10S07.unity3d
+
+ 0
+
+
+
+
+
+ HomeBase
+
+
+
+
+
+ 854
+ RS_SHARED/zzItems.unity3d/PfItemFloatFlag
+
+ 1
+
+
+
+
+
+ Click on the orange spot in front of your house to place the red triangle and keep the Punk-Punks away.
+
+
+
+
+
+ 101
+
+ DlgHopsS101Offer
+ NPCs.unity3d/PfHops
+ RS_DATA/DlgsAdventureM12S01.unity3d
+
+
+ DlgCJS101End
+ NPCs.unity3d/PfCJ
+ RS_DATA/DlgsAdventureM12S01.unity3d
+
+ -1
+
+ 334
+ Meet
+
+
+
+
+ DlgKishaT334Help
+ NPCs.unity3d/PfKisha
+ RS_DATA/DlgsAdventureM12S01.unity3d
+
+
+ DlgFrankieT334Help
+ NPCs.unity3d/PfFrankie
+ RS_DATA/DlgsAdventureM12S01.unity3d
+
+
+ DlgEleanorT334Help
+ NPCs.unity3d/PfEleanor
+ RS_DATA/DlgsAdventureM12S01.unity3d
+
+ 0
+
+
+ false
+ NPCs.unity3d/PfCJ
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Find CJ to get the Punk-Punk statue back.
+
+
+
+
+
+ 102
+
+ DlgCJS102Offer
+ NPCs.unity3d/PfCJ
+ RS_DATA/DlgsAdventureM12S02.unity3d
+
+
+ DlgCJS102End
+ NPCs.unity3d/PfCJ
+ RS_DATA/DlgsAdventureM12S02.unity3d
+
+ -1
+
+ 335
+ Collect
+
+
+
+
+ DlgFrankieT335Help
+ NPCs.unity3d/PfFrankie
+ RS_DATA/DlgsAdventureM12S02.unity3d
+
+
+ DlgHopsT335Help
+ NPCs.unity3d/PfHops
+ RS_DATA/DlgsAdventureM12S02.unity3d
+
+
+ DlgKishaT335Help
+ NPCs.unity3d/PfKisha
+ RS_DATA/DlgsAdventureM12S02.unity3d
+
+
+ 853
+ 1
+
+ 0
+
+
+
+
+
+ TownCenter
+
+
+ GrpTcMis12St02
+
+
+ 18
+ PfCollectCMStatueOrange
+
+ 1
+
+
+
+
+
+ Put together all the clues from each of the explorers to find out where CJ hid the statue.
+
+
+
+
+
+ 103
+
+ DlgFrankieS103Offer
+ NPCs.unity3d/PfFrankie
+ RS_DATA/DlgsAdventureM12S03.unity3d
+
+
+ DlgFrankieS103End
+ NPCs.unity3d/PfFrankie
+ RS_DATA/DlgsAdventureM12S03.unity3d
+
+ -1
+
+ 336
+ Meet
+
+
+
+
+ DlgPierreT336Help
+ NPCs.unity3d/PfPierre
+ RS_DATA/DlgsAdventureM12S03.unity3d
+
+ 0
+
+
+ false
+ NPCs.unity3d/PfFrankie
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Meet Frankie by your house.
+
+
+
+
+ NPCs.unity3d/PfFrankie
+ PfMarker_HbHouseNPC
+ HomeBase
+
+
+
+
+ 104
+
+ DlgFrankieS104Offer
+ NPCs.unity3d/PfFrankie
+ RS_DATA/DlgsAdventureM12S04.unity3d
+
+
+ DlgCJS104End
+ NPCs.unity3d/PfCJ
+ RS_DATA/DlgsAdventureM12S04.unity3d
+
+ -1
+
+ 338
+ Visit
+
+
+
+
+ DlgFrankieT338Help
+ NPCs.unity3d/PfFrankie
+ RS_DATA/DlgsAdventureM12S04.unity3d
+
+
+ DlgKishaT338Help
+ NPCs.unity3d/PfKisha
+ RS_DATA/DlgsAdventureM12S04.unity3d
+
+
+ DlgCJT338Help
+ NPCs.unity3d/PfCJ
+ RS_DATA/DlgsAdventureM12S04.unity3d
+
+ 0
+
+
+ false
+
+
+ AvatarCreatorAL
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Visit the Jumpee Quick Change to put on your new Punk-Punk costume.
+
+
+
+
+
+ 105
+
+ DlgCJS105Offer
+ NPCs.unity3d/PfCJ
+ RS_DATA/DlgsAdventureM12S05.unity3d
+
+
+ DlgFrankieS105End
+ NPCs.unity3d/PfFrankie
+ RS_DATA/DlgsAdventureM12S05.unity3d
+
+ -1
+
+ 339
+ Build
+
+
+
+ 0
+
+
+
+
+
+ EnemyValley
+
+
+
+
+
+ 853
+ RS_SHARED/zzItems.unity3d/PfItemCMStatueOrange
+
+ 1
+
+
+
+
+
+ Sneak back into Punk Punk Valley. Click on the purple spot to return their statue.
+
+
+
+
+
+ 106
+
+ DlgCJS106Offer
+ NPCs.unity3d/PfCJ
+ RS_DATA/DlgsAdventureM02S04.unity3d
+
+
+ DlgCJS106End
+ NPCs.unity3d/PfCJ
+ RS_DATA/DlgsAdventureM02S04.unity3d
+
+ -1
+
+ 348
+ Build
+
+
+ HomeBase
+ 0
+
+
+
+
+
+ HomeBase
+
+
+
+
+
+
+
+
+ 1
+
+
+
+
+
+ Click on your house to start remodeling.
+
+
+
+
+ NPCs.unity3d/PfCJ
+ PfMarker_HbHouseNPC
+ HomeBase
+
+
+
+
+ 107
+
+
+ 6
+
+ 36
+ Collect
+
+
+ Destroy 11 GooPods in 2:00
+
+
+
+
+ TrekAncient01
+ 0
+
+
+
+
+
+ TrekAncient01
+
+
+ GrpAncZone02Collect01
+
+
+ 1
+ PfTrekCollectGoo
+
+ 11
+
+
+
+
+
+ 37
+ Collect
+
+
+ Destroy 13 GooPods in 1:45
+
+
+
+
+ TrekAncient01
+ 0
+
+
+
+
+
+ TrekAncient01
+
+
+ GrpAncZone02Collect01
+
+
+ 1
+ PfTrekCollectGoo
+
+ 13
+
+
+
+
+
+ 38
+ Collect
+
+
+ Destroy 15 GooPods in 1:30
+
+
+
+
+ TrekAncient01
+ 0
+
+
+
+
+
+ TrekAncient01
+
+
+ GrpAncZone02Collect01
+
+
+ 1
+ PfTrekCollectGoo
+
+ 15
+
+
+
+
+
+ 39
+ Collect
+
+
+ Destroy 16 GooPods in 2:00
+
+
+
+
+ TrekAncient01
+ 0
+
+
+
+
+
+ TrekAncient01
+
+
+ GrpAncZone02Collect02
+
+
+ 1
+ PfTrekCollectGoo
+
+ 16
+
+
+
+
+
+ 40
+ Collect
+
+
+ Destroy 18 GooPods in 1:45
+
+
+
+
+ TrekAncient01
+ 0
+
+
+
+
+
+ TrekAncient01
+
+
+ GrpAncZone02Collect02
+
+
+ 1
+ PfTrekCollectGoo
+
+ 18
+
+
+
+
+
+ 41
+ Collect
+
+
+ Destroy 20 GooPods in 1:30
+
+
+
+
+ TrekAncient01
+ 0
+
+
+
+
+
+ TrekAncient01
+
+
+ GrpAncZone02Collect02
+
+
+ 1
+ PfTrekCollectGoo
+
+ 20
+
+
+
+
+
+ 42
+ Collect
+
+
+ Destroy 21 GooPods in 2:00
+
+
+
+
+ TrekAncient01
+ 0
+
+
+
+
+
+ TrekAncient01
+
+
+ GrpAncZone02Collect03
+
+
+ 1
+ PfTrekCollectGoo
+
+ 21
+
+
+
+
+
+ 43
+ Collect
+
+
+ Destroy 23 GooPods in 1:45
+
+
+
+
+ TrekAncient01
+ 0
+
+
+
+
+
+ TrekAncient01
+
+
+ GrpAncZone02Collect03
+
+
+ 1
+ PfTrekCollectGoo
+
+ 23
+
+
+
+
+
+ 44
+ Collect
+
+
+ Destroy 25 GooPods in 1:30
+
+
+
+
+ TrekAncient01
+ 0
+
+
+
+
+
+ TrekAncient01
+
+
+ GrpAncZone02Collect03
+
+
+ 1
+ PfTrekCollectGoo
+
+ 25
+
+
+
+
+
+ GooPod Missions
+
+
+
+
+
+ 108
+
+
+ 6
+
+ 45
+ Collect
+
+
+ Defeat 5 Gords in 2:00
+
+
+
+
+ TrekAncient01
+ 0
+
+
+
+ PfGord
+
+ TrekAncient01
+
+
+ GrpAncZone02Battle01
+
+
+
+
+
+ 5
+
+
+
+
+
+ 46
+ Collect
+
+
+ Defeat 6 Gords in 1:45
+
+
+
+
+ TrekAncient01
+ 0
+
+
+
+ PfGord
+
+ TrekAncient01
+
+
+ GrpAncZone02Battle01
+
+
+
+
+
+ 6
+
+
+
+
+
+ 47
+ Collect
+
+
+ Defeat 7 Gords in 1:30
+
+
+
+
+ TrekAncient01
+ 0
+
+
+
+ PfGord
+
+ TrekAncient01
+
+
+ GrpAncZone02Battle01
+
+
+
+
+
+ 7
+
+
+
+
+
+ 48
+ Collect
+
+
+ Defeat 5 Gords in 2:00
+
+
+
+
+ TrekAncient01
+ 0
+
+
+
+ PfGord
+
+ TrekAncient01
+
+
+ GrpAncZone02Battle02
+
+
+
+
+
+ 5
+
+
+
+
+
+ 49
+ Collect
+
+
+ Defeat 6 Gords in 1:45
+
+
+
+
+ TrekAncient01
+ 0
+
+
+
+ PfGord
+
+ TrekAncient01
+
+
+ GrpAncZone02Battle02
+
+
+
+
+
+ 6
+
+
+
+
+
+ 50
+ Collect
+
+
+ Defeat 7 Gords in 1:30
+
+
+
+
+ TrekAncient01
+ 0
+
+
+
+ PfGord
+
+ TrekAncient01
+
+
+ GrpAncZone02Battle02
+
+
+
+
+
+ 7
+
+
+
+
+
+ 51
+ Collect
+
+
+ Defeat 5 Gords in 2:00
+
+
+
+
+ TrekAncient01
+ 0
+
+
+
+ PfGord
+
+ TrekAncient01
+
+
+ GrpAncZone02Battle03
+
+
+
+
+
+ 5
+
+
+
+
+
+ 52
+ Collect
+
+
+ Defeat 6 Gords in 1:45
+
+
+
+
+ TrekAncient01
+ 0
+
+
+
+ PfGord
+
+ TrekAncient01
+
+
+ GrpAncZone02Battle03
+
+
+
+
+
+ 6
+
+
+
+
+
+ 53
+ Collect
+
+
+ Defeat 7 Gords in 1:30
+
+
+
+
+ TrekAncient01
+ 0
+
+
+
+ PfGord
+
+ TrekAncient01
+
+
+ GrpAncZone02Battle03
+
+
+
+
+
+ 7
+
+
+
+
+
+ Gord Battle Missions
+
+
+
+
+
+ 109
+
+
+ -1
+
+ 109
+ Meet
+
+
+ Get to the end of the SpeedPath in 1:45
+
+
+
+ GrpAncZone02SP
+ TrekAncient01
+ 0
+
+
+ false
+ PfTrekPortalArch
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 110
+
+
+ -1
+
+ 114
+ Meet
+
+
+ Get to the end of the Portal Path in 2:00
+
+
+
+ GrpAncZone02Nav01
+ TrekAncient01Nav
+ 0
+
+
+ false
+ PfTrekPortalArch
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 111
+
+
+ -1
+
+ 119
+ Meet
+
+
+ Get to the end of the Portal Path in 2:00
+
+
+
+ GrpAncZone02Nav02
+ TrekAncient01Nav
+ 0
+
+
+ false
+ PfTrekPortalArch
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 112
+
+
+ -1
+
+ 124
+ Collect
+
+
+ Squash all Gords and then get to the exit
+
+
+
+ GrpAncZone02Roller01
+ TrekAncient01Roller
+ 0
+
+
+
+ PfGord
+
+ TrekAncient01Roller
+
+
+ GrpAncZone02Roller01
+
+
+
+
+
+ 6
+
+
+
+
+
+
+ 113
+
+
+ -1
+
+ 129
+ Collect
+
+
+ Squash all Gords and then get to the exit
+
+
+
+ GrpAncZone02Roller02
+ TrekAncient01Roller
+ 0
+
+
+
+ PfGord
+
+ TrekAncient01Roller
+
+
+ GrpAncZone02Roller02
+
+
+
+
+
+ 6
+
+
+
+
+
+
+ 114
+
+
+ -1
+
+ 341
+ Collect
+
+
+ Squash the Henchman
+
+
+
+ GrpAncZone02Boss01
+ TrekAncient01Roller
+ 0
+
+
+
+ PfHenchman
+
+ TrekAncient01Roller
+
+
+ GrpAncZone02Boss01
+
+
+
+
+
+ 1
+
+
+
+
+
+
+ 115
+
+
+ 6
+
+ 54
+ Collect
+
+
+ Destroy 10 GooPods in 1:45
+
+
+
+
+ TrekAncient01
+ 0
+
+
+
+
+
+ TrekAncient01
+
+
+ GrpAncZone03Collect01
+
+
+ 1
+ PfTrekCollectGoo
+
+ 10
+
+
+
+
+
+ 55
+ Collect
+
+
+ Destroy 13 GooPods in 1:45
+
+
+
+
+ TrekAncient01
+ 0
+
+
+
+
+
+ TrekAncient01
+
+
+ GrpAncZone03Collect01
+
+
+ 1
+ PfTrekCollectGoo
+
+ 13
+
+
+
+
+
+ 56
+ Collect
+
+
+ Destroy 15 GooPods in 1:30
+
+
+
+
+ TrekAncient01
+ 0
+
+
+
+
+
+ TrekAncient01
+
+
+ GrpAncZone03Collect01
+
+
+ 1
+ PfTrekCollectGoo
+
+ 15
+
+
+
+
+
+ 57
+ Collect
+
+
+ Destroy 16 GooPods in 2:00
+
+
+
+
+ TrekAncient01
+ 0
+
+
+
+
+
+ TrekAncient01
+
+
+ GrpAncZone03Collect02
+
+
+ 1
+ PfTrekCollectGoo
+
+ 16
+
+
+
+
+
+ 58
+ Collect
+
+
+ Destroy 18 GooPods in 1:45
+
+
+
+
+ TrekAncient01
+ 0
+
+
+
+
+
+ TrekAncient01
+
+
+ GrpAncZone03Collect02
+
+
+ 1
+ PfTrekCollectGoo
+
+ 18
+
+
+
+
+
+ 59
+ Collect
+
+
+ Destroy 20 GooPods in 1:30
+
+
+
+
+ TrekAncient01
+ 0
+
+
+
+
+
+ TrekAncient01
+
+
+ GrpAncZone03Collect02
+
+
+ 1
+ PfTrekCollectGoo
+
+ 20
+
+
+
+
+
+ 60
+ Collect
+
+
+ Destroy 20 GooPods in 2:00
+
+
+
+
+ TrekAncient01
+ 0
+
+
+
+
+
+ TrekAncient01
+
+
+ GrpAncZone03Collect03
+
+
+ 1
+ PfTrekCollectGoo
+
+ 20
+
+
+
+
+
+ 61
+ Collect
+
+
+ Destroy 23 GooPods in 1:45
+
+
+
+
+ TrekAncient01
+ 0
+
+
+
+
+
+ TrekAncient01
+
+
+ GrpAncZone03Collect03
+
+
+ 1
+ PfTrekCollectGoo
+
+ 23
+
+
+
+
+
+ 62
+ Collect
+
+
+ Destroy 25 GooPods in 1:30
+
+
+
+
+ TrekAncient01
+ 0
+
+
+
+
+
+ TrekAncient01
+
+
+ GrpAncZone03Collect03
+
+
+ 1
+ PfTrekCollectGoo
+
+ 25
+
+
+
+
+
+ GooPod Missions
+
+
+
+
+
+ 116
+
+
+ 6
+
+ 63
+ Collect
+
+
+ Defeat 6 Gords in 2:00
+
+
+
+
+ TrekAncient01
+ 0
+
+
+
+ PfGord
+
+ TrekAncient01
+
+
+ GrpAncZone03Battle01
+
+
+
+
+
+ 6
+
+
+
+
+
+ 64
+ Collect
+
+
+ Defeat 7 Gords in 1:45
+
+
+
+
+ TrekAncient01
+ 0
+
+
+
+ PfGord
+
+ TrekAncient01
+
+
+ GrpAncZone03Battle01
+
+
+
+
+
+ 7
+
+
+
+
+
+ 65
+ Collect
+
+
+ Defeat 8 Gords in 1:30
+
+
+
+
+ TrekAncient01
+ 0
+
+
+
+ PfGord
+
+ TrekAncient01
+
+
+ GrpAncZone03Battle01
+
+
+
+
+
+ 8
+
+
+
+
+
+ 66
+ Collect
+
+
+ Defeat 6 Gords in 2:00
+
+
+
+
+ TrekAncient01
+ 0
+
+
+
+ PfGord
+
+ TrekAncient01
+
+
+ GrpAncZone03Battle02
+
+
+
+
+
+ 6
+
+
+
+
+
+ 67
+ Collect
+
+
+ Defeat 7 Gords in 1:45
+
+
+
+
+ TrekAncient01
+ 0
+
+
+
+ PfGord
+
+ TrekAncient01
+
+
+ GrpAncZone03Battle02
+
+
+
+
+
+ 7
+
+
+
+
+
+ 68
+ Collect
+
+
+ Defeat 8 Gords in 1:30
+
+
+
+
+ TrekAncient01
+ 0
+
+
+
+ PfGord
+
+ TrekAncient01
+
+
+ GrpAncZone03Battle02
+
+
+
+
+
+ 8
+
+
+
+
+
+ 69
+ Collect
+
+
+ Defeat 6 Gords in 2:00
+
+
+
+
+ TrekAncient01
+ 0
+
+
+
+ PfGord
+
+ TrekAncient01
+
+
+ GrpAncZone03Battle03
+
+
+
+
+
+ 6
+
+
+
+
+
+ 70
+ Collect
+
+
+ Defeat 7 Gords in 1:45
+
+
+
+
+ TrekAncient01
+ 0
+
+
+
+ PfGord
+
+ TrekAncient01
+
+
+ GrpAncZone03Battle03
+
+
+
+
+
+ 7
+
+
+
+
+
+ 71
+ Collect
+
+
+ Defeat 8 Gords in 1:30
+
+
+
+
+ TrekAncient01
+ 0
+
+
+
+ PfGord
+
+ TrekAncient01
+
+
+ GrpAncZone03Battle03
+
+
+
+
+
+ 8
+
+
+
+
+
+ Gord Battle Missions
+
+
+
+
+
+ 117
+
+
+ -1
+
+ 110
+ Meet
+
+
+ Get to the end of the SpeedPath in 2:00
+
+
+
+ GrpAncZone03SP
+ TrekAncient01
+ 0
+
+
+ false
+ PfTrekPortalArch
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 118
+
+
+ -1
+
+ 115
+ Meet
+
+
+ Get to the end of the Portal Path in 2:00
+
+
+
+ GrpAncZone03Nav01
+ TrekAncient01Nav
+ 0
+
+
+ false
+ PfTrekPortalArch
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 119
+
+
+ -1
+
+ 120
+ Meet
+
+
+ Get to the end of the Portal Path in 2:00
+
+
+
+ GrpAncZone03Nav02
+ TrekAncient01Nav
+ 0
+
+
+ false
+ PfTrekPortalArch
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 120
+
+
+ -1
+
+ 125
+ Collect
+
+
+ Squash all Gords and then get to the exit
+
+
+
+ GrpAncZone03Roller01
+ TrekAncient01Roller
+ 0
+
+
+
+ PfGord
+
+ TrekAncient01Roller
+
+
+ GrpAncZone03Roller01
+
+
+
+
+
+ 6
+
+
+
+
+
+
+ 121
+
+
+ -1
+
+ 130
+ Collect
+
+
+ Squash all Gords and then get to the exit
+
+
+
+ GrpAncZone03Roller02
+ TrekAncient01Roller
+ 0
+
+
+
+ PfGord
+
+ TrekAncient01Roller
+
+
+ GrpAncZone03Roller02
+
+
+
+
+
+ 6
+
+
+
+
+
+
+ 122
+
+
+ -1
+
+ 342
+ Collect
+
+
+ Squash the Henchman
+
+
+
+ GrpAncZone03Boss01
+ TrekAncient01Roller
+ 0
+
+
+
+ PfHenchman
+
+ TrekAncient01Roller
+
+
+ GrpAncZone03Boss01
+
+
+
+
+
+ 1
+
+
+
+
+
+
+ 123
+
+
+ 6
+
+ 72
+ Collect
+
+
+ Destroy 15 GooPods in 2:15
+
+
+
+
+ TrekAncient01
+ 0
+
+
+
+
+
+ TrekAncient01
+
+
+ GrpAncZone04Collect01
+
+
+ 1
+ PfTrekCollectGoo
+
+ 15
+
+
+
+
+
+ 73
+ Collect
+
+
+ Destroy 18 GooPods in 2:00
+
+
+
+
+ TrekAncient01
+ 0
+
+
+
+
+
+ TrekAncient01
+
+
+ GrpAncZone04Collect01
+
+
+ 1
+ PfTrekCollectGoo
+
+ 18
+
+
+
+
+
+ 74
+ Collect
+
+
+ Destroy 20 GooPods in 1:45
+
+
+
+
+ TrekAncient01
+ 0
+
+
+
+
+
+ TrekAncient01
+
+
+ GrpAncZone04Collect01
+
+
+ 1
+ PfTrekCollectGoo
+
+ 20
+
+
+
+
+
+ 75
+ Collect
+
+
+ Destroy 21 GooPods in 2:00
+
+
+
+
+ TrekAncient01
+ 0
+
+
+
+
+
+ TrekAncient01
+
+
+ GrpAncZone04Collect02
+
+
+ 1
+ PfTrekCollectGoo
+
+ 21
+
+
+
+
+
+ 76
+ Collect
+
+
+ Destroy 23 GooPods in 1:45
+
+
+
+
+ TrekAncient01
+ 0
+
+
+
+
+
+ TrekAncient01
+
+
+ GrpAncZone04Collect02
+
+
+ 1
+ PfTrekCollectGoo
+
+ 23
+
+
+
+
+
+ 77
+ Collect
+
+
+ Destroy 25 GooPods in 1:30
+
+
+
+
+ TrekAncient01
+ 0
+
+
+
+
+
+ TrekAncient01
+
+
+ GrpAncZone04Collect02
+
+
+ 1
+ PfTrekCollectGoo
+
+ 25
+
+
+
+
+
+ 78
+ Collect
+
+
+ Destroy 26 GooPods in 2:30
+
+
+
+
+ TrekAncient01
+ 0
+
+
+
+
+
+ TrekAncient01
+
+
+ GrpAncZone04Collect03
+
+
+ 1
+ PfTrekCollectGoo
+
+ 26
+
+
+
+
+
+ 79
+ Collect
+
+
+ Destroy 28 GooPods in 2:15
+
+
+
+
+ TrekAncient01
+ 0
+
+
+
+
+
+ TrekAncient01
+
+
+ GrpAncZone04Collect03
+
+
+ 1
+ PfTrekCollectGoo
+
+ 28
+
+
+
+
+
+ 80
+ Collect
+
+
+ Destroy 30 GooPods in 2:00
+
+
+
+
+ TrekAncient01
+ 0
+
+
+
+
+
+ TrekAncient01
+
+
+ GrpAncZone04Collect03
+
+
+ 1
+ PfTrekCollectGoo
+
+ 30
+
+
+
+
+
+ GooPod Missions
+
+
+
+
+
+ 124
+
+
+ 6
+
+ 81
+ Collect
+
+
+ Defeat 7 Gords in 2:30
+
+
+
+
+ TrekAncient01
+ 0
+
+
+
+ PfGord
+
+ TrekAncient01
+
+
+ GrpAncZone04Battle01
+
+
+
+
+
+ 7
+
+
+
+
+
+ 82
+ Collect
+
+
+ Defeat 8 Gords in 2:15
+
+
+
+
+ TrekAncient01
+ 0
+
+
+
+ PfGord
+
+ TrekAncient01
+
+
+ GrpAncZone04Battle01
+
+
+
+
+
+ 8
+
+
+
+
+
+ 83
+ Collect
+
+
+ Defeat 9 Gords in 2:00
+
+
+
+
+ TrekAncient01
+ 0
+
+
+
+ PfGord
+
+ TrekAncient01
+
+
+ GrpAncZone04Battle01
+
+
+
+
+
+ 9
+
+
+
+
+
+ 84
+ Collect
+
+
+ Defeat 7 Gords in 2:30
+
+
+
+
+ TrekAncient01
+ 0
+
+
+
+ PfGord
+
+ TrekAncient01
+
+
+ GrpAncZone04Battle02
+
+
+
+
+
+ 7
+
+
+
+
+
+ 85
+ Collect
+
+
+ Defeat 8 Gords in 2:15
+
+
+
+
+ TrekAncient01
+ 0
+
+
+
+ PfGord
+
+ TrekAncient01
+
+
+ GrpAncZone04Battle02
+
+
+
+
+
+ 8
+
+
+
+
+
+ 86
+ Collect
+
+
+ Defeat 9 Gords in 2:00
+
+
+
+
+ TrekAncient01
+ 0
+
+
+
+ PfGord
+
+ TrekAncient01
+
+
+ GrpAncZone04Battle02
+
+
+
+
+
+ 9
+
+
+
+
+
+ 87
+ Collect
+
+
+ Defeat 7 Gords in 2:30
+
+
+
+
+ TrekAncient01
+ 0
+
+
+
+ PfGord
+
+ TrekAncient01
+
+
+ GrpAncZone04Battle03
+
+
+
+
+
+ 7
+
+
+
+
+
+ 88
+ Collect
+
+
+ Defeat 8 Gords in 2:15
+
+
+
+
+ TrekAncient01
+ 0
+
+
+
+ PfGord
+
+ TrekAncient01
+
+
+ GrpAncZone04Battle03
+
+
+
+
+
+ 8
+
+
+
+
+
+ 89
+ Collect
+
+
+ Defeat 9 Gords in 2:00
+
+
+
+
+ TrekAncient01
+ 0
+
+
+
+ PfGord
+
+ TrekAncient01
+
+
+ GrpAncZone04Battle03
+
+
+
+
+
+ 9
+
+
+
+
+
+ Gord Battle Missions
+
+
+
+
+
+ 125
+
+
+ -1
+
+ 111
+ Meet
+
+
+ Get to the end of the Speed Path in 1:45
+
+
+
+ GrpAncZone04SP
+ TrekAncient01
+ 0
+
+
+ false
+ PfTrekPortalArch
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 126
+
+
+ -1
+
+ 116
+ Meet
+
+
+ Get to the end of the Portal Path in 2:30
+
+
+
+ GrpAncZone04Nav01
+ TrekAncient01Nav
+ 0
+
+
+ false
+ PfTrekPortalArch
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 127
+
+
+ -1
+
+ 121
+ Meet
+
+
+ Get to the end of the Portal Path in 2:30
+
+
+
+ GrpAncZone04Nav02
+ TrekAncient01Nav
+ 0
+
+
+ false
+ PfTrekPortalArch
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 128
+
+
+ -1
+
+ 126
+ Collect
+
+
+ Squash all Gords and then get to the exit
+
+
+
+ GrpAncZone04Roller01
+ TrekAncient01Roller
+ 0
+
+
+
+ PfGord
+
+ TrekAncient01Roller
+
+
+ GrpAncZone04Roller01
+
+
+
+
+
+ 7
+
+
+
+
+
+
+ 129
+
+
+ -1
+
+ 131
+ Collect
+
+
+ Squash all Gords and then get to the exit
+
+
+
+ GrpAncZone04Roller02
+ TrekAncient01Roller
+ 0
+
+
+
+ PfGord
+
+ TrekAncient01Roller
+
+
+ GrpAncZone04Roller02
+
+
+
+
+
+ 7
+
+
+
+
+
+
+ 130
+
+
+ -1
+
+ 343
+ Collect
+
+
+ Squash the Henchman
+
+
+
+ GrpAncZone04Boss01
+ TrekAncient01Roller
+ 0
+
+
+
+ PfHenchman
+
+ TrekAncient01Roller
+
+
+ GrpAncZone04Boss01
+
+
+
+
+
+ 1
+
+
+
+
+
+
+ 131
+
+
+ 6
+
+ 90
+ Collect
+
+
+ Destroy 15 GooPods in 2:15
+
+
+
+
+ TrekAncient01
+ 0
+
+
+
+
+
+ TrekAncient01
+
+
+ GrpAncZone05Collect01
+
+
+ 1
+ PfTrekCollectGoo
+
+ 15
+
+
+
+
+
+ 91
+ Collect
+
+
+ Destroy 17 GooPods in 2:00
+
+
+
+
+ TrekAncient01
+ 0
+
+
+
+
+
+ TrekAncient01
+
+
+ GrpAncZone05Collect01
+
+
+ 1
+ PfTrekCollectGoo
+
+ 17
+
+
+
+
+
+ 92
+ Collect
+
+
+ Destroy 18 GooPods in 1:45
+
+
+
+
+ TrekAncient01
+ 0
+
+
+
+
+
+ TrekAncient01
+
+
+ GrpAncZone05Collect01
+
+
+ 1
+ PfTrekCollectGoo
+
+ 18
+
+
+
+
+
+ 93
+ Collect
+
+
+ Destroy 20 GooPods in 2:15
+
+
+
+
+ TrekAncient01
+ 0
+
+
+
+
+
+ TrekAncient01
+
+
+ GrpAncZone05Collect02
+
+
+ 1
+ PfTrekCollectGoo
+
+ 20
+
+
+
+
+
+ 94
+ Collect
+
+
+ Destroy 23 GooPods in 2:00
+
+
+
+
+ TrekAncient01
+ 0
+
+
+
+
+
+ TrekAncient01
+
+
+ GrpAncZone05Collect02
+
+
+ 1
+ PfTrekCollectGoo
+
+ 23
+
+
+
+
+
+ 95
+ Collect
+
+
+ Destroy 25 GooPods in 1:45
+
+
+
+
+ TrekAncient01
+ 0
+
+
+
+
+
+ TrekAncient01
+
+
+ GrpAncZone05Collect02
+
+
+ 1
+ PfTrekCollectGoo
+
+ 25
+
+
+
+
+
+ 96
+ Collect
+
+
+ Destroy 26 GooPods in 2:30
+
+
+
+
+ TrekAncient01
+ 0
+
+
+
+
+
+ TrekAncient01
+
+
+ GrpAncZone05Collect03
+
+
+ 1
+ PfTrekCollectGoo
+
+ 26
+
+
+
+
+
+ 97
+ Collect
+
+
+ Destroy 28 GooPods in 2:15
+
+
+
+
+ TrekAncient01
+ 0
+
+
+
+
+
+ TrekAncient01
+
+
+ GrpAncZone05Collect03
+
+
+ 1
+ PfTrekCollectGoo
+
+ 28
+
+
+
+
+
+ 98
+ Collect
+
+
+ Destroy 30 GooPods in 2:00
+
+
+
+
+ TrekAncient01
+ 0
+
+
+
+
+
+ TrekAncient01
+
+
+ GrpAncZone05Collect03
+
+
+ 1
+ PfTrekCollectGoo
+
+ 30
+
+
+
+
+
+ GooPod Missions
+
+
+
+
+
+ 132
+
+
+ 6
+
+ 99
+ Collect
+
+
+ Defeat 8 Gords in 2:30
+
+
+
+
+ TrekAncient01
+ 0
+
+
+
+ PfGord
+
+ TrekAncient01
+
+
+ GrpAncZone05Battle01
+
+
+
+
+
+ 8
+
+
+
+
+
+ 100
+ Collect
+
+
+ Defeat 9 Gords in 2:15
+
+
+
+
+ TrekAncient01
+ 0
+
+
+
+ PfGord
+
+ TrekAncient01
+
+
+ GrpAncZone05Battle01
+
+
+
+
+
+ 9
+
+
+
+
+
+ 101
+ Collect
+
+
+ Defeat 10 Gords in 2:00
+
+
+
+
+ TrekAncient01
+ 0
+
+
+
+ PfGord
+
+ TrekAncient01
+
+
+ GrpAncZone05Battle01
+
+
+
+
+
+ 10
+
+
+
+
+
+ 102
+ Collect
+
+
+ Defeat 8 Gords in 2:30
+
+
+
+
+ TrekAncient01
+ 0
+
+
+
+ PfGord
+
+ TrekAncient01
+
+
+ GrpAncZone05Battle02
+
+
+
+
+
+ 8
+
+
+
+
+
+ 103
+ Collect
+
+
+ Defeat 9 Gords in 2:15
+
+
+
+
+ TrekAncient01
+ 0
+
+
+
+ PfGord
+
+ TrekAncient01
+
+
+ GrpAncZone05Battle02
+
+
+
+
+
+ 9
+
+
+
+
+
+ 104
+ Collect
+
+
+ Defeat 10 Gords in 2:00
+
+
+
+
+ TrekAncient01
+ 0
+
+
+
+ PfGord
+
+ TrekAncient01
+
+
+ GrpAncZone05Battle02
+
+
+
+
+
+ 10
+
+
+
+
+
+ 105
+ Collect
+
+
+ Defeat 8 Gords in 2:30
+
+
+
+
+ TrekAncient01
+ 0
+
+
+
+ PfGord
+
+ TrekAncient01
+
+
+ GrpAncZone05Battle03
+
+
+
+
+
+ 8
+
+
+
+
+
+ 106
+ Collect
+
+
+ Defeat 9 Gords in 2:15
+
+
+
+
+ TrekAncient01
+ 0
+
+
+
+ PfGord
+
+ TrekAncient01
+
+
+ GrpAncZone05Battle03
+
+
+
+
+
+ 9
+
+
+
+
+
+ 107
+ Collect
+
+
+ Defeat 10 Gords in 2:00
+
+
+
+
+ TrekAncient01
+ 0
+
+
+
+ PfGord
+
+ TrekAncient01
+
+
+ GrpAncZone05Battle03
+
+
+
+
+
+ 10
+
+
+
+
+
+ Gord Battle Missions
+
+
+
+
+
+ 133
+
+
+ -1
+
+ 112
+ Meet
+
+
+ Get to the end of the Speed Path in 2:30
+
+
+
+ GrpAncZone05SP
+ TrekAncient01
+ 0
+
+
+ false
+ PfTrekPortalArch
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 134
+
+
+ -1
+
+ 117
+ Meet
+
+
+ Get to the end of the Portal Path in 2:00
+
+
+
+ GrpAncZone05Nav01
+ TrekAncient01Nav
+ 0
+
+
+ false
+ PfTrekPortalArch
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 135
+
+
+ -1
+
+ 122
+ Meet
+
+
+ Get to the end of the Portal Path in 2:15
+
+
+
+ GrpAncZone05Nav02
+ TrekAncient01Nav
+ 0
+
+
+ false
+ PfTrekPortalArch
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 136
+
+
+ -1
+
+ 127
+ Collect
+
+
+ Squash all Gords and then get to the exit
+
+
+
+ GrpAncZone05Roller01
+ TrekAncient01Roller
+ 0
+
+
+
+ PfGord
+
+ TrekAncient01Roller
+
+
+ GrpAncZone05Roller01
+
+
+
+
+
+ 7
+
+
+
+
+
+
+ 137
+
+
+ -1
+
+ 132
+ Collect
+
+
+ Squash all Gords and then get to the exit
+
+
+
+ GrpAncZone05Roller02
+ TrekAncient01Roller
+ 0
+
+
+
+ PfGord
+
+ TrekAncient01Roller
+
+
+ GrpAncZone05Roller02
+
+
+
+
+
+ 7
+
+
+
+
+
+
+ 138
+
+
+ -1
+
+ 133
+ Collect
+
+
+ Squash the Henchman
+
+
+
+ GrpAncZone05Boss01
+ TrekAncient01Roller
+ 0
+
+
+
+ PfHenchman
+
+ TrekAncient01Roller
+
+
+ GrpAncZone05Boss01
+
+
+
+
+
+ 1
+
+
+
+
+
+
+ 139
+
+
+ 6
+
+ 134
+ Collect
+
+
+ Destroy 11 GooPods in 2:30
+
+
+
+
+ TrekIndustrial01
+ 0
+
+
+
+
+
+ TrekIndustrial01
+
+
+ GrpIndZone01Collect01
+
+
+ 1
+ PfTrekCollectGoo
+
+ 11
+
+
+
+
+
+ 135
+ Collect
+
+
+ Destroy 13 GooPods in 2:00
+
+
+
+
+ TrekIndustrial01
+ 0
+
+
+
+
+
+ TrekIndustrial01
+
+
+ GrpIndZone01Collect01
+
+
+ 1
+ PfTrekCollectGoo
+
+ 13
+
+
+
+
+
+ 136
+ Collect
+
+
+ Destroy 15 GooPods in 1:30
+
+
+
+
+ TrekIndustrial01
+ 0
+
+
+
+
+
+ TrekIndustrial01
+
+
+ GrpIndZone01Collect01
+
+
+ 1
+ PfTrekCollectGoo
+
+ 15
+
+
+
+
+
+ 137
+ Collect
+
+
+ Destroy 16 GooPods in 2:30
+
+
+
+
+ TrekIndustrial01
+ 0
+
+
+
+
+
+ TrekIndustrial01
+
+
+ GrpIndZone01Collect02
+
+
+ 1
+ PfTrekCollectGoo
+
+ 16
+
+
+
+
+
+ 138
+ Collect
+
+
+ Destroy 18 GooPods in 2:00
+
+
+
+
+ TrekIndustrial01
+ 0
+
+
+
+
+
+ TrekIndustrial01
+
+
+ GrpIndZone01Collect02
+
+
+ 1
+ PfTrekCollectGoo
+
+ 18
+
+
+
+
+
+ 139
+ Collect
+
+
+ Destroy 20 GooPods in 1:30
+
+
+
+
+ TrekIndustrial01
+ 0
+
+
+
+
+
+ TrekIndustrial01
+
+
+ GrpIndZone01Collect02
+
+
+ 1
+ PfTrekCollectGoo
+
+ 20
+
+
+
+
+
+ 140
+ Collect
+
+
+ Destroy 21 GooPods in 2:30
+
+
+
+
+ TrekIndustrial01
+ 0
+
+
+
+
+
+ TrekIndustrial01
+
+
+ GrpIndZone01Collect03
+
+
+ 1
+ PfTrekCollectGoo
+
+ 21
+
+
+
+
+
+ 141
+ Collect
+
+
+ Destroy 23 GooPods in 2:00
+
+
+
+
+ TrekIndustrial01
+ 0
+
+
+
+
+
+ TrekIndustrial01
+
+
+ GrpIndZone01Collect03
+
+
+ 1
+ PfTrekCollectGoo
+
+ 23
+
+
+
+
+
+ 142
+ Collect
+
+
+ Destroy 25 GooPods in 1:30
+
+
+
+
+ TrekIndustrial01
+ 0
+
+
+
+
+
+ TrekIndustrial01
+
+
+ GrpIndZone01Collect03
+
+
+ 1
+ PfTrekCollectGoo
+
+ 25
+
+
+
+
+
+ GooPod Missions
+
+
+
+
+
+ 140
+
+
+ 6
+
+ 143
+ Collect
+
+
+ Defeat 4 Gords in 2:30
+
+
+
+
+ TrekIndustrial01
+ 0
+
+
+
+ PfGord
+
+ TrekIndustrial01
+
+
+ GrpIndZone01Battle01
+
+
+
+
+
+ 4
+
+
+
+
+
+ 144
+ Collect
+
+
+ Defeat 5 Gords in 2:00
+
+
+
+
+ TrekIndustrial01
+ 0
+
+
+
+ PfGord
+
+ TrekIndustrial01
+
+
+ GrpIndZone01Battle01
+
+
+
+
+
+ 5
+
+
+
+
+
+ 145
+ Collect
+
+
+ Defeat 6 Gords in 1:30
+
+
+
+
+ TrekIndustrial01
+ 0
+
+
+
+ PfGord
+
+ TrekIndustrial01
+
+
+ GrpIndZone01Battle01
+
+
+
+
+
+ 6
+
+
+
+
+
+ 146
+ Collect
+
+
+ Defeat 4 Gords in 2:30
+
+
+
+
+ TrekIndustrial01
+ 0
+
+
+
+ PfGord
+
+ TrekIndustrial01
+
+
+ GrpIndZone01Battle02
+
+
+
+
+
+ 4
+
+
+
+
+
+ 147
+ Collect
+
+
+ Defeat 5 Gords in 2:00
+
+
+
+
+ TrekIndustrial01
+ 0
+
+
+
+ PfGord
+
+ TrekIndustrial01
+
+
+ GrpIndZone01Battle02
+
+
+
+
+
+ 5
+
+
+
+
+
+ 148
+ Collect
+
+
+ Defeat 6 Gords in 1:30
+
+
+
+
+ TrekIndustrial01
+ 0
+
+
+
+ PfGord
+
+ TrekIndustrial01
+
+
+ GrpIndZone01Battle02
+
+
+
+
+
+ 6
+
+
+
+
+
+ 149
+ Collect
+
+
+ Defeat 4 Gords in 2:30
+
+
+
+
+ TrekIndustrial01
+ 0
+
+
+
+ PfGord
+
+ TrekIndustrial01
+
+
+ GrpIndZone01Battle03
+
+
+
+
+
+ 4
+
+
+
+
+
+ 150
+ Collect
+
+
+ Defeat 5 Gords in 2:00
+
+
+
+
+ TrekIndustrial01
+ 0
+
+
+
+ PfGord
+
+ TrekIndustrial01
+
+
+ GrpIndZone01Battle03
+
+
+
+
+
+ 5
+
+
+
+
+
+ 151
+ Collect
+
+
+ Defeat 6 Gords in 1:30
+
+
+
+
+ TrekIndustrial01
+ 0
+
+
+
+ PfGord
+
+ TrekIndustrial01
+
+
+ GrpIndZone01Battle03
+
+
+
+
+
+ 6
+
+
+
+
+
+ Gord Battle Missions
+
+
+
+
+
+ 141
+
+
+ -1
+
+ 224
+ Meet
+
+
+ Get to the end of the Speed Path in 2:00
+
+
+
+ GrpIndZone01SP
+ TrekIndustrial01
+ 0
+
+
+ false
+ PfTrekPortalArch
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 142
+
+
+ -1
+
+ 229
+ Meet
+
+
+ Get to the end of the Portal Path in 2:00
+
+
+
+ GrpIndZone01Nav01
+ TrekIndustrial01Nav
+ 0
+
+
+ false
+ PfTrekPortalArch
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 143
+
+
+ -1
+
+ 234
+ Meet
+
+
+ Get to the end of the Portal Path in 2:00
+
+
+
+ GrpIndZone01Nav02
+ TrekIndustrial01Nav
+ 0
+
+
+ false
+ PfTrekPortalArch
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 144
+
+
+ -1
+
+ 239
+ Collect
+
+
+ Squash all Gords and then get to the exit
+
+
+
+ GrpIndZone01Roller01
+ TrekIndustrial01Roller
+ 0
+
+
+
+ PfGord
+
+ TrekIndustrial01Roller
+
+
+ GrpIndZone01Roller01
+
+
+
+
+
+ 5
+
+
+
+
+
+
+ 145
+
+
+ -1
+
+ 244
+ Collect
+
+
+ Squash all Gords and then get to the exit
+
+
+
+ GrpIndZone01Roller02
+ TrekIndustrial01Roller
+ 0
+
+
+
+ PfGord
+
+ TrekIndustrial01Roller
+
+
+ GrpIndZone01Roller02
+
+
+
+
+
+ 5
+
+
+
+
+
+
+ 146
+
+
+ -1
+
+ 344
+ Collect
+
+
+ Squash the Henchman
+
+
+
+ GrpIndZone01Boss01
+ TrekIndustrial01Roller
+ 0
+
+
+
+ PfHenchman
+
+ TrekIndustrial01Roller
+
+
+ GrpIndZone01Boss01
+
+
+
+
+
+ 1
+
+
+
+
+
+
+ 147
+
+
+ 6
+
+ 152
+ Collect
+
+
+ Destroy 11 GooPods in 2:30
+
+
+
+
+ TrekIndustrial01
+ 0
+
+
+
+
+
+ TrekIndustrial01
+
+
+ GrpIndZone02Collect01
+
+
+ 1
+ PfTrekCollectGoo
+
+ 11
+
+
+
+
+
+ 153
+ Collect
+
+
+ Destroy 13 GooPods in 2:00
+
+
+
+
+ TrekIndustrial01
+ 0
+
+
+
+
+
+ TrekIndustrial01
+
+
+ GrpIndZone02Collect01
+
+
+ 1
+ PfTrekCollectGoo
+
+ 13
+
+
+
+
+
+ 154
+ Collect
+
+
+ Destroy 15 GooPods in 1:30
+
+
+
+
+ TrekIndustrial01
+ 0
+
+
+
+
+
+ TrekIndustrial01
+
+
+ GrpIndZone02Collect01
+
+
+ 1
+ PfTrekCollectGoo
+
+ 15
+
+
+
+
+
+ 155
+ Collect
+
+
+ Destroy 16 GooPods in 2:30
+
+
+
+
+ TrekIndustrial01
+ 0
+
+
+
+
+
+ TrekIndustrial01
+
+
+ GrpIndZone02Collect02
+
+
+ 1
+ PfTrekCollectGoo
+
+ 16
+
+
+
+
+
+ 156
+ Collect
+
+
+ Destroy 18 GooPods in 2:00
+
+
+
+
+ TrekIndustrial01
+ 0
+
+
+
+
+
+ TrekIndustrial01
+
+
+ GrpIndZone02Collect02
+
+
+ 1
+ PfTrekCollectGoo
+
+ 18
+
+
+
+
+
+ 157
+ Collect
+
+
+ Destroy 20 GooPods in 1:30
+
+
+
+
+ TrekIndustrial01
+ 0
+
+
+
+
+
+ TrekIndustrial01
+
+
+ GrpIndZone02Collect02
+
+
+ 1
+ PfTrekCollectGoo
+
+ 20
+
+
+
+
+
+ 158
+ Collect
+
+
+ Destroy 21 GooPods in 2:30
+
+
+
+
+ TrekIndustrial01
+ 0
+
+
+
+
+
+ TrekIndustrial01
+
+
+ GrpIndZone02Collect03
+
+
+ 1
+ PfTrekCollectGoo
+
+ 21
+
+
+
+
+
+ 159
+ Collect
+
+
+ Destroy 23 GooPods in 2:00
+
+
+
+
+ TrekIndustrial01
+ 0
+
+
+
+
+
+ TrekIndustrial01
+
+
+ GrpIndZone02Collect03
+
+
+ 1
+ PfTrekCollectGoo
+
+ 23
+
+
+
+
+
+ 160
+ Collect
+
+
+ Destroy 25 GooPods in 2:00
+
+
+
+
+ TrekIndustrial01
+ 0
+
+
+
+
+
+ TrekIndustrial01
+
+
+ GrpIndZone02Collect03
+
+
+ 1
+ PfTrekCollectGoo
+
+ 25
+
+
+
+
+
+ GooPod Missions
+
+
+
+
+
+ 148
+
+
+ 6
+
+ 161
+ Collect
+
+
+ Defeat 5 Gords in 2:30
+
+
+
+
+ TrekIndustrial01
+ 0
+
+
+
+ PfGord
+
+ TrekIndustrial01
+
+
+ GrpIndZone02Battle01
+
+
+
+
+
+ 5
+
+
+
+
+
+ 162
+ Collect
+
+
+ Defeat 6 Gords in 2:00
+
+
+
+
+ TrekIndustrial01
+ 0
+
+
+
+ PfGord
+
+ TrekIndustrial01
+
+
+ GrpIndZone02Battle01
+
+
+
+
+
+ 6
+
+
+
+
+
+ 163
+ Collect
+
+
+ Defeat 7 Gords in 1:30
+
+
+
+
+ TrekIndustrial01
+ 0
+
+
+
+ PfGord
+
+ TrekIndustrial01
+
+
+ GrpIndZone02Battle01
+
+
+
+
+
+ 7
+
+
+
+
+
+ 164
+ Collect
+
+
+ Defeat 5 Gords in 2:30
+
+
+
+
+ TrekIndustrial01
+ 0
+
+
+
+ PfGord
+
+ TrekIndustrial01
+
+
+ GrpIndZone02Battle02
+
+
+
+
+
+ 5
+
+
+
+
+
+ 165
+ Collect
+
+
+ Defeat 6 Gords in 2:00
+
+
+
+
+ TrekIndustrial01
+ 0
+
+
+
+ PfGord
+
+ TrekIndustrial01
+
+
+ GrpIndZone02Battle02
+
+
+
+
+
+ 6
+
+
+
+
+
+ 166
+ Collect
+
+
+ Defeat 7 Gords in 1:30
+
+
+
+
+ TrekIndustrial01
+ 0
+
+
+
+ PfGord
+
+ TrekIndustrial01
+
+
+ GrpIndZone02Battle02
+
+
+
+
+
+ 7
+
+
+
+
+
+ 167
+ Collect
+
+
+ Defeat 5 Gords in 2:30
+
+
+
+
+ TrekIndustrial01
+ 0
+
+
+
+ PfGord
+
+ TrekIndustrial01
+
+
+ GrpIndZone02Battle03
+
+
+
+
+
+ 5
+
+
+
+
+
+ 168
+ Collect
+
+
+ Defeat 6 Gords in 2:00
+
+
+
+
+ TrekIndustrial01
+ 0
+
+
+
+ PfGord
+
+ TrekIndustrial01
+
+
+ GrpIndZone02Battle03
+
+
+
+
+
+ 6
+
+
+
+
+
+ 169
+ Collect
+
+
+ Defeat 7 Gords in 1:30
+
+
+
+
+ TrekIndustrial01
+ 0
+
+
+
+ PfGord
+
+ TrekIndustrial01
+
+
+ GrpIndZone02Battle03
+
+
+
+
+
+ 7
+
+
+
+
+
+ Gord Battle Missions
+
+
+
+
+
+ 149
+
+
+ -1
+
+ 225
+ Meet
+
+
+ Get to the end of the Speed Path in 2:00
+
+
+
+ GrpIndZone02SP
+ TrekIndustrial01
+ 0
+
+
+ false
+ PfTrekPortalArch
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 150
+
+
+ -1
+
+ 230
+ Meet
+
+
+ Get to the end of the Portal Path in 2:00
+
+
+
+ GrpIndZone02Nav01
+ TrekIndustrial01Nav
+ 0
+
+
+ false
+ PfTrekPortalArch
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 151
+
+
+ -1
+
+ 235
+ Meet
+
+
+ Get to the end of the Portal Path in 2:00
+
+
+
+ GrpIndZone02Nav02
+ TrekIndustrial01Nav
+ 0
+
+
+ false
+ PfTrekPortalArch
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 152
+
+
+ -1
+
+ 240
+ Collect
+
+
+ Squash all Gords and then get to the exit
+
+
+
+ GrpIndZone02Roller01
+ TrekIndustrial01Roller
+ 0
+
+
+
+ PfGord
+
+ TrekIndustrial01Roller
+
+
+ GrpIndZone02Roller01
+
+
+
+
+
+ 6
+
+
+
+
+
+
+ 153
+
+
+ -1
+
+ 245
+ Collect
+
+
+ Squash all Gords and then get to the exit
+
+
+
+ GrpIndZone02Roller02
+ TrekIndustrial01Roller
+ 0
+
+
+
+ PfGord
+
+ TrekIndustrial01Roller
+
+
+ GrpIndZone02Roller02
+
+
+
+
+
+ 6
+
+
+
+
+
+
+ 154
+
+
+ -1
+
+ 345
+ Collect
+
+
+ Squash the Henchman
+
+
+
+ GrpIndZone02Boss01
+ TrekIndustrial01Roller
+ 0
+
+
+
+ PfHenchman
+
+ TrekIndustrial01Roller
+
+
+ GrpIndZone02Boss01
+
+
+
+
+
+ 1
+
+
+
+
+
+
+ 155
+
+
+ 6
+
+ 170
+ Collect
+
+
+ Destroy 11 GooPods in 2:30
+
+
+
+
+ TrekIndustrial01
+ 0
+
+
+
+
+
+ TrekIndustrial01
+
+
+ GrpIndZone03Collect01
+
+
+ 1
+ PfTrekCollectGoo
+
+ 11
+
+
+
+
+
+ 171
+ Collect
+
+
+ Destroy 13 GooPods in 2:00
+
+
+
+
+ TrekIndustrial01
+ 0
+
+
+
+
+
+ TrekIndustrial01
+
+
+ GrpIndZone03Collect01
+
+
+ 1
+ PfTrekCollectGoo
+
+ 13
+
+
+
+
+
+ 172
+ Collect
+
+
+ Destroy 15 GooPods in 1:30
+
+
+
+
+ TrekIndustrial01
+ 0
+
+
+
+
+
+ TrekIndustrial01
+
+
+ GrpIndZone03Collect01
+
+
+ 1
+ PfTrekCollectGoo
+
+ 15
+
+
+
+
+
+ 173
+ Collect
+
+
+ Destroy 16 GooPods in 2:30
+
+
+
+
+ TrekIndustrial01
+ 0
+
+
+
+
+
+ TrekIndustrial01
+
+
+ GrpIndZone03Collect02
+
+
+ 1
+ PfTrekCollectGoo
+
+ 16
+
+
+
+
+
+ 174
+ Collect
+
+
+ Destroy 18 GooPods in 2:00
+
+
+
+
+ TrekIndustrial01
+ 0
+
+
+
+
+
+ TrekIndustrial01
+
+
+ GrpIndZone03Collect02
+
+
+ 1
+ PfTrekCollectGoo
+
+ 18
+
+
+
+
+
+ 175
+ Collect
+
+
+ Destroy 20 GooPods in 1:30
+
+
+
+
+ TrekIndustrial01
+ 0
+
+
+
+
+
+ TrekIndustrial01
+
+
+ GrpIndZone03Collect02
+
+
+ 1
+ PfTrekCollectGoo
+
+ 20
+
+
+
+
+
+ 176
+ Collect
+
+
+ Destroy 21 GooPods in 2:30
+
+
+
+
+ TrekIndustrial01
+ 0
+
+
+
+
+
+ TrekIndustrial01
+
+
+ GrpIndZone03Collect03
+
+
+ 1
+ PfTrekCollectGoo
+
+ 21
+
+
+
+
+
+ 177
+ Collect
+
+
+ Destroy 23 GooPods in 2:00
+
+
+
+
+ TrekIndustrial01
+ 0
+
+
+
+
+
+ TrekIndustrial01
+
+
+ GrpIndZone03Collect03
+
+
+ 1
+ PfTrekCollectGoo
+
+ 23
+
+
+
+
+
+ 178
+ Collect
+
+
+ Destroy 25 GooPods in 1:30
+
+
+
+
+ TrekIndustrial01
+ 0
+
+
+
+
+
+ TrekIndustrial01
+
+
+ GrpIndZone03Collect03
+
+
+ 1
+ PfTrekCollectGoo
+
+ 25
+
+
+
+
+
+ GooPod Missions
+
+
+
+
+
+ 156
+
+
+ 6
+
+ 179
+ Collect
+
+
+ Defeat 6 Gords in 2:30
+
+
+
+
+ TrekIndustrial01
+ 0
+
+
+
+ PfGord
+
+ TrekIndustrial01
+
+
+ GrpIndZone03Battle01
+
+
+
+
+
+ 6
+
+
+
+
+
+ 180
+ Collect
+
+
+ Defeat 7 Gords in 2:00
+
+
+
+
+ TrekIndustrial01
+ 0
+
+
+
+ PfGord
+
+ TrekIndustrial01
+
+
+ GrpIndZone03Battle01
+
+
+
+
+
+ 7
+
+
+
+
+
+ 181
+ Collect
+
+
+ Defeat 8 Gords in 1:30
+
+
+
+
+ TrekIndustrial01
+ 0
+
+
+
+ PfGord
+
+ TrekIndustrial01
+
+
+ GrpIndZone03Battle01
+
+
+
+
+
+ 8
+
+
+
+
+
+ 182
+ Collect
+
+
+ Defeat 6 Gords in 2:30
+
+
+
+
+ TrekIndustrial01
+ 0
+
+
+
+ PfGord
+
+ TrekIndustrial01
+
+
+ GrpIndZone03Battle02
+
+
+
+
+
+ 6
+
+
+
+
+
+ 183
+ Collect
+
+
+ Defeat 7 Gords in 2:00
+
+
+
+
+ TrekIndustrial01
+ 0
+
+
+
+ PfGord
+
+ TrekIndustrial01
+
+
+ GrpIndZone03Battle02
+
+
+
+
+
+ 7
+
+
+
+
+
+ 184
+ Collect
+
+
+ Defeat 8 Gords in 1:30
+
+
+
+
+ TrekIndustrial01
+ 0
+
+
+
+ PfGord
+
+ TrekIndustrial01
+
+
+ GrpIndZone03Battle02
+
+
+
+
+
+ 8
+
+
+
+
+
+ 185
+ Collect
+
+
+ Defeat 6 Gords in 2:30
+
+
+
+
+ TrekIndustrial01
+ 0
+
+
+
+ PfGord
+
+ TrekIndustrial01
+
+
+ GrpIndZone03Battle03
+
+
+
+
+
+ 6
+
+
+
+
+
+ 186
+ Collect
+
+
+ Defeat 7 Gords in 2:00
+
+
+
+
+ TrekIndustrial01
+ 0
+
+
+
+ PfGord
+
+ TrekIndustrial01
+
+
+ GrpIndZone03Battle03
+
+
+
+
+
+ 7
+
+
+
+
+
+ 187
+ Collect
+
+
+ Defeat 8 Gords in 1:30
+
+
+
+
+ TrekIndustrial01
+ 0
+
+
+
+ PfGord
+
+ TrekIndustrial01
+
+
+ GrpIndZone03Battle03
+
+
+
+
+
+ 8
+
+
+
+
+
+ Gord Battle Missions
+
+
+
+
+
+ 157
+
+
+ -1
+
+ 226
+ Meet
+
+
+ Get to the end of the Speed Path in 2:00
+
+
+
+ GrpIndZone03SP
+ TrekIndustrial01
+ 0
+
+
+ false
+ PfTrekPortalArch
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 158
+
+
+ -1
+
+ 231
+ Meet
+
+
+ Get to the end of the Portal Path in 2:00
+
+
+
+ GrpIndZone03Nav01
+ TrekIndustrial01Nav
+ 0
+
+
+ false
+ PfTrekPortalArch
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 159
+
+
+ -1
+
+ 236
+ Meet
+
+
+ Get to the end of the Portal Path in 2:00
+
+
+
+ GrpIndZone03Nav02
+ TrekIndustrial01Nav
+ 0
+
+
+ false
+ PfTrekPortalArch
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 160
+
+
+ -1
+
+ 241
+ Collect
+
+
+ Squash all Gords and then get to the exit
+
+
+
+ GrpIndZone03Roller01
+ TrekIndustrial01Roller
+ 0
+
+
+
+ PfGord
+
+ TrekIndustrial01Roller
+
+
+ GrpIndZone03Roller01
+
+
+
+
+
+ 6
+
+
+
+
+
+
+ 161
+
+
+ -1
+
+ 246
+ Collect
+
+
+ Squash all Gords and then get to the exit
+
+
+
+ GrpIndZone03Roller02
+ TrekIndustrial01Roller
+ 0
+
+
+
+ PfGord
+
+ TrekIndustrial01Roller
+
+
+ GrpIndZone03Roller02
+
+
+
+
+
+ 6
+
+
+
+
+
+
+ 162
+
+
+ -1
+
+ 346
+ Collect
+
+
+ Squash the Henchman
+
+
+
+ GrpIndZone03Boss01
+ TrekIndustrial01Roller
+ 0
+
+
+
+ PfHenchman
+
+ TrekIndustrial01Roller
+
+
+ GrpIndZone03Boss01
+
+
+
+
+
+ 1
+
+
+
+
+
+
+ 163
+
+
+ 6
+
+ 188
+ Collect
+
+
+ Destroy 16 GooPods in 2:30
+
+
+
+
+ TrekIndustrial01
+ 0
+
+
+
+
+
+ TrekIndustrial01
+
+
+ GrpIndZone04Collect01
+
+
+ 1
+ PfTrekCollectGoo
+
+ 16
+
+
+
+
+
+ 189
+ Collect
+
+
+ Destroy 18 GooPods in 2:00
+
+
+
+
+ TrekIndustrial01
+ 0
+
+
+
+
+
+ TrekIndustrial01
+
+
+ GrpIndZone04Collect01
+
+
+ 1
+ PfTrekCollectGoo
+
+ 18
+
+
+
+
+
+ 190
+ Collect
+
+
+ Destroy 20 GooPods in 1:30
+
+
+
+
+ TrekIndustrial01
+ 0
+
+
+
+
+
+ TrekIndustrial01
+
+
+ GrpIndZone04Collect01
+
+
+ 1
+ PfTrekCollectGoo
+
+ 20
+
+
+
+
+
+ 191
+ Collect
+
+
+ Destroy 21 GooPods in 2:30
+
+
+
+
+ TrekIndustrial01
+ 0
+
+
+
+
+
+ TrekIndustrial01
+
+
+ GrpIndZone04Collect02
+
+
+ 1
+ PfTrekCollectGoo
+
+ 21
+
+
+
+
+
+ 192
+ Collect
+
+
+ Destroy 23 GooPods in 2:00
+
+
+
+
+ TrekIndustrial01
+ 0
+
+
+
+
+
+ TrekIndustrial01
+
+
+ GrpIndZone04Collect02
+
+
+ 1
+ PfTrekCollectGoo
+
+ 23
+
+
+
+
+
+ 193
+ Collect
+
+
+ Destroy 25 GooPods in 1:30
+
+
+
+
+ TrekIndustrial01
+ 0
+
+
+
+
+
+ TrekIndustrial01
+
+
+ GrpIndZone04Collect02
+
+
+ 1
+ PfTrekCollectGoo
+
+ 25
+
+
+
+
+
+ 194
+ Collect
+
+
+ Destroy 26 GooPods in 2:30
+
+
+
+
+ TrekIndustrial01
+ 0
+
+
+
+
+
+ TrekIndustrial01
+
+
+ GrpIndZone04Collect03
+
+
+ 1
+ PfTrekCollectGoo
+
+ 26
+
+
+
+
+
+ 195
+ Collect
+
+
+ Destroy 28 GooPods in 2:00
+
+
+
+
+ TrekIndustrial01
+ 0
+
+
+
+
+
+ TrekIndustrial01
+
+
+ GrpIndZone04Collect03
+
+
+ 1
+ PfTrekCollectGoo
+
+ 28
+
+
+
+
+
+ 196
+ Collect
+
+
+ Destroy 30 GooPods in 1:30
+
+
+
+
+ TrekIndustrial01
+ 0
+
+
+
+
+
+ TrekIndustrial01
+
+
+ GrpIndZone04Collect03
+
+
+ 1
+ PfTrekCollectGoo
+
+ 30
+
+
+
+
+
+ GooPod Missions
+
+
+
+
+
+ 164
+
+
+ 6
+
+ 197
+ Collect
+
+
+ Defeat 7 Gords in 2:30
+
+
+
+
+ TrekIndustrial01
+ 0
+
+
+
+ PfGord
+
+ TrekIndustrial01
+
+
+ GrpIndZone04Battle01
+
+
+
+
+
+ 7
+
+
+
+
+
+ 198
+ Collect
+
+
+ Defeat 8 Gords in 2:00
+
+
+
+
+ TrekIndustrial01
+ 0
+
+
+
+ PfGord
+
+ TrekIndustrial01
+
+
+ GrpIndZone04Battle01
+
+
+
+
+
+ 8
+
+
+
+
+
+ 199
+ Collect
+
+
+ Defeat 9 Gords in 1:30
+
+
+
+
+ TrekIndustrial01
+ 0
+
+
+
+ PfGord
+
+ TrekIndustrial01
+
+
+ GrpIndZone04Battle01
+
+
+
+
+
+ 9
+
+
+
+
+
+ 200
+ Collect
+
+
+ Defeat 7 Gords in 2:30
+
+
+
+
+ TrekIndustrial01
+ 0
+
+
+
+ PfGord
+
+ TrekIndustrial01
+
+
+ GrpIndZone04Battle02
+
+
+
+
+
+ 7
+
+
+
+
+
+ 201
+ Collect
+
+
+ Defeat 8 Gords in 2:00
+
+
+
+
+ TrekIndustrial01
+ 0
+
+
+
+ PfGord
+
+ TrekIndustrial01
+
+
+ GrpIndZone04Battle02
+
+
+
+
+
+ 8
+
+
+
+
+
+ 202
+ Collect
+
+
+ Defeat 9 Gords in 1:30
+
+
+
+
+ TrekIndustrial01
+ 0
+
+
+
+ PfGord
+
+ TrekIndustrial01
+
+
+ GrpIndZone04Battle02
+
+
+
+
+
+ 9
+
+
+
+
+
+ 203
+ Collect
+
+
+ Defeat 7 Gords in 2:30
+
+
+
+
+ TrekIndustrial01
+ 0
+
+
+
+ PfGord
+
+ TrekIndustrial01
+
+
+ GrpIndZone04Battle03
+
+
+
+
+
+ 7
+
+
+
+
+
+ 204
+ Collect
+
+
+ Defeat 8 Gords in 2:00
+
+
+
+
+ TrekIndustrial01
+ 0
+
+
+
+ PfGord
+
+ TrekIndustrial01
+
+
+ GrpIndZone04Battle03
+
+
+
+
+
+ 8
+
+
+
+
+
+ 205
+ Collect
+
+
+ Defeat 9 Gords in 1:30
+
+
+
+
+ TrekIndustrial01
+ 0
+
+
+
+ PfGord
+
+ TrekIndustrial01
+
+
+ GrpIndZone04Battle03
+
+
+
+
+
+ 9
+
+
+
+
+
+ Gord Battle Missions
+
+
+
+
+
+ 165
+
+
+ -1
+
+ 227
+ Meet
+
+
+ Get to the end of the Speed Path in 2:00
+
+
+
+ GrpIndZone04SP
+ TrekIndustrial01
+ 0
+
+
+ false
+ PfTrekPortalArch
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 166
+
+
+ -1
+
+ 232
+ Meet
+
+
+ Get to the end of the Portal Path in 2:00
+
+
+
+ GrpIndZone04Nav01
+ TrekIndustrial01Nav
+ 0
+
+
+ false
+ PfTrekPortalArch
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 167
+
+
+ -1
+
+ 237
+ Meet
+
+
+ Get to the end of the Portal Path in 2:00
+
+
+
+ GrpIndZone04Nav02
+ TrekIndustrial01Nav
+ 0
+
+
+ false
+ PfTrekPortalArch
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 168
+
+
+ -1
+
+ 242
+ Collect
+
+
+ Squash all Gords and then get to the exit
+
+
+
+ GrpIndZone04Roller01
+ TrekIndustrial01Roller
+ 0
+
+
+
+ PfGord
+
+ TrekIndustrial01Roller
+
+
+ GrpIndZone04Roller01
+
+
+
+
+
+ 7
+
+
+
+
+
+
+ 169
+
+
+ -1
+
+ 247
+ Collect
+
+
+ Squash all Gords and then get to the exit
+
+
+
+ GrpIndZone04Roller02
+ TrekIndustrial01Roller
+ 0
+
+
+
+ PfGord
+
+ TrekIndustrial01Roller
+
+
+ GrpIndZone04Roller02
+
+
+
+
+
+ 7
+
+
+
+
+
+
+ 170
+
+
+ -1
+
+ 347
+ Collect
+
+
+ Squash the Henchman
+
+
+
+ GrpIndZone04Boss01
+ TrekIndustrial01Roller
+ 0
+
+
+
+ PfHenchman
+
+ TrekIndustrial01Roller
+
+
+ GrpIndZone04Boss01
+
+
+
+
+
+ 1
+
+
+
+
+
+
+ 171
+
+
+ 6
+
+ 206
+ Collect
+
+
+ Destroy 16 GooPods in 2:30
+
+
+
+
+ TrekIndustrial01
+ 0
+
+
+
+
+
+ TrekIndustrial01
+
+
+ GrpIndZone05Collect01
+
+
+ 1
+ PfTrekCollectGoo
+
+ 16
+
+
+
+
+
+ 207
+ Collect
+
+
+ Destroy 18 GooPods in 2:00
+
+
+
+
+ TrekIndustrial01
+ 0
+
+
+
+
+
+ TrekIndustrial01
+
+
+ GrpIndZone05Collect01
+
+
+ 1
+ PfTrekCollectGoo
+
+ 18
+
+
+
+
+
+ 208
+ Collect
+
+
+ Destroy 20 GooPods in 1:30
+
+
+
+
+ TrekIndustrial01
+ 0
+
+
+
+
+
+ TrekIndustrial01
+
+
+ GrpIndZone05Collect01
+
+
+ 1
+ PfTrekCollectGoo
+
+ 20
+
+
+
+
+
+ 209
+ Collect
+
+
+ Destroy 21 GooPods in 2:30
+
+
+
+
+ TrekIndustrial01
+ 0
+
+
+
+
+
+ TrekIndustrial01
+
+
+ GrpIndZone05Collect02
+
+
+ 1
+ PfTrekCollectGoo
+
+ 21
+
+
+
+
+
+ 210
+ Collect
+
+
+ Destroy 23 GooPods in 2:00
+
+
+
+
+ TrekIndustrial01
+ 0
+
+
+
+
+
+ TrekIndustrial01
+
+
+ GrpIndZone05Collect02
+
+
+ 1
+ PfTrekCollectGoo
+
+ 23
+
+
+
+
+
+ 211
+ Collect
+
+
+ Destroy 25 GooPods in 1:30
+
+
+
+
+ TrekIndustrial01
+ 0
+
+
+
+
+
+ TrekIndustrial01
+
+
+ GrpIndZone05Collect02
+
+
+ 1
+ PfTrekCollectGoo
+
+ 25
+
+
+
+
+
+ 212
+ Collect
+
+
+ Destroy 26 GooPods in 2:30
+
+
+
+
+ TrekIndustrial01
+ 0
+
+
+
+
+
+ TrekIndustrial01
+
+
+ GrpIndZone05Collect03
+
+
+ 1
+ PfTrekCollectGoo
+
+ 26
+
+
+
+
+
+ 213
+ Collect
+
+
+ Destroy 28 GooPods in 2:00
+
+
+
+
+ TrekIndustrial01
+ 0
+
+
+
+
+
+ TrekIndustrial01
+
+
+ GrpIndZone05Collect03
+
+
+ 1
+ PfTrekCollectGoo
+
+ 28
+
+
+
+
+
+ 214
+ Collect
+
+
+ Destroy 30 GooPods in 1:30
+
+
+
+
+ TrekIndustrial01
+ 0
+
+
+
+
+
+ TrekIndustrial01
+
+
+ GrpIndZone05Collect03
+
+
+ 1
+ PfTrekCollectGoo
+
+ 30
+
+
+
+
+
+ GooPod Missions
+
+
+
+
+
+ 172
+
+
+ 6
+
+ 215
+ Collect
+
+
+ Defeat 8 Gords in 2:30
+
+
+
+
+ TrekIndustrial01
+ 0
+
+
+
+ PfGord
+
+ TrekIndustrial01
+
+
+ GrpIndZone05Battle01
+
+
+
+
+
+ 8
+
+
+
+
+
+ 216
+ Collect
+
+
+ Defeat 9 Gords in 2:00
+
+
+
+
+ TrekIndustrial01
+ 0
+
+
+
+ PfGord
+
+ TrekIndustrial01
+
+
+ GrpIndZone05Battle01
+
+
+
+
+
+ 9
+
+
+
+
+
+ 217
+ Collect
+
+
+ Defeat 10 Gords in 1:30
+
+
+
+
+ TrekIndustrial01
+ 0
+
+
+
+ PfGord
+
+ TrekIndustrial01
+
+
+ GrpIndZone05Battle01
+
+
+
+
+
+ 10
+
+
+
+
+
+ 218
+ Collect
+
+
+ Defeat 8 Gords in 2:30
+
+
+
+
+ TrekIndustrial01
+ 0
+
+
+
+ PfGord
+
+ TrekIndustrial01
+
+
+ GrpIndZone05Battle02
+
+
+
+
+
+ 8
+
+
+
+
+
+ 219
+ Collect
+
+
+ Defeat 9 Gords in 2:00
+
+
+
+
+ TrekIndustrial01
+ 0
+
+
+
+ PfGord
+
+ TrekIndustrial01
+
+
+ GrpIndZone05Battle02
+
+
+
+
+
+ 9
+
+
+
+
+
+ 220
+ Collect
+
+
+ Defeat 10 Gords in 1:30
+
+
+
+
+ TrekIndustrial01
+ 0
+
+
+
+ PfGord
+
+ TrekIndustrial01
+
+
+ GrpIndZone05Battle02
+
+
+
+
+
+ 10
+
+
+
+
+
+ 221
+ Collect
+
+
+ Defeat 8 Gords in 2:30
+
+
+
+
+ TrekIndustrial01
+ 0
+
+
+
+ PfGord
+
+ TrekIndustrial01
+
+
+ GrpIndZone05Battle03
+
+
+
+
+
+ 8
+
+
+
+
+
+ 222
+ Collect
+
+
+ Defeat 9 Gords in 2:00
+
+
+
+
+ TrekIndustrial01
+ 0
+
+
+
+ PfGord
+
+ TrekIndustrial01
+
+
+ GrpIndZone05Battle03
+
+
+
+
+
+ 9
+
+
+
+
+
+ 223
+ Collect
+
+
+ Defeat 10 Gords in 1:30
+
+
+
+
+ TrekIndustrial01
+ 0
+
+
+
+ PfGord
+
+ TrekIndustrial01
+
+
+ GrpIndZone05Battle03
+
+
+
+
+
+ 10
+
+
+
+
+
+ Gord Battle Missions
+
+
+
+
+
+ 173
+
+
+ -1
+
+ 228
+ Meet
+
+
+ Get to the end of the Speed Path in 2:00
+
+
+
+ GrpIndZone05SP
+ TrekIndustrial01
+ 0
+
+
+ false
+ PfTrekPortalArch
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 174
+
+
+ -1
+
+ 233
+ Meet
+
+
+ Get to the end of the Portal Path in 2:00
+
+
+
+ GrpIndZone05Nav01
+ TrekIndustrial01Nav
+ 0
+
+
+ false
+ PfTrekPortalArch
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 175
+
+
+ -1
+
+ 238
+ Meet
+
+
+ Get to the end of the Portal Path in 2:00
+
+
+
+ GrpIndZone05Nav02
+ TrekIndustrial01Nav
+ 0
+
+
+ false
+ PfTrekPortalArch
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 176
+
+
+ -1
+
+ 243
+ Collect
+
+
+ Squash all Gords and then get to the exit
+
+
+
+ GrpIndZone05Roller01
+ TrekIndustrial01Roller
+ 0
+
+
+
+ PfGord
+
+ TrekIndustrial01Roller
+
+
+ GrpIndZone05Roller01
+
+
+
+
+
+ 7
+
+
+
+
+
+
+ 177
+
+
+ -1
+
+ 248
+ Collect
+
+
+ Squash all Gords and then get to the exit
+
+
+
+ GrpIndZone05Roller02
+ TrekIndustrial01Roller
+ 0
+
+
+
+ PfGord
+
+ TrekIndustrial01Roller
+
+
+ GrpIndZone05Roller02
+
+
+
+
+
+ 7
+
+
+
+
+
+
+ 178
+
+
+ -1
+
+ 249
+ Collect
+
+
+ Squash the Henchman
+
+
+
+ GrpIndZone05Boss01
+ TrekIndustrial01Roller
+ 0
+
+
+
+ PfHenchman
+
+ TrekIndustrial01Roller
+
+
+ GrpIndZone05Boss01
+
+
+
+
+
+ 1
+
+
+
+
+
+
+ 179
+
+ DlgFrankieS179Offer
+ NPCs.unity3d/PfFrankie
+ RS_DATA/DlgsAdventureM01S06.unity3d
+
+
+ DlgFrankieS179End
+ NPCs.unity3d/PfFrankie
+ RS_DATA/DlgsAdventureM01S06.unity3d
+
+ -1
+
+ 349
+ Visit
+
+ GrpTiMis01St06a
+ TrainingIsland
+ 0
+
+
+ false
+
+ PfMarker_TiFindFlag
+ TrainingIsland
+ 4
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Follow the trail of running shoes through the obstacle course.
+
+
+
+
+
+ 180
+
+ DlgJCS180Offer
+ NPCs.unity3d/PfJeanPierre
+ RS_DATA/ScubaMission01.unity3d
+
+
+ DlgJCS180End
+ NPCs.unity3d/PfJeanPierre
+ RS_DATA/ScubaMission01.unity3d
+
+ -1
+
+ 350
+ Collect
+
+
+ MerWreck
+ 0
+
+
+
+
+
+ MerWreck
+
+
+ GrpScM001S01
+
+
+
+
+
+ 4
+
+
+
+
+
+ Find the 4 crystal sea rocks in ShipWreck Reef. Swim over the rocks to collect them.
+
+
+
+
+
+ 181
+
+ DlgJCS181Offer
+ NPCs.unity3d/PfJeanPierre
+ RS_DATA/ScubaMission01.unity3d
+
+
+ DlgJCS181End
+ NPCs.unity3d/PfJeanPierre
+ RS_DATA/ScubaMission01.unity3d
+
+ -1
+
+ 351
+ Delivery
+
+
+ MerWreck
+ 0
+
+
+ false
+ NPCs.unity3d/PfJeanPierre
+
+
+
+
+
+
+
+
+
+
+ 1
+
+
+
+
+
+ Bring the crystal sea rocks to Jean Claude. To give Jean Claude the rocks, just click on him.
+
+
+
+
+
+
+ 182
+
+ DlgJCS182Offer
+ NPCs.unity3d/PfJeanPierre
+ RS_DATA/ScubaMission02.unity3d
+
+
+ DlgJCS182End
+ NPCs.unity3d/PfJeanPierre
+ RS_DATA/ScubaMission02.unity3d
+
+ -1
+
+ 352
+ Photo
+
+ GrpScM002S01
+ MerKelp
+ 0
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ PfCrabRed
+ 1
+
+
+ 0
+
+
+
+
+ Find the red crab in the Kelp forest and take a photo of him.
+
+
+
+
+
+
+ 183
+
+ DlgJCS183Offer
+ NPCs.unity3d/PfJeanPierre
+ RS_DATA/ScubaMission02.unity3d
+
+
+ DlgJCS183End
+ NPCs.unity3d/PfJeanPierre
+ RS_DATA/ScubaMission02.unity3d
+
+ -1
+
+ 353
+ Delivery
+
+
+
+ 0
+
+
+ false
+ NPCs.unity3d/PfJeanPierre
+
+
+
+
+
+
+
+
+
+
+ 1
+
+ PfCrabRed
+ 1
+
+
+
+
+
+ Bring the photo of the crab to Jean Claude. To give Jean Claude the photo, just click on him.
+
+
+
+
+
+
+ 184
+
+ DlgJCS184Offer
+ NPCs.unity3d/PfJeanPierre
+ RS_DATA/ScubaMission03.unity3d
+
+
+ DlgJCS184End
+ NPCs.unity3d/PfJeanPierre
+ RS_DATA/ScubaMission03.unity3d
+
+ -1
+
+ 354
+ Buy
+
+
+ MerKelp
+ 0
+
+
+
+
+
+
+
+
+
+
+ 3
+
+
+ 40
+ 1
+
+
+
+
+
+ Buy a Diva Daisy from the "General Goods" store in Isabella's Traveling Cart.
+
+
+
+
+
+
+ 185
+
+ DlgJCS185Offer
+ NPCs.unity3d/PfJeanPierre
+ RS_DATA/ScubaMission03.unity3d
+
+
+ DlgJCS185End
+ NPCs.unity3d/PfJeanPierre
+ RS_DATA/ScubaMission03.unity3d
+
+ -1
+
+ 355
+ Build
+
+
+ MerRuins
+ 0
+
+
+
+
+
+ MerRuins
+
+
+
+
+
+
+
+ 5
+ 1
+
+
+
+
+
+ Click on the red planter next to Jean Claude's house to plant your Diva Daisy.
+
+
+
+
+
+
+ 186
+
+ DlgJCS186Offer
+ NPCs.unity3d/PfJeanPierre
+ RS_DATA/ScubaMission04.unity3d
+
+
+ DlgJCS186End
+ NPCs.unity3d/PfJeanPierre
+ RS_DATA/ScubaMission04.unity3d
+
+ -1
+
+ 356
+ GameModule
+
+
+ MerRuins
+ 0
+
+
+
+
+
+
+
+ PearlPush
+
+
+
+
+
+
+
+
+
+
+
+
+ Play Pearl Push and help return the pearls to the oysters.
+
+
+
+
+
+
+ 187
+
+ DlgJCS187Offer
+ NPCs.unity3d/PfJeanPierre
+ RS_DATA/ScubaMission05.unity3d
+
+
+ DlgJCS187End
+ NPCs.unity3d/PfJeanPierre
+ RS_DATA/ScubaMission05.unity3d
+
+ -1
+
+ 364
+ Photo
+
+
+
+ 0
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ NPCs.unity3d/PfCappy
+ 1
+
+
+ 0
+
+
+
+
+ Take a photo of Cappy the Sea Turtle. Cappy usually hangs out in Shipwreck Reef near the caverns.
+
+
+
+
+
+ NPCs.unity3d/PfCappy
+ PfMarker_Cappy
+ MerWreck
+
+
+
+
+ 189
+
+ DlgJCS189Offer
+ NPCs.unity3d/PfJeanPierre
+ RS_DATA/ScubaMission06.unity3d
+
+
+ DlgJCS189End
+ NPCs.unity3d/PfJeanPierre
+ RS_DATA/ScubaMission06.unity3d
+
+ -1
+
+ 366
+ Photo
+
+
+
+ 0
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ PfMerWreckPhotoBoat
+ 1
+
+
+ 0
+
+
+
+
+ Solve the riddle and take a photo of the answer.
+
+
+
+
+
+
+ 190
+
+ DlgJCS190Offer
+ NPCs.unity3d/PfJeanPierre
+ RS_DATA/ScubaMission07.unity3d
+
+
+ DlgJCS190End
+ NPCs.unity3d/PfJeanPierre
+ RS_DATA/ScubaMission07.unity3d
+
+ -1
+
+ 367
+ Collect
+
+
+
+
+ 520
+ 1
+
+ 0
+
+
+
+
+
+ MerRuins
+
+
+ GrpScM007S01
+
+
+ 520
+ RS_SHARED/zzItems.unity3d/PfItemLamp
+
+ 1
+
+
+
+
+
+ Find Jean Claude's lantern in Rubble Ruins. Swim over it to collect it.
+
+
+
+
+
+
+ 191
+
+ DlgJCS191Offer
+ NPCs.unity3d/PfJeanPierre
+ RS_DATA/ScubaMission07.unity3d
+
+
+ DlgJCS191End
+ NPCs.unity3d/PfJeanPierre
+ RS_DATA/ScubaMission07.unity3d
+
+ -1
+
+ 368
+ Delivery
+
+
+
+ 0
+
+
+ false
+ NPCs.unity3d/PfJeanPierre
+
+
+
+
+
+
+
+ 520
+ RS_SHARED/zzItems.unity3d/PfItemLamp
+
+ 1
+
+
+
+
+
+ Bring the lantern back to Jean Claude. To give Jean Claude the lantern, just click on him.
+
+
+
+
+
+
+ 192
+
+ DlgJCS192Offer
+ NPCs.unity3d/PfJeanPierre
+ RS_DATA/ScubaMission08.unity3d
+
+
+ DlgJCS192End
+ NPCs.unity3d/PfJeanPierre
+ RS_DATA/ScubaMission08.unity3d
+
+ -1
+
+ 369
+ Collect
+
+
+
+ 0
+
+
+
+
+
+ MerKelp
+
+
+ GrpScM008S01
+
+
+
+
+
+ 9
+
+
+
+
+
+ Find all the bookmarks that are scattered around the Kelp Forest. Swim over them to collect them.
+
+
+
+
+
+
+ 193
+
+ DlgJCS193Offer
+ NPCs.unity3d/PfJeanPierre
+ RS_DATA/ScubaMission08.unity3d
+
+
+ DlgJCS193End
+ NPCs.unity3d/PfJeanPierre
+ RS_DATA/ScubaMission08.unity3d
+
+ -1
+
+ 370
+ Delivery
+
+
+
+ 0
+
+
+ false
+ NPCs.unity3d/PfIsabella
+
+
+
+
+
+
+
+
+
+
+ 1
+
+
+
+
+
+ Bring the bookmarks to Isabella the cat by her cart in the Kelp Forest. To give Isabella the bookmarks, just click on her.
+
+
+
+
+
+
+ 194
+
+ DlgJCS194Offer
+ NPCs.unity3d/PfJeanPierre
+ RS_DATA/ScubaMission09.unity3d
+
+
+ DlgJCS194End
+ NPCs.unity3d/PfJeanPierre
+ RS_DATA/ScubaMission09.unity3d
+
+ -1
+
+ 371
+ Photo
+
+
+
+ 0
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ MerRuinsPhotoFinger
+ 1
+
+
+ 0
+
+
+
+
+ Take a photo of the giant hand pointing towards the sky.
+
+
+
+
+
+
+ 195
+
+ DlgJCS195Offer
+ NPCs.unity3d/PfJeanPierre
+ RS_DATA/ScubaMission09.unity3d
+
+
+ DlgJCS195End
+ NPCs.unity3d/PfJeanPierre
+ RS_DATA/ScubaMission09.unity3d
+
+ -1
+
+ 372
+ Delivery
+
+
+ MerKelp
+ 0
+
+
+ false
+ NPCs.unity3d/PfIsabella
+
+
+
+
+
+
+
+
+
+
+ 1
+
+ MerRuinsPhotoFinger
+ 1
+
+
+
+
+
+ Bring the photo of the giant hand to Isabella. She is next to her cart in the Kelp Forest. To give Isabella the photo, just click on her.
+
+
+
+
+
+
+ 196
+
+ DlgJCS196Offer
+ NPCs.unity3d/PfJeanPierre
+ RS_DATA/ScubaMission10.unity3d
+
+
+ DlgJCS196End
+ NPCs.unity3d/PfJeanPierre
+ RS_DATA/ScubaMission10.unity3d
+
+ -1
+
+ 373
+ Photo
+
+
+
+ 0
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ NPCs.unity3d/PfJeanPierre
+ 1
+
+
+ 0
+
+
+
+
+ Solve the riddle and take a photo of the answer.
+
+
+
+
+
+
+ 197
+
+ DlgJCS197Offer
+ NPCs.unity3d/PfJeanPierre
+ RS_DATA/ScubaMission11.unity3d
+
+
+ DlgJCS197End
+ NPCs.unity3d/PfJeanPierre
+ RS_DATA/ScubaMission11.unity3d
+
+ -1
+
+ 374
+ Collect
+
+
+
+ 0
+
+
+
+
+
+ MerRuins
+
+
+ GrpScM011S01
+
+
+
+
+
+ 15
+
+
+
+
+
+ Find the 15 shiny pearls hidden around Rubble Ruins. Swim over the pearls to collect them.
+
+
+
+
+
+
+ 198
+
+ DlgJCS198Offer
+ NPCs.unity3d/PfJeanPierre
+ RS_DATA/ScubaMission11.unity3d
+
+
+ DlgJCS198End
+ NPCs.unity3d/PfJeanPierre
+ RS_DATA/ScubaMission11.unity3d
+
+ -1
+
+ 375
+ Delivery
+
+
+
+ 0
+
+
+ false
+ NPCs.unity3d/PfJeanPierre
+
+
+
+
+
+
+
+
+
+
+ 1
+
+
+
+
+
+ Go meet Jean Claude and bring the pearls back to him. To give Jean Claude the pearls, just click on him.
+
+
+
+
+
+
+ 199
+
+ DlgJCS199Offer
+ NPCs.unity3d/PfJeanPierre
+ RS_DATA/ScubaMission12.unity3d
+
+
+ DlgJCS199End
+ NPCs.unity3d/PfJeanPierre
+ RS_DATA/ScubaMission12.unity3d
+
+ -1
+
+ 376
+ Photo
+
+
+
+ 0
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ NPCs.unity3d/PfIsabella
+ 1
+
+
+ 0
+
+
+
+
+ Solve the riddle and take a photo of the answer.
+
+
+
+
+
+
+ 200
+
+ DlgJCS200Offer
+ NPCs.unity3d/PfJeanPierre
+ RS_DATA/ScubaMission13.unity3d
+
+
+ DlgJCS200End
+ NPCs.unity3d/PfJeanPierre
+ RS_DATA/ScubaMission13.unity3d
+
+ -1
+
+ 377
+ Buy
+
+
+
+ 0
+
+
+
+
+
+
+
+
+
+
+ 3
+
+
+ 1
+ 1
+
+
+
+
+
+ Buy a Decoration from the "General Goods" store in Isabella's Cart.
+
+
+
+
+
+ 201
+
+ DlgJCS201Offer
+ NPCs.unity3d/PfJeanPierre
+ RS_DATA/ScubaMission13.unity3d
+
+
+ DlgJCS201End
+ NPCs.unity3d/PfJeanPierre
+ RS_DATA/ScubaMission13.unity3d
+
+ -1
+
+ 378
+ Build
+
+
+
+ 0
+
+
+
+
+
+ MerRuins
+
+
+
+
+
+
+
+ 1
+ 1
+
+
+
+
+
+ Click on the purple spot next to Jean Claude's house to put the rainbow.
+
+
+
+
+
+
+ 202
+
+ DlgJCS202Offer
+ NPCs.unity3d/PfJeanPierre
+ RS_DATA/ScubaMission14.unity3d
+
+
+ DlgJCS202End
+ NPCs.unity3d/PfJeanPierre
+ RS_DATA/ScubaMission14.unity3d
+
+ -1
+
+ 379
+ Photo
+
+ GrpScM014S01
+ MerWreck
+ 0
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ PfFishSeaHorse
+ 1
+
+
+ 0
+
+
+
+
+ Take a photo of the purple sea horse swimming around in Rubble Ruins.
+
+
+
+
+
+ 203
+
+ DlgJCS203Offer
+ NPCs.unity3d/PfJeanPierre
+ RS_DATA/ScubaMission14.unity3d
+
+
+ DlgJCS203End
+ NPCs.unity3d/PfJeanPierre
+ RS_DATA/ScubaMission14.unity3d
+
+ -1
+
+ 380
+ Delivery
+
+
+
+ 0
+
+
+ false
+ NPCs.unity3d/PfIsabella
+
+
+
+
+
+
+
+
+
+
+ 1
+
+ PfFishSeaHorse
+ 1
+
+
+
+
+
+ Bring the photo of the sea horse to Isabella. She is next to her cart in the Kelp Forest. To give Isabella the photo, just click on her.
+
+
+
+
+
+ 204
+
+ DlgJCS204Offer
+ NPCs.unity3d/PfJeanPierre
+ RS_DATA/ScubaMission15.unity3d
+
+
+ DlgJCS204End
+ NPCs.unity3d/PfJeanPierre
+ RS_DATA/ScubaMission15.unity3d
+
+ -1
+
+ 381
+ GameModule
+
+
+
+ 0
+
+
+
+
+
+
+
+ PearlPush
+
+
+
+
+
+
+
+
+
+
+
+
+ Play Pearl Push and help return the pearls to the oysters.
+
+
+
+
+
+
+ 205
+
+ DlgJCS205Offer
+ NPCs.unity3d/PfJeanPierre
+ RS_DATA/ScubaMission16.unity3d
+
+
+ DlgJCS205End
+ NPCs.unity3d/PfJeanPierre
+ RS_DATA/ScubaMission16.unity3d
+
+ -1
+
+ 382
+ Collect
+
+
+
+ 0
+
+
+
+
+
+ MerKelp
+
+
+ GrpScM016S01
+
+
+
+
+
+ 10
+
+
+
+
+
+ Find and collect all the trash in front of Isabella's Traveling Cart in the Kelp Forest. Swim over the trash to collect it.
+
+
+
+
+
+ 206
+
+ DlgJCS206Offer
+ NPCs.unity3d/PfJeanPierre
+ RS_DATA/ScubaMission17.unity3d
+
+
+ DlgJCS206End
+ NPCs.unity3d/PfJeanPierre
+ RS_DATA/ScubaMission17.unity3d
+
+ -1
+
+ 383
+ Visit
+
+
+
+ 0
+
+
+ false
+
+ PfMarker_Mis017
+ MerKelp
+ 3
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Solve the riddle and find the location of the answer. Here's a clue. It's in the Kelp Forest.
+
+
+
+
+
+ 207
+
+ DlgJCS207Offer
+ NPCs.unity3d/PfJeanPierre
+ RS_DATA/ScubaMission18.unity3d
+
+
+ DlgJCS207End
+ NPCs.unity3d/PfJeanPierre
+ RS_DATA/ScubaMission18.unity3d
+
+ -1
+
+ 384
+ Visit
+
+
+
+ 0
+
+
+ false
+
+ PfMarker_MrSandCastle
+ MerRuins
+ 3
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Solve the riddle and find the location of the answer. Here's a clue. It's in Rubble Ruins.
+
+
+
+
+
+ 208
+
+ DlgJCS208Offer
+ NPCs.unity3d/PfJeanPierre
+ RS_DATA/ScubaMission19.unity3d
+
+
+ DlgJCS208End
+ NPCs.unity3d/PfJeanPierre
+ RS_DATA/ScubaMission19.unity3d
+
+ -1
+
+ 385
+ Visit
+
+
+
+ 0
+
+
+ false
+
+ PfMarker_MwSandCastle
+ MerWreck
+ 4
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Solve the riddle and find the location of the answer. Here's a clue. It's in Ship Wreck Reef.
+
+
+
+
+
+ 209
+
+ DlgJCS209Offer
+ NPCs.unity3d/PfJeanPierre
+ RS_DATA/ScubaMission20.unity3d
+
+
+ DlgJCS209End
+ NPCs.unity3d/PfJeanPierre
+ RS_DATA/ScubaMission20.unity3d
+
+ -1
+
+ 386
+ Collect
+
+ GrpScM020S01
+
+ 0
+
+
+
+
+
+ MerWreck
+
+
+ GrpScM020S01
+
+
+
+
+
+ 4
+
+
+
+
+
+ Find and collect Jean Claude's 4 pet crabs in Ship Wreck Reef. Swim over the crabs to collect them.
+
+
+
+
+
+ 210
+
+ DlgJCS210Offer
+ NPCs.unity3d/PfJeanPierre
+ RS_DATA/ScubaMission20.unity3d
+
+
+ DlgJCS210End
+ NPCs.unity3d/PfJeanPierre
+ RS_DATA/ScubaMission20.unity3d
+
+ -1
+
+ 387
+ Meet
+
+
+
+ 0
+
+
+ false
+ NPCs.unity3d/PfJeanPierre
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Bring Jean Claude's pet crabs back to him. To give Jean Claude the crabs, just click on him.
+
+
+
+
+
+
+ 211
+
+ DlgJCS211Offer
+ NPCs.unity3d/PfJeanPierre
+ RS_DATA/ScubaMission21.unity3d
+
+
+ DlgJCS211End
+ NPCs.unity3d/PfJeanPierre
+ RS_DATA/ScubaMission21.unity3d
+
+ -1
+
+ 388
+ Collect
+
+
+
+ 0
+
+
+
+
+
+ MerWreck
+
+
+ GrpScM021S01
+
+
+
+
+
+ 10
+
+
+
+
+
+ Find and collect 10 shells in Shipwreck Reef. Swim over the shells to collect them.
+
+
+
+
+
+
+ 212
+
+ DlgJCS212Offer
+ NPCs.unity3d/PfJeanPierre
+ RS_DATA/ScubaMission21.unity3d
+
+
+ DlgJCS212End
+ NPCs.unity3d/PfJeanPierre
+ RS_DATA/ScubaMission21.unity3d
+
+ -1
+
+ 389
+ Delivery
+
+
+
+ 0
+
+
+ false
+ NPCs.unity3d/PfIsabella
+
+
+
+
+
+
+
+
+
+
+ 1
+
+
+
+
+
+ Bring the shells to Isabella. She is next to her cart in the Kelp Forest. To give Isabella the shells, just click on her.
+
+
+
+
+
+ 213
+
+ DlgJCS213Offer
+ NPCs.unity3d/PfJeanPierre
+ RS_DATA/ScubaMission22.unity3d
+
+
+ DlgJCS213End
+ NPCs.unity3d/PfJeanPierre
+ RS_DATA/ScubaMission22.unity3d
+
+ -1
+
+ 390
+ Photo
+
+
+
+ 0
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ PfMerTownPortal
+ 1
+
+
+ 0
+
+
+
+
+ Solve the riddle and take a photo of the answer.
+
+
+
+
+
+
+ 214
+
+ DlgJCS214Offer
+ NPCs.unity3d/PfJeanPierre
+ RS_DATA/ScubaMission23.unity3d
+
+
+ DlgJCS214End
+ NPCs.unity3d/PfJeanPierre
+ RS_DATA/ScubaMission23.unity3d
+
+ -1
+
+ 391
+ Buy
+
+
+
+ 0
+
+
+
+
+
+
+
+
+
+
+ 3
+ 172
+ RS_SHARED/MusicCD04.unity3d/IcoItemCDIconSeaSounds
+
+ 1
+
+
+
+
+
+ Buy the Ocean Breeze CD from the "General Goods" store in Isabella's Cart.
+
+
+
+
+
+
+ 215
+
+ DlgJCS215Offer
+ NPCs.unity3d/PfJeanPierre
+ RS_DATA/ScubaMission23.unity3d
+
+
+ DlgJCS215End
+ NPCs.unity3d/PfJeanPierre
+ RS_DATA/ScubaMission23.unity3d
+
+ -1
+
+ 392
+ Build
+
+
+
+ 0
+
+
+
+
+
+ MerKelp
+
+
+
+
+
+ 172
+ RS_SHARED/MusicCD04.unity3d/IcoItemCDIconSeaSounds
+
+ 1
+
+
+
+
+
+ Put the Ocean Breeze CD on the jukebox in the Kelp Forest.
+
+
+
+
+
+
+ 216
+
+ DlgJCS216Offer
+ NPCs.unity3d/PfJeanPierre
+ RS_DATA/ScubaMission24.unity3d
+
+
+ DlgJCS216End
+ NPCs.unity3d/PfJeanPierre
+ RS_DATA/ScubaMission24.unity3d
+
+ -1
+
+ 393
+ Photo
+
+
+
+ 0
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ PfMerKelpPhotoOp
+ 1
+
+
+ 0
+
+
+
+
+ Take a photo of the Pink Pearl on the Pedestal in the Kelp Forest.
+
+
+
+
+
+ 217
+
+ DlgJCS217Offer
+ NPCs.unity3d/PfJeanPierre
+ RS_DATA/ScubaMission24.unity3d
+
+
+ DlgJCS217End
+ NPCs.unity3d/PfJeanPierre
+ RS_DATA/ScubaMission24.unity3d
+
+ -1
+
+ 394
+ Delivery
+
+
+
+ 0
+
+
+ false
+ NPCs.unity3d/PfJeanPierre
+
+
+
+
+
+
+
+
+
+
+ 1
+
+ PfMerKelpPhotoOp
+ 1
+
+
+
+
+
+ Bring the photo of the Pink Pearl on the Pedestal to Jean Claude. To give Jean Claude the photo, just click on him.
+
+
+
+
+
+
+ 218
+
+ DlgJCS218Offer
+ NPCs.unity3d/PfJeanPierre
+ RS_DATA/ScubaMission25.unity3d
+
+
+ DlgJCS218End
+ NPCs.unity3d/PfJeanPierre
+ RS_DATA/ScubaMission25.unity3d
+
+ -1
+
+ 395
+ Collect
+
+
+
+ 0
+
+
+
+
+
+ MerRuins
+
+
+ GrpScM025S01
+
+
+
+
+
+ 15
+
+
+
+
+
+ Find and collect all the flashlights in Rubble Ruins. Swim over the flashlights to collect them.
+
+
+
+
+
+
+ 219
+
+ DlgJCS219Offer
+ NPCs.unity3d/PfJeanPierre
+ RS_DATA/ScubaMission25.unity3d
+
+
+ DlgJCS219End
+ NPCs.unity3d/PfJeanPierre
+ RS_DATA/ScubaMission25.unity3d
+
+ -1
+
+ 396
+ Delivery
+
+
+
+ 0
+
+
+ false
+ NPCs.unity3d/PfJeanPierre
+
+
+
+
+
+
+
+
+
+
+ 1
+
+
+
+
+
+ Bring the flashlights back to Jean Claude. To give Jean Claude the flashlights, just click on him.
+
+
+
+
+
+
+ 220
+
+ DlgJCS220Offer
+ NPCs.unity3d/PfJeanPierre
+ RS_DATA/ScubaMission26.unity3d
+
+
+ DlgJCS220End
+ NPCs.unity3d/PfJeanPierre
+ RS_DATA/ScubaMission26.unity3d
+
+ -1
+
+ 397
+ Buy
+
+
+
+ 0
+
+
+
+
+
+
+
+
+
+
+ 3
+
+
+ 227
+ 1
+
+
+
+
+
+ Buy a butterfly from the "General Goods" store in Isabella's Cart.
+
+
+
+
+
+
+ 221
+
+ DlgJCS221Offer
+ NPCs.unity3d/PfJeanPierre
+ RS_DATA/ScubaMission26.unity3d
+
+
+ DlgJCS221End
+ NPCs.unity3d/PfJeanPierre
+ RS_DATA/ScubaMission26.unity3d
+
+ -1
+
+ 398
+ Build
+
+
+
+ 0
+
+
+
+
+
+ MerKelp
+
+
+
+
+
+
+
+ 227
+ 1
+
+
+
+
+
+ Put the butterfly in the blue spot next to her cart.
+
+
+
+
+
+
+ 222
+
+ DlgJCS222Offer
+ NPCs.unity3d/PfJeanPierre
+ RS_DATA/ScubaMission27.unity3d
+
+
+ DlgJCS222End
+ NPCs.unity3d/PfJeanPierre
+ RS_DATA/ScubaMission27.unity3d
+
+ -1
+
+ 399
+ Visit
+
+
+
+ 0
+
+
+ false
+
+ PfMarker_M027S01
+ MerWreck
+ 2
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Find and go inside the dark cave in Shipwreck Reef.
+
+
+
+
+
+
+ 223
+
+ DlgJCS223Offer
+ NPCs.unity3d/PfJeanPierre
+ RS_DATA/ScubaMission28.unity3d
+
+
+ DlgJCS223End
+ NPCs.unity3d/PfJeanPierre
+ RS_DATA/ScubaMission28.unity3d
+
+ -1
+
+ 400
+ Collect
+
+
+
+ 0
+
+
+
+
+
+ MerRuins
+
+
+ GrpScM028S01
+
+
+
+
+
+ 12
+
+
+
+
+
+ Find and collect the 12 maps in Rubble Ruins. Swim over the maps to collect them.
+
+
+
+
+
+
+ 224
+
+ DlgJCS224Offer
+ NPCs.unity3d/PfJeanPierre
+ RS_DATA/ScubaMission28.unity3d
+
+
+ DlgJCS224End
+ NPCs.unity3d/PfJeanPierre
+ RS_DATA/ScubaMission28.unity3d
+
+ -1
+
+ 401
+ Delivery
+
+
+
+ 0
+
+
+ false
+ NPCs.unity3d/PfIsabella
+
+
+
+
+
+
+
+
+
+
+ 1
+
+
+
+
+
+ Bring the maps to Isabella the cat. She is next to her cart in the Kelp Forest. To give Isabella the maps, just click on her.
+
+
+
+
+
+
+ 225
+
+ DlgJCS225Offer
+ NPCs.unity3d/PfJeanPierre
+ RS_DATA/ScubaMission29.unity3d
+
+
+ DlgJCS225End
+ NPCs.unity3d/PfJeanPierre
+ RS_DATA/ScubaMission29.unity3d
+
+ -1
+
+ 402
+ Buy
+
+
+
+ 0
+
+
+
+
+
+
+
+
+
+
+ 3
+ 194
+ RS_SHARED/MusicCD04.unity3d/IcoItemCDIconSunnySongs
+
+ 1
+
+
+
+
+
+ Buy the Sunny Songs CD from the "General Goods" store in Isabella's Cart.
+
+
+
+
+
+
+ 226
+
+ DlgJCS226Offer
+ NPCs.unity3d/PfJeanPierre
+ RS_DATA/ScubaMission29.unity3d
+
+
+ DlgJCS226End
+ NPCs.unity3d/PfJeanPierre
+ RS_DATA/ScubaMission29.unity3d
+
+ -1
+
+ 403
+ Build
+
+
+
+ 0
+
+
+
+
+
+ MerKelp
+
+
+
+
+
+ 194
+ RS_SHARED/MusicCD04.unity3d/IcoItemCDIconSunnySongs
+
+ 1
+
+
+
+
+
+ Put the Sunny Songs CD on the jukebox in the Kelp Forest.
+
+
+
+
+
+
+ 227
+
+ DlgJCS227Offer
+ NPCs.unity3d/PfJeanPierre
+ RS_DATA/ScubaMission30.unity3d
+
+
+ DlgJCS227End
+ NPCs.unity3d/PfJeanPierre
+ RS_DATA/ScubaMission30.unity3d
+
+ -1
+
+ 404
+ Photo
+
+
+
+ 0
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ PfMerWreckPhotoAnchor
+ 1
+
+
+ 0
+
+
+
+
+ Solve the riddle and take a photo of the answer.
+
+
+
+
+
+
+ 228
+
+ DlgCappyS228Offer
+ NPCs.unity3d/PfCappy
+ RS_DATA/CavernsMission01.unity3d
+
+
+ DlgCappyS228End
+ NPCs.unity3d/PfCappy
+ RS_DATA/CavernsMission01.unity3d
+
+ -1
+
+ 405
+ Meet
+
+ GrpMcM001S01
+ MerCaverns
+ 0
+
+
+ false
+ PfWaterPunk
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Press the space bar and the up arrow key to jump foward and land on the Punk-Punks to slow them down.
+
+
+
+
+
+ 229
+
+ DlgCappyS229Offer
+ NPCs.unity3d/PfCappy
+ RS_DATA/CavernsMission01.unity3d
+
+
+ DlgCappyS229End
+ NPCs.unity3d/PfCappy
+ RS_DATA/CavernsMission01.unity3d
+
+ -1
+
+ 406
+ Collect
+
+
+
+ 0
+
+
+
+ PfWaterPunk
+
+ MerCaverns
+
+
+ GrpMcM001S01
+
+
+
+
+
+ 1
+
+
+
+
+
+ After pressing the space bar one time to jump and one more time while in the air, land on a punk-punk. It will go away.
+
+
+
+
+
+ 230
+
+ DlgCappyS230Offer
+ NPCs.unity3d/PfCappy
+ RS_DATA/CavernsMission02.unity3d
+
+
+ DlgCappyS230End
+ NPCs.unity3d/PfCappy
+ RS_DATA/CavernsMission02.unity3d
+
+ -1
+
+ 407
+ Visit
+
+
+
+ 0
+
+
+ false
+
+ PfMarker_Mis003FshFtn
+ MerCaverns
+ 3
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Search the caverns and find the Fishy Fountain.
+
+
+
+
+
+
+ 231
+
+ DlgCappyS231Offer
+ NPCs.unity3d/PfCappy
+ RS_DATA/CavernsMission03.unity3d
+
+
+ DlgCappyS231End
+ NPCs.unity3d/PfCappy
+ RS_DATA/CavernsMission03.unity3d
+
+ -1
+
+ 408
+ Collect
+
+
+ MerCaverns
+
+ 849
+ 1
+
+ 0
+
+
+
+
+
+ MerCaverns
+
+
+ GrpMcM003S01
+
+
+ 849
+ RS_SHARED/zzItems.unity3d/PfItemCheckeredFlag
+
+ 1
+
+
+
+
+
+ Find and collect Cappy's flag. It's near the yellow clam shell.
+
+
+
+
+
+
+ 232
+
+ DlgCappyS232Offer
+ NPCs.unity3d/PfCappy
+ RS_DATA/CavernsMission03.unity3d
+
+
+ DlgCappyS232End
+ NPCs.unity3d/PfCappy
+ RS_DATA/CavernsMission03.unity3d
+
+ -1
+
+ 409
+ Delivery
+
+
+ MerCaverns
+ 0
+
+
+ false
+ NPCs.unity3d/PfCappy
+
+
+
+
+
+
+
+ 849
+ RS_SHARED/zzItems.unity3d/PfItemCheckeredFlag
+
+ 1
+
+
+
+
+
+ Bring the flag back to Cappy. To give Cappy the flag, just click on him.
+
+
+
+
+
+
+ 233
+
+ DlgCappyS233Offer
+ NPCs.unity3d/PfCappy
+ RS_DATA/CavernsMission04.unity3d
+
+
+ DlgCappyS233End
+ NPCs.unity3d/PfCappy
+ RS_DATA/CavernsMission04.unity3d
+
+ -1
+
+ 410
+ Collect
+
+
+
+ 0
+
+
+
+ PfWaterPunk
+
+ MerCaverns
+
+
+ GrpMcM004S01
+
+
+
+
+
+ 10
+
+
+
+
+
+ Find and send 10 punk-punks away. Remember, press the space bar twice and land on a punk-punk to make them go away.
+
+
+
+
+
+
+ 234
+
+ DlgCappyS234Offer
+ NPCs.unity3d/PfCappy
+ RS_DATA/CavernsMission05.unity3d
+
+
+ DlgCappyS234End
+ NPCs.unity3d/PfCappy
+ RS_DATA/CavernsMission05.unity3d
+
+ -1
+
+ 411
+ Photo
+
+
+ MerCaverns
+ 0
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ PfBillboard_MerCaverns
+ 1
+
+
+ 0
+
+
+
+
+ Find and take a photo of the cave wall drawings in the caverns.
+
+
+
+
+
+
+ 235
+
+ DlgCappyS235Offer
+ NPCs.unity3d/PfCappy
+ RS_DATA/CavernsMission05.unity3d
+
+
+ DlgCappyS235End
+ NPCs.unity3d/PfCappy
+ RS_DATA/CavernsMission05.unity3d
+
+ -1
+
+ 412
+ Delivery
+
+
+
+ 0
+
+
+ false
+ NPCs.unity3d/PfCappy
+
+
+
+
+
+
+
+
+
+
+ 1
+
+ PfBillboard_MerCaverns
+ 1
+
+
+
+
+
+ Bring the photo of the cave wall drawings to Cappy. To give Cappy the photo, just click on him.
+
+
+
+
+
+
+ 236
+
+ DlgCappyS236Offer
+ NPCs.unity3d/PfCappy
+ RS_DATA/CavernsMission06.unity3d
+
+
+ DlgCappyS236End
+ NPCs.unity3d/PfCappy
+ RS_DATA/CavernsMission06.unity3d
+
+ -1
+
+ 413
+ Collect
+
+
+ MerCaverns
+ 0
+
+
+
+
+
+ MerCaverns
+
+
+ GrpMcM006S01
+
+
+ 2521
+ PfItemGeode
+
+ 5
+
+
+
+
+
+ Find and collect the 5 crystal rocks. Run over the rocks to collect them.
+
+
+
+
+
+
+ 237
+
+ DlgCappyS237Offer
+ NPCs.unity3d/PfCappy
+ RS_DATA/CavernsMission06.unity3d
+
+
+ DlgCappyS237End
+ NPCs.unity3d/PfCappy
+ RS_DATA/CavernsMission06.unity3d
+
+ -1
+
+ 414
+ Delivery
+
+
+
+ 0
+
+
+ false
+ NPCs.unity3d/PfCappy
+
+
+
+
+
+
+
+
+
+
+ 1
+
+
+
+
+
+ Bring the rocks to Cappy. To give Cappy the rocks, just click on him.
+
+
+
+
+
+
+ 238
+
+ DlgCappyS238Offer
+ NPCs.unity3d/PfCappy
+ RS_DATA/CavernsMission07.unity3d
+
+
+ DlgCappyS238End
+ NPCs.unity3d/PfCappy
+ RS_DATA/CavernsMission07.unity3d
+
+ -1
+
+ 415
+ Photo
+
+ GrpMcM007S01
+ MerCaverns
+ 0
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ PfWaterPunkYelSpt
+ 1
+
+
+ 0
+
+
+
+
+ Find the punk-punk that looks different from the others and take a photo of it.
+
+
+
+
+
+ 239
+
+ DlgCappyS239Offer
+ NPCs.unity3d/PfCappy
+ RS_DATA/CavernsMission07.unity3d
+
+
+ DlgCappyS239End
+ NPCs.unity3d/PfCappy
+ RS_DATA/CavernsMission07.unity3d
+
+ -1
+
+ 416
+ Delivery
+
+ GrpMcM007S01
+
+ 0
+
+
+ false
+ NPCs.unity3d/PfCappy
+
+
+
+
+
+
+
+
+
+
+ 1
+
+
+
+
+
+ Bring the photo of the rare Punk-Punk to Cappy. To give Cappy the photo, just click on him.
+
+
+
+
+
+
+ 240
+
+ DlgCappyS240Offer
+ NPCs.unity3d/PfCappy
+ RS_DATA/CavernsMission08.unity3d
+
+
+ DlgCappyS240End
+ NPCs.unity3d/PfCappy
+ RS_DATA/CavernsMission08.unity3d
+
+ -1
+
+ 417
+ Collect
+
+
+ MerCaverns
+ 0
+
+
+
+ PfWaterPunkPrpl
+
+ MerCaverns
+
+
+ GrpMcM008S01
+
+
+
+
+
+ 5
+
+
+
+
+
+ Find and send the purple punk-punks away. Remember, press the space bar twice and land on a punk-punk to make them go away.
+
+
+
+
+
+
+ 241
+
+ DlgCappyS241Offer
+ NPCs.unity3d/PfCappy
+ RS_DATA/CavernsMission09.unity3d
+
+
+ DlgCappyS241End
+ NPCs.unity3d/PfCappy
+ RS_DATA/CavernsMission09.unity3d
+
+ -1
+
+ 418
+ Collect
+
+
+ MerCaverns
+ 0
+
+
+
+
+
+ MerCaverns
+
+
+ GrpMcM009S01
+
+
+ 2523
+ PfCollectAnchor
+
+ 7
+
+
+
+
+
+ Find and collect all the anchors. Run over the anchors to collect them.
+
+
+
+
+
+
+ 242
+
+ DlgCappyS242Offer
+ NPCs.unity3d/PfCappy
+ RS_DATA/CavernsMission10.unity3d
+
+
+ DlgCappyS242End
+ NPCs.unity3d/PfCappy
+ RS_DATA/CavernsMission10.unity3d
+
+ -1
+
+ 419
+ Visit
+
+
+ MerCaverns
+ 0
+
+
+ false
+
+ PfMarker_McM010SlideEnd
+ MerCaverns
+ 2
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Find the water slide in the caverns. It is placed high up in the cavern that is in front of the Punk-Punk wearing a crown.
+
+
+
+
+
+
+ 243
+
+ DlgCappyS243Offer
+ NPCs.unity3d/PfCappy
+ RS_DATA/CavernsMission11.unity3d
+
+
+ DlgCappyS243End
+ NPCs.unity3d/PfCappy
+ RS_DATA/CavernsMission11.unity3d
+
+ -1
+
+ 420
+ Collect
+
+
+ MerCaverns
+ 0
+
+
+
+ PfWaterPunk
+
+ MerCaverns
+
+
+ GrpMcM011S01
+
+
+
+
+
+ 5
+
+
+
+
+
+ Find and send the 5 punk-punks away. Remember, press the space bar twice and land on punk-punks to make them go away.
+
+
+
+
+
+
+ 244
+
+ DlgCappyS244Offer
+ NPCs.unity3d/PfCappy
+ RS_DATA/CavernsMission12.unity3d
+
+
+ DlgCappyS244End
+ NPCs.unity3d/PfCappy
+ RS_DATA/CavernsMission12.unity3d
+
+ -1
+
+ 421
+ Collect
+
+
+ MerCaverns
+
+ 519
+ 1
+
+ 0
+
+
+
+
+
+ MerCaverns
+
+
+ GrpMcM012S01
+
+
+ 519
+ RS_SHARED/zzItems.unity3d/PfItemFlashlight
+
+ 1
+
+
+
+
+
+ Find and collect Cappy's flashlight. Run over the flashlight to collect it.
+
+
+
+
+
+
+ 245
+
+ DlgCappyS245Offer
+ NPCs.unity3d/PfCappy
+ RS_DATA/CavernsMission12.unity3d
+
+
+ DlgCappyS245End
+ NPCs.unity3d/PfCappy
+ RS_DATA/CavernsMission12.unity3d
+
+ -1
+
+ 422
+ Delivery
+
+
+ MerCaverns
+ 0
+
+
+ false
+ NPCs.unity3d/PfCappy
+
+
+
+
+
+
+
+ 519
+ RS_SHARED/zzItems.unity3d/PfItemFlashlight
+
+ 1
+
+
+
+
+
+ Bring the flashlight to Cappy. To give Cappy the flashlight, just click on him.
+
+
+
+
+
+
+ 246
+
+ DlgCappyS246Offer
+ NPCs.unity3d/PfCappy
+ RS_DATA/CavernsMission13.unity3d
+
+
+ DlgCappyS246End
+ NPCs.unity3d/PfCappy
+ RS_DATA/CavernsMission13.unity3d
+
+ -1
+
+ 423
+ Collect
+
+
+ MerCaverns
+ 0
+
+
+
+
+
+ MerCaverns
+
+
+ GrpMcM013S01
+
+
+
+
+
+ 7
+
+
+
+
+
+ Send all the punk-punks away before time runs out! Remember, press the space bar twice and land on punk-punks to make them go away.
+
+
+
+
+
+
+ 247
+
+ DlgCappyS247Offer
+ NPCs.unity3d/PfCappy
+ RS_DATA/CavernsMission14.unity3d
+
+
+ DlgCappyS247End
+ NPCs.unity3d/PfCappy
+ RS_DATA/CavernsMission14.unity3d
+
+ -1
+
+ 424
+ Collect
+
+
+ MerCaverns
+ 0
+
+
+
+
+
+ MerCaverns
+
+
+ GrpMcM014S01
+
+
+ 520
+ RS_SHARED/zzItems.unity3d/PfItemLamp
+
+ 4
+
+
+
+
+
+ Find and collect the 4 lanterns. Run over the lanterns to collect them.
+
+
+
+
+
+
+ 248
+
+ DlgCappyS248Offer
+ NPCs.unity3d/PfCappy
+ RS_DATA/CavernsMission15.unity3d
+
+
+ DlgCappyS248End
+ NPCs.unity3d/PfCappy
+ RS_DATA/CavernsMission15.unity3d
+
+ -1
+
+ 425
+ Photo
+
+
+
+ 0
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ PfPhotoStatueSeaTurtle
+ 1
+
+
+ 0
+
+
+
+
+ Find and take a photo of the statue of General Cappold Shellback.
+
+
+
+
+
+
+ 249
+
+ DlgCappyS249Offer
+ NPCs.unity3d/PfCappy
+ RS_DATA/CavernsMission15.unity3d
+
+
+ DlgCappyS249End
+ NPCs.unity3d/PfCappy
+ RS_DATA/CavernsMission15.unity3d
+
+ -1
+
+ 426
+ Delivery
+
+
+
+ 0
+
+
+ false
+ NPCs.unity3d/PfCappy
+
+
+
+
+
+
+
+
+
+
+ 1
+
+ PfPhotoStatueSeaTurtle
+ 1
+
+
+
+
+
+ Bring the photo of the general to Cappy. To give Cappy the photo, just click on him.
+
+
+
+
+
+ 250
+
+ DlgCappyS250Offer
+ NPCs.unity3d/PfCappy
+ RS_DATA/CavernsMission16.unity3d
+
+
+ DlgCappyS250End
+ NPCs.unity3d/PfCappy
+ RS_DATA/CavernsMission16.unity3d
+
+ -1
+
+ 427
+ Collect
+
+
+ MerCaverns
+ 0
+
+
+
+
+
+ MerCaverns
+
+
+ GrpMcM016S01
+
+
+ 2628
+ PfCollectPaintCanPurple
+
+ 10
+
+
+
+
+
+ Find and collect the 10 paint cans. Run over the paint cans to collect them.
+
+
+
+
+
+
+ 251
+
+ DlgCappyS251Offer
+ NPCs.unity3d/PfCappy
+ RS_DATA/CavernsMission17.unity3d
+
+
+ DlgCappyS251End
+ NPCs.unity3d/PfCappy
+ RS_DATA/CavernsMission17.unity3d
+
+ -1
+
+ 428
+ Visit
+
+
+
+ 0
+
+
+ false
+
+ PfMarker_McM017Mushroom
+ MerCaverns
+ 1
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Go find pink and purple plants near the top of the caverns.
+
+
+
+
+
+
+ 252
+
+ DlgCappyS252Offer
+ NPCs.unity3d/PfCappy
+ RS_DATA/CavernsMission18.unity3d
+
+
+ DlgCappyS252End
+ NPCs.unity3d/PfCappy
+ RS_DATA/CavernsMission18.unity3d
+
+ -1
+
+ 429
+ Photo
+
+
+
+ 0
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ PfPhotoStatuePunk
+ 1
+
+
+ 0
+
+
+
+
+ Find and take a photo of the statue of the Punk- Punk Prince, Sir Punk-A-Lot.
+
+
+
+
+
+
+ 253
+
+ DlgCappyS253Offer
+ NPCs.unity3d/PfCappy
+ RS_DATA/CavernsMission18.unity3d
+
+
+ DlgCappyS253End
+ NPCs.unity3d/PfCappy
+ RS_DATA/CavernsMission18.unity3d
+
+ -1
+
+ 430
+ Delivery
+
+
+
+ 0
+
+
+ false
+ NPCs.unity3d/PfCappy
+
+
+
+
+
+
+
+
+
+
+ 1
+
+ PfPhotoStatuePunk
+ 1
+
+
+
+
+
+ Bring the photo of the prince to Cappy. To give Cappy the photo, just click on him.
+
+
+
+
+
+
+ 254
+
+ DlgCappyS254Offer
+ NPCs.unity3d/PfCappy
+ RS_DATA/CavernsMission19.unity3d
+
+
+ DlgCappyS254End
+ NPCs.unity3d/PfCappy
+ RS_DATA/CavernsMission19.unity3d
+
+ -1
+
+ 431
+ Collect
+
+
+ MerCaverns
+ 0
+
+
+
+
+
+ MerCaverns
+
+
+ GrpMcM019S01
+
+
+ 526
+ PfRewardRunShoes
+
+ 20
+
+
+
+
+
+ Find and collect the 20 running shoes. Run over the shoes to collect them.
+
+
+
+
+
+
+ 255
+
+ DlgCappyS255Offer
+ NPCs.unity3d/PfCappy
+ RS_DATA/CavernsMission20.unity3d
+
+
+ DlgCappyS255End
+ NPCs.unity3d/PfCappy
+ RS_DATA/CavernsMission20.unity3d
+
+ -1
+
+ 432
+ Collect
+
+
+ MerCaverns
+
+ 852
+ 1
+
+ 0
+
+
+
+
+
+ MerCaverns
+
+
+ GrpMcM020S01
+
+
+ 852
+ RS_SHARED/zzItems.unity3d/PfItemKey
+
+ 1
+
+
+
+
+
+ Find and collect Cappy's Key. Check around the Punk-Punk cave drawings. Run over the key to collect it.
+
+
+
+
+
+
+ 256
+
+ DlgCappyS256Offer
+ NPCs.unity3d/PfCappy
+ RS_DATA/CavernsMission20.unity3d
+
+
+ DlgCappyS256End
+ NPCs.unity3d/PfCappy
+ RS_DATA/CavernsMission20.unity3d
+
+ -1
+
+ 433
+ Delivery
+
+
+
+ 0
+
+
+ false
+ NPCs.unity3d/PfCappy
+
+
+
+
+
+
+
+ 852
+ RS_SHARED/zzItems.unity3d/PfItemKey
+
+ 1
+
+
+
+
+
+ Bring the key to Cappy. To give Cappy the key, just click on him.
+
+
+
+
+
+
+ 257
+
+ DlgCappyS257Offer
+ NPCs.unity3d/PfCappy
+ RS_DATA/CavernsMission21.unity3d
+
+
+ DlgCappyS257End
+ NPCs.unity3d/PfCappy
+ RS_DATA/CavernsMission21.unity3d
+
+ -1
+
+ 434
+ Photo
+
+ GrpMcM021S01
+ MerCaverns
+ 0
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ PfCrabRed
+ 1
+
+
+ 0
+
+
+
+
+ Find the cranky crab in the caverns and take a photo of him.
+
+
+
+
+
+
+ 258
+
+ DlgCappyS258Offer
+ NPCs.unity3d/PfCappy
+ RS_DATA/CavernsMission21.unity3d
+
+
+ DlgCappyS258End
+ NPCs.unity3d/PfCappy
+ RS_DATA/CavernsMission21.unity3d
+
+ -1
+
+ 435
+ Build
+
+ GrpMcM021S01
+
+ 0
+
+
+
+
+
+ MerCaverns
+
+
+
+
+
+
+
+
+ 1
+
+ PfCrabRed
+ 1
+
+
+
+
+
+ Put the photo of the cranky crab up on the billboard in the caverns.
+
+
+
+
+
+
+ 259
+
+ DlgCappyS259Offer
+ NPCs.unity3d/PfCappy
+ RS_DATA/CavernsMission22.unity3d
+
+
+ DlgCappyS259End
+ NPCs.unity3d/PfCappy
+ RS_DATA/CavernsMission22.unity3d
+
+ -1
+
+ 436
+ Photo
+
+
+ MerCaverns
+ 0
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ PfWaterPunkStatue
+ 1
+
+
+ 0
+
+
+
+
+ Look for the special stone statue of a solo Punk-Punk that stands between the fishy fountain and the triple Punk-Punk fountain and take a photo of it.
+
+
+
+
+
+ 260
+
+ DlgCappyS260Offer
+ NPCs.unity3d/PfCappy
+ RS_DATA/CavernsMission23.unity3d
+
+
+ DlgCappyS260End
+ NPCs.unity3d/PfCappy
+ RS_DATA/CavernsMission23.unity3d
+
+ -1
+
+ 437
+ Collect
+
+
+ MerCaverns
+ 0
+
+
+
+
+
+ MerCaverns
+
+
+ GrpMcM023S01
+
+
+
+
+
+ 10
+
+
+
+
+
+ Find and send the punk-punks away. Remember, press the space bar twice and land on punk-punks to make them go away.
+
+
+
+
+
+
+ 261
+
+ DlgCappyS261Offer
+ NPCs.unity3d/PfCappy
+ RS_DATA/CavernsMission24.unity3d
+
+
+ DlgCappyS261End
+ NPCs.unity3d/PfCappy
+ RS_DATA/CavernsMission24.unity3d
+
+ -1
+
+ 438
+ Photo
+
+ GrpMcM024S01
+ MerCaverns
+ 0
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ PfWaterPunkRed
+ 1
+
+
+ 0
+
+
+
+
+ Find the punk-punk that looks different from the others and take a photo of it.
+
+
+
+
+
+
+ 262
+
+ DlgCappyS262Offer
+ NPCs.unity3d/PfCappy
+ RS_DATA/CavernsMission24.unity3d
+
+
+ DlgCappyS262End
+ NPCs.unity3d/PfCappy
+ RS_DATA/CavernsMission24.unity3d
+
+ -1
+
+ 439
+ Delivery
+
+ GrpMcM024S01
+
+ 0
+
+
+ false
+ NPCs.unity3d/PfCappy
+
+
+
+
+
+
+
+
+
+
+ 1
+
+ PfWaterPunkRed
+ 1
+
+
+
+
+
+ Bring the photo of the rare red Punk-Punk to Cappy. To give Cappy the photo, just click on him.
+
+
+
+
+
+
+ 263
+
+ DlgCappyS263Offer
+ NPCs.unity3d/PfCappy
+ RS_DATA/CavernsMission25.unity3d
+
+
+ DlgCappyS263End
+ NPCs.unity3d/PfCappy
+ RS_DATA/CavernsMission25.unity3d
+
+ -1
+
+ 440
+ Collect
+
+
+ MerCaverns
+ 0
+
+
+
+
+
+ MerCaverns
+
+
+ GrpMcM025S01
+
+
+
+
+
+ 10
+
+
+
+
+
+ Send all the punk-punks away before time runs out! Remember, press the space bar twice and land on a punk-punk to make them go away.
+
+
+
+
+
+
+ 264
+
+ DlgCappyS264Offer
+ NPCs.unity3d/PfCappy
+ RS_DATA/CavernsMission26.unity3d
+
+
+ DlgCappyS264End
+ NPCs.unity3d/PfCappy
+ RS_DATA/CavernsMission26.unity3d
+
+ -1
+
+ 441
+ Collect
+
+
+ MerCaverns
+
+ 2502
+ 1
+
+ 0
+
+
+
+
+
+ MerCaverns
+
+
+ GrpMcM026S01
+
+
+ 2502
+ RS_SHARED/zzItems.unity3d/PfCollectWhistle
+
+ 1
+
+
+
+
+
+ Find and collect Cappy's whistle. Check around the purple and pink mushrooms way high up on the ledge. Run over the whistle to collect it.
+
+
+
+
+
+
+ 265
+
+ DlgCappyS265Offer
+ NPCs.unity3d/PfCappy
+ RS_DATA/CavernsMission26.unity3d
+
+
+ DlgCappyS265End
+ NPCs.unity3d/PfCappy
+ RS_DATA/CavernsMission26.unity3d
+
+ -1
+
+ 442
+ Delivery
+
+
+
+ 0
+
+
+ false
+ NPCs.unity3d/PfCappy
+
+
+
+
+
+
+
+ 2502
+ RS_SHARED/zzItems.unity3d/PfCollectWhistle
+
+ 1
+
+
+
+
+
+ Bring the whistle to Cappy. To give Cappy the whistle, just click on him.
+
+
+
+
+
+
+ 266
+
+ DlgCappyS266Offer
+ NPCs.unity3d/PfCappy
+ RS_DATA/CavernsMission27.unity3d
+
+
+ DlgCappyS266End
+ NPCs.unity3d/PfCappy
+ RS_DATA/CavernsMission27.unity3d
+
+ -1
+
+ 443
+ Photo
+
+
+
+ 0
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ PfPhotoStatueSeaHorse
+ 1
+
+
+ 0
+
+
+
+
+ Find the Seahorse statue and take a photo of it.
+
+
+
+
+
+
+ 267
+
+ DlgCappyS267Offer
+ NPCs.unity3d/PfCappy
+ RS_DATA/CavernsMission27.unity3d
+
+
+ DlgCappyS267End
+ NPCs.unity3d/PfCappy
+ RS_DATA/CavernsMission27.unity3d
+
+ -1
+
+ 444
+ Delivery
+
+
+ MerCaverns
+ 0
+
+
+ false
+ NPCs.unity3d/PfCappy
+
+
+
+
+
+
+
+
+
+
+ 1
+
+ PfPhotoStatueSeaHorse
+ 1
+
+
+
+
+
+ Bring the photo of the Seahorse back to Cappy.
+
+
+
+
+
+ 268
+
+ DlgCappyS268Offer
+ NPCs.unity3d/PfCappy
+ RS_DATA/CavernsMission28.unity3d
+
+
+ DlgCappyS268End
+ NPCs.unity3d/PfCappy
+ RS_DATA/CavernsMission28.unity3d
+
+ -1
+
+ 445
+ Collect
+
+
+ MerCaverns
+ 0
+
+
+
+
+
+ MerCaverns
+
+
+ GrpMcM028S01
+
+
+ 2629
+ PfTreasureChest
+
+ 1
+
+
+
+
+
+ Find the hidden treasure chest near the fishy fountain. Click on it to see what's inside.
+
+
+
+
+
+
+ 269
+
+ DlgCappyS269Offer
+ NPCs.unity3d/PfCappy
+ RS_DATA/CavernsMission29.unity3d
+
+
+ DlgCappyS269End
+ NPCs.unity3d/PfCappy
+ RS_DATA/CavernsMission29.unity3d
+
+ -1
+
+ 446
+ Photo
+
+
+
+ 0
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ PfPhotoStatueFish
+ 1
+
+
+ 0
+
+
+
+
+ Find and take a photo of the fish statue.
+
+
+
+
+
+
+ 270
+
+ DlgCappyS270Offer
+ NPCs.unity3d/PfCappy
+ RS_DATA/CavernsMission29.unity3d
+
+
+ DlgCappyS270End
+ NPCs.unity3d/PfCappy
+ RS_DATA/CavernsMission29.unity3d
+
+ -1
+
+ 447
+ Build
+
+
+
+ 0
+
+
+
+
+
+ MerCaverns
+
+
+
+
+
+
+
+
+ 1
+
+ PfPhotoStatueFish
+ 1
+
+
+
+
+
+ Put the photo of the fishy statue up on the billboard in the caverns.
+
+
+
+
+
+
+ 271
+
+ DlgCappyS271Offer
+ NPCs.unity3d/PfCappy
+ RS_DATA/CavernsMission30.unity3d
+
+
+ DlgCappyS271End
+ NPCs.unity3d/PfCappy
+ RS_DATA/CavernsMission30.unity3d
+
+ -1
+
+ 448
+ Photo
+
+
+
+ 0
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ PfPhotoStatueCrab
+ 1
+
+
+ 0
+
+
+
+
+ Find and take a photo of the crab made of stone.
+
+
+
+
+
+
+ 272
+
+ DlgCappyS272Offer
+ NPCs.unity3d/PfCappy
+ RS_DATA/CavernsMission30.unity3d
+
+
+ DlgCappyS272End
+ NPCs.unity3d/PfCappy
+ RS_DATA/CavernsMission30.unity3d
+
+ -1
+
+ 449
+ Delivery
+
+
+
+ 0
+
+
+ false
+ NPCs.unity3d/PfCappy
+
+
+
+
+
+
+
+
+
+
+ 1
+
+ PfPhotoStatueCrab
+ 1
+
+
+
+
+
+ Bring the photo of the stone crab to Cappy. To give Cappy the photo, just click on him.
+
+
+
+
+
+
+ 273
+
+ DlgKatS273Offer
+ NPCs.unity3d/PfMera
+ RS_DATA/TownMission01.unity3d
+
+
+ DlgKatS273End
+ NPCs.unity3d/PfMera
+ RS_DATA/TownMission01.unity3d
+
+ -1
+
+ 450
+ Visit
+
+ GrpMtM001S01
+ MerTown
+ 0
+
+
+ false
+
+ PfMarker_FashionShowStart
+ MerTown
+ 1
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Follow the trail of maps to Trendy Tides.
+
+
+
+
+
+
+ 274
+
+ DlgKatS274Offer
+ NPCs.unity3d/PfMera
+ RS_DATA/TownMission01.unity3d
+
+
+ DlgKatS274End
+ NPCs.unity3d/PfMera
+ RS_DATA/TownMission01.unity3d
+
+ -1
+
+ 451
+ Visit
+
+ GrpMtM001S02
+ MerTown
+ 0
+
+
+ false
+
+ PfMarker_ArtHouseStart
+ MerTown
+ 6.5
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Follow the trail of maps to the Art Studio.
+
+
+
+
+
+
+ 275
+
+ DlgKatS275Offer
+ NPCs.unity3d/PfMera
+ RS_DATA/TownMission02.unity3d
+
+
+ DlgKatS275End
+ NPCs.unity3d/PfMera
+ RS_DATA/TownMission02.unity3d
+
+ -1
+
+ 452
+ Meet
+
+ GrpMtM002S01
+ MerTown
+ 0
+
+
+ false
+ PfWaterPunk
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Press the space bar and the up arrow key to jump foward and land on the Punk-Punks and slow them down.
+
+
+
+
+
+
+ 276
+
+ DlgKatS276Offer
+ NPCs.unity3d/PfMera
+ RS_DATA/TownMission02.unity3d
+
+
+ DlgKatS276End
+ NPCs.unity3d/PfMera
+ RS_DATA/TownMission02.unity3d
+
+ -1
+
+ 453
+ Collect
+
+
+ MerTown
+ 0
+
+
+
+
+
+ MerTown
+
+
+ GrpMtM002S01
+
+
+
+
+
+ 1
+
+
+
+
+
+ After pressing the space bar one time to jump and one more time while in the air, land on punk-punks and it will go away.
+
+
+
+
+
+
+ 277
+
+ DlgKatS277Offer
+ NPCs.unity3d/PfMera
+ RS_DATA/TownMission03.unity3d
+
+
+ DlgKatS277End
+ NPCs.unity3d/PfMera
+ RS_DATA/TownMission03.unity3d
+
+ -1
+
+ 454
+ GameModule
+
+
+
+ 0
+
+
+
+
+
+
+
+ FashionShow
+
+
+
+
+
+
+
+
+
+
+
+
+ Head to Trendy Tides to help with the fashion show.
+
+
+
+
+
+
+ 278
+
+ DlgKatS278Offer
+ NPCs.unity3d/PfMera
+ RS_DATA/TownMission04.unity3d
+
+
+ DlgKatS278End
+ NPCs.unity3d/PfMera
+ RS_DATA/TownMission04.unity3d
+
+ -1
+
+ 455
+ Collect
+
+
+ MerTown
+
+ 156
+ 1
+
+ 0
+
+
+
+
+
+ MerTown
+
+
+ GrpMtM004S01
+
+
+ 7
+ PfCollectCDDiscoDreams
+
+ 1
+
+
+
+
+
+ Find the Disco Dreams CD on a high pillar near the entrance of town.
+
+
+
+
+
+ 279
+
+ DlgKatS279Offer
+ NPCs.unity3d/PfMera
+ RS_DATA/TownMission04.unity3d
+
+
+ DlgKatS279End
+ NPCs.unity3d/PfMera
+ RS_DATA/TownMission04.unity3d
+
+ -1
+
+ 456
+ Build
+
+
+
+ 0
+
+
+
+
+
+ MerTown
+
+
+
+
+
+ 156
+ RS_SHARED/MusicCD01.unity3d/IcoItemCDIconDiscoDreams
+
+ 1
+
+
+
+
+
+ Put the Disco Dreams CD on the jukebox by Trendy Tides.
+
+
+
+
+
+
+ 280
+
+ DlgKatS280Offer
+ NPCs.unity3d/PfMera
+ RS_DATA/TownMission05.unity3d
+
+
+ DlgKatS280End
+ NPCs.unity3d/PfMera
+ RS_DATA/TownMission05.unity3d
+
+ -1
+
+ 457
+ Photo
+
+
+ MerTown
+ 0
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ PfPhotoMermaidStatue
+ 1
+
+
+ 0
+
+
+
+
+ Find and take a photo of the mermaid statue near the center of town.
+
+
+
+
+
+
+ 281
+
+ DlgKatS281Offer
+ NPCs.unity3d/PfMera
+ RS_DATA/TownMission05.unity3d
+
+
+ DlgKatS281End
+ NPCs.unity3d/PfMera
+ RS_DATA/TownMission05.unity3d
+
+ -1
+
+ 458
+ Delivery
+
+
+ MerTown
+ 0
+
+
+ false
+ NPCs.unity3d/PfMera
+
+
+
+
+
+
+
+
+
+
+ 1
+
+
+
+
+
+ Bring the photo of the mermaid statue to Kat. To give Kat the photo, just click on her.
+
+
+
+
+
+
+ 282
+
+ DlgKatS282Offer
+ NPCs.unity3d/PfMera
+ RS_DATA/TownMission06.unity3d
+
+
+ DlgKatS282End
+ NPCs.unity3d/PfMera
+ RS_DATA/TownMission06.unity3d
+
+ -1
+
+ 459
+ Collect
+
+
+ MerTown
+ 0
+
+
+
+
+
+ MerTown
+
+
+ GrpMtM006S01
+
+
+
+
+
+ 20
+
+
+
+
+
+ Find and collect the 20 pearls around Merllywood. Run over the pearls to collect them.
+
+
+
+
+
+ 283
+
+ DlgKatS283Offer
+ NPCs.unity3d/PfMera
+ RS_DATA/TownMission06.unity3d
+
+
+ DlgKatS283End
+ NPCs.unity3d/PfMera
+ RS_DATA/TownMission06.unity3d
+
+ -1
+
+ 460
+ Delivery
+
+
+ MerTown
+ 0
+
+
+ false
+ NPCs.unity3d/PfMera
+
+
+
+
+
+
+
+
+
+
+ 1
+
+
+
+
+
+ Bring the pearls to Kat. To give Kat the pearls, just click on her.
+
+
+
+
+
+
+ 284
+
+ DlgKatS284Offer
+ NPCs.unity3d/PfMera
+ RS_DATA/TownMission07.unity3d
+
+
+ DlgKatS284End
+ NPCs.unity3d/PfMera
+ RS_DATA/TownMission07.unity3d
+
+ -1
+
+ 461
+ GameModule
+
+
+
+ 0
+
+
+
+
+
+
+
+ FashionShow
+
+
+
+
+
+
+
+
+
+
+
+
+ Go to Trendy Tides and help with the fashion show.
+
+
+
+
+
+
+ 285
+
+ DlgKatS285Offer
+ NPCs.unity3d/PfMera
+ RS_DATA/TownMission08.unity3d
+
+
+ DlgKatS285End
+ NPCs.unity3d/PfMera
+ RS_DATA/TownMission08.unity3d
+
+ -1
+
+ 462
+ Visit
+
+
+ MerTown
+ 0
+
+
+ false
+
+ PfMarker_MtM008S01
+ MerTown
+ 3
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Solve the riddle and visit this good luck charm.
+
+
+
+
+
+
+ 286
+
+ DlgKatS286Offer
+ NPCs.unity3d/PfMera
+ RS_DATA/TownMission09.unity3d
+
+
+ DlgKatS286End
+ NPCs.unity3d/PfMera
+ RS_DATA/TownMission09.unity3d
+
+ -1
+
+ 463
+ Photo
+
+ GrpMtM009S01
+ MerTown
+ 0
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ PfWaterPunkYelSpt
+ 1
+
+
+ 0
+
+
+
+
+ Find the golden punk-punk and take a photo of him.
+
+
+
+
+
+
+ 287
+
+ DlgKatS287Offer
+ NPCs.unity3d/PfMera
+ RS_DATA/TownMission09.unity3d
+
+
+ DlgKatS287End
+ NPCs.unity3d/PfMera
+ RS_DATA/TownMission09.unity3d
+
+ -1
+
+ 464
+ Build
+
+ GrpMtM009S01
+
+ 0
+
+
+
+
+
+ MerTown
+
+
+
+
+
+
+
+
+ 1
+
+ PfWaterPunkYelSpt
+ 1
+
+
+
+
+
+ Put the photo of the golden punk-punk on the billboard by Isabella's Traveling Cart.
+
+
+
+
+
+
+ 288
+
+ DlgKatS288Offer
+ NPCs.unity3d/PfMera
+ RS_DATA/TownMission10.unity3d
+
+
+ DlgKatS288End
+ NPCs.unity3d/PfMera
+ RS_DATA/TownMission10.unity3d
+
+ -1
+
+ 465
+ Collect
+
+
+ MerTown
+ 0
+
+
+
+ PfWaterPunk
+
+ MerTown
+
+
+ GrpMtM010S01
+
+
+
+
+
+ 10
+
+
+
+
+
+ Find and send the hiding punk-punks away. Remember, press the space bar twice and land on punk-punks to make them go away.
+
+
+
+
+
+
+ 289
+
+ DlgKatS289Offer
+ NPCs.unity3d/PfMera
+ RS_DATA/TownMission11.unity3d
+
+
+ DlgKatS289End
+ NPCs.unity3d/PfMera
+ RS_DATA/TownMission11.unity3d
+
+ -1
+
+ 466
+ Photo
+
+
+
+ 0
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ PfSmallShellReg
+ 1
+
+
+ 0
+
+
+
+
+ Find and take a photo of the white spiral shell.
+
+
+
+
+
+ 290
+
+ DlgKatS290Offer
+ NPCs.unity3d/PfMera
+ RS_DATA/TownMission11.unity3d
+
+
+ DlgKatS290End
+ NPCs.unity3d/PfMera
+ RS_DATA/TownMission11.unity3d
+
+ -1
+
+ 467
+ Build
+
+
+
+ 0
+
+
+
+
+
+ MerTown
+
+
+
+
+
+
+
+
+ 1
+
+ PfSmallShellReg
+ 1
+
+
+
+
+
+ Put the photo of the spiral shell on the billboard by Isabella's Traveling Cart.
+
+
+
+
+
+
+ 291
+
+ DlgKatS291Offer
+ NPCs.unity3d/PfMera
+ RS_DATA/TownMission12.unity3d
+
+
+ DlgKatS291End
+ NPCs.unity3d/PfMera
+ RS_DATA/TownMission12.unity3d
+
+ -1
+
+ 468
+ Collect
+
+
+ MerTown
+ 0
+
+
+
+
+
+ MerTown
+
+
+ GrpMtM012S01
+
+
+
+
+
+ 10
+
+
+
+
+
+ Find and collect all the trash in front of Trendy Tides. Run over the trash to collect it.
+
+
+
+
+
+
+ 292
+
+ DlgKatS292Offer
+ NPCs.unity3d/PfMera
+ RS_DATA/TownMission13.unity3d
+
+
+ DlgKatS292End
+ NPCs.unity3d/PfMera
+ RS_DATA/TownMission13.unity3d
+
+ -1
+
+ 469
+ Photo
+
+ GrpMtM013S01
+ MerTown
+ 0
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ PfItemRedGeode
+ 1
+
+
+ 0
+
+
+
+
+ Find and take a photo of the Ruby Red Rock.
+
+
+
+
+
+
+ 293
+
+ DlgKatS293Offer
+ NPCs.unity3d/PfMera
+ RS_DATA/TownMission13.unity3d
+
+
+ DlgKatS293End
+ NPCs.unity3d/PfMera
+ RS_DATA/TownMission13.unity3d
+
+ -1
+
+ 470
+ Delivery
+
+
+ MerTown
+ 0
+
+
+ false
+ NPCs.unity3d/PfMera
+
+
+
+
+
+
+
+
+
+
+ 1
+
+
+
+
+
+ Bring the photo of the Ruby Red Rock to Kat. To give Kat the photo, just click on her.
+
+
+
+
+
+
+ 294
+
+ DlgKatS294Offer
+ NPCs.unity3d/PfMera
+ RS_DATA/TownMission14.unity3d
+
+
+ DlgKatS294End
+ NPCs.unity3d/PfMera
+ RS_DATA/TownMission14.unity3d
+
+ -1
+
+ 471
+ Visit
+
+
+
+ 0
+
+
+ false
+
+ PfMarker_LocMis15
+ MerTown
+ 2
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Find the trademark statue the Punk-Punk snuck into Merllywood.
+
+
+
+
+
+ 295
+
+ DlgKatS295Offer
+ NPCs.unity3d/PfMera
+ RS_DATA/TownMission15.unity3d
+
+
+ DlgKatS295End
+ NPCs.unity3d/PfMera
+ RS_DATA/TownMission15.unity3d
+
+ -1
+
+ 472
+ GameModule
+
+
+
+ 0
+
+
+
+
+
+
+
+ FashionShow
+
+
+
+
+
+
+
+
+
+
+
+
+ Go to Trendy Tides and strut your stuff.
+
+
+
+
+
+
+ 296
+
+ DlgKatS296Offer
+ NPCs.unity3d/PfMera
+ RS_DATA/TownMission16.unity3d
+
+
+ DlgKatS296End
+ NPCs.unity3d/PfMera
+ RS_DATA/TownMission16.unity3d
+
+ -1
+
+ 473
+ Collect
+
+
+ MerTown
+ 0
+
+
+
+
+
+ MerTown
+
+
+ GrpMtM016S01
+
+
+
+
+
+ 10
+
+
+
+
+
+ Find and collect all the lanterns around Mer-llywood. Run over the lanterns to collect them.
+
+
+
+
+
+
+ 297
+
+ DlgKatS297Offer
+ NPCs.unity3d/PfMera
+ RS_DATA/TownMission17.unity3d
+
+
+ DlgKatS297End
+ NPCs.unity3d/PfMera
+ RS_DATA/TownMission17.unity3d
+
+ -1
+
+ 474
+ Creative
+
+
+
+ 0
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 1
+
+
+
+
+ Make a picture in the Art Studio.
+
+
+
+
+
+
+ 298
+
+ DlgKatS298Offer
+ NPCs.unity3d/PfMera
+ RS_DATA/TownMission17.unity3d
+
+
+ DlgKatS298End
+ NPCs.unity3d/PfMera
+ RS_DATA/TownMission17.unity3d
+
+ -1
+
+ 475
+ Build
+
+
+
+ 0
+
+
+
+
+
+ MerTown
+
+
+
+
+
+
+
+
+ 1
+
+
+ 1
+
+
+
+
+ Put the picture that you made on the billboard by Isabella's Traveling Cart.
+
+
+
+
+
+
+ 299
+
+ DlgKatS299Offer
+ NPCs.unity3d/PfMera
+ RS_DATA/TownMission18.unity3d
+
+
+ DlgKatS299End
+ NPCs.unity3d/PfMera
+ RS_DATA/TownMission18.unity3d
+
+ -1
+
+ 476
+ Collect
+
+
+ MerTown
+ 0
+
+
+
+
+
+ MerTown
+
+
+ GrpMtM018S01
+
+
+
+
+
+ 10
+
+
+
+
+
+ Find and collect all the clothes around Merllywood. Run over the clothes to collect them.
+
+
+
+
+
+ 300
+
+ DlgKatS300Offer
+ NPCs.unity3d/PfMera
+ RS_DATA/TownMission19.unity3d
+
+
+ DlgKatS300End
+ NPCs.unity3d/PfMera
+ RS_DATA/TownMission19.unity3d
+
+ -1
+
+ 477
+ Photo
+
+
+ MerTown
+ 0
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ PfSmallShellPink
+ 1
+
+
+ 0
+
+
+
+
+ Find and take a photo of the special prized pink shell.
+
+
+
+
+
+
+ 301
+
+ DlgKatS301Offer
+ NPCs.unity3d/PfMera
+ RS_DATA/TownMission19.unity3d
+
+
+ DlgKatS301End
+ NPCs.unity3d/PfMera
+ RS_DATA/TownMission19.unity3d
+
+ -1
+
+ 478
+ Delivery
+
+
+ MerTown
+ 0
+
+
+ false
+ NPCs.unity3d/PfMera
+
+
+
+
+
+
+
+
+
+
+ 1
+
+
+
+
+
+ Bring the photo of the special pink shell to Kat. To give Kat the photo, just click on her.
+
+
+
+
+
+
+ 302
+
+ DlgKatS302Offer
+ NPCs.unity3d/PfMera
+ RS_DATA/TownMission20.unity3d
+
+
+ DlgKatS302End
+ NPCs.unity3d/PfMera
+ RS_DATA/TownMission20.unity3d
+
+ -1
+
+ 479
+ Creative
+
+
+
+ 0
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 1
+
+
+
+
+ Make a picture in the Art Studio.
+
+
+
+
+
+
+ 303
+
+ DlgKatS303Offer
+ NPCs.unity3d/PfMera
+ RS_DATA/TownMission20.unity3d
+
+
+ DlgKatS303End
+ NPCs.unity3d/PfMera
+ RS_DATA/TownMission20.unity3d
+
+ -1
+
+ 480
+ Build
+
+
+
+ 0
+
+
+
+
+
+ MerTown
+
+
+
+
+
+
+
+
+ 1
+
+
+ 1
+
+
+
+
+ Put the picture that you made on the billboard by Isabella's Traveling Cart.
+
+
+
+
+
+
+ 304
+
+ DlgKatS304Offer
+ NPCs.unity3d/PfMera
+ RS_DATA/TownMission21.unity3d
+
+
+ DlgKatS304End
+ NPCs.unity3d/PfMera
+ RS_DATA/TownMission21.unity3d
+
+ -1
+
+ 481
+ Creative
+
+
+
+ 0
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 4
+
+
+
+
+ Make a card in the Art Studio.
+
+
+
+
+
+
+ 305
+
+ DlgKatS305Offer
+ NPCs.unity3d/PfMera
+ RS_DATA/TownMission21.unity3d
+
+
+ DlgKatS305End
+ NPCs.unity3d/PfMera
+ RS_DATA/TownMission21.unity3d
+
+ -1
+
+ 482
+ Delivery
+
+
+ MerTown
+ 0
+
+
+ false
+ NPCs.unity3d/PfMera
+
+
+
+
+
+
+
+
+
+
+ 1
+
+
+
+
+
+ Bring the card you made to Kat. To give Kat the card, just click on her.
+
+
+
+
+
+ 306
+
+ DlgKatS306Offer
+ NPCs.unity3d/PfMera
+ RS_DATA/TownMission22.unity3d
+
+
+ DlgKatS306End
+ NPCs.unity3d/PfMera
+ RS_DATA/TownMission22.unity3d
+
+ -1
+
+ 483
+ Buy
+
+
+
+ 0
+
+
+
+
+
+
+
+
+
+
+ 3
+ 162
+ RS_SHARED/MusicCD02.unity3d/IcoItemCDIconFunkyFever
+
+ 1
+
+
+
+
+
+ Buy the Funky Fever CD from the "General Goods" store in Isabella's Cart.
+
+
+
+
+
+
+ 307
+
+ DlgKatS307Offer
+ NPCs.unity3d/PfMera
+ RS_DATA/TownMission22.unity3d
+
+
+ DlgKatS307End
+ NPCs.unity3d/PfMera
+ RS_DATA/TownMission22.unity3d
+
+ -1
+
+ 484
+ Build
+
+
+
+ 0
+
+
+
+
+
+ MerTown
+
+
+
+
+
+ 162
+ RS_SHARED/MusicCD02.unity3d/IcoItemCDIconFunkyFever
+
+ 1
+
+
+
+
+
+ Put the Funky Fever CD on the jukebox in front of Trendy Tides.
+
+
+
+
+
+ 308
+
+ DlgKatS308Offer
+ NPCs.unity3d/PfMera
+ RS_DATA/TownMission23.unity3d
+
+
+ DlgKatS308End
+ NPCs.unity3d/PfMera
+ RS_DATA/TownMission23.unity3d
+
+ -1
+
+ 485
+ Collect
+
+
+ MerTown
+ 0
+
+
+
+ PfWaterPunk
+
+ MerTown
+
+
+ GrpMtM023S01
+
+
+
+
+
+ 10
+
+
+
+
+
+ Send all the punk-punks away before time runs out! Remember, press the space bar twice and land on punk-punks to make them go away.
+
+
+
+
+
+
+ 309
+
+ DlgKatS309Offer
+ NPCs.unity3d/PfMera
+ RS_DATA/TownMission24.unity3d
+
+
+ DlgKatS309End
+ NPCs.unity3d/PfMera
+ RS_DATA/TownMission24.unity3d
+
+ -1
+
+ 486
+ Buy
+
+
+ A Silly Sunflower
+
+
+
+
+
+ 0
+
+
+
+
+
+
+
+
+
+
+ 3
+
+
+ 45
+ 1
+
+
+
+
+
+ 497
+ Buy
+
+
+ A Cactus Cool
+
+
+
+
+ MerTown
+ 0
+
+
+
+
+
+
+
+
+
+
+ 3
+
+
+ 38
+ 1
+
+
+
+
+
+ Buy the following plants from the General Goods store in Isabella's Traveling Cart.
+
+
+
+
+
+
+ 310
+
+ DlgKatS310Offer
+ NPCs.unity3d/PfMera
+ RS_DATA/TownMission24.unity3d
+
+
+ DlgKatS310End
+ NPCs.unity3d/PfMera
+ RS_DATA/TownMission24.unity3d
+
+ -1
+
+ 487
+ Build
+
+
+ The Silly Sunflower in the yellow planter in front of Trendy Tides.
+
+
+
+
+
+ 0
+
+
+
+
+
+ MerTown
+
+
+
+
+
+
+
+ 8
+ 1
+
+
+
+
+
+ 498
+ Build
+
+
+ The Cactus Cool in the blue planter in front of Trendy Tides.
+
+
+
+
+ MerTown
+ 0
+
+
+
+
+
+ MerTown
+
+
+
+
+
+
+
+ 6
+ 1
+
+
+
+
+
+ Put all the plants in the correct planters:
+
+
+
+
+
+
+ 311
+
+ DlgKatS311Offer
+ NPCs.unity3d/PfMera
+ RS_DATA/TownMission25.unity3d
+
+
+ DlgKatS311End
+ NPCs.unity3d/PfMera
+ RS_DATA/TownMission25.unity3d
+
+ -1
+
+ 488
+ GameModule
+
+
+
+ 0
+
+
+
+
+
+
+
+ FashionShow
+
+
+
+
+
+
+
+
+
+
+
+
+ Go to Trendy Tides and strut your stuff.
+
+
+
+
+
+
+ 312
+
+ DlgKatS312Offer
+ NPCs.unity3d/PfMera
+ RS_DATA/TownMission26.unity3d
+
+
+ DlgKatS312End
+ NPCs.unity3d/PfMera
+ RS_DATA/TownMission26.unity3d
+
+ -1
+
+ 489
+ Collect
+
+
+ MerTown
+ 0
+
+
+
+
+
+ MerTown
+
+
+ GrpMtM026S01
+
+
+
+
+
+ 15
+
+
+
+
+
+ Find the 15 paints brushes scattered around town before time runs out! Run over the paint brushes to collect them.
+
+
+
+
+
+
+ 313
+
+ DlgKatS313Offer
+ NPCs.unity3d/PfMera
+ RS_DATA/TownMission26.unity3d
+
+
+ DlgKatS313End
+ NPCs.unity3d/PfMera
+ RS_DATA/TownMission26.unity3d
+
+ -1
+
+ 490
+ Delivery
+
+
+
+ 0
+
+
+ false
+ NPCs.unity3d/PfMera
+
+
+
+
+
+
+
+
+
+
+ 1
+
+
+
+
+
+ Bring the paint brushes to Kat. To give Kat the paint brushes, just click on her.
+
+
+
+
+
+
+ 314
+
+ DlgKatS314Offer
+ NPCs.unity3d/PfMera
+ RS_DATA/TownMission27.unity3d
+
+
+ DlgKatS314End
+ NPCs.unity3d/PfMera
+ RS_DATA/TownMission27.unity3d
+
+ -1
+
+ 491
+ Photo
+
+
+ MerTown
+ 0
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ PfPhotoMovieOp
+ 1
+
+
+ 0
+
+
+
+
+ Find the old movie theater and go inside and take a photo.
+
+
+
+
+
+
+ 315
+
+ DlgKatS315Offer
+ NPCs.unity3d/PfMera
+ RS_DATA/TownMission27.unity3d
+
+
+ DlgKatS315End
+ NPCs.unity3d/PfMera
+ RS_DATA/TownMission27.unity3d
+
+ -1
+
+ 492
+ Build
+
+
+
+ 0
+
+
+
+
+
+ MerTown
+
+
+
+
+
+
+
+
+ 1
+
+ PfPhotoMovieOp
+ 1
+
+
+
+
+
+ Put the photo of the old movie theater on the billboard by Isabella's Traveling Cart.
+
+
+
+
+
+
+ 316
+
+ DlgKatS316Offer
+ NPCs.unity3d/PfMera
+ RS_DATA/TownMission28.unity3d
+
+
+ DlgKatS316End
+ NPCs.unity3d/PfMera
+ RS_DATA/TownMission28.unity3d
+
+ -1
+
+ 493
+ Buy
+
+
+
+ 0
+
+
+
+
+
+
+
+
+
+
+ 3
+
+
+ 1
+ 1
+
+
+
+
+
+ Buy a decoration from the "General Goods" store in Isabella's Cart.
+
+
+
+
+
+
+ 317
+
+ DlgKatS317Offer
+ NPCs.unity3d/PfMera
+ RS_DATA/TownMission28.unity3d
+
+
+ DlgKatS317End
+ NPCs.unity3d/PfMera
+ RS_DATA/TownMission28.unity3d
+
+ -1
+
+ 494
+ Build
+
+
+
+ 0
+
+
+
+
+
+ MerTown
+
+
+
+
+
+
+
+ 1
+ 1
+
+
+
+
+
+ Put the decoration in the orange spot in front of Trendy Tides.
+
+
+
+
+
+ 318
+
+ DlgKatS318Offer
+ NPCs.unity3d/PfMera
+ RS_DATA/TownMission29.unity3d
+
+
+ DlgKatS318End
+ NPCs.unity3d/PfMera
+ RS_DATA/TownMission29.unity3d
+
+ -1
+
+ 495
+ Collect
+
+
+ MerTown
+ 0
+
+
+
+
+
+ MerTown
+
+
+ GrpMtM029S01
+
+
+
+
+
+ 6
+
+
+
+
+
+ Send all the punk-punks away! Remember, press the space bar twice and land on punk-punks to make them go away.
+
+
+
+
+
+
+ 319
+
+ DlgKatS319Offer
+ NPCs.unity3d/PfMera
+ RS_DATA/TownMission30.unity3d
+
+
+ DlgKatS319End
+ NPCs.unity3d/PfMera
+ RS_DATA/TownMission30.unity3d
+
+ -1
+
+ 496
+ Collect
+
+
+ MerTown
+ 0
+
+
+
+
+
+ MerTown
+
+
+ GrpMtM030S01
+
+
+ 527
+ PfTreasureChest
+
+ 1
+
+
+
+
+
+ Find the hidden treasure chest near Isabella's Traveling Cart. Click on it to see what's inside.
+
+
+
+
+
+ 320
+
+
+ DlgValNewUser01
+ Val
+ RS_DATA/TutNewUser01.unity3d
+
+ 1
+
+ 501
+ Visit
+
+
+ AvatarCreator
+ 0
+
+
+ false
+
+
+ AvatarCreator
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 321
+
+ DlgValNewUser02
+ Val
+ RS_DATA/TutNewUser01.unity3d
+
+
+ DlgValNewUser03
+ Val
+ RS_DATA/TutNewUser01.unity3d
+
+ 1
+
+ 499
+ Build
+
+
+ MyNeighborhood
+ 0
+
+
+
+
+
+ MyNeighborhood
+
+
+
+
+
+
+
+
+ 1
+
+
+
+
+
+
+ 322
+
+ DlgValNewUser04
+ Val
+ RS_DATA/TutNewUser01.unity3d
+
+
+ DlgValNewUser05
+ Val
+ RS_DATA/TutNewUser01.unity3d
+
+ 1
+
+ 500
+ Visit
+
+
+ MyNeighborhood
+ 0
+
+
+ false
+
+
+ MyRoomsInt
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 323
+
+ DlgValNewUser01
+ Val
+ RS_DATA/TutNewUser01.unity3d
+
+
+ 1
+
+ 502
+ Visit
+
+
+ MyNeighborhood
+ 0
+
+
+ false
+
+ PfMarker_MyHouseExit
+ MyNeighborhood
+ 3
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 324
+
+ DlgGCS324Offer
+ GC
+ RS_DATA/MBDirectedS324.unity3d
+
+
+ -1
+
+ 503
+ GameModule
+
+
+ SpaceCycle
+ 0
+
+
+
+
+
+
+
+ SpaceCycle
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 325
+
+ DlgGCS325Offer
+ GC
+ RS_DATA/MBDirectedS325.unity3d
+
+
+ -1
+
+ 504
+ GameModule
+
+
+ SpaceRacing
+ 0
+
+
+
+
+
+
+
+ SpaceRace
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 326
+
+ DlgGCS326Offer
+ GC
+ RS_DATA/MBDirectedS326.unity3d
+
+
+ DlgGCS326End
+ GC
+ RS_DATA/MBDirectedS326.unity3d
+
+ -1
+
+ 505
+ Meet
+
+
+ AlienBaby
+ 0
+
+
+ false
+ PfLarva
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ [[Message]]=[[Go to the Larva Den to get a baby monster.]]&&[[Image]]=[[http://media.mathblaster.com/Content/MBMissions/AniMbTaskBoardImageMutt.png]]&&[[Points]]=[[5]]&&[[Coins]]=[[250]]&&[[Title]]=[[Get a larva.]]&&[[End]]=[[Wow! That’s a perfect match! This little guy is going to help you while you're here at the station!]]
+
+
+
+
+
+ 327
+
+ DlgGCS327Offer
+ GC
+ RS_DATA/MBDirectedS327.unity3d
+
+
+ -1
+
+ 506
+ GameModule
+
+
+ DNAMorph
+ 0
+
+
+
+
+
+
+
+ DNAMorph
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 328
+
+ DlgGCS328Offer
+ GC
+ RS_DATA/MBDirectedS328.unity3d
+
+
+ DlgGCS328End
+ GC
+ RS_DATA/MBDirectedS328.unity3d
+
+ -1
+
+ 507
+ Visit
+
+
+ MyPodInt
+ 0
+
+
+ false
+
+
+ MyPodInt
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ [[Message]]=[[Go to your own Pod and check it out.]]&&[[Image]]=[[http://media.mathblaster.com/Content/MBMissions/AniMbTaskBoardImageMyPod.png]]
+
+
+
+
+
+ 329
+
+ DlgGCS329Offer
+ GC
+ RS_DATA/MBDirectedS329.unity3d
+
+
+ DlgGCS329End
+ GC
+ RS_DATA/MBDirectedS329.unity3d
+
+ -1
+
+ 508
+ Meet
+
+
+ AlienBaby
+ 0
+
+
+ false
+ PfLarva
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ [[Message]]=[[Go to the Larva Den to get a baby monster.]]&&[[Image]]=[[http://media.mathblaster.com/Content/MBMissions/AniMbTaskBoardImageMutt.png]]&&[[Points]]=[[5]]&&[[Coins]]=[[250]]&&[[Title]]=[[Get a larva.]]&&[[End]]=[[Wow! That’s a perfect match! This little guy is going to help you while you're here at the station!]]
+
+
+
+
+
+ 330
+
+ DlgGCS330Offer
+ GC
+ RS_DATA/MBDirectedS330.unity3d
+
+
+ -1
+
+ 509
+ GameModule
+
+
+ DNAMorph
+ 0
+
+
+
+
+
+
+
+ DNAMorph
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 331
+
+ DlgGCS331Offer
+ GC
+ RS_DATA/MBDirectedS331.unity3d
+
+
+ -1
+
+ 510
+ Visit
+
+
+ AlienRider
+ 0
+
+
+ false
+
+ PfMarker_AvatarStart01
+ AlienRider
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 332
+
+ DlgGCS332Offer
+ GC
+ RS_DATA/MBDirectedS332.unity3d
+
+
+ -1
+
+ 511
+ GameModule
+
+
+ Zapper
+ 0
+
+
+
+
+
+
+
+ Zapper
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 333
+
+ DlgGCS333Offer
+ GC
+ RS_DATA/MBDirectedS333.unity3d
+
+
+ DlgGCS333End
+ GC
+ RS_DATA/MBDirectedS333.unity3d
+
+ -1
+
+ 512
+ Visit
+
+
+ MyPodInt
+ 0
+
+
+ false
+
+
+ MyPodInt
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ [[Message]]=[[Go to your own Pod and check it out.]]&&[[Image]]=[[http://media.mathblaster.com/Content/MBMissions/AniMbTaskBoardImageMyPod.png]]
+
+
+
+
+
+ 334
+
+
+ -1
+
+ 513
+ Visit
+
+
+
+ 0
+
+
+ false
+
+
+ MyGarageEMDInt
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 335
+
+
+ -1
+
+ 514
+ Visit
+
+
+ RacingCircuitEMD
+ 0
+
+
+ false
+
+
+ PrehistoricTrackEMD01
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 336
+
+
+ -1
+
+ 515
+ Buy
+
+
+
+ 0
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 347
+ 1
+
+
+
+
+
+
+ 337
+
+
+ -1
+
+ 516
+ Buy
+
+
+
+ 0
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 356
+ 1
+
+
+
+
+
+
+ 338
+
+
+ -1
+
+ 517
+ Build
+
+
+ RacingCircuitEMD
+ 0
+
+
+
+
+
+ EMD Directed V1
+
+
+
+
+
+
+
+
+ 1
+
+
+
+
+
+
+ 339
+
+ DlgIvyS339Offer
+ Ivy
+ RS_DATA/JSDirectedS339.unity3d
+
+
+ DlgIvyS339End
+ Ivy
+ RS_DATA/JSDirectedS339.unity3d
+
+ -1
+
+ 518
+ Visit
+
+
+ Hollows
+ 0
+
+
+ false
+
+ PfMarker_AvatarStart01
+ Hollows
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 340
+
+ DlgIvyS340Offer
+ Ivy
+ RS_DATA/JSDirectedS340.unity3d
+
+
+ DlgIvyS340End
+ Ivy
+ RS_DATA/JSDirectedS340.unity3d
+
+ -1
+
+ 519
+ GameModule
+
+
+ ShipWreckLagoon
+ 0
+
+
+
+
+
+
+
+ ShipWreckLagoon
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 341
+
+ DlgIvyS341Offer
+ Ivy
+ RS_DATA/JSDirectedS341.unity3d
+
+
+ DlgIvyS341End
+ Ivy
+ RS_DATA/JSDirectedS341.unity3d
+
+ -1
+
+ 520
+ Meet
+
+
+ SanctuaryBaby
+ 0
+
+
+ false
+ PfMythieEggling
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ [[Message]]=[[Find an Eggling and hatch it into a Mythie!]]&&[[Image]]=[[http://media.jumpstart.com/Content/MSMissions/AniJSTaskListHatchEggling.png]]
+
+
+
+
+
+ 342
+
+ DlgIvyS342Offer
+ Ivy
+ RS_DATA/JSDirectedS342.unity3d
+
+
+ DlgIvyS342End
+ Ivy
+ RS_DATA/JSDirectedS342.unity3d
+
+ -1
+
+ 527
+ Visit
+
+
+ JSStadiumInt
+ 0
+
+
+ false
+
+ PfMarker_AvatarStart01
+ JSStadiumInt
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 343
+
+ DlgIvyS343Offer
+ Ivy
+ RS_DATA/JSDirectedS343.unity3d
+
+
+ DlgIvyS343End
+ Ivy
+ RS_DATA/JSDirectedS343.unity3d
+
+ -1
+
+ 521
+ Visit
+
+
+ MyRoomsInt
+ 0
+
+
+ false
+
+
+ MyRoomsInt
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 344
+
+ DlgIvyS344Offer
+ Ivy
+ RS_DATA/JSDirectedS344.unity3d
+
+
+ DlgIvyS344End
+ Ivy
+ RS_DATA/JSDirectedS344.unity3d
+
+ -1
+
+ 522
+ Meet
+
+
+ SanctuaryBaby
+ 0
+
+
+ false
+ PfMythieEggling
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ [[Message]]=[[Adopt a baby Mythie by finding an Eggling!]]&&[[Image]]=[[http://media.jumpstart.com/Content/MSMissions/AniJSTaskListHatchEggling.png]]
+
+
+
+
+
+ 345
+
+ DlgIvyS345Offer
+ Ivy
+ RS_DATA/JSDirectedS345.unity3d
+
+
+ DlgIvyS345End
+ Ivy
+ RS_DATA/JSDirectedS345.unity3d
+
+ -1
+
+ 523
+ Visit
+
+
+ Hollows
+ 0
+
+
+ false
+
+ PfMarker_AvatarStart01
+ Hollows
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 346
+
+ DlgIvyS346Offer
+ Ivy
+ RS_DATA/JSDirectedS346.unity3d
+
+
+ DlgIvyS346End
+ Ivy
+ RS_DATA/JSDirectedS346.unity3d
+
+ -1
+
+ 524
+ Visit
+
+
+ LoungeInt
+ 0
+
+
+ false
+
+ PfMarker_AvatarStart01
+ LoungeInt
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 347
+
+ DlgIvyS347Offer
+ Ivy
+ RS_DATA/JSDirectedS347.unity3d
+
+
+ DlgIvyS347End
+ Ivy
+ RS_DATA/JSDirectedS347.unity3d
+
+ -1
+
+ 525
+ Visit
+
+
+ DownTown
+ 0
+
+
+ false
+
+ PfMarker_AvatarStart01
+ DownTown
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 348
+
+ DlgIvyS348Offer
+ Ivy
+ RS_DATA/JSDirectedS348.unity3d
+
+
+ DlgIvyS348End
+ Ivy
+ RS_DATA/JSDirectedS348.unity3d
+
+ -1
+
+ 526
+ Visit
+
+
+ MyRoomsInt
+ 0
+
+
+ false
+
+
+ MyRoomsInt
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 349
+
+
+ -1
+
+ 528
+ Collect
+
+
+ JunkYardEMD
+ 1
+
+
+
+ PfEMDZombie
+
+ JunkYardEMD
+
+
+ EMDZombieKill
+
+
+
+
+
+ 10
+
+
+
+
+
+
+ 350
+
+ DlgGCS350Offer
+ GC
+ RS_DATA/MBDirectedS350.unity3d
+
+
+ DlgGCS350End
+ GC
+ RS_DATA/MBDirectedS350.unity3d
+
+ -1
+
+ 529
+ Build
+
+
+ AlienLarvaRoom
+ 0
+
+
+
+
+
+ AlienLarvaRoom
+
+
+
+
+
+
+
+ 327
+ 1
+
+
+
+
+
+ [[Message]]=[[Play with your larva by clicking on the toy shelf.]]&&[[Image]]=[[http://media.mathblaster.com/Content/MBMissions/AniMbTaskBoardImageLarvaPlay.png]]&&[[Points]]=[[5]]&&[[Coins]]=[[250]]&&[[Title]]=[[Play with your larva.]]&&[[End]]=[[That was so much fun! Playing makes your larva happy!]]
+
+
+
+
+
+ 351
+
+ DlgGCS351Offer
+ GC
+ RS_DATA/MBDirectedS351.unity3d
+
+
+ DlgGCS351End
+ GC
+ RS_DATA/MBDirectedS351.unity3d
+
+ -1
+
+ 530
+ Build
+
+
+ AlienLarvaRoom
+ 0
+
+
+
+
+
+ AlienLarvaRoom
+
+
+
+
+
+
+
+ 328
+ 1
+
+
+
+
+
+ [[Message]]=[[Feed your larva by clicking on the food shelf.]]&&[[Image]]=[[http://media.mathblaster.com/Content/MBMissions/AniMbTaskBoardImageLarvaFood.png]]&&[[Points]]=[[5]]&&[[Coins]]=[[250]]&&[[Title]]=[[Feed your larva.]]&&[[End]]=[[Your larva's belly is full!]]
+
+
+
+
+
+ 352
+
+ DlgGCS352Offer
+ GC
+ RS_DATA/MBDirectedS352.unity3d
+
+
+ DlgGCS352End
+ GC
+ RS_DATA/MBDirectedS352.unity3d
+
+ -1
+
+ 531
+ Build
+
+
+ AlienLarvaRoom
+ 0
+
+
+
+
+
+ AlienLarvaRoom
+
+
+
+
+
+
+
+ 327
+ 1
+
+
+
+
+
+ [[Message]]=[[Play with your larva by clicking on the toy shelf.]]&&[[Image]]=[[http://media.mathblaster.com/Content/MBMissions/AniMbTaskBoardImageLarvaPlay.png]]&&[[Points]]=[[5]]&&[[Coins]]=[[250]]&&[[Title]]=[[Play with your larva.]]&&[[End]]=[[That was so much fun! Playing makes your larva happy!]]
+
+
+
+
+
+ 353
+
+ DlgGCS353Offer
+ GC
+ RS_DATA/MBDirectedS353.unity3d
+
+
+ DlgGCS353End
+ GC
+ RS_DATA/MBDirectedS353.unity3d
+
+ -1
+
+ 532
+ Build
+
+
+ AlienLarvaRoom
+ 0
+
+
+
+
+
+ AlienLarvaRoom
+
+
+
+
+
+
+
+ 328
+ 1
+
+
+
+
+
+ [[Message]]=[[Feed your larva by clicking on the food shelf.]]&&[[Image]]=[[http://media.mathblaster.com/Content/MBMissions/AniMbTaskBoardImageLarvaFood.png]]&&[[Points]]=[[5]]&&[[Coins]]=[[250]]&&[[Title]]=[[Feed your larva.]]&&[[End]]=[[Your larva's belly is full!]]
+
+
+
+
+
+ 354
+
+ DlgGCS354Offer
+ GC
+ RS_DATA/MBDirectedS354.unity3d
+
+
+ 1
+
+ 533
+ Visit
+
+
+ AlienLarvaRoom
+ 0
+
+
+ false
+
+ PfIncubatorDoors
+ AlienLarvaRoom
+ 3
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 534
+ Visit
+
+
+ AlienBaby
+ 0
+
+
+ false
+
+ PfIncubatorDoors
+ AlienBaby
+ 3
+
+
+
+
+
+
+
+
+
+
+
+
+
+ [[Message]]=[[Your larva is ready to be morphed. Take it to the Incubator.]]&&[[Image]]=[[http://media.mathblaster.com/Content/MBMissions/AniMbTaskBoardImageMutt.png]]&&[[Points]]=[[5]]&&[[Coins]]=[[250]]&&[[Title]]=[[Morph your larva.]]&&[[End]]=[[You have great potential! Once your larva’s a Mutt, it can battle, learn new tricks and take you to far away planets! Ask your parents to become a Blaster member today so you can morph this little guy into a Mutt!]]
+
+
+
+
+
+ 355
+
+ DlgGCS355Offer
+ GC
+ RS_DATA/MBDirectedS355.unity3d
+
+
+ 1
+
+ 535
+ Visit
+
+
+ AlienLarvaRoom
+ 0
+
+
+ false
+
+ PfIncubatorDoors
+ AlienLarvaRoom
+ 3
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 536
+ Visit
+
+
+ AlienBaby
+ 0
+
+
+ false
+
+ PfIncubatorDoors
+ AlienBaby
+ 3
+
+
+
+
+
+
+
+
+
+
+
+
+
+ [[Message]]=[[Your larva is ready to be morphed. Take it to the Incubator.]]&&[[Image]]=[[http://media.mathblaster.com/Content/MBMissions/AniMbTaskBoardImageMutt.png]]&&[[Points]]=[[5]]&&[[Coins]]=[[250]]&&[[Title]]=[[Morph your larva.]]&&[[End]]=[[You have great potential! Once your larva’s a Mutt, it can battle, learn new tricks and take you to far away planets! Ask your parents to become a Blaster member today so you can morph this little guy into a Mutt!]]
+
+
+
+
+
+ 356
+
+ DlgIvyS356Offer
+ Ivy
+ RS_DATA/JSDirectedS356.unity3d
+
+
+ -1
+
+ 537
+ Visit
+
+
+ SanctuaryBaby
+ 0
+
+
+ false
+
+
+ SanctuaryEggulator
+ 0
+
+
+
+
+
+
+
+
+
+
+
+
+
+ [[Message]]=[[Hatch your Eggling by taking it to the Eggulator!]]&&[[Image]]=[[http://media.jumpstart.com/Content/MSMissions/AniJSTaskListEggulator.png]]
+
+
+
+
+
+ 357
+
+ DlgIvyS357Offer
+ Ivy
+ RS_DATA/JSDirectedS357.unity3d
+
+
+ -1
+
+ 538
+ Visit
+
+
+ SanctuaryBaby
+ 0
+
+
+ false
+
+
+ SanctuaryEggulator
+ 0
+
+
+
+
+
+
+
+
+
+
+
+
+
+ [[Message]]=[[Hatch your Eggling by taking it to the Eggulator!]]&&[[Image]]=[[http://media.jumpstart.com/Content/MSMissions/AniJSTaskListEggulator.png]]
+
+
+
+
+
+ 358
+
+ DlgGCS358Offer
+ GC
+ RS_DATA/MBDirectedS358.unity3d
+
+
+ DlgGCS358End
+ GC
+ RS_DATA/MBDirectedS358.unity3d
+
+ -1
+
+ 539
+ Visit
+
+
+ MyPodInt
+ 0
+
+
+ false
+
+
+ MyPodInt
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ [[Message]]=[[Visit your very own Pod!]]&&[[Image]]=[[http://media.mathblaster.com/Content/MBMissions/AniMbTaskBoardImageMuttPod.png]]&&[[Title]]=[[Find your Pod.]]&&[[End]]=[[Awesome! You found your Pod!]]
+
+
+
+
+
+ 359
+
+ DlgGCS359Offer
+ GC
+ RS_DATA/MBDirectedS359.unity3d
+
+
+ DlgGCS359End
+ GC
+ RS_DATA/MBDirectedS359.unity3d
+
+ -1
+
+ 540
+ Visit
+
+
+ MyPodInt
+ 0
+
+
+ false
+
+
+ MyPodInt
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ [[Message]]=[[Visit your very own Pod!]]&&[[Image]]=[[http://media.mathblaster.com/Content/MBMissions/AniMbTaskBoardImageMuttPod.png]]&&[[Title]]=[[Find your Pod.]]&&[[End]]=[[Awesome! You found your Pod!]]
+
+
+
+
+
+ 360
+
+ DlgGCS360Offer
+ GC
+ RS_DATA/MBDirectedS360.unity3d
+
+
+ -1
+
+ 541
+ Visit
+
+
+ MyPodInt
+ 0
+
+
+ false
+
+
+ MuttPod
+ 3
+
+
+
+
+
+
+
+
+
+
+
+
+
+ [[Message]]=[[Visit your Mutt in its Mutt Pod.]]&&[[Image]]=[[http://media.mathblaster.com/Content/MBMissions/AniMbTaskBoardImageMuttPod.png]]&&[[Points]]=[[5]]&&[[Coins]]=[[250]]&&[[End]]=[[Your mutt is so happy with its Pod! Don't forget to visit often and help out your B.F.F.s.]]&&[[Title]]=[[Find your Mutt Pod.]]
+
+
+
+
+
+ 361
+
+ DlgGCS361Offer
+ GC
+ RS_DATA/MBDirectedS361.unity3d
+
+
+ -1
+
+ 542
+ Visit
+
+
+ MyPodInt
+ 0
+
+
+ false
+
+
+ MuttPod
+ 3
+
+
+
+
+
+
+
+
+
+
+
+
+
+ [[Message]]=[[Visit your Mutt in its Mutt Pod.]]&&[[Image]]=[[http://media.mathblaster.com/Content/MBMissions/AniMbTaskBoardImageMuttPod.png]]&&[[Points]]=[[5]]&&[[Coins]]=[[250]]&&[[End]]=[[Your mutt is so happy with its Pod! Don't forget to visit often and help out your B.F.F.s.]]&&[[Title]]=[[Find your Mutt Pod.]]
+
+
+
+
+
+ 362
+
+ DlgIvyS362Offer
+ Ivy
+ RS_DATA/JSDirectedS362.unity3d
+
+
+ DlgIvyS362End
+ Ivy
+ RS_DATA/JSDirectedS362.unity3d
+
+ -1
+
+ 543
+ Build
+
+
+ SanctuaryBaby
+ 0
+
+
+
+
+
+ SanctuaryBaby
+
+
+
+
+
+
+
+
+ 1
+
+
+
+
+
+ [[Message]]=[[Make your eggling giggle. Click on your Eggling and then click Tickle!]]&&[[Image]]=[[http://media.jumpstart.com/Content/MSMissions/AniJSTaskListEggTickle.png]]
+
+
+
+
+
+ 363
+
+ DlgIvyS363Offer
+ Ivy
+ RS_DATA/JSDirectedS363.unity3d
+
+
+ DlgIvyS363End
+ Ivy
+ RS_DATA/JSDirectedS363.unity3d
+
+ -1
+
+ 544
+ Build
+
+
+ SanctuaryBaby
+ 0
+
+
+
+
+
+ SanctuaryBaby
+
+
+
+
+
+
+
+
+ 1
+
+
+
+
+
+ [[Message]]=[[Dance time! Click on your Eggling and then click Dance!]]&&[[Image]]=[[http://media.jumpstart.com/Content/MSMissions/AniJSTaskListEggDance.png]]
+
+
+
+
+
+ 364
+
+ DlgIvyS364Offer
+ Ivy
+ RS_DATA/JSDirectedS364.unity3d
+
+
+ DlgIvyS364End
+ Ivy
+ RS_DATA/JSDirectedS364.unity3d
+
+ -1
+
+ 545
+ Build
+
+
+ SanctuaryBaby
+ 0
+
+
+
+
+
+ SanctuaryBaby
+
+
+
+
+
+
+
+
+ 1
+
+
+
+
+
+ [[Message]]=[[Make your eggling giggle. Click on your Eggling and then click Tickle!]]&&[[Image]]=[[http://media.jumpstart.com/Content/MSMissions/AniJSTaskListEggTickle.png]]
+
+
+
+
+
+ 365
+
+ DlgIvyS365Offer
+ Ivy
+ RS_DATA/JSDirectedS365.unity3d
+
+
+ DlgIvyS365End
+ Ivy
+ RS_DATA/JSDirectedS365.unity3d
+
+ -1
+
+ 546
+ Build
+
+
+ SanctuaryBaby
+ 0
+
+
+
+
+
+ SanctuaryBaby
+
+
+
+
+
+
+
+
+ 1
+
+
+
+
+
+ [[Message]]=[[Dance time! Click on your Eggling and then click Dance!]]&&[[Image]]=[[http://media.jumpstart.com/Content/MSMissions/AniJSTaskListEggDance.png]]
+
+
+
+
+
+ 366
+
+ DlgGCS366Offer
+ GC
+ RS_DATA/MBDirectedS366.unity3d
+
+
+ DlgGCS366End
+ GC
+ RS_DATA/MBDirectedS366.unity3d
+
+ -1
+
+ 547
+ Buy
+
+
+ MyPodInt
+ 0
+
+
+
+
+
+
+
+
+
+
+ 62
+
+
+
+ 1
+
+
+
+
+
+ [[Message]]=[[Buy something new from the Pod Store!]]&&[[Image]]=[[http://media.mathblaster.com/Content/MBMissions/AniMbTaskBoardImageBuyFurniture.png]]&&[[Points]]=[[5]]&&[[Coins]]=[[250]]&&[[Title]]=[[Buy new furniture.]]&&[[End]]=[[That's an excellent choice!]]
+
+
+
+
+
+ 367
+
+ DlgGCS367Offer
+ GC
+ RS_DATA/MBDirectedS367.unity3d
+
+
+ DlgGCS367End
+ GC
+ RS_DATA/MBDirectedS367.unity3d
+
+ -1
+
+ 548
+ Buy
+
+
+ MyPodInt
+ 0
+
+
+
+
+
+
+
+
+
+
+ 62
+
+
+
+ 1
+
+
+
+
+
+ [[Message]]=[[Buy something new from the Pod Store!]]&&[[Image]]=[[http://media.mathblaster.com/Content/MBMissions/AniMbTaskBoardImageBuyFurniture.png]]&&[[Points]]=[[5]]&&[[Coins]]=[[250]]&&[[Title]]=[[Buy new furniture.]]&&[[End]]=[[That's an excellent choice!]]
+
+
+
+
+
+ 368
+
+ DlgGCS368Offer
+ GC
+ RS_DATA/MBDirectedS368.unity3d
+
+
+ DlgGCS368End
+ GC
+ RS_DATA/MBDirectedS368.unity3d
+
+ -1
+
+ 549
+ Build
+
+
+ MyPodInt
+ 0
+
+
+
+
+
+ MyPodInt
+
+
+
+
+
+
+
+
+ 1
+
+
+
+
+
+ [[Message]]=[[Add something new to your Pod!]]&&[[Image]]=[[http://media.mathblaster.com/Content/MBMissions/AniMbTaskBoardImageDecorate.png]]&&[[Points]]=[[5]]&&[[Coins]]=[[250]]&&[[Title]]=[[Decorate your Pod.]]&&[[End]]=[[Your room looks stellar! I'm sure you can’t wait to show it off to your B.F.F.s!]]
+
+
+
+
+
+ 369
+
+ DlgGCS369Offer
+ GC
+ RS_DATA/MBDirectedS369.unity3d
+
+
+ DlgGCS369End
+ GC
+ RS_DATA/MBDirectedS369.unity3d
+
+ -1
+
+ 550
+ Build
+
+
+ MyPodInt
+ 0
+
+
+
+
+
+ MyPodInt
+
+
+
+
+
+
+
+
+ 1
+
+
+
+
+
+ [[Message]]=[[Add something new to your Pod!]]&&[[Image]]=[[http://media.mathblaster.com/Content/MBMissions/AniMbTaskBoardImageDecorate.png]]&&[[Points]]=[[5]]&&[[Coins]]=[[250]]&&[[Title]]=[[Decorate your Pod.]]&&[[End]]=[[Your room looks stellar! I'm sure you can’t wait to show it off to your B.F.F.s!]]
+
+
+
+
+
+ 370
+
+ DlgGCS370Offer
+ GC
+ RS_DATA/MBDirectedS370.unity3d
+
+
+ -1
+
+ 551
+ Build
+
+
+ MyPodInt
+ 0
+
+
+
+
+
+ MyPodInt
+
+
+
+
+
+
+
+
+ 1
+
+
+
+
+
+ [[Message]]=[[Select your Star Chart in your Pod!]]&&[[Image]]=[[http://media.mathblaster.com/Content/MBMissions/AniMbTaskBoardImageStarChart.png]]&&[[Points]]=[[5]]&&[[Coins]]=[[250]]&&[[Title]]=[[Select your Star Chart.]]&&[[End]]=[[Great work! You are on your way to being a top Blaster here at the Space Station! Keep it up!!]]
+
+
+
+
+
+ 371
+
+ DlgGCS371Offer
+ GC
+ RS_DATA/MBDirectedS371.unity3d
+
+
+ -1
+
+ 552
+ Build
+
+
+ MyPodInt
+ 0
+
+
+
+
+
+ MyPodInt
+
+
+
+
+
+
+
+
+ 1
+
+
+
+
+
+ [[Message]]=[[Click on your Star Chart in your Pod!]]&&[[Image]]=[[http://media.mathblaster.com/Content/MBMissions/AniMbTaskBoardImageStarChart.png]]&&[[Points]]=[[5]]&&[[Coins]]=[[250]]&&[[Title]]=[[Click on your Star Chart.]]&&[[End]]=[[Great work! You are on your way to being a top Blaster here at the Space Station! Keep it up!!]]
+
+
+
+
+
+ 372
+
+ DlgGCS372Offer
+ GC
+ RS_DATA/MBDirectedS372.unity3d
+
+
+ DlgGCS372End
+ GC
+ RS_DATA/MBDirectedS372.unity3d
+
+ -1
+
+ 553
+ GameModule
+
+
+ SpaceCycle
+ 0
+
+
+
+
+
+
+
+ SpaceCycle
+
+
+
+
+
+
+
+
+
+
+
+
+ [[Message]]=[[Play Hyperblast to earn more Credits!]]&&[[Image]]=[[http://media.mathblaster.com/Content/MBMissions/AniMbTaskBoardImageHyperblast.png]]&&[[Points]]=[[5]]&&[[Coins]]=[[100]]&&[[Title]]=[[Play Hyperblast.]]&&[[End]]=[[You have some amazing moves! I can't wait to see what you buy with your Credits!]]
+
+
+
+
+
+ 373
+
+ DlgGCS373Offer
+ GC
+ RS_DATA/MBDirectedS373.unity3d
+
+
+ DlgGCS373End
+ GC
+ RS_DATA/MBDirectedS373.unity3d
+
+ -1
+
+ 554
+ GameModule
+
+
+ SpaceCycle
+ 0
+
+
+
+
+
+
+
+ SpaceCycle
+
+
+
+
+
+
+
+
+
+
+
+
+ [[Message]]=[[Play Hyperblast to earn more Credits!]]&&[[Image]]=[[http://media.mathblaster.com/Content/MBMissions/AniMbTaskBoardImageHyperblast.png]]&&[[Points]]=[[5]]&&[[Coins]]=[[100]]&&[[Title]]=[[Play Hyperblast.]]&&[[End]]=[[You have some amazing moves! I can't wait to see what you buy with your Credits!]]
+
+
+
+
+
diff --git a/src/Resources/missions/steps/1.xml b/src/Resources/missions/steps/1.xml
deleted file mode 100644
index 761f72f..0000000
--- a/src/Resources/missions/steps/1.xml
+++ /dev/null
@@ -1,62 +0,0 @@
-
-
- 1
-
- DlgFrankieS1Offer
- NPCs.unity3d/PfFrankie
- RS_DATA/DlgsAdventureM01S01.unity3d
-
-
- DlgFrankieS1End
- NPCs.unity3d/PfFrankie
- RS_DATA/DlgsAdventureM01S01.unity3d
-
- -1
-
- 1
- Visit
-
- GrpTiMis01St01
- TrainingIsland
-
- DlgEleanorT1Help
- NPCs.unity3d/PfEleanor
- RS_DATA/DlgsAdventureM01S01.unity3d
-
-
- DlgPierreT1Help
- NPCs.unity3d/PfPierre
- RS_DATA/DlgsAdventureM01S01.unity3d
-
- 0
-
-
- false
-
- PfMarker_TiModuleExit
- TrainingIsland
- 1
-
-
-
-
-
-
-
-
-
-
-
-
-
- Follow the trail of whistles and meet Frankie by the Explorer Training Board.
-
-
-
-
- NPCs.unity3d/PfFrankie
- PfMarker_TiFrankBoard
- TrainingIsland
-
-
-
\ No newline at end of file
diff --git a/src/Resources/missions/steps/10.xml b/src/Resources/missions/steps/10.xml
deleted file mode 100644
index 1bd4d5e..0000000
--- a/src/Resources/missions/steps/10.xml
+++ /dev/null
@@ -1,56 +0,0 @@
-
-
- 10
-
- DlgFrankieS10Offer
- NPCs.unity3d/PfFrankie
- RS_DATA/DlgsAdventureM01S11.unity3d
-
-
- DlgFrankieS10End
- NPCs.unity3d/PfFrankie
- RS_DATA/DlgsAdventureM01S11.unity3d
-
- -1
-
- 10
- Meet
-
-
- TrainingIsland
-
- DlgEleanorT10Help
- NPCs.unity3d/PfEleanor
- RS_DATA/DlgsAdventureM01S10.unity3d
-
-
- DlgPierreT10Help
- NPCs.unity3d/PfPierre
- RS_DATA/DlgsAdventureM01S10.unity3d
-
- 0
-
-
- false
- PfPunk
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Press the space bar and the up arrow key to jump foward and land on the Punk-Punks and slow them down.
-
-
-
-
\ No newline at end of file
diff --git a/src/Resources/missions/steps/100.xml b/src/Resources/missions/steps/100.xml
deleted file mode 100644
index a1c4728..0000000
--- a/src/Resources/missions/steps/100.xml
+++ /dev/null
@@ -1,66 +0,0 @@
-
-
- 100
-
- DlgHopsS100Offer
- NPCs.unity3d/PfHops
- RS_DATA/DlgsAdventureM11S07.unity3d
-
-
- DlgHopsS100End
- NPCs.unity3d/PfHops
- RS_DATA/DlgsAdventureM11S07.unity3d
-
- -1
-
- 333
- Build
-
-
-
-
- DlgCJT333Help
- NPCs.unity3d/PfCJ
- RS_DATA/DlgsAdventureM11S07.unity3d
-
-
- DlgFrankieT333Help
- NPCs.unity3d/PfFrankie
- RS_DATA/DlgsAdventureM11S07.unity3d
-
-
- DlgKishaT333Help
- NPCs.unity3d/PfKisha
- RS_DATA/DlgsAdventureM11S07.unity3d
-
-
- DlgPierreT333Help
- NPCs.unity3d/PfPierre
- RS_DATA/DlgsAdventureM10S07.unity3d
-
- 0
-
-
-
-
-
- TrekAncient01
-
-
-
-
-
- 854
- RS_SHARED/zzItems.unity3d/PfItemFloatFlag
-
- 1
-
-
-
-
-
- Click on the orange spot in front of your house to place the red triangle and keep the Punk-Punks away.
-
-
-
-
diff --git a/src/Resources/missions/steps/101.xml b/src/Resources/missions/steps/101.xml
deleted file mode 100644
index 64ddc51..0000000
--- a/src/Resources/missions/steps/101.xml
+++ /dev/null
@@ -1,61 +0,0 @@
-
-
- 101
-
- DlgHopsS101Offer
- NPCs.unity3d/PfHops
- RS_DATA/DlgsAdventureM12S01.unity3d
-
-
- DlgCJS101End
- NPCs.unity3d/PfCJ
- RS_DATA/DlgsAdventureM12S01.unity3d
-
- -1
-
- 334
- Meet
-
-
-
-
- DlgKishaT334Help
- NPCs.unity3d/PfKisha
- RS_DATA/DlgsAdventureM12S01.unity3d
-
-
- DlgFrankieT334Help
- NPCs.unity3d/PfFrankie
- RS_DATA/DlgsAdventureM12S01.unity3d
-
-
- DlgEleanorT334Help
- NPCs.unity3d/PfEleanor
- RS_DATA/DlgsAdventureM12S01.unity3d
-
- 0
-
-
- false
- NPCs.unity3d/PfCJ
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Find CJ to get the Punk-Punk statue back.
-
-
-
-
diff --git a/src/Resources/missions/steps/102.xml b/src/Resources/missions/steps/102.xml
deleted file mode 100644
index a93d2e0..0000000
--- a/src/Resources/missions/steps/102.xml
+++ /dev/null
@@ -1,65 +0,0 @@
-
-
- 102
-
- DlgCJS102Offer
- NPCs.unity3d/PfCJ
- RS_DATA/DlgsAdventureM12S02.unity3d
-
-
- DlgCJS102End
- NPCs.unity3d/PfCJ
- RS_DATA/DlgsAdventureM12S02.unity3d
-
- -1
-
- 335
- Collect
-
-
-
-
- DlgFrankieT335Help
- NPCs.unity3d/PfFrankie
- RS_DATA/DlgsAdventureM12S02.unity3d
-
-
- DlgHopsT335Help
- NPCs.unity3d/PfHops
- RS_DATA/DlgsAdventureM12S02.unity3d
-
-
- DlgKishaT335Help
- NPCs.unity3d/PfKisha
- RS_DATA/DlgsAdventureM12S02.unity3d
-
-
- 853
- 1
-
- 0
-
-
-
-
-
- TownCenter
-
-
- GrpTcMis12St02
-
-
- 18
- PfCollectCMStatueOrange
-
- 1
-
-
-
-
-
- Put together all the clues from each of the explorers to find out where CJ hid the statue.
-
-
-
-
diff --git a/src/Resources/missions/steps/103.xml b/src/Resources/missions/steps/103.xml
deleted file mode 100644
index 2cfd870..0000000
--- a/src/Resources/missions/steps/103.xml
+++ /dev/null
@@ -1,57 +0,0 @@
-
-
- 103
-
- DlgFrankieS103Offer
- NPCs.unity3d/PfFrankie
- RS_DATA/DlgsAdventureM12S03.unity3d
-
-
- DlgFrankieS103End
- NPCs.unity3d/PfFrankie
- RS_DATA/DlgsAdventureM12S03.unity3d
-
- -1
-
- 336
- Meet
-
-
-
-
- DlgPierreT336Help
- NPCs.unity3d/PfPierre
- RS_DATA/DlgsAdventureM12S03.unity3d
-
- 0
-
-
- false
- NPCs.unity3d/PfFrankie
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Meet Frankie by your house.
-
-
-
-
- NPCs.unity3d/PfFrankie
- PfMarker_HbHouseNPC
- HomeBase
-
-
-
diff --git a/src/Resources/missions/steps/104.xml b/src/Resources/missions/steps/104.xml
deleted file mode 100644
index 412ba80..0000000
--- a/src/Resources/missions/steps/104.xml
+++ /dev/null
@@ -1,61 +0,0 @@
-
-
- 104
-
- DlgFrankieS104Offer
- NPCs.unity3d/PfFrankie
- RS_DATA/DlgsAdventureM12S04.unity3d
-
-
- DlgCJS104End
- NPCs.unity3d/PfCJ
- RS_DATA/DlgsAdventureM12S04.unity3d
-
- -1
-
- 338
- Visit
-
-
-
-
- DlgFrankieT338Help
- NPCs.unity3d/PfFrankie
- RS_DATA/DlgsAdventureM12S04.unity3d
-
-
- DlgKishaT338Help
- NPCs.unity3d/PfKisha
- RS_DATA/DlgsAdventureM12S04.unity3d
-
-
- DlgCJT338Help
- NPCs.unity3d/PfCJ
- RS_DATA/DlgsAdventureM12S04.unity3d
-
- 0
-
-
- false
-
-
- AvatarCreatorAL
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Visit the Jumpee Quick Change to put on your new Punk-Punk costume.
-
-
-
-
diff --git a/src/Resources/missions/steps/105.xml b/src/Resources/missions/steps/105.xml
deleted file mode 100644
index 7dbc749..0000000
--- a/src/Resources/missions/steps/105.xml
+++ /dev/null
@@ -1,46 +0,0 @@
-
-
- 105
-
- DlgCJS105Offer
- NPCs.unity3d/PfCJ
- RS_DATA/DlgsAdventureM12S05.unity3d
-
-
- DlgFrankieS105End
- NPCs.unity3d/PfFrankie
- RS_DATA/DlgsAdventureM12S05.unity3d
-
- -1
-
- 339
- Build
-
-
-
- 0
-
-
-
-
-
- EnemyValley
-
-
-
-
-
- 853
- RS_SHARED/zzItems.unity3d/PfItemCMStatueOrange
-
- 1
-
-
-
-
-
- Sneak back into Punk Punk Valley. Click on the purple spot to return their statue.
-
-
-
-
diff --git a/src/Resources/missions/steps/106.xml b/src/Resources/missions/steps/106.xml
deleted file mode 100644
index 64778ae..0000000
--- a/src/Resources/missions/steps/106.xml
+++ /dev/null
@@ -1,52 +0,0 @@
-
-
- 106
-
- DlgCJS106Offer
- NPCs.unity3d/PfCJ
- RS_DATA/DlgsAdventureM02S04.unity3d
-
-
- DlgCJS106End
- NPCs.unity3d/PfCJ
- RS_DATA/DlgsAdventureM02S04.unity3d
-
- -1
-
- 348
- Build
-
-
- HomeBase
- 0
-
-
-
-
-
- HomeBase
-
-
-
-
-
-
-
-
- 1
-
-
-
-
-
- Click on your house to start remodeling.
-
-
-
-
- NPCs.unity3d/PfCJ
- PfMarker_HbHouseNPC
- HomeBase
-
-
-
\ No newline at end of file
diff --git a/src/Resources/missions/steps/179.xml b/src/Resources/missions/steps/179.xml
deleted file mode 100644
index 51f752a..0000000
--- a/src/Resources/missions/steps/179.xml
+++ /dev/null
@@ -1,46 +0,0 @@
-
-
- 179
-
- DlgFrankieS179Offer
- NPCs.unity3d/PfFrankie
- RS_DATA/DlgsAdventureM01S06.unity3d
-
-
- DlgFrankieS179End
- NPCs.unity3d/PfFrankie
- RS_DATA/DlgsAdventureM01S06.unity3d
-
- -1
-
- 349
- Visit
-
- GrpTiMis01St06a
- TrainingIsland
- 0
-
-
- false
-
- PfMarker_TiFindFlag
- TrainingIsland
- 4
-
-
-
-
-
-
-
-
-
-
-
-
-
- Follow the trail of running shoes through the obstacle course.
-
-
-
-
\ No newline at end of file
diff --git a/src/Resources/missions/steps/2.xml b/src/Resources/missions/steps/2.xml
deleted file mode 100644
index c8b9a59..0000000
--- a/src/Resources/missions/steps/2.xml
+++ /dev/null
@@ -1,56 +0,0 @@
-
-
- 2
-
- DlgFrankieS2Offer
- NPCs.unity3d/PfFrankie
- RS_DATA/DlgsAdventureM01S02.unity3d
-
-
- DlgFrankieS2End
- NPCs.unity3d/PfFrankie
- RS_DATA/DlgsAdventureM01S02.unity3d
-
- -1
-
- 2
- Visit
-
-
-
-
- DlgEleanorT2Help
- NPCs.unity3d/PfEleanor
- RS_DATA/DlgsAdventureM01S02.unity3d
-
-
- DlgPierreT2Help
- NPCs.unity3d/PfPierre
- RS_DATA/DlgsAdventureM01S02.unity3d
-
- 0
-
-
- false
-
-
- AvatarCreatorAL
- 0
-
-
-
-
-
-
-
-
-
-
-
-
-
- Click on the training crate with the explorer clothes on top and change into something more fitting for an explorer.
-
-
-
-
\ No newline at end of file
diff --git a/src/Resources/missions/steps/23.xml b/src/Resources/missions/steps/23.xml
deleted file mode 100644
index 2c15acc..0000000
--- a/src/Resources/missions/steps/23.xml
+++ /dev/null
@@ -1,56 +0,0 @@
-
-
- 23
-
- DlgFrankieS23Offer
- NPCs.unity3d/PfFrankie
- RS_DATA/DlgsAdventureM01S12.unity3d
-
-
- DlgFrankieS23End
- NPCs.unity3d/PfFrankie
- RS_DATA/DlgsAdventureM01S12.unity3d
-
- -1
-
- 18
- Collect
-
-
-
-
- DlgEleanorT18Help
- NPCs.unity3d/PfEleanor
- RS_DATA/DlgsAdventureM01S11.unity3d
-
-
- DlgPierreT18Help
- NPCs.unity3d/PfPierre
- RS_DATA/DlgsAdventureM01S11.unity3d
-
- 0
-
-
-
- PfPunk
-
- TrainingIsland
-
-
- GrpTiMis01St11
-
-
-
-
-
- 1
-
-
-
-
-
- After pressing the space bar one time to jump and one more time while in the air, land on a punk-punk and it will go away.
-
-
-
-
\ No newline at end of file
diff --git a/src/Resources/missions/steps/24.xml b/src/Resources/missions/steps/24.xml
deleted file mode 100644
index 48de9e0..0000000
--- a/src/Resources/missions/steps/24.xml
+++ /dev/null
@@ -1,56 +0,0 @@
-
-
- 24
-
- DlgFrankieS24Offer
- NPCs.unity3d/PfFrankie
- RS_DATA/DlgsAdventureM01S13.unity3d
-
-
- DlgFrankieS24End
- NPCs.unity3d/PfFrankie
- RS_DATA/DlgsAdventureM01S13.unity3d
-
- -1
-
- 19
- Build
-
-
-
-
- DlgEleanorT19Help
- NPCs.unity3d/PfEleanor
- RS_DATA/DlgsAdventureM01S12.unity3d
-
-
- DlgPierreT19Help
- NPCs.unity3d/PfPierre
- RS_DATA/DlgsAdventureM01S12.unity3d
-
- 0
-
-
-
-
-
- HomeBase
-
-
-
-
-
-
-
-
- 1
-
-
-
-
-
- Click on the training crate with the house on top to check out your home away from home.
-
-
-
-
\ No newline at end of file
diff --git a/src/Resources/missions/steps/26.xml b/src/Resources/missions/steps/26.xml
deleted file mode 100644
index df5eb4c..0000000
--- a/src/Resources/missions/steps/26.xml
+++ /dev/null
@@ -1,61 +0,0 @@
-
-
- 26
-
- DlgFrankieS26Offer
- NPCs.unity3d/PfFrankie
- RS_DATA/DlgsAdventureM02S01.unity3d
-
-
- DlgFrankieS26End
- NPCs.unity3d/PfFrankie
- RS_DATA/DlgsAdventureM02S01.unity3d
-
- -1
-
- 250
- Visit
-
- GrpTiMis02St01
- TrainingIsland
-
- DlgEleanorT250Help
- NPCs.unity3d/PfEleanor
- RS_DATA/DlgsAdventureM02S01.unity3d
-
-
- DlgPierreT250Help
- NPCs.unity3d/PfPierre
- RS_DATA/DlgsAdventureM02S01.unity3d
-
-
- DlgEleanorT250Help
- NPCs.unity3d/PfEleanor
- RS_DATA/DlgsAdventureM02S01.unity3d
-
- 0
-
-
- false
-
- PfMarker_HbTrainingIslandStart
- HomeBase
- 1
-
-
-
-
-
-
-
-
-
-
-
-
-
- Don't miss the boat! Follow the trail of boats and get aboard the ship to Lost Island.
-
-
-
-
\ No newline at end of file
diff --git a/src/Resources/missions/steps/27.xml b/src/Resources/missions/steps/27.xml
deleted file mode 100644
index 24c9f57..0000000
--- a/src/Resources/missions/steps/27.xml
+++ /dev/null
@@ -1,100 +0,0 @@
-
-
- 27
-
- DlgCJS27Offer
- NPCs.unity3d/PfCJ
- RS_DATA/DlgsAdventureM02S02.unity3d
-
-
- DlgCJS27End
- NPCs.unity3d/PfCJ
- RS_DATA/DlgsAdventureM02S02.unity3d
-
- -1
-
- 251
- Meet
-
-
- HomeBase
-
- DlgEleanorT251Help
- NPCs.unity3d/PfKisha
- RS_DATA/DlgsAdventureM02S02.unity3d
-
-
- DlgFrankieT251Help
- NPCs.unity3d/PfFrankie
- RS_DATA/DlgsAdventureM02S02.unity3d
-
-
- DlgHopsT251Help
- NPCs.unity3d/PfHops
- RS_DATA/DlgsAdventureM02S02.unity3d
-
-
- DlgEleanorT251Help
- NPCs.unity3d/PfEleanor
- RS_DATA/DlgsAdventureM02S02.unity3d
-
-
- DlgPierreT251Help
- NPCs.unity3d/PfPierre
- RS_DATA/DlgsAdventureM02S02.unity3d
-
-
- DlgEleanorT251Help
- NPCs.unity3d/PfEleanor
- RS_DATA/DlgsAdventureM02S02.unity3d
-
- 0
-
-
- false
- NPCs.unity3d/PfCJ
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Meet CJ, the frog, at the end of the dock.
-
-
-
-
- NPCs.unity3d/PfCJ
- PfMarker_HbPierNPC
- HomeBase
-
-
-
- NPCs.unity3d/PfFrankie
- REMOVE
- TrekAncient01
-
-
-
- NPCs.unity3d/PfKisha
- PfMarker_TcTownEntNPC
- TownCenter
-
-
-
- NPCs.unity3d/PfHops
- PfMarker_TcMidMtnNPC
- TownCenter
-
-
-
\ No newline at end of file
diff --git a/src/Resources/missions/steps/28.xml b/src/Resources/missions/steps/28.xml
deleted file mode 100644
index 463ed3a..0000000
--- a/src/Resources/missions/steps/28.xml
+++ /dev/null
@@ -1,79 +0,0 @@
-
-
- 28
-
- DlgCJS28Offer
- NPCs.unity3d/PfCJ
- RS_DATA/DlgsAdventureM02S03.unity3d
-
-
- DlgCJS28End
- NPCs.unity3d/PfCJ
- RS_DATA/DlgsAdventureM02S03.unity3d
-
- -1
-
- 252
- Visit
-
- GrpHbMis02St03
- HomeBase
-
- DlgKishaT252Help
- NPCs.unity3d/PfKisha
- RS_DATA/DlgsAdventureM02S03.unity3d
-
-
- DlgFrankieT252Help
- NPCs.unity3d/PfFrankie
- RS_DATA/DlgsAdventureM02S03.unity3d
-
-
- DlgHopsT252Help
- NPCs.unity3d/PfHops
- RS_DATA/DlgsAdventureM02S03.unity3d
-
- 0
-
-
- false
-
- PfMarker_HbHouseNPC
- HomeBase
- 4
-
-
-
-
-
-
-
-
-
-
-
-
-
- Follow the trail of paint cans to your house.
-
-
-
-
- NPCs.unity3d/PfCJ
- PfMarker_HbHouseNPC
- HomeBase
-
-
-
- NPCs.unity3d/PfKisha
- PfMarker_TcTownEntNPC
- TownCenter
-
-
-
- NPCs.unity3d/PfHops
- PfMarker_HbTreeNPC
- HomeBase
-
-
-
\ No newline at end of file
diff --git a/src/Resources/missions/steps/29.xml b/src/Resources/missions/steps/29.xml
deleted file mode 100644
index c37fcc0..0000000
--- a/src/Resources/missions/steps/29.xml
+++ /dev/null
@@ -1,84 +0,0 @@
-
-
- 29
-
- DlgCJS29Offer
- NPCs.unity3d/PfCJ
- RS_DATA/DlgsAdventureM02S05.unity3d
-
-
- DlgCJS29End
- NPCs.unity3d/PfCJ
- RS_DATA/DlgsAdventureM02S05.unity3d
-
- -1
-
- 253
- Visit
-
- GrpHbMis02St05a
- HomeBase
-
- DlgFrankieT253Help
- NPCs.unity3d/PfFrankie
- RS_DATA/DlgsAdventureM02S05.unity3d
-
-
- DlgHopsT253Help
- NPCs.unity3d/PfHops
- RS_DATA/DlgsAdventureM02S05.unity3d
-
-
- DlgKishaT253Help
- NPCs.unity3d/PfKisha
- RS_DATA/DlgsAdventureM02S05.unity3d
-
-
- DlgPierreT253Help
- NPCs.unity3d/PfPierre
- RS_DATA/DlgsAdventureM02S04.unity3d
-
- 0
-
-
- false
-
-
- AvatarCreatorAL
- 1
-
-
-
-
-
-
-
-
-
-
-
-
-
- To put on some fresh clothing, click on the Jumpee Quick Change.
-
-
-
-
- NPCs.unity3d/PfCJ
- PfMarker_HbHouseNPC
- HomeBase
-
-
-
- NPCs.unity3d/PfHops
- PfMarker_HbStumpsNPC
- HomeBase
-
-
-
- NPCs.unity3d/PfKisha
- PfMarker_HbTreeNPC
- HomeBase
-
-
-
\ No newline at end of file
diff --git a/src/Resources/missions/steps/3.xml b/src/Resources/missions/steps/3.xml
deleted file mode 100644
index c196728..0000000
--- a/src/Resources/missions/steps/3.xml
+++ /dev/null
@@ -1,56 +0,0 @@
-
-
- 3
-
- DlgFrankieS3Offer
- NPCs.unity3d/PfFrankie
- RS_DATA/DlgsAdventureM01S03.unity3d
-
-
- DlgFrankieS3End
- NPCs.unity3d/PfFrankie
- RS_DATA/DlgsAdventureM01S03.unity3d
-
- -1
-
- 3
- GameModule
-
-
-
-
- DlgEleanorT3Help
- NPCs.unity3d/PfEleanor
- RS_DATA/DlgsAdventureM01S03.unity3d
-
-
- DlgPierreT3Help
- NPCs.unity3d/PfPierre
- RS_DATA/DlgsAdventureM01S03.unity3d
-
- 0
-
-
-
-
-
-
-
- FootFrenzy
-
-
-
-
-
-
-
-
-
-
-
-
- Click on the training crate with the dancing shoes to show off your explorer moves.
-
-
-
-
\ No newline at end of file
diff --git a/src/Resources/missions/steps/30.xml b/src/Resources/missions/steps/30.xml
deleted file mode 100644
index ae90e85..0000000
--- a/src/Resources/missions/steps/30.xml
+++ /dev/null
@@ -1,84 +0,0 @@
-
-
- 30
-
- DlgCJS30Offer
- NPCs.unity3d/PfCJ
- RS_DATA/DlgsAdventureM02S06.unity3d
-
-
- DlgCJS30End
- NPCs.unity3d/PfCJ
- RS_DATA/DlgsAdventureM02S06.unity3d
-
- -1
-
- 254
- Visit
-
- GrpHbMis02St05
- HomeBase
-
- DlgKishaT254Help
- NPCs.unity3d/PfKisha
- RS_DATA/DlgsAdventureM02S06.unity3d
-
-
- DlgFrankieT254Help
- NPCs.unity3d/PfFrankie
- RS_DATA/DlgsAdventureM02S06.unity3d
-
-
- DlgHopsT254Help
- NPCs.unity3d/PfHops
- RS_DATA/DlgsAdventureM02S06.unity3d
-
-
- DlgPierreT254Help
- NPCs.unity3d/PfPierre
- RS_DATA/DlgsAdventureM02S06.unity3d
-
- 0
-
-
- false
-
- PfMarker_HbIslandNPC
- HomeBase
- 3
-
-
-
-
-
-
-
-
-
-
-
-
-
- Follow the trail of book marks to find CJ's Big Book of Adventures.
-
-
-
-
- NPCs.unity3d/PfCJ
- PfMarker_HbHouseNPC
- HomeBase
-
-
-
- NPCs.unity3d/PfHops
- PfMarker_HbStumpsNPC
- HomeBase
-
-
-
- NPCs.unity3d/PfKisha
- PfMarker_HbTreeNPC
- HomeBase
-
-
-
\ No newline at end of file
diff --git a/src/Resources/missions/steps/31.xml b/src/Resources/missions/steps/31.xml
deleted file mode 100644
index 97dea9f..0000000
--- a/src/Resources/missions/steps/31.xml
+++ /dev/null
@@ -1,73 +0,0 @@
-
-
- 31
-
- DlgCJS31Offer
- NPCs.unity3d/PfCJ
- RS_DATA/DlgsAdventureM02S07.unity3d
-
-
- DlgCJS31End
- NPCs.unity3d/PfCJ
- RS_DATA/DlgsAdventureM02S07.unity3d
-
- -1
-
- 255
- Collect
-
-
- HomeBase
-
- DlgPierreT255Help
- NPCs.unity3d/PfPierre
- RS_DATA/DlgsAdventureM02S06.unity3d
-
-
- 850
- 1
-
- 0
-
-
-
-
-
- HomeBase
-
-
- GrpHbMis02St06
-
-
- 5
- PfCollectBookCJ
-
- 1
-
-
-
-
-
- Run over CJ's Big Book of Adventures to collect it.
-
-
-
-
- NPCs.unity3d/PfCJ
- PfMarker_HbHouseNPC
- HomeBase
-
-
-
- NPCs.unity3d/PfHops
- PfMarker_HbStumpsNPC
- HomeBase
-
-
-
- NPCs.unity3d/PfKisha
- PfMarker_HbTreeNPC
- HomeBase
-
-
-
\ No newline at end of file
diff --git a/src/Resources/missions/steps/32.xml b/src/Resources/missions/steps/32.xml
deleted file mode 100644
index a157433..0000000
--- a/src/Resources/missions/steps/32.xml
+++ /dev/null
@@ -1,84 +0,0 @@
-
-
- 32
-
- DlgCJS32Offer
- NPCs.unity3d/PfCJ
- RS_DATA/DlgsAdventureM02S08.unity3d
-
-
- DlgCJS32End
- NPCs.unity3d/PfCJ
- RS_DATA/DlgsAdventureM02S08.unity3d
-
- -1
-
- 256
- Delivery
-
-
-
-
- DlgKishaT256Help
- NPCs.unity3d/PfKisha
- RS_DATA/DlgsAdventureM02S08.unity3d
-
-
- DlgHopsT256Help
- NPCs.unity3d/PfHops
- RS_DATA/DlgsAdventureM02S08.unity3d
-
-
- DlgFrankieT256Help
- NPCs.unity3d/PfFrankie
- RS_DATA/DlgsAdventureM02S08.unity3d
-
-
- DlgPierreT256Help
- NPCs.unity3d/PfPierre
- RS_DATA/DlgsAdventureM02S07.unity3d
-
- 0
-
-
- false
- NPCs.unity3d/PfCJ
-
-
-
-
-
-
-
- 850
- RS_SHARED/zzItems.unity3d/PfItemBookCJ
-
- 1
-
-
-
-
-
- Bring CJ's book back to him. He is in front of your house.
-
-
-
-
- NPCs.unity3d/PfCJ
- PfMarker_HbHouseNPC
- HomeBase
-
-
-
- NPCs.unity3d/PfHops
- PfMarker_HbStumpsNPC
- HomeBase
-
-
-
- NPCs.unity3d/PfKisha
- PfMarker_HbTreeNPC
- HomeBase
-
-
-
\ No newline at end of file
diff --git a/src/Resources/missions/steps/33.xml b/src/Resources/missions/steps/33.xml
deleted file mode 100644
index 5c14efc..0000000
--- a/src/Resources/missions/steps/33.xml
+++ /dev/null
@@ -1,78 +0,0 @@
-
-
- 33
-
- DlgEleanorS33Offer
- NPCs.unity3d/PfEleanor
- RS_DATA/DlgsAdventureM02S09.unity3d
-
-
- DlgCJS33End
- NPCs.unity3d/PfCJ
- RS_DATA/DlgsAdventureM02S09.unity3d
-
- -1
-
- 257
- Collect
-
-
- HomeBase
-
- DlgFrankieT257Help
- NPCs.unity3d/PfFrankie
- RS_DATA/DlgsAdventureM02S09.unity3d
-
-
- DlgKishaT257Help
- NPCs.unity3d/PfKisha
- RS_DATA/DlgsAdventureM02S09.unity3d
-
-
- DlgHopsT257Help
- NPCs.unity3d/PfHops
- RS_DATA/DlgsAdventureM02S09.unity3d
-
-
- DlgPierreT257Help
- NPCs.unity3d/PfPierre
- RS_DATA/DlgsAdventureM02S09.unity3d
-
- 0
-
-
-
-
-
- HomeBase
-
-
- GrpHbMis02St09
-
-
- 527
- PfTreasureChest
-
- 1
-
-
-
-
-
- Find the hidden treasure chest behind the big tree. Click on it to see what's inside.
-
-
-
-
- NPCs.unity3d/PfHops
- PfMarker_HbStumpsNPC
- HomeBase
-
-
-
- NPCs.unity3d/PfKisha
- PfMarker_HbTreeNPC
- HomeBase
-
-
-
\ No newline at end of file
diff --git a/src/Resources/missions/steps/34.xml b/src/Resources/missions/steps/34.xml
deleted file mode 100644
index b5db9ae..0000000
--- a/src/Resources/missions/steps/34.xml
+++ /dev/null
@@ -1,61 +0,0 @@
-
-
- 34
-
- DlgKishaS34Offer
- NPCs.unity3d/PfKisha
- RS_DATA/DlgsAdventureM03S01.unity3d
-
-
- DlgKishaS34End
- NPCs.unity3d/PfKisha
- RS_DATA/DlgsAdventureM03S01.unity3d
-
- -1
-
- 258
- Visit
-
- GrpHbMis03St01
- HomeBase
-
- DlgCJT258Help
- NPCs.unity3d/PfCJ
- RS_DATA/DlgsAdventureM03S01.unity3d
-
-
- DlgFrankieT258Help
- NPCs.unity3d/PfFrankie
- RS_DATA/DlgsAdventureM03S01.unity3d
-
-
- DlgPierreT258Help
- NPCs.unity3d/PfPierre
- RS_DATA/DlgsAdventureM03S01.unity3d
-
- 0
-
-
- false
-
- PfMarker_TcAvatarStart
- TownCenter
- 0
-
-
-
-
-
-
-
-
-
-
-
-
-
- Go to Lost Shores by following the trail of flashlights.
-
-
-
-
\ No newline at end of file
diff --git a/src/Resources/missions/steps/35.xml b/src/Resources/missions/steps/35.xml
deleted file mode 100644
index 4159971..0000000
--- a/src/Resources/missions/steps/35.xml
+++ /dev/null
@@ -1,77 +0,0 @@
-
-
- 35
-
- DlgKishaS35Offer
- NPCs.unity3d/PfKisha
- RS_DATA/DlgsAdventureM03S02.unity3d
-
-
- DlgKishaS35End
- NPCs.unity3d/PfKisha
- RS_DATA/DlgsAdventureM03S02.unity3d
-
- -1
-
- 259
- Visit
-
- GrpTcMis03St02
- TownCenter
-
- DlgCJT259Help
- NPCs.unity3d/PfCJ
- RS_DATA/DlgsAdventureM03S02.unity3d
-
-
- DlgHopsT259Help
- NPCs.unity3d/PfHops
- RS_DATA/DlgsAdventureM03S02.unity3d
-
-
- DlgFrankieT259Help
- NPCs.unity3d/PfFrankie
- RS_DATA/DlgsAdventureM03S02.unity3d
-
-
- DlgEleanorT259Help
- NPCs.unity3d/PfEleanor
- RS_DATA/DlgsAdventureM03S02.unity3d
-
-
- DlgEleanorT259Help
- NPCs.unity3d/PfEleanor
- RS_DATA/DlgsAdventureM03S02.unity3d
-
- 0
-
-
- false
-
- PfMarker_TcKishaArtHse
- TownCenter
- 1.5
-
-
-
-
-
-
-
-
-
-
-
-
-
- Follow the paint brushes and meet Kisha in front of the Art Studio in Lost Shores.
-
-
-
-
- NPCs.unity3d/PfKisha
- PfMarker_TcKishaArtHse
- TownCenter
-
-
-
\ No newline at end of file
diff --git a/src/Resources/missions/steps/36.xml b/src/Resources/missions/steps/36.xml
deleted file mode 100644
index 49f2268..0000000
--- a/src/Resources/missions/steps/36.xml
+++ /dev/null
@@ -1,74 +0,0 @@
-
-
- 36
-
- DlgKishaS36Offer
- NPCs.unity3d/PfKisha
- RS_DATA/DlgsAdventureM03S03.unity3d
-
-
- DlgKishaS36End
- NPCs.unity3d/PfKisha
- RS_DATA/DlgsAdventureM03S03.unity3d
-
- -1
-
- 260
- Creative
-
-
-
-
- DlgHopsT260Help
- NPCs.unity3d/PfHops
- RS_DATA/DlgsAdventureM03S03.unity3d
-
-
- DlgCJT260Help
- NPCs.unity3d/PfCJ
- RS_DATA/DlgsAdventureM03S03.unity3d
-
-
- DlgFrankieT260Help
- NPCs.unity3d/PfFrankie
- RS_DATA/DlgsAdventureM03S03.unity3d
-
-
- DlgEleanorT260Help
- NPCs.unity3d/PfEleanor
- RS_DATA/DlgsAdventureM03S03.unity3d
-
- 0
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- 1
-
-
-
-
- Make a picture in the Art Studio.
-
-
-
-
- NPCs.unity3d/PfKisha
- PfMarker_TcKishaArtHse
- TownCenter
-
-
-
\ No newline at end of file
diff --git a/src/Resources/missions/steps/37.xml b/src/Resources/missions/steps/37.xml
deleted file mode 100644
index 6a1f8ea..0000000
--- a/src/Resources/missions/steps/37.xml
+++ /dev/null
@@ -1,74 +0,0 @@
-
-
- 37
-
- DlgKishaS37Offer
- NPCs.unity3d/PfKisha
- RS_DATA/DlgsAdventureM03S04.unity3d
-
-
- DlgKishaS37End
- NPCs.unity3d/PfKisha
- RS_DATA/DlgsAdventureM03S04.unity3d
-
- -1
-
- 261
- Build
-
-
-
-
- DlgFrankieT261Help
- NPCs.unity3d/PfFrankie
- RS_DATA/DlgsAdventureM03S04.unity3d
-
-
- DlgCJT261Help
- NPCs.unity3d/PfCJ
- RS_DATA/DlgsAdventureM03S04.unity3d
-
-
- DlgHopsT261Help
- NPCs.unity3d/PfHops
- RS_DATA/DlgsAdventureM03S04.unity3d
-
-
- DlgEleanorT261Help
- NPCs.unity3d/PfEleanor
- RS_DATA/DlgsAdventureM03S04.unity3d
-
- 0
-
-
-
-
-
- TownCenter
-
-
-
-
-
-
-
-
- 1
-
-
- 1
-
-
-
-
- Click on the billboard next to the Art Studio to post your picture there.
-
-
-
-
- NPCs.unity3d/PfKisha
- PfMarker_TcKishaArtHse
- TownCenter
-
-
-
\ No newline at end of file
diff --git a/src/Resources/missions/steps/38.xml b/src/Resources/missions/steps/38.xml
deleted file mode 100644
index d8d7f71..0000000
--- a/src/Resources/missions/steps/38.xml
+++ /dev/null
@@ -1,70 +0,0 @@
-
-
- 38
-
- DlgKishaS38Offer
- NPCs.unity3d/PfKisha
- RS_DATA/DlgsAdventureM03S05.unity3d
-
-
- DlgKishaS38End
- NPCs.unity3d/PfKisha
- RS_DATA/DlgsAdventureM03S05.unity3d
-
- -1
-
- 262
- Collect
-
- GrpTcMis03St05
- TownCenter
-
- DlgFrankieT262Help
- NPCs.unity3d/PfFrankie
- RS_DATA/DlgsAdventureM03S05.unity3d
-
-
- DlgCJT262Help
- NPCs.unity3d/PfCJ
- RS_DATA/DlgsAdventureM03S05.unity3d
-
-
- DlgHopsT262Help
- NPCs.unity3d/PfHops
- RS_DATA/DlgsAdventureM03S05.unity3d
-
-
- DlgEleanorT262Help
- NPCs.unity3d/PfEleanor
- RS_DATA/DlgsAdventureM03S05.unity3d
-
-
- 156
- 1
-
- 0
-
-
-
-
-
- TownCenter
-
-
- GrpTcMis03St05
-
-
- 7
- PfCollectCDDiscoDreams
-
- 1
-
-
-
-
-
- Find Kisha's CD somewhere around Lost Shores. Run over the CD when you find it.
-
-
-
-
\ No newline at end of file
diff --git a/src/Resources/missions/steps/39.xml b/src/Resources/missions/steps/39.xml
deleted file mode 100644
index d66abe1..0000000
--- a/src/Resources/missions/steps/39.xml
+++ /dev/null
@@ -1,66 +0,0 @@
-
-
- 39
-
- DlgKishaS39Offer
- NPCs.unity3d/PfKisha
- RS_DATA/DlgsAdventureM03S06.unity3d
-
-
- DlgKishaS39End
- NPCs.unity3d/PfKisha
- RS_DATA/DlgsAdventureM03S06.unity3d
-
- -1
-
- 263
- Build
-
-
-
-
- DlgFrankieT263Help
- NPCs.unity3d/PfFrankie
- RS_DATA/DlgsAdventureM03S06.unity3d
-
-
- DlgCJT263Help
- NPCs.unity3d/PfCJ
- RS_DATA/DlgsAdventureM03S06.unity3d
-
-
- DlgHopsT263Help
- NPCs.unity3d/PfHops
- RS_DATA/DlgsAdventureM03S06.unity3d
-
-
- DlgEleanorT263Help
- NPCs.unity3d/PfEleanor
- RS_DATA/DlgsAdventureM03S06.unity3d
-
- 0
-
-
-
-
-
- TownCenter
-
-
-
-
-
- 156
- RS_SHARED/MusicCD01.unity3d/IcoItemCDIconDiscoDreams
-
- 1
-
-
-
-
-
- Click on the jukebox by Foot Frenzy to play the CD.
-
-
-
-
\ No newline at end of file
diff --git a/src/Resources/missions/steps/4.xml b/src/Resources/missions/steps/4.xml
deleted file mode 100644
index 22d5b91..0000000
--- a/src/Resources/missions/steps/4.xml
+++ /dev/null
@@ -1,56 +0,0 @@
-
-
- 4
-
- DlgFrankieS4Offer
- NPCs.unity3d/PfFrankie
- RS_DATA/DlgsAdventureM01S04.unity3d
-
-
- DlgFrankieS4End
- NPCs.unity3d/PfFrankie
- RS_DATA/DlgsAdventureM01S04.unity3d
-
- -1
-
- 4
- GameModule
-
-
-
-
- DlgEleanorT4Help
- NPCs.unity3d/PfEleanor
- RS_DATA/DlgsAdventureM01S04.unity3d
-
-
- DlgPierreT4Help
- NPCs.unity3d/PfPierre
- RS_DATA/DlgsAdventureM01S04.unity3d
-
- 0
-
-
-
-
-
-
-
- HopsJetPack
-
-
-
-
-
-
-
-
-
-
-
-
- Click on the training crate with the Jet Pack to exercise your brain and earn some coins.
-
-
-
-
\ No newline at end of file
diff --git a/src/Resources/missions/steps/40.xml b/src/Resources/missions/steps/40.xml
deleted file mode 100644
index 67f484d..0000000
--- a/src/Resources/missions/steps/40.xml
+++ /dev/null
@@ -1,66 +0,0 @@
-
-
- 40
-
- DlgKishaS40Offer
- NPCs.unity3d/PfKisha
- RS_DATA/DlgsAdventureM03S07.unity3d
-
-
- DlgKishaS40End
- NPCs.unity3d/PfKisha
- RS_DATA/DlgsAdventureM03S07.unity3d
-
- -1
-
- 264
- GameModule
-
-
- DanceScene
-
- DlgFrankieT264Help
- NPCs.unity3d/PfFrankie
- RS_DATA/DlgsAdventureM03S07.unity3d
-
-
- DlgCJT264Help
- NPCs.unity3d/PfCJ
- RS_DATA/DlgsAdventureM03S07.unity3d
-
-
- DlgHopsT264Help
- NPCs.unity3d/PfHops
- RS_DATA/DlgsAdventureM03S07.unity3d
-
-
- DlgEleanorT264Help
- NPCs.unity3d/PfEleanor
- RS_DATA/DlgsAdventureM03S07.unity3d
-
- 0
-
-
-
-
-
-
-
- FootFrenzy
-
-
-
-
-
-
-
-
-
-
-
-
- Head to Foot Frenzy and show off your dance moves.
-
-
-
-
\ No newline at end of file
diff --git a/src/Resources/missions/steps/41.xml b/src/Resources/missions/steps/41.xml
deleted file mode 100644
index 11ef7d6..0000000
--- a/src/Resources/missions/steps/41.xml
+++ /dev/null
@@ -1,72 +0,0 @@
-
-
- 41
-
- DlgKishaS41Offer
- NPCs.unity3d/PfKisha
- RS_DATA/DlgsAdventureM04S01.unity3d
-
-
- DlgKishaS41End
- NPCs.unity3d/PfKisha
- RS_DATA/DlgsAdventureM04S01.unity3d
-
- -1
-
- 265
- Collect
-
- GrpTcMis04St01
- TownCenter
-
- DlgCJT265Help
- NPCs.unity3d/PfCJ
- RS_DATA/DlgsAdventureM04S01.unity3d
-
-
- DlgHopsT265Help
- NPCs.unity3d/PfHops
- RS_DATA/DlgsAdventureM04S01.unity3d
-
-
- DlgFrankieT265Help
- NPCs.unity3d/PfFrankie
- RS_DATA/DlgsAdventureM04S01.unity3d
-
-
- DlgEleanorT265Help
- NPCs.unity3d/PfEleanor
- RS_DATA/DlgsAdventureM04S01.unity3d
-
- 0
-
-
-
-
-
- TownCenter
-
-
- GrpTcMis04St01
-
-
- 8
- PfItemMagnifyingGlass
-
- 17
-
-
-
-
-
- Follow the trail of magnifying glasses and collect them all to get a bird's eye view of Lost Shores.
-
-
-
-
- NPCs.unity3d/PfKisha
- PfMarker_TcStoreNPC
- TownCenter
-
-
-
\ No newline at end of file
diff --git a/src/Resources/missions/steps/42.xml b/src/Resources/missions/steps/42.xml
deleted file mode 100644
index 880cf51..0000000
--- a/src/Resources/missions/steps/42.xml
+++ /dev/null
@@ -1,72 +0,0 @@
-
-
- 42
-
- DlgKishaS42Offer
- NPCs.unity3d/PfKisha
- RS_DATA/DlgsAdventureM04S02.unity3d
-
-
- DlgKishaS42End
- NPCs.unity3d/PfKisha
- RS_DATA/DlgsAdventureM04S02.unity3d
-
- -1
-
- 266
- Buy
-
-
-
-
- DlgFrankieT266Help
- NPCs.unity3d/PfFrankie
- RS_DATA/DlgsAdventureM04S02.unity3d
-
-
- DlgCJT266Help
- NPCs.unity3d/PfCJ
- RS_DATA/DlgsAdventureM04S02.unity3d
-
-
- DlgHopsT266Help
- NPCs.unity3d/PfHops
- RS_DATA/DlgsAdventureM04S02.unity3d
-
-
- DlgEleanorT266Help
- NPCs.unity3d/PfEleanor
- RS_DATA/DlgsAdventureM04S02.unity3d
-
- 0
-
-
-
-
-
-
-
-
-
-
- 3
-
-
- 1
- 1
-
-
-
-
-
- Click on Isabella's Traveling Cart to start shopping. Click the General Goods tab to find a decoration to buy for Lost Shores.
-
-
-
-
- NPCs.unity3d/PfKisha
- PfMarker_TcStoreNPC
- TownCenter
-
-
-
\ No newline at end of file
diff --git a/src/Resources/missions/steps/43.xml b/src/Resources/missions/steps/43.xml
deleted file mode 100644
index 34f1ac7..0000000
--- a/src/Resources/missions/steps/43.xml
+++ /dev/null
@@ -1,66 +0,0 @@
-
-
- 43
-
- DlgKishaS43Offer
- NPCs.unity3d/PfKisha
- RS_DATA/DlgsAdventureM04S03.unity3d
-
-
- DlgKishaS43End
- NPCs.unity3d/PfKisha
- RS_DATA/DlgsAdventureM04S03.unity3d
-
- -1
-
- 267
- Build
-
-
-
-
- DlgFrankieT267Help
- NPCs.unity3d/PfFrankie
- RS_DATA/DlgsAdventureM04S03.unity3d
-
-
- DlgCJT267Help
- NPCs.unity3d/PfCJ
- RS_DATA/DlgsAdventureM04S03.unity3d
-
-
- DlgHopsT267Help
- NPCs.unity3d/PfHops
- RS_DATA/DlgsAdventureM04S03.unity3d
-
-
- DlgEleanorT267Help
- NPCs.unity3d/PfEleanor
- RS_DATA/DlgsAdventureM04S03.unity3d
-
- 0
-
-
-
-
-
- TownCenter
-
-
-
-
-
-
-
-
- 1
-
-
-
-
-
- Click on the blue spot next to the Art Studio to place your decoration.
-
-
-
-
\ No newline at end of file
diff --git a/src/Resources/missions/steps/44.xml b/src/Resources/missions/steps/44.xml
deleted file mode 100644
index 8322baf..0000000
--- a/src/Resources/missions/steps/44.xml
+++ /dev/null
@@ -1,73 +0,0 @@
-
-
- 44
-
- DlgKishaS44Offer
- NPCs.unity3d/PfKisha
- RS_DATA/DlgsAdventureM04S04.unity3d
-
-
- DlgKishaS44End
- NPCs.unity3d/PfKisha
- RS_DATA/DlgsAdventureM04S04.unity3d
-
- -1
-
- 268
- GameModule
-
-
- TownCenter
-
- DlgCJT268Help
- NPCs.unity3d/PfCJ
- RS_DATA/DlgsAdventureM04S04.unity3d
-
-
- DlgHopsT268Help
- NPCs.unity3d/PfHops
- RS_DATA/DlgsAdventureM04S04.unity3d
-
-
- DlgEleanorT268Help
- NPCs.unity3d/PfEleanor
- RS_DATA/DlgsAdventureM04S04.unity3d
-
- 0
-
-
-
-
-
-
-
- Calendar
-
-
-
-
-
-
-
-
-
-
-
-
- Go to the Bell Tower in Lost Shores, click on Frankie's calendar, and orgranize it for him.
-
-
-
-
- NPCs.unity3d/PfFrankie
- REMOVE
- TrekAncient01
-
-
-
- NPCs.unity3d/PfKisha
- PfMarker_TcClckTwrNPC
- TownCenter
-
-
-
\ No newline at end of file
diff --git a/src/Resources/missions/steps/45.xml b/src/Resources/missions/steps/45.xml
deleted file mode 100644
index 096a03d..0000000
--- a/src/Resources/missions/steps/45.xml
+++ /dev/null
@@ -1,71 +0,0 @@
-
-
- 45
-
- DlgKishaS45Offer
- NPCs.unity3d/PfKisha
- RS_DATA/DlgsAdventureM04S05.unity3d
-
-
- DlgKishaS45End
- NPCs.unity3d/PfKisha
- RS_DATA/DlgsAdventureM04S05.unity3d
-
- -1
-
- 269
- Collect
-
- GrpTcMis04St05
-
-
- DlgCJT269Help
- NPCs.unity3d/PfCJ
- RS_DATA/DlgsAdventureM04S05.unity3d
-
-
- DlgHopsT269Help
- NPCs.unity3d/PfHops
- RS_DATA/DlgsAdventureM04S05.unity3d
-
-
- DlgEleanorT269Help
- NPCs.unity3d/PfEleanor
- RS_DATA/DlgsAdventureM04S05.unity3d
-
-
- 852
- 1
-
- 0
-
-
-
-
-
- TownCenter
-
-
- GrpTcMis04St05
-
-
- 9
- PfCollectKey
-
- 1
-
-
-
-
-
- Find Hops's lost key in the town of Lost Shores.
-
-
-
-
- NPCs.unity3d/PfKisha
- PfMarker_TcClckTwrNPC
- TownCenter
-
-
-
\ No newline at end of file
diff --git a/src/Resources/missions/steps/46.xml b/src/Resources/missions/steps/46.xml
deleted file mode 100644
index df2679a..0000000
--- a/src/Resources/missions/steps/46.xml
+++ /dev/null
@@ -1,84 +0,0 @@
-
-
- 46
-
- DlgHopsS46Offer
- NPCs.unity3d/PfHops
- RS_DATA/DlgsAdventureM05S01.unity3d
-
-
- DlgHopsS46End
- NPCs.unity3d/PfHops
- RS_DATA/DlgsAdventureM05S01.unity3d
-
- -1
-
- 270
- Delivery
-
-
-
-
- DlgCJT270Help
- NPCs.unity3d/PfCJ
- RS_DATA/DlgsAdventureM05S01.unity3d
-
-
- DlgKishaT270Help
- NPCs.unity3d/PfKisha
- RS_DATA/DlgsAdventureM05S01.unity3d
-
-
- DlgPierreT270Help
- NPCs.unity3d/PfPierre
- RS_DATA/DlgsAdventureM05S01.unity3d
-
-
- DlgEleanorT270Help
- NPCs.unity3d/PfEleanor
- RS_DATA/DlgsAdventureM05S01.unity3d
-
- 0
-
-
- false
- NPCs.unity3d/PfHops
-
-
-
-
-
-
-
- 852
- RS_SHARED/zzItems.unity3d/PfItemKey
-
- 1
-
-
-
-
-
- Meet Hops on top of Mystic Mountain to return his key.
-
-
-
-
- NPCs.unity3d/PfPierre
- PfMarker_TcMidMtnNPC
- TownCenter
-
-
-
- NPCs.unity3d/PfCJ
- PfMarker_TcNPCEleanorDefault
- TownCenter
-
-
-
- NPCs.unity3d/PfEleanor
- PfMarker_TcTownEntNPC
- TownCenter
-
-
-
\ No newline at end of file
diff --git a/src/Resources/missions/steps/47.xml b/src/Resources/missions/steps/47.xml
deleted file mode 100644
index 0f802ad..0000000
--- a/src/Resources/missions/steps/47.xml
+++ /dev/null
@@ -1,66 +0,0 @@
-
-
- 47
-
- DlgHopsS47Offer
- NPCs.unity3d/PfHops
- RS_DATA/DlgsAdventureM05S02.unity3d
-
-
- DlgHopsS47End
- NPCs.unity3d/PfHops
- RS_DATA/DlgsAdventureM05S02.unity3d
-
- -1
-
- 271
- GameModule
-
-
- MountainJetpack
-
- DlgCJT271Help
- NPCs.unity3d/PfCJ
- RS_DATA/DlgsAdventureM05S02.unity3d
-
-
- DlgKishaT271Help
- NPCs.unity3d/PfKisha
- RS_DATA/DlgsAdventureM05S02.unity3d
-
-
- DlgPierreT271Help
- NPCs.unity3d/PfPierre
- RS_DATA/DlgsAdventureM05S02.unity3d
-
-
- DlgEleanorT271Help
- NPCs.unity3d/PfEleanor
- RS_DATA/DlgsAdventureM05S02.unity3d
-
- 0
-
-
-
-
-
-
-
- HopsJetPack
-
-
-
-
-
-
-
-
-
-
-
-
- Play Hops' Jet Pack game by clicking on the jet pack.
-
-
-
-
\ No newline at end of file
diff --git a/src/Resources/missions/steps/48.xml b/src/Resources/missions/steps/48.xml
deleted file mode 100644
index 376e6a3..0000000
--- a/src/Resources/missions/steps/48.xml
+++ /dev/null
@@ -1,72 +0,0 @@
-
-
- 48
-
- DlgHopsS48Offer
- NPCs.unity3d/PfHops
- RS_DATA/DlgsAdventureM05S03.unity3d
-
-
- DlgHopsS48End
- NPCs.unity3d/PfHops
- RS_DATA/DlgsAdventureM05S03.unity3d
-
- -1
-
- 272
- Meet
-
-
-
-
- DlgCJT272Help
- NPCs.unity3d/PfCJ
- RS_DATA/DlgsAdventureM05S03.unity3d
-
-
- DlgFrankieT272Help
- NPCs.unity3d/PfFrankie
- RS_DATA/DlgsAdventureM05S03.unity3d
-
-
- DlgKishaT272Help
- NPCs.unity3d/PfKisha
- RS_DATA/DlgsAdventureM05S03.unity3d
-
-
- DlgPierreT272Help
- NPCs.unity3d/PfPierre
- RS_DATA/DlgsAdventureM05S03.unity3d
-
- 0
-
-
- false
- NPCs.unity3d/PfHops
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Meet Hops on the mountain path on the way down to Lost Shores.
-
-
-
-
- NPCs.unity3d/PfHops
- PfMarker_TcMidMtnNPC
- TownCenter
-
-
-
\ No newline at end of file
diff --git a/src/Resources/missions/steps/49.xml b/src/Resources/missions/steps/49.xml
deleted file mode 100644
index fda4a4c..0000000
--- a/src/Resources/missions/steps/49.xml
+++ /dev/null
@@ -1,61 +0,0 @@
-
-
- 49
-
- DlgHopsS49Offer
- NPCs.unity3d/PfHops
- RS_DATA/DlgsAdventureM05S04.unity3d
-
-
- DlgHopsS49End
- NPCs.unity3d/PfHops
- RS_DATA/DlgsAdventureM05S04.unity3d
-
- -1
-
- 273
- Visit
-
-
-
-
- DlgCJT273Help
- NPCs.unity3d/PfCJ
- RS_DATA/DlgsAdventureM05S04.unity3d
-
-
- DlgKishaT273Help
- NPCs.unity3d/PfKisha
- RS_DATA/DlgsAdventureM05S04.unity3d
-
-
- DlgPierreT273Help
- NPCs.unity3d/PfPierre
- RS_DATA/DlgsAdventureM05S04.unity3d
-
- 0
-
-
- false
-
- PfMarker_TcSlepPunk
- TownCenter
- 2
-
-
-
-
-
-
-
-
-
-
-
-
-
- For super jumping power, jump on a sleeping Punk-Punk who's wearing a red and white cap.
-
-
-
-
\ No newline at end of file
diff --git a/src/Resources/missions/steps/5.xml b/src/Resources/missions/steps/5.xml
deleted file mode 100644
index 9049a09..0000000
--- a/src/Resources/missions/steps/5.xml
+++ /dev/null
@@ -1,58 +0,0 @@
-
-
- 5
-
- DlgFrankieS5Offer
- NPCs.unity3d/PfFrankie
- RS_DATA/DlgsAdventureM01S05.unity3d
-
-
- DlgFrankieS5End
- NPCs.unity3d/PfFrankie
- RS_DATA/DlgsAdventureM01S05.unity3d
-
- -1
-
- 5
- Creative
-
-
-
-
- DlgEleanorT5Help
- NPCs.unity3d/PfEleanor
- RS_DATA/DlgsAdventureM01S05.unity3d
-
-
- DlgPierreT5Help
- NPCs.unity3d/PfPierre
- RS_DATA/DlgsAdventureM01S05.unity3d
-
- 0
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- 1
-
-
-
-
- Click on the training crate with the painting floating above it to explore your creativity.
-
-
-
-
\ No newline at end of file
diff --git a/src/Resources/missions/steps/50.xml b/src/Resources/missions/steps/50.xml
deleted file mode 100644
index 49cc1b0..0000000
--- a/src/Resources/missions/steps/50.xml
+++ /dev/null
@@ -1,66 +0,0 @@
-
-
- 50
-
- DlgHopsS50Offer
- NPCs.unity3d/PfHops
- RS_DATA/DlgsAdventureM05S05.unity3d
-
-
- DlgHopsS50End
- NPCs.unity3d/PfHops
- RS_DATA/DlgsAdventureM05S05.unity3d
-
- -1
-
- 274
- Photo
-
- GrpTcMis05St05
- TownCenter
-
- DlgCJT274Help
- NPCs.unity3d/PfCJ
- RS_DATA/DlgsAdventureM05S05.unity3d
-
-
- DlgKishaT274Help
- NPCs.unity3d/PfKisha
- RS_DATA/DlgsAdventureM05S05.unity3d
-
-
- DlgPierreT274Help
- NPCs.unity3d/PfPierre
- RS_DATA/DlgsAdventureM05S05.unity3d
-
- 0
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- PfItemRedGeode
- 1
-
-
- 0
-
-
-
-
- Use the super jumping ability to hunt for the red crystal rock Hops hid. When you find it, click on your camera to take a picture of it.
-
-
-
-
\ No newline at end of file
diff --git a/src/Resources/missions/steps/51.xml b/src/Resources/missions/steps/51.xml
deleted file mode 100644
index 3030c35..0000000
--- a/src/Resources/missions/steps/51.xml
+++ /dev/null
@@ -1,80 +0,0 @@
-
-
- 51
-
- DlgFrankieS51Offer
- NPCs.unity3d/PfFrankie
- RS_DATA/DlgsAdventureM05S06.unity3d
-
-
- DlgFrankieS51End
- NPCs.unity3d/PfFrankie
- RS_DATA/DlgsAdventureM05S06.unity3d
-
- -1
-
- 275
- Delivery
-
- GrpTcMis05St05
- TownCenter
-
- DlgHopsT275Help
- NPCs.unity3d/PfHops
- RS_DATA/DlgsAdventureM05S06.unity3d
-
-
- DlgKishaT275Help
- NPCs.unity3d/PfKisha
- RS_DATA/DlgsAdventureM05S06.unity3d
-
-
- DlgCJT275Help
- NPCs.unity3d/PfCJ
- RS_DATA/DlgsAdventureM05S06.unity3d
-
-
- DlgPierreT275Help
- NPCs.unity3d/PfPierre
- RS_DATA/DlgsAdventureM05S06.unity3d
-
-
- DlgEleanorT275Help
- NPCs.unity3d/PfEleanor
- RS_DATA/DlgsAdventureM05S06.unity3d
-
- 0
-
-
- false
- NPCs.unity3d/PfFrankie
-
-
-
-
-
-
-
-
-
-
- 1
-
- PfItemRedGeode
- 1
-
-
-
-
-
- Bring your photo of the red crystal rock to Frankie. He's waiting for you at your house.
-
-
-
-
- NPCs.unity3d/PfFrankie
- PfMarker_HbHouseNPC
- HomeBase
-
-
-
\ No newline at end of file
diff --git a/src/Resources/missions/steps/52.xml b/src/Resources/missions/steps/52.xml
deleted file mode 100644
index c1c4c4e..0000000
--- a/src/Resources/missions/steps/52.xml
+++ /dev/null
@@ -1,90 +0,0 @@
-
-
- 52
-
- DlgKishaS52Offer
- NPCs.unity3d/PfKisha
- RS_DATA/DlgsAdventureM06S01.unity3d
-
-
- DlgKishaS52End
- NPCs.unity3d/PfKisha
- RS_DATA/DlgsAdventureM06S01.unity3d
-
- -1
-
- 276
- Meet
-
-
-
-
- DlgFrankieT276Help
- NPCs.unity3d/PfFrankie
- RS_DATA/DlgsAdventureM06S01.unity3d
-
-
- DlgCJT276Help
- NPCs.unity3d/PfCJ
- RS_DATA/DlgsAdventureM06S01.unity3d
-
-
- DlgHopsT276Help
- NPCs.unity3d/PfHops
- RS_DATA/DlgsAdventureM06S01.unity3d
-
-
- DlgEleanorT276Help
- NPCs.unity3d/PfEleanor
- RS_DATA/DlgsAdventureM06S01.unity3d
-
- 0
-
-
- false
- NPCs.unity3d/PfKisha
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Find Kisha in the town of Lost Shores to help her get rid of the Punk-Punks in Lost Shores.
-
-
-
-
- NPCs.unity3d/PfKisha
- PfMarker_TcTownEntNPC
- TownCenter
-
-
-
- NPCs.unity3d/PfKisha
- PfMarker_TcTownEntNPC
- TownCenter
-
-
-
- NPCs.unity3d/PfFrankie
- PfMarker_HbHouseNPC
- HomeBase
-
-
-
- NPCs.unity3d/PfKisha
- PfMarker_TcTownEntNPC
- TownCenter
-
-
-
\ No newline at end of file
diff --git a/src/Resources/missions/steps/53.xml b/src/Resources/missions/steps/53.xml
deleted file mode 100644
index 4de7710..0000000
--- a/src/Resources/missions/steps/53.xml
+++ /dev/null
@@ -1,102 +0,0 @@
-
-
- 53
-
- DlgKishaS53Offer
- NPCs.unity3d/PfKisha
- RS_DATA/DlgsAdventureM06S02.unity3d
-
-
- DlgKishaS53End
- NPCs.unity3d/PfKisha
- RS_DATA/DlgsAdventureM06S02.unity3d
-
- -1
-
- 277
- Collect
-
-
- TownCenter
-
- DlgHopsT277Help
- NPCs.unity3d/PfHops
- RS_DATA/DlgsAdventureM06S02.unity3d
-
-
- DlgFrankieT277Help
- NPCs.unity3d/PfFrankie
- RS_DATA/DlgsAdventureM06S02.unity3d
-
-
- DlgCJT277Help
- NPCs.unity3d/PfCJ
- RS_DATA/DlgsAdventureM06S02.unity3d
-
-
- DlgEleanorT277Help
- NPCs.unity3d/PfEleanor
- RS_DATA/DlgsAdventureM06S02.unity3d
-
- 0
-
-
-
- PfPunk
-
- TownCenter
-
-
- GrpTcMis06St02
-
-
-
-
-
- 11
-
-
-
-
-
- Help Kisha get rid of the Punk-Punks! Press the spacebar one time to jump and press it another time in the air to land on the Punk-Punks and send them away.
-
-
-
-
- NPCs.unity3d/PfFrankie
- PfMarker_HbHouseNPC
- HomeBase
-
-
-
- NPCs.unity3d/PfHops
- PfMarker_TcMidMtnNPC
- TownCenter
-
-
-
- NPCs.unity3d/PfKisha
- PfMarker_TcTownEntNPC
- TownCenter
-
-
-
- NPCs.unity3d/PfEleanor
- PfMarker_HbNPCEleanorDefault
- HomeBase
-
-
-
- NPCs.unity3d/PfCJ
- PfMarker_TcBeachNPC
- TownCenter
-
-
-
- NPCs.unity3d/PfPierre
- PfMarker_HbPierNPC
- HomeBase
-
-
-
\ No newline at end of file
diff --git a/src/Resources/missions/steps/54.xml b/src/Resources/missions/steps/54.xml
deleted file mode 100644
index c11d311..0000000
--- a/src/Resources/missions/steps/54.xml
+++ /dev/null
@@ -1,63 +0,0 @@
-
-
- 54
-
- DlgKishaS54Offer
- NPCs.unity3d/PfKisha
- RS_DATA/DlgsAdventureM06S03.unity3d
-
-
- DlgKishaS54End
- NPCs.unity3d/PfKisha
- RS_DATA/DlgsAdventureM06S03.unity3d
-
- -1
-
- 278
- Creative
-
-
-
-
- DlgCJT278Help
- NPCs.unity3d/PfCJ
- RS_DATA/DlgsAdventureM06S03.unity3d
-
-
- DlgFrankieT278Help
- NPCs.unity3d/PfFrankie
- RS_DATA/DlgsAdventureM06S03.unity3d
-
-
- DlgEleanorT278Help
- NPCs.unity3d/PfEleanor
- RS_DATA/DlgsAdventureM06S03.unity3d
-
- 0
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- 4
-
-
-
-
- Make a party invitation in the Art Studio.
-
-
-
-
\ No newline at end of file
diff --git a/src/Resources/missions/steps/55.xml b/src/Resources/missions/steps/55.xml
deleted file mode 100644
index 15f8749..0000000
--- a/src/Resources/missions/steps/55.xml
+++ /dev/null
@@ -1,205 +0,0 @@
-
-
- 55
-
- DlgKishaS55Offer
- NPCs.unity3d/PfKisha
- RS_DATA/DlgsAdventureM06S04.unity3d
-
-
- DlgKishaS55End
- NPCs.unity3d/PfKisha
- RS_DATA/DlgsAdventureM06S04.unity3d
-
- -1
-
- 279
- Delivery
-
-
- CJ
-
-
-
-
-
- 0
-
-
- false
- NPCs.unity3d/PfCJ
-
-
-
-
-
-
-
-
-
-
- 1
-
-
- 4
-
-
-
-
- 280
- Delivery
-
-
- Frankie
-
-
-
-
-
- 0
-
-
- false
- NPCs.unity3d/PfFrankie
-
-
-
-
-
-
-
-
-
-
- 1
-
-
- 4
-
-
-
-
- 281
- Delivery
-
-
- Eleanor
-
-
-
-
-
- 0
-
-
- false
- NPCs.unity3d/PfEleanor
-
-
-
-
-
-
-
-
-
-
- 1
-
-
- 4
-
-
-
-
- 282
- Delivery
-
-
- Pierre
-
-
-
-
-
- 0
-
-
- false
- NPCs.unity3d/PfPierre
-
-
-
-
-
-
-
-
-
-
- 1
-
-
- 4
-
-
-
-
- 283
- Delivery
-
-
- Isabella
-
-
-
-
-
- 0
-
-
- false
- NPCs.unity3d/PfIsabella
-
-
-
-
-
-
-
-
-
-
- 1
-
-
- 4
-
-
-
-
- Deliver the party invitation to:
-
-
-
-
\ No newline at end of file
diff --git a/src/Resources/missions/steps/56.xml b/src/Resources/missions/steps/56.xml
deleted file mode 100644
index bd877d1..0000000
--- a/src/Resources/missions/steps/56.xml
+++ /dev/null
@@ -1,67 +0,0 @@
-
-
- 56
-
- DlgFrankieS56Offer
- NPCs.unity3d/PfFrankie
- RS_DATA/DlgsAdventureM06S05.unity3d
-
-
- DlgFrankieS56End
- NPCs.unity3d/PfFrankie
- RS_DATA/DlgsAdventureM06S05.unity3d
-
- -1
-
- 284
- GameModule
-
-
-
-
- DlgKishaT284Help
- NPCs.unity3d/PfKisha
- RS_DATA/DlgsAdventureM06S05.unity3d
-
-
- DlgCJT284Help
- NPCs.unity3d/PfCJ
- RS_DATA/DlgsAdventureM06S05.unity3d
-
-
- DlgEleanorT284Help
- NPCs.unity3d/PfEleanor
- RS_DATA/DlgsAdventureM06S05.unity3d
-
- 0
-
-
-
-
-
-
-
- Calendar
-
-
-
-
-
-
-
-
-
-
-
-
- Click on the calendar on the Lost Shores Bell Tower to check Frankie's schedule for the party.
-
-
-
-
- NPCs.unity3d/PfFrankie
- REMOVE
- TrekAncient01
-
-
-
\ No newline at end of file
diff --git a/src/Resources/missions/steps/57.xml b/src/Resources/missions/steps/57.xml
deleted file mode 100644
index ecdcf49..0000000
--- a/src/Resources/missions/steps/57.xml
+++ /dev/null
@@ -1,68 +0,0 @@
-
-
- 57
-
- DlgHopsS57Offer
- NPCs.unity3d/PfHops
- RS_DATA/DlgsAdventureM06S06.unity3d
-
-
- DlgHopsS57End
- NPCs.unity3d/PfHops
- RS_DATA/DlgsAdventureM06S06.unity3d
-
- -1
-
- 285
- Delivery
-
-
-
-
- DlgKishaT285Help
- NPCs.unity3d/PfKisha
- RS_DATA/DlgsAdventureM06S06.unity3d
-
-
- DlgCJT285Help
- NPCs.unity3d/PfCJ
- RS_DATA/DlgsAdventureM06S06.unity3d
-
-
- DlgPierreT285Help
- NPCs.unity3d/PfPierre
- RS_DATA/DlgsAdventureM06S06.unity3d
-
-
- DlgEleanorT285Help
- NPCs.unity3d/PfEleanor
- RS_DATA/DlgsAdventureM06S06.unity3d
-
- 0
-
-
- false
- NPCs.unity3d/PfHops
-
-
-
-
-
-
-
-
-
-
- 1
-
-
- 4
-
-
-
-
- Deliver a party invitation to Hops who is on top of Mystic Mountain.
-
-
-
-
\ No newline at end of file
diff --git a/src/Resources/missions/steps/58.xml b/src/Resources/missions/steps/58.xml
deleted file mode 100644
index c36f703..0000000
--- a/src/Resources/missions/steps/58.xml
+++ /dev/null
@@ -1,56 +0,0 @@
-
-
- 58
-
- DlgHopsS58Offer
- NPCs.unity3d/PfHops
- RS_DATA/DlgsAdventureM06S07.unity3d
-
-
- DlgHopsS58End
- NPCs.unity3d/PfHops
- RS_DATA/DlgsAdventureM06S07.unity3d
-
- -1
-
- 286
- GameModule
-
-
-
-
- DlgKishaT286Help
- NPCs.unity3d/PfKisha
- RS_DATA/DlgsAdventureM06S07.unity3d
-
-
- DlgPierreT286Help
- NPCs.unity3d/PfPierre
- RS_DATA/DlgsAdventureM06S07.unity3d
-
- 0
-
-
-
-
-
-
-
- HopsJetPack
-
-
-
-
-
-
-
-
-
-
-
-
- Play Hops' Jet Pack game.
-
-
-
-
\ No newline at end of file
diff --git a/src/Resources/missions/steps/59.xml b/src/Resources/missions/steps/59.xml
deleted file mode 100644
index 1eca809..0000000
--- a/src/Resources/missions/steps/59.xml
+++ /dev/null
@@ -1,66 +0,0 @@
-
-
- 59
-
- DlgFrankieS59Offer
- NPCs.unity3d/PfFrankie
- RS_DATA/DlgsAdventureM07S01.unity3d
-
-
- DlgFrankieS59End
- NPCs.unity3d/PfFrankie
- RS_DATA/DlgsAdventureM07S01.unity3d
-
- -1
-
- 287
- Buy
-
-
-
-
- DlgHopsT287Help
- NPCs.unity3d/PfHops
- RS_DATA/DlgsAdventureM07S01.unity3d
-
-
- DlgKishaT287Help
- NPCs.unity3d/PfKisha
- RS_DATA/DlgsAdventureM07S01.unity3d
-
-
- DlgCJT287Help
- NPCs.unity3d/PfCJ
- RS_DATA/DlgsAdventureM07S01.unity3d
-
-
- DlgEleanorT287Help
- NPCs.unity3d/PfEleanor
- RS_DATA/DlgsAdventureM07S01.unity3d
-
- 0
-
-
-
-
-
-
-
-
-
-
- 3
- 174
- RS_SHARED/MusicCD05.unity3d/IcoItemCDIconPartyMusic
- 3
- 1
-
-
-
-
-
- Buy the "Party Jams" CD from the General Goods store in Isabella's Traveling Cart.
-
-
-
-
\ No newline at end of file
diff --git a/src/Resources/missions/steps/6.xml b/src/Resources/missions/steps/6.xml
deleted file mode 100644
index 400f56f..0000000
--- a/src/Resources/missions/steps/6.xml
+++ /dev/null
@@ -1,60 +0,0 @@
-
-
- 6
-
- DlgFrankieS6Offer
- NPCs.unity3d/PfFrankie
- RS_DATA/DlgsAdventureM01S07.unity3d
-
-
- DlgFrankieS6End
- NPCs.unity3d/PfFrankie
- RS_DATA/DlgsAdventureM01S07.unity3d
-
- -1
-
- 6
- Collect
-
-
- TrainingIsland
-
- DlgEleanorT6Help
- NPCs.unity3d/PfEleanor
- RS_DATA/DlgsAdventureM01S06.unity3d
-
-
- DlgPierreT6Help
- NPCs.unity3d/PfPierre
- RS_DATA/DlgsAdventureM01S06.unity3d
-
-
- 849
- 1
-
- 0
-
-
-
-
-
- TrainingIsland
-
-
- GrpTiMis01St06b
-
-
- 2
- PfCollectCheckeredFlag
-
- 1
-
-
-
-
-
- Run over the checkered flag to collect it.
-
-
-
-
\ No newline at end of file
diff --git a/src/Resources/missions/steps/60.xml b/src/Resources/missions/steps/60.xml
deleted file mode 100644
index 961d445..0000000
--- a/src/Resources/missions/steps/60.xml
+++ /dev/null
@@ -1,61 +0,0 @@
-
-
- 60
-
- DlgFrankieS60Offer
- NPCs.unity3d/PfFrankie
- RS_DATA/DlgsAdventureM07S02.unity3d
-
-
- DlgFrankieS60End
- NPCs.unity3d/PfFrankie
- RS_DATA/DlgsAdventureM07S02.unity3d
-
- -1
-
- 288
- Build
-
-
- TownCenter
-
- DlgKishaT288Help
- NPCs.unity3d/PfKisha
- RS_DATA/DlgsAdventureM07S02.unity3d
-
-
- DlgCJT288Help
- NPCs.unity3d/PfCJ
- RS_DATA/DlgsAdventureM07S02.unity3d
-
-
- DlgEleanorT288Help
- NPCs.unity3d/PfEleanor
- RS_DATA/DlgsAdventureM07S02.unity3d
-
- 0
-
-
-
-
-
- TownCenter
-
-
-
-
-
- 174
- RS_SHARED/MusicCD05.unity3d/IcoItemCDIconPartyMusic
-
- 1
-
-
-
-
-
- Click on the jukebox next to Foot Frenzy to play the "Party Jams" CD.
-
-
-
-
\ No newline at end of file
diff --git a/src/Resources/missions/steps/61.xml b/src/Resources/missions/steps/61.xml
deleted file mode 100644
index 3d9ca4b..0000000
--- a/src/Resources/missions/steps/61.xml
+++ /dev/null
@@ -1,148 +0,0 @@
-
-
- 61
-
- DlgFrankieS61Offer
- NPCs.unity3d/PfFrankie
- RS_DATA/DlgsAdventureM07S03.unity3d
-
-
- DlgFrankieS61End
- NPCs.unity3d/PfFrankie
- RS_DATA/DlgsAdventureM07S03.unity3d
-
- -1
-
- 289
- Buy
-
-
- A Diva Daisy
-
-
-
-
-
-
- DlgCJT290Help
- NPCs.unity3d/PfCJ
- RS_DATA/DlgsAdventureM07S03.unity3d
-
-
- DlgKishaT290Help
- NPCs.unity3d/PfKisha
- RS_DATA/DlgsAdventureM07S03.unity3d
-
-
- DlgEleanorT289Help
- NPCs.unity3d/PfEleanor
- RS_DATA/DlgsAdventureM07S03.unity3d
-
- 0
-
-
-
-
-
-
-
-
-
-
- 3
-
-
- 40
- 1
-
-
-
-
-
- 290
- Buy
-
-
- A Lovely Lily
-
-
-
-
- TownCenter
-
- DlgCJT290Help
- NPCs.unity3d/PfCJ
- RS_DATA/DlgsAdventureM07S03.unity3d
-
-
- DlgKishaT290Help
- NPCs.unity3d/PfKisha
- RS_DATA/DlgsAdventureM07S03.unity3d
-
- 0
-
-
-
-
-
-
-
-
-
-
- 3
-
-
- 44
- 1
-
-
-
-
-
- 291
- Buy
-
-
- A Cactus Cool
-
-
-
-
-
-
- DlgCJT290Help
- NPCs.unity3d/PfCJ
- RS_DATA/DlgsAdventureM07S03.unity3d
-
-
- DlgKishaT290Help
- NPCs.unity3d/PfKisha
- RS_DATA/DlgsAdventureM07S03.unity3d
-
- 0
-
-
-
-
-
-
-
-
-
-
- 3
-
-
- 38
- 1
-
-
-
-
-
- Buy the following plants from the General Goods store in Isabella's Traveling Cart.
-
-
-
-
\ No newline at end of file
diff --git a/src/Resources/missions/steps/62.xml b/src/Resources/missions/steps/62.xml
deleted file mode 100644
index 544f1ce..0000000
--- a/src/Resources/missions/steps/62.xml
+++ /dev/null
@@ -1,128 +0,0 @@
-
-
- 62
-
- DlgFrankieS62Offer
- NPCs.unity3d/PfFrankie
- RS_DATA/DlgsAdventureM07S04.unity3d
-
-
- DlgFrankieS62End
- NPCs.unity3d/PfFrankie
- RS_DATA/DlgsAdventureM07S04.unity3d
-
- -1
-
- 293
- Build
-
-
- The Diva Daisy in the pink planter by the Bell Tower.
-
-
-
-
- TownCenter
- 0
-
-
-
-
-
- TownCenter
-
-
-
-
-
-
-
- 5
- 1
-
-
-
-
-
- 292
- Build
-
-
- The Lovely Lily in the blue planter by the Bell Tower.
-
-
-
-
-
-
- DlgCJT292Help
- NPCs.unity3d/PfCJ
- RS_DATA/DlgsAdventureM07S04.unity3d
-
-
- DlgKishaT292Help
- NPCs.unity3d/PfKisha
- RS_DATA/DlgsAdventureM07S04.unity3d
-
-
- DlgEleanorT293Help
- NPCs.unity3d/PfEleanor
- RS_DATA/DlgsAdventureM07S04.unity3d
-
- 0
-
-
-
-
-
- TownCenter
-
-
-
-
-
-
-
- 7
- 1
-
-
-
-
-
- 294
- Build
-
-
- The Cactus Cool in the green planter by the Art Studio.
-
-
-
-
- TownCenter
- 0
-
-
-
-
-
- TownCenter
-
-
-
-
-
-
-
- 6
- 1
-
-
-
-
-
- Put all the plants in the correct planters:
-
-
-
-
\ No newline at end of file
diff --git a/src/Resources/missions/steps/63.xml b/src/Resources/missions/steps/63.xml
deleted file mode 100644
index 51222d7..0000000
--- a/src/Resources/missions/steps/63.xml
+++ /dev/null
@@ -1,61 +0,0 @@
-
-
- 63
-
- DlgFrankieS63Offer
- NPCs.unity3d/PfFrankie
- RS_DATA/DlgsAdventureM07S05.unity3d
-
-
- DlgFrankieS63End
- NPCs.unity3d/PfFrankie
- RS_DATA/DlgsAdventureM07S05.unity3d
-
- -1
-
- 295
- Buy
-
-
-
-
- DlgCJT295Help
- NPCs.unity3d/PfCJ
- RS_DATA/DlgsAdventureM07S05.unity3d
-
-
- DlgKishaT295Help
- NPCs.unity3d/PfKisha
- RS_DATA/DlgsAdventureM07S05.unity3d
-
-
- DlgEleanorT295Help
- NPCs.unity3d/PfEleanor
- RS_DATA/DlgsAdventureM07S05.unity3d
-
- 0
-
-
-
-
-
-
-
-
-
-
- 3
-
-
- 35
- 1
-
-
-
-
-
- Buy some balloons from the General Goods store in Isabella's Traveling Cart.
-
-
-
-
\ No newline at end of file
diff --git a/src/Resources/missions/steps/64.xml b/src/Resources/missions/steps/64.xml
deleted file mode 100644
index 3c13fe7..0000000
--- a/src/Resources/missions/steps/64.xml
+++ /dev/null
@@ -1,61 +0,0 @@
-
-
- 64
-
- DlgFrankieS64Offer
- NPCs.unity3d/PfFrankie
- RS_DATA/DlgsAdventureM07S06.unity3d
-
-
- DlgFrankieS64End
- NPCs.unity3d/PfFrankie
- RS_DATA/DlgsAdventureM07S06.unity3d
-
- -1
-
- 296
- Build
-
-
-
-
- DlgKishaT296Help
- NPCs.unity3d/PfKisha
- RS_DATA/DlgsAdventureM07S06.unity3d
-
-
- DlgCJT296Help
- NPCs.unity3d/PfCJ
- RS_DATA/DlgsAdventureM07S06.unity3d
-
-
- DlgEleanorT296Help
- NPCs.unity3d/PfEleanor
- RS_DATA/DlgsAdventureM07S06.unity3d
-
- 0
-
-
-
-
-
- TownCenter
-
-
-
-
-
-
-
- 35
- 1
-
-
-
-
-
- Click on the yellow spot by Isabella's Cart to place the balloons.
-
-
-
-
\ No newline at end of file
diff --git a/src/Resources/missions/steps/65.xml b/src/Resources/missions/steps/65.xml
deleted file mode 100644
index 4d1fdad..0000000
--- a/src/Resources/missions/steps/65.xml
+++ /dev/null
@@ -1,65 +0,0 @@
-
-
- 65
-
- DlgFrankieS65Offer
- NPCs.unity3d/PfFrankie
- RS_DATA/DlgsAdventureM07S07.unity3d
-
-
- DlgFrankieS65End
- NPCs.unity3d/PfFrankie
- RS_DATA/DlgsAdventureM07S07.unity3d
-
- -1
-
- 297
- Photo
-
-
- TownCenter
-
- DlgKishaT297Help
- NPCs.unity3d/PfKisha
- RS_DATA/DlgsAdventureM07S07.unity3d
-
-
- DlgCJT297Help
- NPCs.unity3d/PfCJ
- RS_DATA/DlgsAdventureM07S07.unity3d
-
-
- DlgEleanorT297Help
- NPCs.unity3d/PfEleanor
- RS_DATA/DlgsAdventureM07S07.unity3d
-
- 0
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- 1
-
-
- 0
-
-
-
-
- Take a photo of the balloons by clicking on the camera on the toolbar.
-
-
-
-
\ No newline at end of file
diff --git a/src/Resources/missions/steps/66.xml b/src/Resources/missions/steps/66.xml
deleted file mode 100644
index 9763804..0000000
--- a/src/Resources/missions/steps/66.xml
+++ /dev/null
@@ -1,58 +0,0 @@
-
-
- 66
-
- DlgFrankieS66Offer
- NPCs.unity3d/PfFrankie
- RS_DATA/DlgsAdventureM07S08.unity3d
-
-
- DlgFrankieS66End
- NPCs.unity3d/PfFrankie
- RS_DATA/DlgsAdventureM07S08.unity3d
-
- -1
-
- 298
- Build
-
-
-
-
- DlgCJT298Help
- NPCs.unity3d/PfCJ
- RS_DATA/DlgsAdventureM07S08.unity3d
-
-
- DlgEleanorT298Help
- NPCs.unity3d/PfEleanor
- RS_DATA/DlgsAdventureM07S08.unity3d
-
- 0
-
-
-
-
-
- HomeBase
-
-
-
-
-
-
-
-
- 1
-
- 1
-
-
-
-
-
- Click on the billboard near your house, to place your photo.
-
-
-
-
\ No newline at end of file
diff --git a/src/Resources/missions/steps/67.xml b/src/Resources/missions/steps/67.xml
deleted file mode 100644
index f4991d3..0000000
--- a/src/Resources/missions/steps/67.xml
+++ /dev/null
@@ -1,66 +0,0 @@
-
-
- 67
-
- DlgFrankieS67Offer
- NPCs.unity3d/PfFrankie
- RS_DATA/DlgsAdventureM07S09.unity3d
-
-
- DlgFrankieS67End
- NPCs.unity3d/PfFrankie
- RS_DATA/DlgsAdventureM07S09.unity3d
-
- -1
-
- 299
- Visit
-
-
-
-
- DlgKishaT299Help
- NPCs.unity3d/PfKisha
- RS_DATA/DlgsAdventureM07S09.unity3d
-
-
- DlgCJT299Help
- NPCs.unity3d/PfCJ
- RS_DATA/DlgsAdventureM07S09.unity3d
-
-
- DlgPierreT299Help
- NPCs.unity3d/PfPierre
- RS_DATA/DlgsAdventureM07S09.unity3d
-
-
- DlgEleanorT299Help
- NPCs.unity3d/PfEleanor
- RS_DATA/DlgsAdventureM07S09.unity3d
-
- 0
-
-
- false
-
-
- AvatarCreatorAL
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Visit the Jumpee Mart in Isabella's Cart to buy yourself some new party clothes. Then, go put them on in the Jumpee Quick Change.
-
-
-
-
\ No newline at end of file
diff --git a/src/Resources/missions/steps/68.xml b/src/Resources/missions/steps/68.xml
deleted file mode 100644
index 5ba9539..0000000
--- a/src/Resources/missions/steps/68.xml
+++ /dev/null
@@ -1,84 +0,0 @@
-
-
- 68
-
- DlgFrankieS68Offer
- NPCs.unity3d/PfFrankie
- RS_DATA/DlgsAdventureM08S01.unity3d
-
-
- DlgFrankieS68End
- NPCs.unity3d/PfFrankie
- RS_DATA/DlgsAdventureM08S01.unity3d
-
- -1
-
- 300
- GameModule
-
-
-
-
- DlgKishaT300Help
- NPCs.unity3d/PfKisha
- RS_DATA/DlgsAdventureM08S01.unity3d
-
-
- DlgCJT300Help
- NPCs.unity3d/PfCJ
- RS_DATA/DlgsAdventureM08S01.unity3d
-
-
- DlgPierreT300Help
- NPCs.unity3d/PfPierre
- RS_DATA/DlgsAdventureM08S01.unity3d
-
-
- DlgEleanorT300Help
- NPCs.unity3d/PfEleanor
- RS_DATA/DlgsAdventureM08S01.unity3d
-
- 0
-
-
-
-
-
-
-
- FootFrenzy
-
-
-
-
-
-
-
-
-
-
-
-
- Get the party started with some dancing at "Foot Frenzy."
-
-
-
-
- NPCs.unity3d/PfKisha
- PfMarker_TcKishaArtHse
- TownCenter
-
-
-
- NPCs.unity3d/PfCJ
- PfMarker_TcStoreNPC
- TownCenter
-
-
-
- NPCs.unity3d/PfFrankie
- PfMarker_TcArtHseExit
- TownCenter
-
-
-
\ No newline at end of file
diff --git a/src/Resources/missions/steps/69.xml b/src/Resources/missions/steps/69.xml
deleted file mode 100644
index f530187..0000000
--- a/src/Resources/missions/steps/69.xml
+++ /dev/null
@@ -1,84 +0,0 @@
-
-
- 69
-
- DlgFrankieS69Offer
- NPCs.unity3d/PfFrankie
- RS_DATA/DlgsAdventureM08S02.unity3d
-
-
- DlgKishaS69End
- NPCs.unity3d/PfKisha
- RS_DATA/DlgsAdventureM08S02.unity3d
-
- -1
-
- 301
- Meet
-
-
-
-
- DlgCJT301Help
- NPCs.unity3d/PfCJ
- RS_DATA/DlgsAdventureM08S02.unity3d
-
-
- DlgHopsT301Help
- NPCs.unity3d/PfHops
- RS_DATA/DlgsAdventureM08S02.unity3d
-
-
- DlgPierreT301Help
- NPCs.unity3d/PfPierre
- RS_DATA/DlgsAdventureM08S02.unity3d
-
-
- DlgEleanorT301Help
- NPCs.unity3d/PfEleanor
- RS_DATA/DlgsAdventureM08S02.unity3d
-
- 0
-
-
- false
- NPCs.unity3d/PfKisha
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- As host of the party, visit the other explorers to make sure they're having a good time. Go see Kisha first.
-
-
-
-
- NPCs.unity3d/PfKisha
- PfMarker_TcKishaArtHse
- TownCenter
-
-
-
- NPCs.unity3d/PfCJ
- PfMarker_TcStoreNPC
- TownCenter
-
-
-
- NPCs.unity3d/PfFrankie
- PfMarker_TcArtHseExitNPC
- TownCenter
-
-
-
\ No newline at end of file
diff --git a/src/Resources/missions/steps/7.xml b/src/Resources/missions/steps/7.xml
deleted file mode 100644
index 5acaae4..0000000
--- a/src/Resources/missions/steps/7.xml
+++ /dev/null
@@ -1,56 +0,0 @@
-
-
- 7
-
- DlgFrankieS7Offer
- NPCs.unity3d/PfFrankie
- RS_DATA/DlgsAdventureM01S08.unity3d
-
-
- DlgFrankieS7End
- NPCs.unity3d/PfFrankie
- RS_DATA/DlgsAdventureM01S08.unity3d
-
- -1
-
- 7
- Build
-
- GrpTiMis01St07
- TrainingIsland
-
- DlgEleanorT7Help
- NPCs.unity3d/PfEleanor
- RS_DATA/DlgsAdventureM01S07.unity3d
-
-
- DlgPierreT7Help
- NPCs.unity3d/PfPierre
- RS_DATA/DlgsAdventureM01S07.unity3d
-
- 0
-
-
-
-
-
- TrainingIsland
-
-
-
-
-
- 849
- RS_SHARED/zzItems.unity3d/PfItemCheckeredFlag
-
- 1
-
-
-
-
-
- Follow the trail of lanterns to the top of the course. Click on the yellow spot to place the flag.
-
-
-
-
\ No newline at end of file
diff --git a/src/Resources/missions/steps/70.xml b/src/Resources/missions/steps/70.xml
deleted file mode 100644
index 30e8698..0000000
--- a/src/Resources/missions/steps/70.xml
+++ /dev/null
@@ -1,77 +0,0 @@
-
-
- 70
-
- DlgKishaS70Offer
- NPCs.unity3d/PfKisha
- RS_DATA/DlgsAdventureM08S03.unity3d
-
-
- DlgKishaS70End
- NPCs.unity3d/PfKisha
- RS_DATA/DlgsAdventureM08S03.unity3d
-
- -1
-
- 302
- Photo
-
-
-
-
- DlgFrankieT302Help
- NPCs.unity3d/PfFrankie
- RS_DATA/DlgsAdventureM08S03.unity3d
-
-
- DlgCJT302Help
- NPCs.unity3d/PfCJ
- RS_DATA/DlgsAdventureM08S03.unity3d
-
-
- DlgHopsT302Help
- NPCs.unity3d/PfHops
- RS_DATA/DlgsAdventureM08S03.unity3d
-
-
- DlgPierreT302Help
- NPCs.unity3d/PfPierre
- RS_DATA/DlgsAdventureM08S03.unity3d
-
- 0
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- NPCs.unity3d/PfKisha
- 1
-
-
- 0
-
-
-
-
- Click on the camera in your toolbar to take a photo of Kisha enjoying the party.
-
-
-
-
- NPCs.unity3d/PfCJ
- PfMarker_TcStoreNPC
- TownCenter
-
-
-
\ No newline at end of file
diff --git a/src/Resources/missions/steps/71.xml b/src/Resources/missions/steps/71.xml
deleted file mode 100644
index 4fbce26..0000000
--- a/src/Resources/missions/steps/71.xml
+++ /dev/null
@@ -1,73 +0,0 @@
-
-
- 71
-
- DlgKishaS71Offer
- NPCs.unity3d/PfKisha
- RS_DATA/DlgsAdventureM08S04.unity3d
-
-
- DlgHopsS71End
- NPCs.unity3d/PfHops
- RS_DATA/DlgsAdventureM08S04.unity3d
-
- -1
-
- 303
- Meet
-
-
-
-
- DlgFrankieT303Help
- NPCs.unity3d/PfFrankie
- RS_DATA/DlgsAdventureM08S04.unity3d
-
-
- DlgCJT303Help
- NPCs.unity3d/PfCJ
- RS_DATA/DlgsAdventureM08S04.unity3d
-
-
- DlgPierreT303Help
- NPCs.unity3d/PfPierre
- RS_DATA/DlgsAdventureM08S04.unity3d
-
- 0
-
-
- false
- NPCs.unity3d/PfHops
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Visit Hops to see how he's liking the party.
-
-
-
-
- NPCs.unity3d/PfHops
- PfMarker_TcJukeBoxNPC
- TownCenter
- IdleDance
-
-
- NPCs.unity3d/PfPierre
- PfMarker_TcTownEntNPC
- TownCenter
-
-
-
\ No newline at end of file
diff --git a/src/Resources/missions/steps/72.xml b/src/Resources/missions/steps/72.xml
deleted file mode 100644
index 90af196..0000000
--- a/src/Resources/missions/steps/72.xml
+++ /dev/null
@@ -1,83 +0,0 @@
-
-
- 72
-
- DlgHopsS72Offer
- NPCs.unity3d/PfHops
- RS_DATA/DlgsAdventureM08S05.unity3d
-
-
- DlgHopsS72End
- NPCs.unity3d/PfHops
- RS_DATA/DlgsAdventureM08S05.unity3d
-
- -1
-
- 304
- Photo
-
-
-
-
- DlgFrankieT304Help
- NPCs.unity3d/PfFrankie
- RS_DATA/DlgsAdventureM08S05.unity3d
-
-
- DlgCJT304Help
- NPCs.unity3d/PfCJ
- RS_DATA/DlgsAdventureM08S05.unity3d
-
-
- DlgKishaT304Help
- NPCs.unity3d/PfKisha
- RS_DATA/DlgsAdventureM08S05.unity3d
-
-
- DlgPierreT304Help
- NPCs.unity3d/PfPierre
- RS_DATA/DlgsAdventureM08S05.unity3d
-
- 0
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- NPCs.unity3d/PfHops
- 1
-
-
- 0
-
-
-
-
- Click on your camera to capture the moment for Hops.
-
-
-
-
- NPCs.unity3d/PfHops
- PfMarker_TcJukeBoxNPC
- TownCenter
- IdleDance
-
-
- NPCs.unity3d/PfCJ
- PfMarker_TcStoreNPC
- TownCenter
-
-
-
\ No newline at end of file
diff --git a/src/Resources/missions/steps/73.xml b/src/Resources/missions/steps/73.xml
deleted file mode 100644
index 491603b..0000000
--- a/src/Resources/missions/steps/73.xml
+++ /dev/null
@@ -1,67 +0,0 @@
-
-
- 73
-
- DlgHopsS73Offer
- NPCs.unity3d/PfHops
- RS_DATA/DlgsAdventureM08S06.unity3d
-
-
- DlgCJS73End
- NPCs.unity3d/PfCJ
- RS_DATA/DlgsAdventureM08S06.unity3d
-
- -1
-
- 305
- Meet
-
-
-
-
- DlgFrankieT305Help
- NPCs.unity3d/PfFrankie
- RS_DATA/DlgsAdventureM08S06.unity3d
-
-
- DlgKishaT305Help
- NPCs.unity3d/PfKisha
- RS_DATA/DlgsAdventureM08S06.unity3d
-
-
- DlgPierreT305Help
- NPCs.unity3d/PfPierre
- RS_DATA/DlgsAdventureM08S06.unity3d
-
- 0
-
-
- false
- NPCs.unity3d/PfCJ
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Find CJ to make sure he's having a good time at the party.
-
-
-
-
- NPCs.unity3d/PfCJ
- PfMarker_TcStoreNPC
- TownCenter
-
-
-
\ No newline at end of file
diff --git a/src/Resources/missions/steps/74.xml b/src/Resources/missions/steps/74.xml
deleted file mode 100644
index 1166bb3..0000000
--- a/src/Resources/missions/steps/74.xml
+++ /dev/null
@@ -1,77 +0,0 @@
-
-
- 74
-
- DlgCJS74Offer
- NPCs.unity3d/PfCJ
- RS_DATA/DlgsAdventureM08S07.unity3d
-
-
- DlgCJS74End
- NPCs.unity3d/PfCJ
- RS_DATA/DlgsAdventureM08S07.unity3d
-
- -1
-
- 306
- Photo
-
-
-
-
- DlgFrankieT306Help
- NPCs.unity3d/PfFrankie
- RS_DATA/DlgsAdventureM08S07.unity3d
-
-
- DlgKishaT306Help
- NPCs.unity3d/PfKisha
- RS_DATA/DlgsAdventureM08S07.unity3d
-
-
- DlgHopsT306Help
- NPCs.unity3d/PfHops
- RS_DATA/DlgsAdventureM08S07.unity3d
-
-
- DlgPierreT306Help
- NPCs.unity3d/PfPierre
- RS_DATA/DlgsAdventureM08S07.unity3d
-
- 0
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- NPCs.unity3d/PfCJ
- 1
-
-
- 0
-
-
-
-
- Click on the camera to take a photo of CJ for his Big Book of Adventures.
-
-
-
-
- NPCs.unity3d/PfCJ
- PfMarker_TcStoreNPC
- TownCenter
-
-
-
\ No newline at end of file
diff --git a/src/Resources/missions/steps/75.xml b/src/Resources/missions/steps/75.xml
deleted file mode 100644
index f379125..0000000
--- a/src/Resources/missions/steps/75.xml
+++ /dev/null
@@ -1,72 +0,0 @@
-
-
- 75
-
- DlgCJS75Offer
- NPCs.unity3d/PfCJ
- RS_DATA/DlgsAdventureM08S08.unity3d
-
-
- DlgFrankieS75End
- NPCs.unity3d/PfFrankie
- RS_DATA/DlgsAdventureM08S08.unity3d
-
- -1
-
- 307
- Meet
-
-
-
-
- DlgKishaT307Help
- NPCs.unity3d/PfKisha
- RS_DATA/DlgsAdventureM08S08.unity3d
-
-
- DlgHopsT307Help
- NPCs.unity3d/PfHops
- RS_DATA/DlgsAdventureM08S08.unity3d
-
-
- DlgCJT307Help
- NPCs.unity3d/PfCJ
- RS_DATA/DlgsAdventureM08S08.unity3d
-
-
- DlgPierreT307Help
- NPCs.unity3d/PfPierre
- RS_DATA/DlgsAdventureM08S08.unity3d
-
- 0
-
-
- false
- NPCs.unity3d/PfFrankie
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Continue being a good host and check up on Frankie.
-
-
-
-
- NPCs.unity3d/PfCJ
- PfMarker_TcStoreNPC
- TownCenter
-
-
-
\ No newline at end of file
diff --git a/src/Resources/missions/steps/76.xml b/src/Resources/missions/steps/76.xml
deleted file mode 100644
index 73754d3..0000000
--- a/src/Resources/missions/steps/76.xml
+++ /dev/null
@@ -1,72 +0,0 @@
-
-
- 76
-
- DlgFrankieS76Offer
- NPCs.unity3d/PfFrankie
- RS_DATA/DlgsAdventureM08S09.unity3d
-
-
- DlgFrankieS76End
- NPCs.unity3d/PfFrankie
- RS_DATA/DlgsAdventureM08S09.unity3d
-
- -1
-
- 308
- Photo
-
-
-
-
- DlgKishaT308Help
- NPCs.unity3d/PfKisha
- RS_DATA/DlgsAdventureM08S09.unity3d
-
-
- DlgHopsT308Help
- NPCs.unity3d/PfHops
- RS_DATA/DlgsAdventureM08S09.unity3d
-
-
- DlgPierreT308Help
- NPCs.unity3d/PfPierre
- RS_DATA/DlgsAdventureM08S09.unity3d
-
- 0
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- NPCs.unity3d/PfFrankie
- 1
-
-
- 0
-
-
-
-
- Click on your camera to take a photo of Frankie at the party.
-
-
-
-
- NPCs.unity3d/PfCJ
- PfMarker_TcStoreNPC
- TownCenter
-
-
-
\ No newline at end of file
diff --git a/src/Resources/missions/steps/77.xml b/src/Resources/missions/steps/77.xml
deleted file mode 100644
index 805a2a5..0000000
--- a/src/Resources/missions/steps/77.xml
+++ /dev/null
@@ -1,75 +0,0 @@
-
-
- 77
-
- DlgFrankieS77Offer
- NPCs.unity3d/PfFrankie
- RS_DATA/DlgsAdventureM08S10.unity3d
-
-
- DlgFrankieS77End
- NPCs.unity3d/PfFrankie
- RS_DATA/DlgsAdventureM08S10.unity3d
-
- -1
-
- 309
- Creative
-
-
-
-
- DlgKishaT309Help
- NPCs.unity3d/PfKisha
- RS_DATA/DlgsAdventureM08S10.unity3d
-
-
- DlgPierreT309Help
- NPCs.unity3d/PfPierre
- RS_DATA/DlgsAdventureM08S10.unity3d
-
-
- DlgEleanorT309Help
- NPCs.unity3d/PfEleanor
- RS_DATA/DlgsAdventureM08S10.unity3d
-
- 0
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- 3
-
-
-
-
- Go to the art studio and create a framed photo with all the photos from the party. Click on the picture of the photo frame to get started.
-
-
-
-
- NPCs.unity3d/PfPierre
- PfMarker_TcTownEntNPC
- TownCenter
-
-
-
- NPCs.unity3d/PfKisha
- PfMarker_TcKishaArtHse
- TownCenter
-
-
-
\ No newline at end of file
diff --git a/src/Resources/missions/steps/78.xml b/src/Resources/missions/steps/78.xml
deleted file mode 100644
index 615e042..0000000
--- a/src/Resources/missions/steps/78.xml
+++ /dev/null
@@ -1,83 +0,0 @@
-
-
- 78
-
- DlgFrankieS78Offer
- NPCs.unity3d/PfFrankie
- RS_DATA/DlgsAdventureM08S11.unity3d
-
-
- DlgFrankieS78End
- NPCs.unity3d/PfFrankie
- RS_DATA/DlgsAdventureM08S11.unity3d
-
- -1
-
- 310
- Build
-
-
-
-
- DlgKishaT310Help
- NPCs.unity3d/PfKisha
- RS_DATA/DlgsAdventureM08S11.unity3d
-
-
- DlgCJT310Help
- NPCs.unity3d/PfCJ
- RS_DATA/DlgsAdventureM08S11.unity3d
-
-
- DlgHopsT310Help
- NPCs.unity3d/PfHops
- RS_DATA/DlgsAdventureM08S11.unity3d
-
-
- DlgPierreT310Help
- NPCs.unity3d/PfPierre
- RS_DATA/DlgsAdventureM08S11.unity3d
-
-
- DlgEleanorT310Help
- NPCs.unity3d/PfEleanor
- RS_DATA/DlgsAdventureM08S11.unity3d
-
- 0
-
-
-
-
-
- TownCenter
-
-
-
-
-
-
-
-
- 1
-
-
-
-
-
- Click on the billboard next to the garden and post your picture.
-
-
-
-
- NPCs.unity3d/PfPierre
- PfMarker_TcKishaArtHse
- TownCenter
-
-
-
- NPCs.unity3d/PfKisha
- PfMarker_TcTownEntNPC
- TownCenter
-
-
-
\ No newline at end of file
diff --git a/src/Resources/missions/steps/79.xml b/src/Resources/missions/steps/79.xml
deleted file mode 100644
index 3cd521a..0000000
--- a/src/Resources/missions/steps/79.xml
+++ /dev/null
@@ -1,105 +0,0 @@
-
-
- 79
-
- DlgCJS79Offer
- NPCs.unity3d/PfCJ
- RS_DATA/DlgsAdventureM09S01.unity3d
-
-
- DlgCJS79End
- NPCs.unity3d/PfCJ
- RS_DATA/DlgsAdventureM09S01.unity3d
-
- -1
-
- 311
- Collect
-
- GrpTcMis09St01
-
-
- DlgKishaT311Help
- NPCs.unity3d/PfKisha
- RS_DATA/DlgsAdventureM09S01.unity3d
-
-
- DlgHopsT311Help
- NPCs.unity3d/PfHops
- RS_DATA/DlgsAdventureM09S01.unity3d
-
-
- DlgFrankieT311Help
- NPCs.unity3d/PfFrankie
- RS_DATA/DlgsAdventureM09S01.unity3d
-
-
- DlgPierreT311Help
- NPCs.unity3d/PfPierre
- RS_DATA/DlgsAdventureM09S01.unity3d
-
-
- DlgEleanorT311Help
- NPCs.unity3d/PfEleanor
- RS_DATA/DlgsAdventureM09S01.unity3d
-
-
- 850
- 1
-
- 0
-
-
-
-
-
- TownCenter
-
-
- GrpTcMis09St01
-
-
- 5
- PfCollectBookCJ
-
- 1
-
-
-
-
-
- Ask the other explorers for hints to help find CJ's book.
-
-
-
-
- NPCs.unity3d/PfCJ
- PfMarker_TcGardenNPC
- TownCenter
-
-
-
- NPCs.unity3d/PfHops
- PfMarker_TcMidMtnNPC
- TownCenter
-
-
-
- NPCs.unity3d/PfFrankie
- PfMarker_TcStoreNPC
- TownCenter
-
-
-
- NPCs.unity3d/PfEleanor
- PfMarker_TcBeachNPC
- TownCenter
-
-
-
- NPCs.unity3d/PfKisha
- PfMarker_TcWaterfallNPC
- TownCenter
-
-
-
\ No newline at end of file
diff --git a/src/Resources/missions/steps/8.xml b/src/Resources/missions/steps/8.xml
deleted file mode 100644
index b231436..0000000
--- a/src/Resources/missions/steps/8.xml
+++ /dev/null
@@ -1,62 +0,0 @@
-
-
- 8
-
- DlgFrankieS8Offer
- NPCs.unity3d/PfFrankie
- RS_DATA/DlgsAdventureM01S09.unity3d
-
-
- DlgFrankieS8End
- NPCs.unity3d/PfFrankie
- RS_DATA/DlgsAdventureM01S09.unity3d
-
- -1
-
- 8
- Meet
-
-
-
-
- DlgEleanorT8Help
- NPCs.unity3d/PfEleanor
- RS_DATA/DlgsAdventureM01S08.unity3d
-
-
- DlgPierreT8Help
- NPCs.unity3d/PfPierre
- RS_DATA/DlgsAdventureM01S08.unity3d
-
- 0
-
-
- false
- NPCs.unity3d/PfFrankie
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Take the hang glider down the mountain and meet Frankie on the beach.
-
-
-
-
- NPCs.unity3d/PfFrankie
- PfMarker_TiFrankBeach
- TrainingIsland
-
-
-
\ No newline at end of file
diff --git a/src/Resources/missions/steps/80.xml b/src/Resources/missions/steps/80.xml
deleted file mode 100644
index 4237ae0..0000000
--- a/src/Resources/missions/steps/80.xml
+++ /dev/null
@@ -1,97 +0,0 @@
-
-
- 80
-
- DlgCJS80Offer
- NPCs.unity3d/PfCJ
- RS_DATA/DlgsAdventureM09S02.unity3d
-
-
- DlgCJS80End
- NPCs.unity3d/PfCJ
- RS_DATA/DlgsAdventureM09S02.unity3d
-
- -1
-
- 312
- Delivery
-
-
-
-
- DlgKishaT312Help
- NPCs.unity3d/PfKisha
- RS_DATA/DlgsAdventureM09S02.unity3d
-
-
- DlgFrankieT312Help
- NPCs.unity3d/PfFrankie
- RS_DATA/DlgsAdventureM09S02.unity3d
-
-
- DlgHopsT312Help
- NPCs.unity3d/PfHops
- RS_DATA/DlgsAdventureM09S02.unity3d
-
- 0
-
-
- false
- NPCs.unity3d/PfCJ
-
-
-
-
-
-
-
- 850
- RS_SHARED/zzItems.unity3d/PfItemBookCJ
-
- 1
-
-
-
-
-
- Meet CJ at the Bell Tower in Lost Shores.
-
-
-
-
- NPCs.unity3d/PfCJ
- PfMarker_TcClckTwrNPC
- TownCenter
-
-
-
- NPCs.unity3d/PfFrankie
- PfMarker_TcKishaArtHse
- TownCenter
-
-
-
- NPCs.unity3d/PfKisha
- PfMarker_TcWaterfallNPC
- TownCenter
-
-
-
- NPCs.unity3d/PfHops
- PfMarker_TcMidMtnNPC
- TownCenter
-
-
-
- NPCs.unity3d/PfEleanor
- PfMarker_TcBeachNPC
- TownCenter
-
-
-
- NPCs.unity3d/PfPierre
- PfMarker_TcNPCEleanorDefault
- TownCenter
-
-
-
\ No newline at end of file
diff --git a/src/Resources/missions/steps/81.xml b/src/Resources/missions/steps/81.xml
deleted file mode 100644
index bbd3452..0000000
--- a/src/Resources/missions/steps/81.xml
+++ /dev/null
@@ -1,102 +0,0 @@
-
-
- 81
-
- DlgCJS81Offer
- NPCs.unity3d/PfCJ
- RS_DATA/DlgsAdventureM09S03.unity3d
-
-
- DlgHopsS81End
- NPCs.unity3d/PfHops
- RS_DATA/DlgsAdventureM09S03.unity3d
-
- -1
-
- 313
- Meet
-
-
-
-
- DlgKishaT313Help
- NPCs.unity3d/PfKisha
- RS_DATA/DlgsAdventureM09S03.unity3d
-
-
- DlgFrankieT313Help
- NPCs.unity3d/PfFrankie
- RS_DATA/DlgsAdventureM09S03.unity3d
-
-
- DlgPierreT313Help
- NPCs.unity3d/PfPierre
- RS_DATA/DlgsAdventureM09S03.unity3d
-
-
- DlgEleanorT313Help
- NPCs.unity3d/PfEleanor
- RS_DATA/DlgsAdventureM09S03.unity3d
-
- 0
-
-
- false
- NPCs.unity3d/PfHops
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Talk to your fellow explorers to find out where the Punk-Punks are coming from.
-
-
-
-
- NPCs.unity3d/PfFrankie
- PfMarker_TcGardenNPC
- TownCenter
-
-
-
- NPCs.unity3d/PfPierre
- PfMarker_TcMidMtnNPC
- TownCenter
-
-
-
- NPCs.unity3d/PfHops
- PfMarker_MtnJNPCHopsDefault
- MountainJetpack
-
-
-
- NPCs.unity3d/PfCJ
- PfMarker_TcClckTwrNPC
- TownCenter
-
-
-
- NPCs.unity3d/PfKisha
- PfMarker_TcWaterfallNPC
- TownCenter
-
-
-
- NPCs.unity3d/PfEleanor
- PfMarker_TcBeachNPC
- TownCenter
-
-
-
\ No newline at end of file
diff --git a/src/Resources/missions/steps/82.xml b/src/Resources/missions/steps/82.xml
deleted file mode 100644
index dd8faa4..0000000
--- a/src/Resources/missions/steps/82.xml
+++ /dev/null
@@ -1,66 +0,0 @@
-
-
- 82
-
- DlgHopsS82Offer
- NPCs.unity3d/PfHops
- RS_DATA/DlgsAdventureM09S04.unity3d
-
-
- DlgHopsS82End
- NPCs.unity3d/PfHops
- RS_DATA/DlgsAdventureM09S04.unity3d
-
- -1
-
- 314
- Visit
-
-
-
-
- DlgCJT314Help
- NPCs.unity3d/PfCJ
- RS_DATA/DlgsAdventureM09S04.unity3d
-
-
- DlgKishaT314Help
- NPCs.unity3d/PfKisha
- RS_DATA/DlgsAdventureM09S04.unity3d
-
-
- DlgFrankieT314Help
- NPCs.unity3d/PfFrankie
- RS_DATA/DlgsAdventureM09S04.unity3d
-
-
- DlgPierreT314Help
- NPCs.unity3d/PfPierre
- RS_DATA/DlgsAdventureM09S04.unity3d
-
- 0
-
-
- false
-
- PfMarker_MtnJJumpNPC
- MountainJetpack
- 1
-
-
-
-
-
-
-
-
-
-
-
-
-
- Go to the blue and yellow jump pad near the Jet Pack launch.
-
-
-
-
\ No newline at end of file
diff --git a/src/Resources/missions/steps/83.xml b/src/Resources/missions/steps/83.xml
deleted file mode 100644
index fa55754..0000000
--- a/src/Resources/missions/steps/83.xml
+++ /dev/null
@@ -1,67 +0,0 @@
-
-
- 83
-
- DlgHopsS83Offer
- NPCs.unity3d/PfHops
- RS_DATA/DlgsAdventureM09S05.unity3d
-
-
- DlgHopsS83End
- NPCs.unity3d/PfHops
- RS_DATA/DlgsAdventureM09S05.unity3d
-
- -1
-
- 315
- Visit
-
-
-
-
- DlgCJT315Help
- NPCs.unity3d/PfCJ
- RS_DATA/DlgsAdventureM09S05.unity3d
-
-
- DlgFrankieT315Help
- NPCs.unity3d/PfFrankie
- RS_DATA/DlgsAdventureM09S05.unity3d
-
-
- DlgPierreT315Help
- NPCs.unity3d/PfPierre
- RS_DATA/DlgsAdventureM09S05.unity3d
-
- 0
-
-
- false
-
- PfMarker_EvAvatarStart
- EnemyValley
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Take the blue and yellow jump pad and go through the green opening.
-
-
-
-
- NPCs.unity3d/PfPierre
- PfMarker_MjMtnExitNPC
- MountainJetpack
-
-
-
\ No newline at end of file
diff --git a/src/Resources/missions/steps/84.xml b/src/Resources/missions/steps/84.xml
deleted file mode 100644
index 0bc0807..0000000
--- a/src/Resources/missions/steps/84.xml
+++ /dev/null
@@ -1,82 +0,0 @@
-
-
- 84
-
- DlgHopsS84Offer
- NPCs.unity3d/PfHops
- RS_DATA/DlgsAdventureM09S06.unity3d
-
-
- DlgHopsS84End
- NPCs.unity3d/PfHops
- RS_DATA/DlgsAdventureM09S06.unity3d
-
- -1
-
- 316
- Photo
-
-
-
-
- DlgCJT316Help
- NPCs.unity3d/PfCJ
- RS_DATA/DlgsAdventureM09S06.unity3d
-
-
- DlgFrankieT316Help
- NPCs.unity3d/PfFrankie
- RS_DATA/DlgsAdventureM09S06.unity3d
-
-
- DlgKishaT316Help
- NPCs.unity3d/PfKisha
- RS_DATA/DlgsAdventureM09S06.unity3d
-
-
- DlgPierreT316Help
- NPCs.unity3d/PfPierre
- RS_DATA/DlgsAdventureM09S06.unity3d
-
-
- DlgEleanorT316Help
- NPCs.unity3d/PfEleanor
- RS_DATA/DlgsAdventureM09S06.unity3d
-
- 0
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- EnemyValleyMtns
- 1
-
-
- 0
-
-
-
-
- Click on the camera button on your toolbar to take a photo of this new place.
-
-
-
-
- NPCs.unity3d/PfHops
- PfMarker_EvEntNPC03
- EnemyValley
-
-
-
\ No newline at end of file
diff --git a/src/Resources/missions/steps/85.xml b/src/Resources/missions/steps/85.xml
deleted file mode 100644
index e21cbc9..0000000
--- a/src/Resources/missions/steps/85.xml
+++ /dev/null
@@ -1,87 +0,0 @@
-
-
- 85
-
- DlgHopsS85Offer
- NPCs.unity3d/PfHops
- RS_DATA/DlgsAdventureM09S07.unity3d
-
-
- DlgFrankieS85End
- NPCs.unity3d/PfFrankie
- RS_DATA/DlgsAdventureM09S07.unity3d
-
- -1
-
- 317
- Delivery
-
-
-
-
- DlgKishaT317Help
- NPCs.unity3d/PfKisha
- RS_DATA/DlgsAdventureM09S07.unity3d
-
-
- DlgCJT317Help
- NPCs.unity3d/PfCJ
- RS_DATA/DlgsAdventureM09S07.unity3d
-
-
- DlgPierreT317Help
- NPCs.unity3d/PfPierre
- RS_DATA/DlgsAdventureM09S07.unity3d
-
-
- DlgEleanorT317Help
- NPCs.unity3d/PfEleanor
- RS_DATA/DlgsAdventureM09S07.unity3d
-
- 0
-
-
- false
- NPCs.unity3d/PfFrankie
-
-
-
-
-
-
-
-
-
-
- 1
-
- EnemyValleyMtns
- 1
-
-
-
-
-
- Bring your photo of Punk-Punk Valley to Frankie. He's waiting for you in Lost Shores by the Bell Tower.
-
-
-
-
- NPCs.unity3d/PfFrankie
- PfMarker_TcClckTwrNPC
- TownCenter
-
-
-
- NPCs.unity3d/PfPierre
- PfMarker_TcMidMtnNPC
- TownCenter
-
-
-
- NPCs.unity3d/PfKisha
- PfMarker_TcWaterfallNPC
- TownCenter
-
-
-
\ No newline at end of file
diff --git a/src/Resources/missions/steps/86.xml b/src/Resources/missions/steps/86.xml
deleted file mode 100644
index c77809e..0000000
--- a/src/Resources/missions/steps/86.xml
+++ /dev/null
@@ -1,66 +0,0 @@
-
-
- 86
-
- DlgKishaS86Offer
- NPCs.unity3d/PfKisha
- RS_DATA/DlgsAdventureM10S01.unity3d
-
-
- DlgKishaS86End
- NPCs.unity3d/PfKisha
- RS_DATA/DlgsAdventureM10S01.unity3d
-
- -1
-
- 318
- Buy
-
-
-
-
- DlgCJT318Help
- NPCs.unity3d/PfCJ
- RS_DATA/DlgsAdventureM10S01.unity3d
-
-
- DlgFrankieT318Help
- NPCs.unity3d/PfFrankie
- RS_DATA/DlgsAdventureM10S01.unity3d
-
-
- DlgPierreT318Help
- NPCs.unity3d/PfPierre
- RS_DATA/DlgsAdventureM10S01.unity3d
-
-
- DlgEleanorT318Help
- NPCs.unity3d/PfEleanor
- RS_DATA/DlgsAdventureM10S01.unity3d
-
- 0
-
-
-
-
-
-
-
-
-
-
- 1
-
-
-
- 1
-
-
-
-
-
- Buy a new piece for your house in the "House Depot" from Isabella's cart.
-
-
-
-
diff --git a/src/Resources/missions/steps/87.xml b/src/Resources/missions/steps/87.xml
deleted file mode 100644
index 7f2c520..0000000
--- a/src/Resources/missions/steps/87.xml
+++ /dev/null
@@ -1,66 +0,0 @@
-
-
- 87
-
- DlgKishaS87Offer
- NPCs.unity3d/PfKisha
- RS_DATA/DlgsAdventureM10S02.unity3d
-
-
- DlgKishaS87End
- NPCs.unity3d/PfKisha
- RS_DATA/DlgsAdventureM10S02.unity3d
-
- -1
-
- 319
- Build
-
-
-
-
- DlgCJT319Help
- NPCs.unity3d/PfCJ
- RS_DATA/DlgsAdventureM10S02.unity3d
-
-
- DlgFrankieT319Help
- NPCs.unity3d/PfFrankie
- RS_DATA/DlgsAdventureM10S02.unity3d
-
-
- DlgPierreT319Help
- NPCs.unity3d/PfPierre
- RS_DATA/DlgsAdventureM10S02.unity3d
-
-
- DlgEleanorT319Help
- NPCs.unity3d/PfEleanor
- RS_DATA/DlgsAdventureM09S02.unity3d
-
- 0
-
-
-
-
-
- HomeBase
-
-
-
-
-
-
-
-
- 1
-
-
-
-
-
- Click on your house to add your new house piece.
-
-
-
-
diff --git a/src/Resources/missions/steps/88.xml b/src/Resources/missions/steps/88.xml
deleted file mode 100644
index 0348973..0000000
--- a/src/Resources/missions/steps/88.xml
+++ /dev/null
@@ -1,71 +0,0 @@
-
-
- 88
-
- DlgKishaS88Offer
- NPCs.unity3d/PfKisha
- RS_DATA/DlgsAdventureM10S03.unity3d
-
-
- DlgKishaS88End
- NPCs.unity3d/PfKisha
- RS_DATA/DlgsAdventureM10S03.unity3d
-
- -1
-
- 320
- Photo
-
-
-
-
- DlgFrankieT320Help
- NPCs.unity3d/PfFrankie
- RS_DATA/DlgsAdventureM10S03.unity3d
-
-
- DlgCJT320Help
- NPCs.unity3d/PfCJ
- RS_DATA/DlgsAdventureM10S03.unity3d
-
-
- DlgPierreT320Help
- NPCs.unity3d/PfPierre
- RS_DATA/DlgsAdventureM10S03.unity3d
-
-
- DlgEleanorT320Help
- NPCs.unity3d/PfEleanor
- RS_DATA/DlgsAdventureM10S03.unity3d
-
- 0
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- MyHouse
- 1
-
-
- 0
-
-
-
-
- Click on the camera on the toolbar to take a photo of your house.
-
-
-
-
diff --git a/src/Resources/missions/steps/89.xml b/src/Resources/missions/steps/89.xml
deleted file mode 100644
index e090740..0000000
--- a/src/Resources/missions/steps/89.xml
+++ /dev/null
@@ -1,66 +0,0 @@
-
-
- 89
-
- DlgHopsS89Offer
- NPCs.unity3d/PfHops
- RS_DATA/DlgsAdventureM10S04.unity3d
-
-
- DlgHopsS89End
- NPCs.unity3d/PfHops
- RS_DATA/DlgsAdventureM10S04.unity3d
-
- -1
-
- 321
- Visit
-
-
-
-
- DlgCJT321Help
- NPCs.unity3d/PfCJ
- RS_DATA/DlgsAdventureM10S04.unity3d
-
-
- DlgFrankieT321Help
- NPCs.unity3d/PfFrankie
- RS_DATA/DlgsAdventureM10S04.unity3d
-
-
- DlgKishaT321Help
- NPCs.unity3d/PfKisha
- RS_DATA/DlgsAdventureM10S04.unity3d
-
-
- DlgEleanorT321Help
- NPCs.unity3d/PfEleanor
- RS_DATA/DlgsAdventureM10S04.unity3d
-
- 0
-
-
- false
-
- PfMarker_EvAvatarStart
- EnemyValley
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Click on the sign above the old rabbit hole to test out the new shortcut to Punk-Punk Valley.
-
-
-
-
diff --git a/src/Resources/missions/steps/9.xml b/src/Resources/missions/steps/9.xml
deleted file mode 100644
index 773e99d..0000000
--- a/src/Resources/missions/steps/9.xml
+++ /dev/null
@@ -1,62 +0,0 @@
-
-
- 9
-
- DlgFrankieS9Offer
- NPCs.unity3d/PfFrankie
- RS_DATA/DlgsAdventureM01S10.unity3d
-
-
- DlgFrankieS9End
- NPCs.unity3d/PfFrankie
- RS_DATA/DlgsAdventureM01S10.unity3d
-
- -1
-
- 9
- Visit
-
- GrpTiMis01St09
- TrainingIsland
-
- DlgEleanorT9Help
- NPCs.unity3d/PfEleanor
- RS_DATA/DlgsAdventureM01S09.unity3d
-
-
- DlgPierreT9Help
- NPCs.unity3d/PfPierre
- RS_DATA/DlgsAdventureM01S09.unity3d
-
- 0
-
-
- false
-
- PfMarker_TiMeetPunk
- TrainingIsland
- 6
-
-
-
-
-
-
-
-
-
-
-
-
-
- Follow the trail of maps to the Punk-Punk Training Area.
-
-
-
-
- NPCs.unity3d/PfFrankie
- PfMarker_TiFrankBeach
- TrainingIsland
-
-
-
\ No newline at end of file
diff --git a/src/Resources/missions/steps/90.xml b/src/Resources/missions/steps/90.xml
deleted file mode 100644
index 7327256..0000000
--- a/src/Resources/missions/steps/90.xml
+++ /dev/null
@@ -1,70 +0,0 @@
-
-
- 90
-
- DlgHopsS90Offer
- NPCs.unity3d/PfHops
- RS_DATA/DlgsAdventureM10S05.unity3d
-
-
- DlgHopsS90End
- NPCs.unity3d/PfHops
- RS_DATA/DlgsAdventureM10S05.unity3d
-
- -1
-
- 322
- Collect
-
- GrpEvMis10St05
-
-
- DlgCJT322Help
- NPCs.unity3d/PfCJ
- RS_DATA/DlgsAdventureM10S05.unity3d
-
-
- DlgFrankieT322Help
- NPCs.unity3d/PfFrankie
- RS_DATA/DlgsAdventureM10S05.unity3d
-
-
- DlgKishaT322Help
- NPCs.unity3d/PfKisha
- RS_DATA/DlgsAdventureM10S05.unity3d
-
-
- DlgPierreT322Help
- NPCs.unity3d/PfPierre
- RS_DATA/DlgsAdventureM10S05.unity3d
-
-
- 853
- 1
-
- 0
-
-
-
-
-
- EnemyValley
-
-
- GrpEvMis10St05
-
-
- 18
- PfCollectCMStatueOrange
-
- 1
-
-
-
-
-
- When you find the Punk-Punk statue in their hideout, run over it to collect it.
-
-
-
-
diff --git a/src/Resources/missions/steps/91.xml b/src/Resources/missions/steps/91.xml
deleted file mode 100644
index 93e652c..0000000
--- a/src/Resources/missions/steps/91.xml
+++ /dev/null
@@ -1,66 +0,0 @@
-
-
- 91
-
- DlgHopsS91Offer
- NPCs.unity3d/PfHops
- RS_DATA/DlgsAdventureM10S06.unity3d
-
-
- DlgHopsS91End
- NPCs.unity3d/PfHops
- RS_DATA/DlgsAdventureM10S06.unity3d
-
- -1
-
- 323
- Photo
-
-
-
-
- DlgCJT323Help
- NPCs.unity3d/PfCJ
- RS_DATA/DlgsAdventureM10S06.unity3d
-
-
- DlgFrankieT323Help
- NPCs.unity3d/PfFrankie
- RS_DATA/DlgsAdventureM10S06.unity3d
-
-
- DlgPierreT323Help
- NPCs.unity3d/PfPierre
- RS_DATA/DlgsAdventureM10S06.unity3d
-
- 0
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- PfBillboardPunk
- 1
-
-
- 0
-
-
-
-
- Click on your camera to take a photo of the Punk-Punk wall drawings near the waterfall.
-
-
-
-
diff --git a/src/Resources/missions/steps/92.xml b/src/Resources/missions/steps/92.xml
deleted file mode 100644
index 84ea88b..0000000
--- a/src/Resources/missions/steps/92.xml
+++ /dev/null
@@ -1,105 +0,0 @@
-
-
- 92
-
- DlgHopsS92Offer
- NPCs.unity3d/PfHops
- RS_DATA/DlgsAdventureM10S07.unity3d
-
-
- DlgHopsS92End
- NPCs.unity3d/PfHops
- RS_DATA/DlgsAdventureM10S07.unity3d
-
- -1
-
- 324
- Delivery
-
-
- Punk Punk Statue.
-
-
-
-
-
-
- DlgKishaT324Help
- NPCs.unity3d/PfKisha
- RS_DATA/DlgsAdventureM10S07.unity3d
-
-
- DlgCJT324Help
- NPCs.unity3d/PfCJ
- RS_DATA/DlgsAdventureM10S07.unity3d
-
-
- DlgFrankieT324Help
- NPCs.unity3d/PfFrankie
- RS_DATA/DlgsAdventureM10S07.unity3d
-
-
- DlgPierreT324Help
- NPCs.unity3d/PfPierre
- RS_DATA/DlgsAdventureM10S07.unity3d
-
- 0
-
-
- false
- NPCs.unity3d/PfHops
-
-
-
-
-
-
-
- 853
- RS_SHARED/zzItems.unity3d/PfItemCMStatueOrange
-
- 1
-
-
-
-
-
- 325
- Delivery
-
-
- Photo of cave drawings.
-
-
-
-
-
- 0
-
-
- false
- NPCs.unity3d/PfHops
-
-
-
-
-
-
-
-
-
-
- 1
-
- PfBillboardPunk
- 1
-
-
-
-
-
- Bring the items you just collected to Hops. He's waiting for you near the Jet Pack launch.
-
-
-
-
diff --git a/src/Resources/missions/steps/93.xml b/src/Resources/missions/steps/93.xml
deleted file mode 100644
index 75167ef..0000000
--- a/src/Resources/missions/steps/93.xml
+++ /dev/null
@@ -1,71 +0,0 @@
-
-
- 93
-
- DlgHopsS93Offer
- NPCs.unity3d/PfHops
- RS_DATA/DlgsAdventureM10S08.unity3d
-
-
- DlgHopsS93End
- NPCs.unity3d/PfHops
- RS_DATA/DlgsAdventureM10S08.unity3d
-
- -1
-
- 326
- GameModule
-
-
-
-
- DlgKishaT326Help
- NPCs.unity3d/PfKisha
- RS_DATA/DlgsAdventureM10S08.unity3d
-
-
- DlgCJT326Help
- NPCs.unity3d/PfCJ
- RS_DATA/DlgsAdventureM10S08.unity3d
-
-
- DlgFrankieT326Help
- NPCs.unity3d/PfFrankie
- RS_DATA/DlgsAdventureM10S08.unity3d
-
-
- DlgPierreT326Help
- NPCs.unity3d/PfPierre
- RS_DATA/DlgsAdventureM10S08.unity3d
-
-
- DlgEleanorT326Help
- NPCs.unity3d/PfEleanor
- RS_DATA/DlgsAdventureM10S08.unity3d
-
- 0
-
-
-
-
-
-
-
- HopsJetPack
-
-
-
-
-
-
-
-
-
-
-
-
- Play Hops' Jet Pack game to get your brain in motion.
-
-
-
-
diff --git a/src/Resources/missions/steps/94.xml b/src/Resources/missions/steps/94.xml
deleted file mode 100644
index 56b2d72..0000000
--- a/src/Resources/missions/steps/94.xml
+++ /dev/null
@@ -1,71 +0,0 @@
-
-
- 94
-
- DlgHopsS94Offer
- NPCs.unity3d/PfHops
- RS_DATA/DlgsAdventureM11S01.unity3d
-
-
- DlgHopsS94End
- NPCs.unity3d/PfHops
- RS_DATA/DlgsAdventureM11S01.unity3d
-
- -1
-
- 327
- Meet
-
-
-
-
- DlgFrankieT327Help
- NPCs.unity3d/PfFrankie
- RS_DATA/DlgsAdventureM11S01.unity3d
-
-
- DlgKishaT327Help
- NPCs.unity3d/PfKisha
- RS_DATA/DlgsAdventureM11S01.unity3d
-
-
- DlgCJT327Help
- NPCs.unity3d/PfCJ
- RS_DATA/DlgsAdventureM11S01.unity3d
-
-
- DlgPierreT327Help
- NPCs.unity3d/PfPierre
- RS_DATA/DlgsAdventureM11S01.unity3d
-
-
- DlgEleanorT327Help
- NPCs.unity3d/PfEleanor
- RS_DATA/DlgsAdventureM11S01.unity3d
-
- 0
-
-
- false
- NPCs.unity3d/PfHops
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Meet Hops by the Jetpack launch so he can tell you about his news.
-
-
-
-
diff --git a/src/Resources/missions/steps/95.xml b/src/Resources/missions/steps/95.xml
deleted file mode 100644
index c3855f8..0000000
--- a/src/Resources/missions/steps/95.xml
+++ /dev/null
@@ -1,68 +0,0 @@
-
-
- 95
-
- DlgHopsS95Offer
- NPCs.unity3d/PfHops
- RS_DATA/DlgsAdventureM11S02.unity3d
-
-
- DlgHopsS95End
- NPCs.unity3d/PfHops
- RS_DATA/DlgsAdventureM11S02.unity3d
-
- -1
-
- 328
- Creative
-
-
-
-
- DlgKishaT328Help
- NPCs.unity3d/PfKisha
- RS_DATA/DlgsAdventureM11S02.unity3d
-
-
- DlgFrankieT328Help
- NPCs.unity3d/PfFrankie
- RS_DATA/DlgsAdventureM11S02.unity3d
-
-
- DlgCJT328Help
- NPCs.unity3d/PfCJ
- RS_DATA/DlgsAdventureM11S02.unity3d
-
-
- DlgEleanorT328Help
- NPCs.unity3d/PfEleanor
- RS_DATA/DlgsAdventureM11S02.unity3d
-
- 0
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- 1
-
-
-
-
- Make a picture in the Art Studio to scare the Punk-Punks. Make sure the picture includes at least 3 red triangles.
-
-
-
-
diff --git a/src/Resources/missions/steps/96.xml b/src/Resources/missions/steps/96.xml
deleted file mode 100644
index ff78dd3..0000000
--- a/src/Resources/missions/steps/96.xml
+++ /dev/null
@@ -1,68 +0,0 @@
-
-
- 96
-
- DlgHopsS96Offer
- NPCs.unity3d/PfHops
- RS_DATA/DlgsAdventureM11S03.unity3d
-
-
- DlgHopsS96End
- NPCs.unity3d/PfHops
- RS_DATA/DlgsAdventureM11S03.unity3d
-
- -1
-
- 329
- Build
-
-
-
-
- DlgFrankieT329Help
- NPCs.unity3d/PfFrankie
- RS_DATA/DlgsAdventureM11S03.unity3d
-
-
- DlgKishaT329Help
- NPCs.unity3d/PfKisha
- RS_DATA/DlgsAdventureM11S03.unity3d
-
-
- DlgCJT329Help
- NPCs.unity3d/PfCJ
- RS_DATA/DlgsAdventureM11S03.unity3d
-
-
- DlgEleanorT329Help
- NPCs.unity3d/PfEleanor
- RS_DATA/DlgsAdventureM11S03.unity3d
-
- 0
-
-
-
-
-
- TrekAncient01
-
-
-
-
-
-
-
-
- 1
-
-
- 1
-
-
-
-
- Click on the billboard by the garden to post your picture.
-
-
-
-
diff --git a/src/Resources/missions/steps/97.xml b/src/Resources/missions/steps/97.xml
deleted file mode 100644
index 4735410..0000000
--- a/src/Resources/missions/steps/97.xml
+++ /dev/null
@@ -1,66 +0,0 @@
-
-
- 97
-
- DlgHopsS97Offer
- NPCs.unity3d/PfHops
- RS_DATA/DlgsAdventureM11S04.unity3d
-
-
- DlgHopsS97End
- NPCs.unity3d/PfHops
- RS_DATA/DlgsAdventureM11S04.unity3d
-
- -1
-
- 330
- Buy
-
-
-
-
- DlgKishaT330Help
- NPCs.unity3d/PfKisha
- RS_DATA/DlgsAdventureM11S04.unity3d
-
-
- DlgFrankieT330Help
- NPCs.unity3d/PfFrankie
- RS_DATA/DlgsAdventureM11S04.unity3d
-
-
- DlgCJT330Help
- NPCs.unity3d/PfCJ
- RS_DATA/DlgsAdventureM11S04.unity3d
-
-
- DlgEleanorT330Help
- NPCs.unity3d/PfEleanor
- RS_DATA/DlgsAdventureM11S04.unity3d
-
- 0
-
-
-
-
-
-
-
-
-
-
- 3
-
-
- 45
- 1
-
-
-
-
-
- Buy a Silly Sunflower from the "General Goods" store in Isabella's Cart.
-
-
-
-
diff --git a/src/Resources/missions/steps/98.xml b/src/Resources/missions/steps/98.xml
deleted file mode 100644
index 428949e..0000000
--- a/src/Resources/missions/steps/98.xml
+++ /dev/null
@@ -1,66 +0,0 @@
-
-
- 98
-
- DlgHopsS98Offer
- NPCs.unity3d/PfHops
- RS_DATA/DlgsAdventureM11S05.unity3d
-
-
- DlgHopsS98End
- NPCs.unity3d/PfHops
- RS_DATA/DlgsAdventureM11S05.unity3d
-
- -1
-
- 331
- Build
-
-
-
-
- DlgCJT331Help
- NPCs.unity3d/PfCJ
- RS_DATA/DlgsAdventureM11S05.unity3d
-
-
- DlgFrankieT331Help
- NPCs.unity3d/PfFrankie
- RS_DATA/DlgsAdventureM11S05.unity3d
-
-
- DlgKishaT331Help
- NPCs.unity3d/PfKisha
- RS_DATA/DlgsAdventureM11S05.unity3d
-
-
- DlgEleanorT331Help
- NPCs.unity3d/PfEleanor
- RS_DATA/DlgsAdventureM11S05.unity3d
-
- 0
-
-
-
-
-
- TrekAncient01
-
-
-
-
-
-
-
- 8
- 1
-
-
-
-
-
- Click on the purple planter near the Bell Tower to plant your Silly Sunflower.
-
-
-
-
diff --git a/src/Resources/missions/steps/99.xml b/src/Resources/missions/steps/99.xml
deleted file mode 100644
index 2d962df..0000000
--- a/src/Resources/missions/steps/99.xml
+++ /dev/null
@@ -1,70 +0,0 @@
-
-
- 99
-
- DlgHopsS99Offer
- NPCs.unity3d/PfHops
- RS_DATA/DlgsAdventureM11S06.unity3d
-
-
- DlgHopsS99End
- NPCs.unity3d/PfHops
- RS_DATA/DlgsAdventureM11S06.unity3d
-
- -1
-
- 332
- Collect
-
-
-
-
- DlgFrankieT332Help
- NPCs.unity3d/PfFrankie
- RS_DATA/DlgsAdventureM11S06.unity3d
-
-
- DlgCJT332Help
- NPCs.unity3d/PfCJ
- RS_DATA/DlgsAdventureM11S06.unity3d
-
-
- DlgPierreT332Help
- NPCs.unity3d/PfPierre
- RS_DATA/DlgsAdventureM11S06.unity3d
-
-
- DlgEleanorT332Help
- NPCs.unity3d/PfEleanor
- RS_DATA/DlgsAdventureM11S06.unity3d
-
-
- 854
- 1
-
- 0
-
-
-
-
-
- HomeBase
-
-
- GrpHbMis11St06
-
-
- 20
- PfCollectFloatFlag
-
- 1
-
-
-
-
-
- Swim in the water near the tiny island near your house to collect the floating red triangle.
-
-
-
-
diff --git a/src/Services/MissionStoreSingleton.cs b/src/Services/MissionStoreSingleton.cs
index 3976e61..c5ccd2d 100644
--- a/src/Services/MissionStoreSingleton.cs
+++ b/src/Services/MissionStoreSingleton.cs
@@ -1,11 +1,14 @@
using sodoff.Schema;
using sodoff.Util;
+using sodoff.Configuration;
+using Microsoft.Extensions.Options;
using System.Runtime.Serialization.Formatters.Binary;
namespace sodoff.Services;
public class MissionStoreSingleton {
private Dictionary missions = new();
+ private Dictionary steps = new();
private int[] activeMissions;
private int[] upcomingMissions;
private int[] activeMissionsV1;
@@ -15,7 +18,7 @@ public class MissionStoreSingleton {
private int[] activeMissionsWoJS;
private int[] upcomingMissionsWoJS;
- public MissionStoreSingleton() {
+ public MissionStoreSingleton(IOptions config) {
ServerMissionArray missionArray = XmlUtil.DeserializeXml(XmlUtil.ReadResourceXmlString("missions.missions_sod"));
DefaultMissions defaultMissions = XmlUtil.DeserializeXml(XmlUtil.ReadResourceXmlString("missions.defaultmissionlist"));
foreach (var mission in missionArray.MissionDataArray) {
@@ -28,21 +31,28 @@ public class MissionStoreSingleton {
activeMissionsV1 = defaultMissions.Active;
upcomingMissionsV1 = defaultMissions.Upcoming;
- missionArray = XmlUtil.DeserializeXml(XmlUtil.ReadResourceXmlString("missions.missions_mam"));
- defaultMissions = XmlUtil.DeserializeXml(XmlUtil.ReadResourceXmlString("missions.defaultmissionlist_mam"));
- foreach (var mission in missionArray.MissionDataArray) {
- SetUpRecursive(mission);
- }
- activeMissionsMaM = defaultMissions.Active;
- upcomingMissionsMaM = defaultMissions.Upcoming;
+ if (config.Value.LoadNonSoDData) {
+ missionArray = XmlUtil.DeserializeXml(XmlUtil.ReadResourceXmlString("missions.missions_mam"));
+ defaultMissions = XmlUtil.DeserializeXml(XmlUtil.ReadResourceXmlString("missions.defaultmissionlist_mam"));
+ foreach (var mission in missionArray.MissionDataArray) {
+ SetUpRecursive(mission);
+ }
+ activeMissionsMaM = defaultMissions.Active;
+ upcomingMissionsMaM = defaultMissions.Upcoming;
- missionArray = XmlUtil.DeserializeXml(XmlUtil.ReadResourceXmlString("missions.missions_wojs"));
- defaultMissions = XmlUtil.DeserializeXml(XmlUtil.ReadResourceXmlString("missions.defaultmissionlist_wojs"));
- foreach (var mission in missionArray.MissionDataArray) {
- SetUpRecursive(mission);
+ missionArray = XmlUtil.DeserializeXml(XmlUtil.ReadResourceXmlString("missions.missions_wojs"));
+ defaultMissions = XmlUtil.DeserializeXml(XmlUtil.ReadResourceXmlString("missions.defaultmissionlist_wojs"));
+ foreach (var mission in missionArray.MissionDataArray) {
+ SetUpRecursive(mission);
+ }
+ activeMissionsWoJS = defaultMissions.Active;
+ upcomingMissionsWoJS = defaultMissions.Upcoming;
+
+ var stepArray = XmlUtil.DeserializeXml(XmlUtil.ReadResourceXmlString("missions.step_missions_steps"));
+ foreach (var step in stepArray) {
+ steps.Add(step.StepID.Value, step);
+ }
}
- activeMissionsWoJS = defaultMissions.Active;
- upcomingMissionsWoJS = defaultMissions.Upcoming;
}
public Mission GetMission(int missionID) {
@@ -81,6 +91,10 @@ public class MissionStoreSingleton {
return new int[0];
}
+ public Step GetStep(int stepID) {
+ return steps[stepID];
+ }
+
private void SetUpRecursive(Mission mission) {
missions.Add(mission.MissionID, mission);
foreach (var innerMission in mission.Missions) {
diff --git a/src/appsettings.json b/src/appsettings.json
index 178ae23..de5849a 100644
--- a/src/appsettings.json
+++ b/src/appsettings.json
@@ -56,6 +56,9 @@
"// MMOSupportMinVersion": "Minimum client version allowed to use MMO. For example: '0xa3a31a0a' mean SoD 3.31, '0xa0000000' mean all SoD version, 0 mean all games.",
"MMOSupportMinVersion": "0",
+
+ "// LoadNonSoDData": "set to 'true' to support non SoD games, set to 'false' to reduce memory usage",
+ "LoadNonSoDData": true,
"// DbProvider": "Select database backend to use: SQLite, PostgreSQL, MySQL (availability may depend on build options)",
"DbProvider": "SQLite",
diff --git a/src/sodoff.csproj b/src/sodoff.csproj
index 9f6f083..f3d9568 100644
--- a/src/sodoff.csproj
+++ b/src/sodoff.csproj
@@ -145,9 +145,15 @@
PreserveNewest
+
+ PreserveNewest
+
PreserveNewest
+
+ PreserveNewest
+
PreserveNewest