mirror of
https://bitbucket.org/Ioncannon/project-meteor-server.git
synced 2025-06-09 05:54:50 +02:00
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:
parent
4494b30285
commit
d50bfef2e5
3 changed files with 59 additions and 17 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue