diff --git a/data/scripts/unique/fst0Battle03/PopulaceStandard/yda.lua b/data/scripts/unique/fst0Battle03/PopulaceStandard/yda.lua index 3d128789..3a16e9de 100644 --- a/data/scripts/unique/fst0Battle03/PopulaceStandard/yda.lua +++ b/data/scripts/unique/fst0Battle03/PopulaceStandard/yda.lua @@ -36,7 +36,7 @@ function onEventStarted(player, npc, triggerName) player:AddDirector(director); player:SetLoginDirector(director); - GetWorldManager():DoZoneChange(player, 10); + GetWorldManager():DoZoneChange(player, 166, "ContentSimpleContent30010", 1, 16, 362.4087, 4, -703.8168, 1.5419); return; else callClientFunction(player, "delegateEvent", player, man0g0Quest, "processEvent000_1", nil, nil, nil); diff --git a/data/scripts/unique/fst0Town01/PrivateArea/PrivateAreaMasterPast/PopulaceStandard/privatearea_exit.lua b/data/scripts/unique/fst0Town01/PrivateArea/PrivateAreaMasterPast/PopulaceStandard/privatearea_exit.lua deleted file mode 100644 index d7140e37..00000000 --- a/data/scripts/unique/fst0Town01/PrivateArea/PrivateAreaMasterPast/PopulaceStandard/privatearea_exit.lua +++ /dev/null @@ -1,12 +0,0 @@ -function init(npc) - return false, false, 0, 0; -end - -function onEventStarted(player, npc, triggerName) - if (triggerName == "caution") then - worldMaster = GetWorldMaster(); - player:SendGameMessage(player, worldMaster, 34109, 0x20); - elseif (triggerName == "exit") then - end - player:EndEvent(); -end \ No newline at end of file diff --git a/data/scripts/unique/fst0Town01/PrivateArea/PrivateAreaMasterPast/DoorStandard/closed_gridania_gate.lua b/data/scripts/unique/fst0Town01/PrivateArea/PrivateAreaMasterPast_1/DoorStandard/closed_gridania_gate.lua similarity index 100% rename from data/scripts/unique/fst0Town01/PrivateArea/PrivateAreaMasterPast/DoorStandard/closed_gridania_gate.lua rename to data/scripts/unique/fst0Town01/PrivateArea/PrivateAreaMasterPast_1/DoorStandard/closed_gridania_gate.lua diff --git a/data/scripts/unique/fst0Town01/PrivateArea/PrivateAreaMasterPast/PopulaceStandard/cecilia.lua b/data/scripts/unique/fst0Town01/PrivateArea/PrivateAreaMasterPast_1/PopulaceStandard/cecilia.lua similarity index 100% rename from data/scripts/unique/fst0Town01/PrivateArea/PrivateAreaMasterPast/PopulaceStandard/cecilia.lua rename to data/scripts/unique/fst0Town01/PrivateArea/PrivateAreaMasterPast_1/PopulaceStandard/cecilia.lua diff --git a/data/scripts/unique/fst0Town01/PrivateArea/PrivateAreaMasterPast/PopulaceStandard/farrimond.lua b/data/scripts/unique/fst0Town01/PrivateArea/PrivateAreaMasterPast_1/PopulaceStandard/farrimond.lua similarity index 100% rename from data/scripts/unique/fst0Town01/PrivateArea/PrivateAreaMasterPast/PopulaceStandard/farrimond.lua rename to data/scripts/unique/fst0Town01/PrivateArea/PrivateAreaMasterPast_1/PopulaceStandard/farrimond.lua diff --git a/data/scripts/unique/fst0Town01/PrivateArea/PrivateAreaMasterPast_1/PopulaceStandard/gridania_blocker1.lua b/data/scripts/unique/fst0Town01/PrivateArea/PrivateAreaMasterPast_1/PopulaceStandard/gridania_blocker1.lua new file mode 100644 index 00000000..bd09cea8 --- /dev/null +++ b/data/scripts/unique/fst0Town01/PrivateArea/PrivateAreaMasterPast_1/PopulaceStandard/gridania_blocker1.lua @@ -0,0 +1,14 @@ +require ("global") + +function init(player, npc) + return false, false, 0, 0; +end + +function onEventStarted(player, npc, triggerName) + man0g0Quest = player:GetQuest("Man0g0"); + if (man0g0Quest ~= nil) then + callClientFunction(player, "delegateEvent", player, man0g0Quest, "processTtrBlkNml001", nil, nil, nil); + GetWorldManager():DoZoneChange(player, 155, "PrivateAreaMasterPast", 1, 15, 109.966, 7.559, -1206.117, -2.7916); + end + player:EndEvent(); +end \ No newline at end of file diff --git a/data/scripts/unique/fst0Town01/PrivateArea/PrivateAreaMasterPast_1/PopulaceStandard/gridania_opening_exit.lua b/data/scripts/unique/fst0Town01/PrivateArea/PrivateAreaMasterPast_1/PopulaceStandard/gridania_opening_exit.lua new file mode 100644 index 00000000..5274c759 --- /dev/null +++ b/data/scripts/unique/fst0Town01/PrivateArea/PrivateAreaMasterPast_1/PopulaceStandard/gridania_opening_exit.lua @@ -0,0 +1,16 @@ +require ("global") +require ("quests/man/man0g0") + +function onSpawn(player, npc) + npc:SetQuestGraphic(player, 0x3); +end + +function onEventStarted(player, npc) + man0g1Quest = GetStaticActor("Man0g1"); + callClientFunction(player, "delegateEvent", player, man0g1Quest, "processEvent100"); + player:ReplaceQuest(110005, 110006); + player:SendGameMessage(GetStaticActor("Man0g1"), 353, 0x20); + player:SendGameMessage(GetStaticActor("Man0g1"), 354, 0x20); + GetWorldManager():DoZoneChange(player, 155, "PrivateAreaMasterPast", 2, 15, 67.034, 4, -1205.6497, -1.074); + player:endEvent(); +end \ No newline at end of file diff --git a/data/scripts/unique/fst0Town01/PrivateArea/PrivateAreaMasterPast_1/PopulaceStandard/lonsygg.lua b/data/scripts/unique/fst0Town01/PrivateArea/PrivateAreaMasterPast_1/PopulaceStandard/lonsygg.lua new file mode 100644 index 00000000..2d9f2391 --- /dev/null +++ b/data/scripts/unique/fst0Town01/PrivateArea/PrivateAreaMasterPast_1/PopulaceStandard/lonsygg.lua @@ -0,0 +1,14 @@ +require ("global") + +function onEventStarted(player, npc, triggerName) + man0g0Quest = player:GetQuest("Man0g0"); + + if (man0g0Quest ~= nil) then + if (triggerName == "talkDefault") then + callClientFunction(player, "delegateEvent", player, man0g0Quest, "processEvent020_6"); + end + end + + player:EndEvent(); + +end \ No newline at end of file diff --git a/data/scripts/unique/fst0Town01/PrivateArea/PrivateAreaMasterPast/PopulaceStandard/swethyna.lua b/data/scripts/unique/fst0Town01/PrivateArea/PrivateAreaMasterPast_1/PopulaceStandard/swethyna.lua similarity index 100% rename from data/scripts/unique/fst0Town01/PrivateArea/PrivateAreaMasterPast/PopulaceStandard/swethyna.lua rename to data/scripts/unique/fst0Town01/PrivateArea/PrivateAreaMasterPast_1/PopulaceStandard/swethyna.lua diff --git a/data/scripts/unique/fst0Town01/PrivateArea/PrivateAreaMasterPast_1/PopulaceStandard/tkebbe.lua b/data/scripts/unique/fst0Town01/PrivateArea/PrivateAreaMasterPast_1/PopulaceStandard/tkebbe.lua new file mode 100644 index 00000000..a5212001 --- /dev/null +++ b/data/scripts/unique/fst0Town01/PrivateArea/PrivateAreaMasterPast_1/PopulaceStandard/tkebbe.lua @@ -0,0 +1,19 @@ +require ("global") + +function onSpawn(player, npc) + npc:SetQuestGraphic(player, 0x2); +end + +function onEventStarted(player, npc, triggerName) + man0g1Quest = player:GetQuest("Man0g0"); + + if (man0g1Quest ~= nil) then + if (triggerName == "talkDefault") then + callClientFunction(player, "delegateEvent", player, man0g1Quest, "processEvent020_5"); + npc:SetQuestGraphic(player, 0x0); + end + end + + player:EndEvent(); + +end \ No newline at end of file diff --git a/data/scripts/unique/fst0Town01/PrivateArea/PrivateAreaMasterPast/PopulaceStandard/tkebbe.lua b/data/scripts/unique/fst0Town01/PrivateArea/PrivateAreaMasterPast_2/PopulaceStandard/amiable_adventurer.lua similarity index 77% rename from data/scripts/unique/fst0Town01/PrivateArea/PrivateAreaMasterPast/PopulaceStandard/tkebbe.lua rename to data/scripts/unique/fst0Town01/PrivateArea/PrivateAreaMasterPast_2/PopulaceStandard/amiable_adventurer.lua index 472ee5f1..41ab9100 100644 --- a/data/scripts/unique/fst0Town01/PrivateArea/PrivateAreaMasterPast/PopulaceStandard/tkebbe.lua +++ b/data/scripts/unique/fst0Town01/PrivateArea/PrivateAreaMasterPast_2/PopulaceStandard/amiable_adventurer.lua @@ -1,11 +1,11 @@ require ("global") function onEventStarted(player, npc, triggerName) - man0g1Quest = player:GetQuest("Man0g0"); + man0g1Quest = player:GetQuest("Man0g1"); if (man0g1Quest ~= nil) then if (triggerName == "talkDefault") then - callClientFunction(player, "delegateEvent", player, man0g1Quest, "processEvent020_5"); + callClientFunction(player, "delegateEvent", player, man0g1Quest, "processEvent100_3"); end end diff --git a/data/scripts/unique/fst0Town01/PrivateArea/PrivateAreaMasterPast_2/PopulaceStandard/beaming_adventurer.lua b/data/scripts/unique/fst0Town01/PrivateArea/PrivateAreaMasterPast_2/PopulaceStandard/beaming_adventurer.lua new file mode 100644 index 00000000..12bf087b --- /dev/null +++ b/data/scripts/unique/fst0Town01/PrivateArea/PrivateAreaMasterPast_2/PopulaceStandard/beaming_adventurer.lua @@ -0,0 +1,14 @@ +require ("global") + +function onEventStarted(player, npc, triggerName) + man0g1Quest = player:GetQuest("Man0g1"); + + if (man0g1Quest ~= nil) then + if (triggerName == "talkDefault") then + callClientFunction(player, "delegateEvent", player, man0g1Quest, "processEvent100_6"); + end + end + + player:EndEvent(); + +end \ No newline at end of file diff --git a/data/scripts/unique/fst0Town01/PrivateArea/PrivateAreaMasterPast_2/PopulaceStandard/miounne.lua b/data/scripts/unique/fst0Town01/PrivateArea/PrivateAreaMasterPast_2/PopulaceStandard/miounne.lua new file mode 100644 index 00000000..4d5e8d23 --- /dev/null +++ b/data/scripts/unique/fst0Town01/PrivateArea/PrivateAreaMasterPast_2/PopulaceStandard/miounne.lua @@ -0,0 +1,26 @@ +require ("global") + +function onSpawn(player, npc) + npc:SetQuestGraphic(player, 0x2); +end + +function onEventStarted(player, npc, triggerName) + local man0g1Quest = player:GetQuest("Man0g1"); + local pos = player:GetPos(); + + if (man0g1Quest ~= nil) then + callClientFunction(player, "delegateEvent", player, man0g1Quest, "processEvent110"); + player:EndEvent(); + + --[[director = player:GetZone():CreateDirector("AfterQuestWarpDirector"); + player:KickEvent(director, "noticeEvent", true); + player:AddDirector(director); + player:SetLoginDirector(director); + --]] + GetWorldManager():DoZoneChange(player, 155, nil, 0, 15, pos[0], pos[1], pos[2], pos[3]); + return; + end + + player:EndEvent(); + +end \ No newline at end of file diff --git a/data/scripts/unique/fst0Town01/PrivateArea/PrivateAreaMasterPast_2/PopulaceStandard/morose_merchant.lua b/data/scripts/unique/fst0Town01/PrivateArea/PrivateAreaMasterPast_2/PopulaceStandard/morose_merchant.lua new file mode 100644 index 00000000..b5a2a206 --- /dev/null +++ b/data/scripts/unique/fst0Town01/PrivateArea/PrivateAreaMasterPast_2/PopulaceStandard/morose_merchant.lua @@ -0,0 +1,14 @@ +require ("global") + +function onEventStarted(player, npc, triggerName) + man0g1Quest = player:GetQuest("Man0g1"); + + if (man0g1Quest ~= nil) then + if (triggerName == "talkDefault") then + callClientFunction(player, "delegateEvent", player, man0g1Quest, "processEvent100_2"); + end + end + + player:EndEvent(); + +end \ No newline at end of file diff --git a/data/scripts/unique/fst0Town01/PrivateArea/PrivateAreaMasterPast_2/PopulaceStandard/narrow-eyed_adventurer.lua b/data/scripts/unique/fst0Town01/PrivateArea/PrivateAreaMasterPast_2/PopulaceStandard/narrow-eyed_adventurer.lua new file mode 100644 index 00000000..bd46a003 --- /dev/null +++ b/data/scripts/unique/fst0Town01/PrivateArea/PrivateAreaMasterPast_2/PopulaceStandard/narrow-eyed_adventurer.lua @@ -0,0 +1,15 @@ +require ("global") + +function onEventStarted(player, npc, triggerName) + man0g1Quest = player:GetQuest("Man0g1"); + + if (man0g1Quest ~= nil) then + if (triggerName == "talkDefault") then + callClientFunction(player, "delegateEvent", player, man0g1Quest, "processEvent100_7"); + + end + end + + player:EndEvent(); + +end \ No newline at end of file diff --git a/data/scripts/unique/fst0Town01/PrivateArea/PrivateAreaMasterPast_2/PopulaceStandard/unconcerned_passerby.lua b/data/scripts/unique/fst0Town01/PrivateArea/PrivateAreaMasterPast_2/PopulaceStandard/unconcerned_passerby.lua new file mode 100644 index 00000000..2e0184aa --- /dev/null +++ b/data/scripts/unique/fst0Town01/PrivateArea/PrivateAreaMasterPast_2/PopulaceStandard/unconcerned_passerby.lua @@ -0,0 +1,14 @@ +require ("global") + +function onEventStarted(player, npc, triggerName) + man0g1Quest = player:GetQuest("Man0g1"); + + if (man0g1Quest ~= nil) then + if (triggerName == "talkDefault") then + callClientFunction(player, "delegateEvent", player, man0g1Quest, "processEvent100_9"); + end + end + + player:EndEvent(); + +end \ No newline at end of file diff --git a/data/scripts/unique/fst0Town01/PrivateArea/PrivateAreaMasterPast/PopulaceStandard/lonsygg.lua b/data/scripts/unique/fst0Town01/PrivateArea/PrivateAreaMasterPast_2/PopulaceStandard/vkorolon.lua similarity index 90% rename from data/scripts/unique/fst0Town01/PrivateArea/PrivateAreaMasterPast/PopulaceStandard/lonsygg.lua rename to data/scripts/unique/fst0Town01/PrivateArea/PrivateAreaMasterPast_2/PopulaceStandard/vkorolon.lua index b24d488a..079aae45 100644 --- a/data/scripts/unique/fst0Town01/PrivateArea/PrivateAreaMasterPast/PopulaceStandard/lonsygg.lua +++ b/data/scripts/unique/fst0Town01/PrivateArea/PrivateAreaMasterPast_2/PopulaceStandard/vkorolon.lua @@ -5,10 +5,11 @@ function onEventStarted(player, npc, triggerName) if (man0g1Quest ~= nil) then if (triggerName == "talkDefault") then - callClientFunction(player, "delegateEvent", player, man0g1Quest, "processEvent020_6"); + callClientFunction(player, "delegateEvent", player, man0g1Quest, "processEvent020_2"); + end end - - player:EndEvent(); + player:EndEvent(); + end \ No newline at end of file diff --git a/data/scripts/unique/fst0Town01/PrivateArea/PrivateAreaMasterPast_2/PopulaceStandard/well-bundled_adventurer.lua b/data/scripts/unique/fst0Town01/PrivateArea/PrivateAreaMasterPast_2/PopulaceStandard/well-bundled_adventurer.lua new file mode 100644 index 00000000..02da345a --- /dev/null +++ b/data/scripts/unique/fst0Town01/PrivateArea/PrivateAreaMasterPast_2/PopulaceStandard/well-bundled_adventurer.lua @@ -0,0 +1,14 @@ +require ("global") + +function onEventStarted(player, npc, triggerName) + man0g1Quest = player:GetQuest("Man0g1"); + + if (man0g1Quest ~= nil) then + if (triggerName == "talkDefault") then + callClientFunction(player, "delegateEvent", player, man0g1Quest, "processEvent100_4"); + end + end + + player:EndEvent(); + +end \ No newline at end of file diff --git a/data/scripts/unique/fst0Town01/PrivateArea/PrivateAreaMasterPast_2/PopulaceStandard/wispily_whiskered_woodworker.lua b/data/scripts/unique/fst0Town01/PrivateArea/PrivateAreaMasterPast_2/PopulaceStandard/wispily_whiskered_woodworker.lua new file mode 100644 index 00000000..aaab2b9c --- /dev/null +++ b/data/scripts/unique/fst0Town01/PrivateArea/PrivateAreaMasterPast_2/PopulaceStandard/wispily_whiskered_woodworker.lua @@ -0,0 +1,14 @@ +require ("global") + +function onEventStarted(player, npc, triggerName) + man0g1Quest = player:GetQuest("Man0g1"); + + if (man0g1Quest ~= nil) then + if (triggerName == "talkDefault") then + callClientFunction(player, "delegateEvent", player, man0g1Quest, "processEvent100_8"); + end + end + + player:EndEvent(); + +end \ No newline at end of file diff --git a/data/scripts/unique/sea0Town01/PrivateArea/PrivateAreaMasterPast/PopulaceStandard/cocksure-cockswain.lua b/data/scripts/unique/sea0Town01/PrivateArea/PrivateAreaMasterPast_2/PopulaceStandard/cocksure-cockswain.lua similarity index 100% rename from data/scripts/unique/sea0Town01/PrivateArea/PrivateAreaMasterPast/PopulaceStandard/cocksure-cockswain.lua rename to data/scripts/unique/sea0Town01/PrivateArea/PrivateAreaMasterPast_2/PopulaceStandard/cocksure-cockswain.lua diff --git a/data/scripts/unique/sea0Town01/PrivateArea/PrivateAreaMasterPast/PopulaceStandard/crapulous_adventurer.lua b/data/scripts/unique/sea0Town01/PrivateArea/PrivateAreaMasterPast_2/PopulaceStandard/crapulous_adventurer.lua similarity index 100% rename from data/scripts/unique/sea0Town01/PrivateArea/PrivateAreaMasterPast/PopulaceStandard/crapulous_adventurer.lua rename to data/scripts/unique/sea0Town01/PrivateArea/PrivateAreaMasterPast_2/PopulaceStandard/crapulous_adventurer.lua diff --git a/data/scripts/unique/sea0Town01/PrivateArea/PrivateAreaMasterPast/PopulaceStandard/debonair_pirate.lua b/data/scripts/unique/sea0Town01/PrivateArea/PrivateAreaMasterPast_2/PopulaceStandard/debonair_pirate.lua similarity index 100% rename from data/scripts/unique/sea0Town01/PrivateArea/PrivateAreaMasterPast/PopulaceStandard/debonair_pirate.lua rename to data/scripts/unique/sea0Town01/PrivateArea/PrivateAreaMasterPast_2/PopulaceStandard/debonair_pirate.lua diff --git a/data/scripts/unique/sea0Town01/PrivateArea/PrivateAreaMasterPast/PopulaceStandard/duplicitous_trader.lua b/data/scripts/unique/sea0Town01/PrivateArea/PrivateAreaMasterPast_2/PopulaceStandard/duplicitous_trader.lua similarity index 100% rename from data/scripts/unique/sea0Town01/PrivateArea/PrivateAreaMasterPast/PopulaceStandard/duplicitous_trader.lua rename to data/scripts/unique/sea0Town01/PrivateArea/PrivateAreaMasterPast_2/PopulaceStandard/duplicitous_trader.lua diff --git a/data/scripts/unique/sea0Town01/PrivateArea/PrivateAreaMasterPast/PopulaceStandard/man0l1_baderon.lua b/data/scripts/unique/sea0Town01/PrivateArea/PrivateAreaMasterPast_2/PopulaceStandard/man0l1_baderon.lua similarity index 100% rename from data/scripts/unique/sea0Town01/PrivateArea/PrivateAreaMasterPast/PopulaceStandard/man0l1_baderon.lua rename to data/scripts/unique/sea0Town01/PrivateArea/PrivateAreaMasterPast_2/PopulaceStandard/man0l1_baderon.lua diff --git a/data/scripts/unique/sea0Town01/PrivateArea/PrivateAreaMasterPast/PopulaceStandard/mytesyn.lua b/data/scripts/unique/sea0Town01/PrivateArea/PrivateAreaMasterPast_2/PopulaceStandard/mytesyn.lua similarity index 100% rename from data/scripts/unique/sea0Town01/PrivateArea/PrivateAreaMasterPast/PopulaceStandard/mytesyn.lua rename to data/scripts/unique/sea0Town01/PrivateArea/PrivateAreaMasterPast_2/PopulaceStandard/mytesyn.lua diff --git a/data/scripts/unique/sea0Town01/PrivateArea/PrivateAreaMasterPast/PopulaceStandard/onyx-haired_adventurer.lua b/data/scripts/unique/sea0Town01/PrivateArea/PrivateAreaMasterPast_2/PopulaceStandard/onyx-haired_adventurer.lua similarity index 100% rename from data/scripts/unique/sea0Town01/PrivateArea/PrivateAreaMasterPast/PopulaceStandard/onyx-haired_adventurer.lua rename to data/scripts/unique/sea0Town01/PrivateArea/PrivateAreaMasterPast_2/PopulaceStandard/onyx-haired_adventurer.lua diff --git a/data/scripts/unique/sea0Town01/PrivateArea/PrivateAreaMasterPast/PopulaceStandard/relaxing_adventurer.lua b/data/scripts/unique/sea0Town01/PrivateArea/PrivateAreaMasterPast_2/PopulaceStandard/relaxing_adventurer.lua similarity index 100% rename from data/scripts/unique/sea0Town01/PrivateArea/PrivateAreaMasterPast/PopulaceStandard/relaxing_adventurer.lua rename to data/scripts/unique/sea0Town01/PrivateArea/PrivateAreaMasterPast_2/PopulaceStandard/relaxing_adventurer.lua diff --git a/data/scripts/unique/sea0Town01/PrivateArea/PrivateAreaMasterPast/PopulaceStandard/sententious_sellsword.lua b/data/scripts/unique/sea0Town01/PrivateArea/PrivateAreaMasterPast_2/PopulaceStandard/sententious_sellsword.lua similarity index 100% rename from data/scripts/unique/sea0Town01/PrivateArea/PrivateAreaMasterPast/PopulaceStandard/sententious_sellsword.lua rename to data/scripts/unique/sea0Town01/PrivateArea/PrivateAreaMasterPast_2/PopulaceStandard/sententious_sellsword.lua diff --git a/data/scripts/unique/sea0Town01/PrivateArea/PrivateAreaMasterPast/PopulaceStandard/skittish_adventurer.lua b/data/scripts/unique/sea0Town01/PrivateArea/PrivateAreaMasterPast_2/PopulaceStandard/skittish_adventurer.lua similarity index 100% rename from data/scripts/unique/sea0Town01/PrivateArea/PrivateAreaMasterPast/PopulaceStandard/skittish_adventurer.lua rename to data/scripts/unique/sea0Town01/PrivateArea/PrivateAreaMasterPast_2/PopulaceStandard/skittish_adventurer.lua diff --git a/data/scripts/unique/sea0Town01/PrivateArea/PrivateAreaMasterPast/PopulaceStandard/solicitous_sellsword.lua b/data/scripts/unique/sea0Town01/PrivateArea/PrivateAreaMasterPast_2/PopulaceStandard/solicitous_sellsword.lua similarity index 100% rename from data/scripts/unique/sea0Town01/PrivateArea/PrivateAreaMasterPast/PopulaceStandard/solicitous_sellsword.lua rename to data/scripts/unique/sea0Town01/PrivateArea/PrivateAreaMasterPast_2/PopulaceStandard/solicitous_sellsword.lua diff --git a/data/scripts/unique/sea0Town01/PrivateArea/PrivateAreaMasterPast/PopulaceStandard/yshtola.lua b/data/scripts/unique/sea0Town01/PrivateArea/PrivateAreaMasterPast_2/PopulaceStandard/yshtola.lua similarity index 100% rename from data/scripts/unique/sea0Town01/PrivateArea/PrivateAreaMasterPast/PopulaceStandard/yshtola.lua rename to data/scripts/unique/sea0Town01/PrivateArea/PrivateAreaMasterPast_2/PopulaceStandard/yshtola.lua diff --git a/data/scripts/unique/sea0Town01a/PrivateArea/PrivateAreaMasterPast/PopulaceStandard/PrivateAreaPastExit.lua b/data/scripts/unique/sea0Town01a/PrivateArea/PrivateAreaMasterPast_1/PopulaceStandard/PrivateAreaPastExit.lua similarity index 100% rename from data/scripts/unique/sea0Town01a/PrivateArea/PrivateAreaMasterPast/PopulaceStandard/PrivateAreaPastExit.lua rename to data/scripts/unique/sea0Town01a/PrivateArea/PrivateAreaMasterPast_1/PopulaceStandard/PrivateAreaPastExit.lua diff --git a/data/scripts/unique/sea0Town01a/PrivateArea/PrivateAreaMasterPast/PopulaceStandard/gert.lua b/data/scripts/unique/sea0Town01a/PrivateArea/PrivateAreaMasterPast_1/PopulaceStandard/gert.lua similarity index 100% rename from data/scripts/unique/sea0Town01a/PrivateArea/PrivateAreaMasterPast/PopulaceStandard/gert.lua rename to data/scripts/unique/sea0Town01a/PrivateArea/PrivateAreaMasterPast_1/PopulaceStandard/gert.lua diff --git a/data/scripts/unique/sea0Town01a/PrivateArea/PrivateAreaMasterPast/PopulaceStandard/hob.lua b/data/scripts/unique/sea0Town01a/PrivateArea/PrivateAreaMasterPast_1/PopulaceStandard/hob.lua similarity index 100% rename from data/scripts/unique/sea0Town01a/PrivateArea/PrivateAreaMasterPast/PopulaceStandard/hob.lua rename to data/scripts/unique/sea0Town01a/PrivateArea/PrivateAreaMasterPast_1/PopulaceStandard/hob.lua diff --git a/data/scripts/unique/sea0Town01a/PrivateArea/PrivateAreaMasterPast/PopulaceStandard/lanky_traveler.lua b/data/scripts/unique/sea0Town01a/PrivateArea/PrivateAreaMasterPast_1/PopulaceStandard/lanky_traveler.lua similarity index 100% rename from data/scripts/unique/sea0Town01a/PrivateArea/PrivateAreaMasterPast/PopulaceStandard/lanky_traveler.lua rename to data/scripts/unique/sea0Town01a/PrivateArea/PrivateAreaMasterPast_1/PopulaceStandard/lanky_traveler.lua diff --git a/data/scripts/unique/sea0Town01a/PrivateArea/PrivateAreaMasterPast/PopulaceStandard/lorhzant.lua b/data/scripts/unique/sea0Town01a/PrivateArea/PrivateAreaMasterPast_1/PopulaceStandard/lorhzant.lua similarity index 100% rename from data/scripts/unique/sea0Town01a/PrivateArea/PrivateAreaMasterPast/PopulaceStandard/lorhzant.lua rename to data/scripts/unique/sea0Town01a/PrivateArea/PrivateAreaMasterPast_1/PopulaceStandard/lorhzant.lua diff --git a/data/scripts/unique/sea0Town01a/PrivateArea/PrivateAreaMasterPast/PopulaceStandard/muscle-bound_deckhand.lua b/data/scripts/unique/sea0Town01a/PrivateArea/PrivateAreaMasterPast_1/PopulaceStandard/muscle-bound_deckhand.lua similarity index 100% rename from data/scripts/unique/sea0Town01a/PrivateArea/PrivateAreaMasterPast/PopulaceStandard/muscle-bound_deckhand.lua rename to data/scripts/unique/sea0Town01a/PrivateArea/PrivateAreaMasterPast_1/PopulaceStandard/muscle-bound_deckhand.lua diff --git a/data/scripts/unique/sea0Town01a/PrivateArea/PrivateAreaMasterPast/PopulaceStandard/pasty-faced_adventurer.lua b/data/scripts/unique/sea0Town01a/PrivateArea/PrivateAreaMasterPast_1/PopulaceStandard/pasty-faced_adventurer.lua similarity index 100% rename from data/scripts/unique/sea0Town01a/PrivateArea/PrivateAreaMasterPast/PopulaceStandard/pasty-faced_adventurer.lua rename to data/scripts/unique/sea0Town01a/PrivateArea/PrivateAreaMasterPast_1/PopulaceStandard/pasty-faced_adventurer.lua diff --git a/data/scripts/unique/sea0Town01a/PrivateArea/PrivateAreaMasterPast/PopulaceStandard/pearly-toothed_porter.lua b/data/scripts/unique/sea0Town01a/PrivateArea/PrivateAreaMasterPast_1/PopulaceStandard/pearly-toothed_porter.lua similarity index 100% rename from data/scripts/unique/sea0Town01a/PrivateArea/PrivateAreaMasterPast/PopulaceStandard/pearly-toothed_porter.lua rename to data/scripts/unique/sea0Town01a/PrivateArea/PrivateAreaMasterPast_1/PopulaceStandard/pearly-toothed_porter.lua diff --git a/data/scripts/unique/sea0Town01a/PrivateArea/PrivateAreaMasterPast/PopulaceStandard/undignified_adventurer.lua b/data/scripts/unique/sea0Town01a/PrivateArea/PrivateAreaMasterPast_1/PopulaceStandard/undignified_adventurer.lua similarity index 100% rename from data/scripts/unique/sea0Town01a/PrivateArea/PrivateAreaMasterPast/PopulaceStandard/undignified_adventurer.lua rename to data/scripts/unique/sea0Town01a/PrivateArea/PrivateAreaMasterPast_1/PopulaceStandard/undignified_adventurer.lua diff --git a/data/scripts/unique/sea0Town01a/PrivateArea/PrivateAreaMasterPast/PopulaceStandard/voluptuous_vixen.lua b/data/scripts/unique/sea0Town01a/PrivateArea/PrivateAreaMasterPast_1/PopulaceStandard/voluptuous_vixen.lua similarity index 100% rename from data/scripts/unique/sea0Town01a/PrivateArea/PrivateAreaMasterPast/PopulaceStandard/voluptuous_vixen.lua rename to data/scripts/unique/sea0Town01a/PrivateArea/PrivateAreaMasterPast_1/PopulaceStandard/voluptuous_vixen.lua diff --git a/data/scripts/unique/sea0Town01a/PrivateArea/PrivateAreaMasterPast/PopulaceStandard/well-traveled_merchant.lua b/data/scripts/unique/sea0Town01a/PrivateArea/PrivateAreaMasterPast_1/PopulaceStandard/well-traveled_merchant.lua similarity index 100% rename from data/scripts/unique/sea0Town01a/PrivateArea/PrivateAreaMasterPast/PopulaceStandard/well-traveled_merchant.lua rename to data/scripts/unique/sea0Town01a/PrivateArea/PrivateAreaMasterPast_1/PopulaceStandard/well-traveled_merchant.lua