Minor script revision + new quest

warp.lua - Switched to warp type 0x16 for flipping between city zones.  Zero gameplay interruption with this type.
etc5u1 - Added in a spawn location for privateArea
etc5g1 - Scripted, aside from the means of accepting the quest which requires special handling to trigger the intro CS for it.
This commit is contained in:
CuriousJorge 2022-04-03 00:57:24 -04:00
parent 4494b30285
commit d50bfef2e5
3 changed files with 59 additions and 17 deletions

View file

@ -135,7 +135,7 @@ function onPush(player, quest, npc)
player:EndEvent();
if (npcClassId == PRIVATE_AREA_ENTRANCE) then
--TO-DO: Fill in the # below for the privateArea when it's made
--GetWorldManager():WarpToPrivateArea(player, "PrivateAreaMasterPast", #, -206.712, 195.148, 151.064, 1.821);
GetWorldManager():WarpToPrivateArea(player, "PrivateAreaMasterPast", 5, -206.712, 195.148, 151.064, 1.821);
end
end