Ported over the Limsa/Uldah opening zone scripts. Still not 100% done.

This commit is contained in:
Filip Maj 2016-06-21 22:50:30 -04:00
parent 926e9146e2
commit 3cd181f5da
35 changed files with 99 additions and 85 deletions

View File

@ -21,7 +21,8 @@ function onEventStarted(player, npc, triggerName)
man0l0Quest = GetStaticActor("Man0l0");
choice = callClientFunction(player, "delegateEvent", player, man0l0Quest, "processEventNewRectAsk", nil);
if (resultId == 0x2B9EBC42) then
if (choice == 1) then
callClientFunction(player, "delegateEvent", player, man0l0Quest, "processEvent000_2", nil, nil, nil, nil);
player:EndEvent();
player:SetDirector("QuestDirectorMan0l001", true);
@ -32,11 +33,6 @@ function onEventStarted(player, npc, triggerName)
GetWorldManager():DoPlayerMoveInZone(player, 9);
player:KickEvent(player:GetDirector(), "noticeEvent", true);
else
if (choice == 1) then
man0l0Quest = player:GetQuest("Man0l0");
callClientFunction(player, "delegateEvent", player, man0l0Quest, "processEvent000_2", nil, nil, nil, nil);
end
end
player:EndEvent();
end
end

View File

@ -1,3 +0,0 @@
function init(npc)
return "/Chara/Npc/Monster/Jellyfish/JellyfishScenarioLimsaLv00", false, false, false, false, false, npc:GetActorClassId(), true, true, 10, 0, 4, false, false, false, false, false, false, false, false, 2;
end

View File

@ -0,0 +1,3 @@
function init(npc)
return false, false, 0, 0, 0x1A5, 0xB0D;
end

View File

@ -0,0 +1,3 @@
function init(npc)
return false, false, 0, 0, 0x1A5, 0xB09;
end

View File

@ -6,7 +6,7 @@ function onSpawn(player, npc)
end
function onEventStarted(player, npc, triggerName)
man0u0Quest = GetStaticActor("Man0u0");
man0u0Quest = player:GetQuest("Man0u0");
if (man0u0Quest ~= nil) then
if (triggerName == "pushDefault") then

View File

@ -3,6 +3,6 @@ require ("quests/man/man0u0")
function onEventStarted(player, npc, triggerName)
man0u0Quest = GetStaticActor("Man0u0");
callClientFunction(player, "delegateEvent", player, man0u0Quest, "processEvent000_6", nil, nil, nil);
player:EndEvent();
end

View File

@ -0,0 +1,20 @@
require ("global")
require ("quests/man/man0u0")
function onEventStarted(player, npc, triggerName)
man0u0Quest = player:GetQuest("Man0u0");
if (man0u0Quest != nil)
if (man0u0Quest:GetQuestFlag(MAN0U0_FLAG_MINITUT_DONE2) == false) then
callClientFunction(player, "delegateEvent", player, man0u0Quest, "processTtrMini002_first", nil, nil, nil);
npc:SetQuestGraphic(player, 0x0);
man0u0Quest:SetQuestFlag(MAN0U0_FLAG_MINITUT_DONE2, true);
man0u0Quest:SaveData();
player:GetDirector():OnTalked(npc);
else
callClientFunction(player, "delegateEvent", player, man0u0Quest, "processTtrMini002", nil, nil, nil);
end
end
player:EndEvent();
end

View File

@ -2,7 +2,9 @@ require ("global")
require ("quests/man/man0u0")
function onEventStarted(player, npc, triggerName)
man0u0Quest = GetStaticActor("Man0u0");
man0u0Quest = player:GetQuest("Man0u0");
if (man0u0Quest ~= nil) then
if (man0u0Quest:GetQuestFlag(MAN0U0_FLAG_MINITUT_DONE3) == false) then
callClientFunction(player, "delegateEvent", player, man0u0Quest, "processTtrMini003_first", nil, nil, nil);
@ -14,5 +16,6 @@ function onEventStarted(player, npc, triggerName)
callClientFunction(player, "delegateEvent", player, man0u0Quest, "processTtrMini003", nil, nil, nil);
end
end
player:EndEvent();
end

View File

@ -0,0 +1,8 @@
require ("global")
require ("quests/man/man0u0")
function onEventStarted(player, npc, triggerName)
man0u0Quest = GetStaticActor("Man0u0");
callClientFunction(player, "delegateEvent", player, man0u0Quest, "processEvent000_6_2", nil, nil, nil);
player:EndEvent();
end

View File

@ -1,18 +0,0 @@
require ("global")
require ("quests/man/man0u0")
function onEventStarted(player, npc, triggerName)
man0u0Quest = GetStaticActor("Man0u0");
if (man0u0Quest:GetQuestFlag(MAN0U0_FLAG_MINITUT_DONE2) == false) then
callClientFunction(player, "delegateEvent", player, man0u0Quest, "processTtrMini002_first", nil, nil, nil);
npc:SetQuestGraphic(player, 0x0);
man0u0Quest:SetQuestFlag(MAN0U0_FLAG_MINITUT_DONE2, true);
man0u0Quest:SaveData();
player:GetDirector():OnTalked(npc);
else
callClientFunction(player, "delegateEvent", player, man0u0Quest, "processTtrMini002", nil, nil, nil);
end
player:EndEvent();
end

View File

@ -4,7 +4,7 @@ Source Host: localhost
Source Database: ffxiv_server
Target Host: localhost
Target Database: ffxiv_server
Date: 6/19/2016 11:23:44 PM
Date: 6/21/2016 10:49:37 PM
*/
SET FOREIGN_KEY_CHECKS=0;
@ -2752,7 +2752,7 @@ INSERT INTO `gamedata_actor_class` VALUES ('1090368', '', '0', null);
INSERT INTO `gamedata_actor_class` VALUES ('1090369', '', '0', null);
INSERT INTO `gamedata_actor_class` VALUES ('1090370', '', '0', null);
INSERT INTO `gamedata_actor_class` VALUES ('1090371', '', '0', null);
INSERT INTO `gamedata_actor_class` VALUES ('1090372', '/Chara/Npc/Populace/PopulaceStandard', '0', '{\r\n \"talkEventConditions\": [\r\n {\r\n \"unknown1\": 4,\r\n \"unknown2\": 0,\r\n \"conditionName\": \"talkDefault\"\r\n }\r\n ],\r\n \"noticeEventConditions\": [\r\n {\r\n \"unknown1\": 0,\r\n \"unknown2\": 1,\r\n \"conditionName\": \"noticeEvent\"\r\n }\r\n ]\r\n}');
INSERT INTO `gamedata_actor_class` VALUES ('1090372', '/Chara/Npc/Populace/PopulaceStandard', '0', '{\r\n \"noticeEventConditions\": [\r\n {\r\n \"unknown1\": 0,\r\n \"unknown2\": 1,\r\n \"conditionName\": \"noticeEvent\"\r\n }\r\n ],\r\n \"pushWithCircleEventConditions\": [\r\n {\r\n \"radius\": \"20.0\",\r\n \"outwards\": \"false\",\r\n \"silent\": \"true\",\r\n \"conditionName\": \"pushDefault\"\r\n }\r\n ]\r\n}');
INSERT INTO `gamedata_actor_class` VALUES ('1090373', '', '0', null);
INSERT INTO `gamedata_actor_class` VALUES ('1090374', '', '0', null);
INSERT INTO `gamedata_actor_class` VALUES ('1090375', '/Chara/Npc/Populace/PopulaceStandard', '0', '{\r\n \"talkEventConditions\": [\r\n {\r\n \"unknown1\": 4,\r\n \"unknown2\": 0,\r\n \"conditionName\": \"talkDefault\"\r\n }\r\n ],\r\n \"noticeEventConditions\": [\r\n {\r\n \"unknown1\": 0,\r\n \"unknown2\": 1,\r\n \"conditionName\": \"noticeEvent\"\r\n }\r\n ]\r\n}');
@ -2764,7 +2764,7 @@ INSERT INTO `gamedata_actor_class` VALUES ('1090380', '', '0', null);
INSERT INTO `gamedata_actor_class` VALUES ('1090381', '', '0', null);
INSERT INTO `gamedata_actor_class` VALUES ('1090382', '', '0', null);
INSERT INTO `gamedata_actor_class` VALUES ('1090383', '', '0', null);
INSERT INTO `gamedata_actor_class` VALUES ('1090384', '/Chara/Npc/Object/OpeningStoperF0B1', '0', '{\r\n \"talkEventConditions\": [],\r\n \"noticeEventConditions\": [\r\n {\r\n \"unknown1\": 1,\r\n \"unknown2\": 0,\r\n \"conditionName\": \"noticeEvent\"\r\n }\r\n ],\r\n \"emoteEventConditions\": [],\r\n \"pushWithCircleEventConditions\": [\r\n {\r\n \"conditionName\": \"exit\",\r\n \"radius\": 40.0,\r\n \"silent\": true,\r\n \"outwards\": true\r\n },\r\n {\r\n \"conditionName\": \"caution\",\r\n \"radius\": 30.0,\r\n \"silent\": true,\r\n \"outwards\": true\r\n }\r\n ],\r\n \"pushWithBoxEventConditions\": []\r\n}');
INSERT INTO `gamedata_actor_class` VALUES ('1090384', '/Chara/Npc/Object/OpeningStoperF0B1', '0', '{\r\n \"talkEventConditions\": [],\r\n \"noticeEventConditions\": [\r\n {\r\n \"unknown1\": 1,\r\n \"unknown2\": 0,\r\n \"conditionName\": \"noticeEvent\"\r\n }\r\n ],\r\n \"emoteEventConditions\": [],\r\n \"pushWithCircleEventConditions\": [\r\n {\r\n \"conditionName\": \"exit\",\r\n \"radius\": 40.0,\r\n \"silent\": true,\r\n \"outwards\": true\r\n },\r\n {\r\n \"conditionName\": \"caution\",\r\n \"radius\": 30.0,\r\n \"silent\": true,\r\n \"outwards\": true\r\n }\r\n ]\r\n}');
INSERT INTO `gamedata_actor_class` VALUES ('1090385', '', '0', null);
INSERT INTO `gamedata_actor_class` VALUES ('1090386', '/Chara/Npc/Populace/PopulaceStandard', '0', '{\r\n \"talkEventConditions\": [\r\n {\r\n \"unknown1\": 4,\r\n \"unknown2\": 0,\r\n \"conditionName\": \"talkDefault\"\r\n }\r\n ],\r\n \"noticeEventConditions\": [\r\n {\r\n \"unknown1\": 0,\r\n \"unknown2\": 1,\r\n \"conditionName\": \"noticeEvent\"\r\n }\r\n ]\r\n}');
INSERT INTO `gamedata_actor_class` VALUES ('1090387', '/Chara/Npc/Populace/PopulaceStandard', '0', '{\r\n \"talkEventConditions\": [\r\n {\r\n \"unknown1\": 4,\r\n \"unknown2\": 0,\r\n \"conditionName\": \"talkDefault\"\r\n }\r\n ],\r\n \"noticeEventConditions\": [\r\n {\r\n \"unknown1\": 0,\r\n \"unknown2\": 1,\r\n \"conditionName\": \"noticeEvent\"\r\n }\r\n ]\r\n}');
@ -3527,7 +3527,7 @@ INSERT INTO `gamedata_actor_class` VALUES ('1280125', '', '4010015', null);
INSERT INTO `gamedata_actor_class` VALUES ('1280126', '', '4010014', null);
INSERT INTO `gamedata_actor_class` VALUES ('1280127', '', '4010014', null);
INSERT INTO `gamedata_actor_class` VALUES ('1290001', '', '0', null);
INSERT INTO `gamedata_actor_class` VALUES ('1290002', '/Chara/Npc/Object/PrivateAreaMasterExit', '0', null);
INSERT INTO `gamedata_actor_class` VALUES ('1290002', '/Chara/Npc/Object/PrivateAreaMasterExit', '0', '{\r\n \"talkEventConditions\": [],\r\n \"noticeEventConditions\": [\r\n {\r\n \"unknown1\": 0,\r\n \"unknown2\": 1,\r\n \"conditionName\": \"noticeEvent\"\r\n }\r\n ],\r\n \"emoteEventConditions\": [],\r\n \"pushWithCircleEventConditions\": [\r\n {\r\n \"conditionName\": \"exit\",\r\n \"radius\": 30.0,\r\n \"silent\": true,\r\n \"outwards\": true\r\n },\r\n {\r\n \"conditionName\": \"caution\",\r\n \"radius\": 20.0,\r\n \"silent\": true,\r\n \"outwards\": true\r\n }\r\n ]\r\n}');
INSERT INTO `gamedata_actor_class` VALUES ('1290003', '', '0', null);
INSERT INTO `gamedata_actor_class` VALUES ('1290004', '/Chara/Npc/Object/BgKeepout', '0', null);
INSERT INTO `gamedata_actor_class` VALUES ('1290005', '', '0', null);
@ -7175,24 +7175,24 @@ INSERT INTO `gamedata_actor_class` VALUES ('5000119', '', '0', null);
INSERT INTO `gamedata_actor_class` VALUES ('5000120', '', '0', null);
INSERT INTO `gamedata_actor_class` VALUES ('5000121', '', '0', null);
INSERT INTO `gamedata_actor_class` VALUES ('5900001', '/Chara/Npc/MapObj/DoorStandard', '0', '{ \r\n \"noticeEventConditions\": [\r\n {\r\n \"unknown1\": 0,\r\n \"unknown2\": 1,\r\n \"conditionName\": \"noticeEvent\"\r\n }\r\n ]\r\n}');
INSERT INTO `gamedata_actor_class` VALUES ('5900002', '', '0', null);
INSERT INTO `gamedata_actor_class` VALUES ('5900003', '', '0', null);
INSERT INTO `gamedata_actor_class` VALUES ('5900004', '', '0', null);
INSERT INTO `gamedata_actor_class` VALUES ('5900002', '/Chara/Npc/MapObj/DoorStandard', '0', '{ \r\n \"noticeEventConditions\": [\r\n {\r\n \"unknown1\": 0,\r\n \"unknown2\": 1,\r\n \"conditionName\": \"noticeEvent\"\r\n }\r\n ]\r\n}');
INSERT INTO `gamedata_actor_class` VALUES ('5900003', '/Chara/Npc/MapObj/DoorStandard', '0', '{ \r\n \"noticeEventConditions\": [\r\n {\r\n \"unknown1\": 0,\r\n \"unknown2\": 1,\r\n \"conditionName\": \"noticeEvent\"\r\n }\r\n ]\r\n}');
INSERT INTO `gamedata_actor_class` VALUES ('5900004', '/Chara/Npc/MapObj/DoorStandard', '0', '{ \r\n \"noticeEventConditions\": [\r\n {\r\n \"unknown1\": 0,\r\n \"unknown2\": 1,\r\n \"conditionName\": \"noticeEvent\"\r\n }\r\n ]\r\n}');
INSERT INTO `gamedata_actor_class` VALUES ('5900005', '', '0', null);
INSERT INTO `gamedata_actor_class` VALUES ('5900006', '', '0', null);
INSERT INTO `gamedata_actor_class` VALUES ('5900006', '/Chara/Npc/MapObj/MapObjOnlyShowHide', '0', '{ \r\n \"noticeEventConditions\": [\r\n {\r\n \"unknown1\": 0,\r\n \"unknown2\": 1,\r\n \"conditionName\": \"noticeEvent\"\r\n }\r\n ]\r\n}');
INSERT INTO `gamedata_actor_class` VALUES ('5900007', '', '0', null);
INSERT INTO `gamedata_actor_class` VALUES ('5900008', '', '0', null);
INSERT INTO `gamedata_actor_class` VALUES ('5900009', '', '0', null);
INSERT INTO `gamedata_actor_class` VALUES ('5900010', '/Chara/Npc/MapObj/MapObjPortDoor', '0', null);
INSERT INTO `gamedata_actor_class` VALUES ('5900011', '/Chara/Npc/MapObj/MapObjShipPort', '0', null);
INSERT INTO `gamedata_actor_class` VALUES ('5900012', '/Chara/Npc/MapObj/MapObjPortDoor', '0', null);
INSERT INTO `gamedata_actor_class` VALUES ('5900013', '', '0', null);
INSERT INTO `gamedata_actor_class` VALUES ('5900014', '', '0', null);
INSERT INTO `gamedata_actor_class` VALUES ('5900015', '', '0', null);
INSERT INTO `gamedata_actor_class` VALUES ('5900016', '', '0', null);
INSERT INTO `gamedata_actor_class` VALUES ('5900017', '', '0', null);
INSERT INTO `gamedata_actor_class` VALUES ('5900018', '', '0', null);
INSERT INTO `gamedata_actor_class` VALUES ('5900019', '', '0', null);
INSERT INTO `gamedata_actor_class` VALUES ('5900010', '/Chara/Npc/MapObj/MapObjPortDoor', '0', '{ \r\n \"noticeEventConditions\": [\r\n {\r\n \"unknown1\": 0,\r\n \"unknown2\": 1,\r\n \"conditionName\": \"noticeEvent\"\r\n }\r\n ]\r\n}');
INSERT INTO `gamedata_actor_class` VALUES ('5900011', '/Chara/Npc/MapObj/MapObjShipPort', '0', '{ \r\n \"noticeEventConditions\": [\r\n {\r\n \"unknown1\": 0,\r\n \"unknown2\": 1,\r\n \"conditionName\": \"noticeEvent\"\r\n }\r\n ]\r\n}');
INSERT INTO `gamedata_actor_class` VALUES ('5900012', '/Chara/Npc/MapObj/MapObjPortDoor', '0', '{ \r\n \"noticeEventConditions\": [\r\n {\r\n \"unknown1\": 0,\r\n \"unknown2\": 1,\r\n \"conditionName\": \"noticeEvent\"\r\n }\r\n ]\r\n}');
INSERT INTO `gamedata_actor_class` VALUES ('5900013', '/Chara/Npc/MapObj/MapObjShipRouteLand', '0', '{ \r\n \"noticeEventConditions\": [\r\n {\r\n \"unknown1\": 0,\r\n \"unknown2\": 1,\r\n \"conditionName\": \"noticeEvent\"\r\n }\r\n ]\r\n}');
INSERT INTO `gamedata_actor_class` VALUES ('5900014', '/Chara/Npc/MapObj/MapObjShipRouteLand', '0', '{ \r\n \"noticeEventConditions\": [\r\n {\r\n \"unknown1\": 0,\r\n \"unknown2\": 1,\r\n \"conditionName\": \"noticeEvent\"\r\n }\r\n ]\r\n}');
INSERT INTO `gamedata_actor_class` VALUES ('5900015', '/Chara/Npc/MapObj/DoorServer', '0', '{ \r\n \"noticeEventConditions\": [\r\n {\r\n \"unknown1\": 0,\r\n \"unknown2\": 1,\r\n \"conditionName\": \"noticeEvent\"\r\n }\r\n ]\r\n}');
INSERT INTO `gamedata_actor_class` VALUES ('5900016', '/Chara/Npc/MapObj/DoorServer', '0', '{ \r\n \"noticeEventConditions\": [\r\n {\r\n \"unknown1\": 0,\r\n \"unknown2\": 1,\r\n \"conditionName\": \"noticeEvent\"\r\n }\r\n ]\r\n}');
INSERT INTO `gamedata_actor_class` VALUES ('5900017', '/Chara/Npc/MapObj/MapObjTutorial', '0', '{ \r\n \"noticeEventConditions\": [\r\n {\r\n \"unknown1\": 0,\r\n \"unknown2\": 1,\r\n \"conditionName\": \"noticeEvent\"\r\n }\r\n ]\r\n}');
INSERT INTO `gamedata_actor_class` VALUES ('5900018', '/Chara/Npc/MapObj/MapObjTutorial', '0', '{ \r\n \"noticeEventConditions\": [\r\n {\r\n \"unknown1\": 0,\r\n \"unknown2\": 1,\r\n \"conditionName\": \"noticeEvent\"\r\n }\r\n ]\r\n}');
INSERT INTO `gamedata_actor_class` VALUES ('5900019', '/Chara/Npc/MapObj/MapObjTutorial', '0', '{ \r\n \"noticeEventConditions\": [\r\n {\r\n \"unknown1\": 0,\r\n \"unknown2\": 1,\r\n \"conditionName\": \"noticeEvent\"\r\n }\r\n ]\r\n}');
INSERT INTO `gamedata_actor_class` VALUES ('5900020', '', '0', null);
INSERT INTO `gamedata_actor_class` VALUES ('5900021', '', '0', null);
INSERT INTO `gamedata_actor_class` VALUES ('5900022', '', '0', null);

View File

@ -4,7 +4,7 @@ Source Host: localhost
Source Database: ffxiv_server
Target Host: localhost
Target Database: ffxiv_server
Date: 6/19/2016 11:23:52 PM
Date: 6/21/2016 10:49:44 PM
*/
SET FOREIGN_KEY_CHECKS=0;
@ -26,7 +26,7 @@ CREATE TABLE `server_spawn_locations` (
`animationId` int(10) unsigned NOT NULL DEFAULT '0',
`customDisplayName` varchar(32) DEFAULT NULL,
PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=628 DEFAULT CHARSET=latin1;
) ENGINE=InnoDB AUTO_INCREMENT=630 DEFAULT CHARSET=latin1;
-- ----------------------------
-- Records
@ -531,35 +531,35 @@ INSERT INTO `server_spawn_locations` VALUES ('497', '5900001', 'marketward', '23
INSERT INTO `server_spawn_locations` VALUES ('498', '5900010', '', '230', '', '0', '-811.176', '8.03', '234.815', '0', '0', '0', null);
INSERT INTO `server_spawn_locations` VALUES ('499', '5900012', '', '230', '', '0', '-806.893', '8.03', '240.885', '0', '0', '0', null);
INSERT INTO `server_spawn_locations` VALUES ('500', '5900011', '', '230', '', '0', '-846.89', '5', '240', '0', '0', '0', null);
INSERT INTO `server_spawn_locations` VALUES ('501', '1000042', '', '184', '', '0', '-1.5', '196', '124.5', '1.8', '0', '0', null);
INSERT INTO `server_spawn_locations` VALUES ('502', '1000186', '', '184', '', '0', '-0.2', '196', '123.26', '-0.8', '0', '0', null);
INSERT INTO `server_spawn_locations` VALUES ('503', '1001644', '', '184', '', '0', '12.18', '196', '133.42', '-1.26', '0', '1017', null);
INSERT INTO `server_spawn_locations` VALUES ('504', '1000840', '', '184', '', '0', '9.07', '196', '126.69', '-1.26', '0', '1017', null);
INSERT INTO `server_spawn_locations` VALUES ('505', '1001490', '', '184', '', '0', '-19.7', '196', '79.93', '-0.38', '0', '1009', null);
INSERT INTO `server_spawn_locations` VALUES ('506', '1001491', '', '184', '', '0', '3.4', '196', '115.5', '2.7', '0', '1021', null);
INSERT INTO `server_spawn_locations` VALUES ('507', '1001492', '', '184', '', '0', '0.8', '196', '103.18', '-1.13', '0', '1015', null);
INSERT INTO `server_spawn_locations` VALUES ('508', '1001493', '', '184', '', '0', '-33.57', '196', '82.42', '1.63', '0', '1013', null);
INSERT INTO `server_spawn_locations` VALUES ('509', '1001494', '', '184', '', '0', '-9.13', '196', '114.84', '2.33', '0', '1031', null);
INSERT INTO `server_spawn_locations` VALUES ('510', '1001495', '', '184', '', '0', '-19.11', '196', '95.09', '2.13', '0', '1037', null);
INSERT INTO `server_spawn_locations` VALUES ('511', '1001496', '', '184', '', '0', '-32.37', '196', '80.75', '-0.74', '0', '1101', null);
INSERT INTO `server_spawn_locations` VALUES ('512', '1290002', '', '184', '', '0', '-22.81', '196', '87.82', '0', '0', '0', null);
INSERT INTO `server_spawn_locations` VALUES ('513', '1090372', '', '184', '', '0', '-13', '194.91', '76.75', '-2.72', '0', '0', null);
INSERT INTO `server_spawn_locations` VALUES ('514', '1000438', '', '193', '', '0', '-0.71', '10.35', '-40.51', '0.3', '0', '1035', null);
INSERT INTO `server_spawn_locations` VALUES ('515', '1000439', '', '193', '', '0', '-1.87', '9.15', '-30.67', '2.44', '0', '1032', null);
INSERT INTO `server_spawn_locations` VALUES ('516', '1000440', '', '193', '', '0', '7.06', '9.15', '-28.62', '-1.54', '0', '1041', null);
INSERT INTO `server_spawn_locations` VALUES ('517', '1000441', '', '193', '', '0', '2.63', '9.15', '-33.91', '-0.16', '0', '1041', null);
INSERT INTO `server_spawn_locations` VALUES ('518', '1000442', '', '193', '', '0', '4.2', '10.35', '-21.98', '3.11', '0', '1015', null);
INSERT INTO `server_spawn_locations` VALUES ('519', '1000443', '', '193', '', '0', '4.06', '10.35', '-35.24', '2.52', '0', '1036', null);
INSERT INTO `server_spawn_locations` VALUES ('520', '1000444', '', '193', '', '0', '-4.72', '10.35', '-22.56', '2.06', '0', '1041', null);
INSERT INTO `server_spawn_locations` VALUES ('521', '1000445', '', '193', '', '0', '-4.09', '9.15', '-24.55', '2.09', '0', '1035', null);
INSERT INTO `server_spawn_locations` VALUES ('522', '1000446', '', '193', '', '0', '-0.72', '9.15', '-31.81', '-1.18', '0', '1041', null);
INSERT INTO `server_spawn_locations` VALUES ('523', '1000447', '', '193', '', '0', '-2.16', '9.15', '-26.18', '0.09', '0', '1016', null);
INSERT INTO `server_spawn_locations` VALUES ('524', '1000448', '', '193', '', '0', '5.93', '10.35', '-25.09', '-2.01', '0', '1037', null);
INSERT INTO `server_spawn_locations` VALUES ('525', '1000449', '', '193', '', '0', '-1.92', '9.15', '-34.19', '0.82', '0', '1013', null);
INSERT INTO `server_spawn_locations` VALUES ('526', '1000450', '', '193', '', '0', '4.88', '9.15', '-29.5', '0.65', '0', '1271', null);
INSERT INTO `server_spawn_locations` VALUES ('527', '1000451', '', '193', '', '0', '-1.1', '9.85', '-33.62', '-0.82', '0', '1026', null);
INSERT INTO `server_spawn_locations` VALUES ('528', '1001652', '', '193', '', '0', '-7.73', '9.967', '-27.44', '1.6', '0', '1041', null);
INSERT INTO `server_spawn_locations` VALUES ('529', '1090025', '', '193', '', '0', '0', '10', '-18', '0', '0', '0', null);
INSERT INTO `server_spawn_locations` VALUES ('501', '1000042', 'ascilia', '184', '', '0', '-1.5', '196', '124.5', '1.8', '0', '0', null);
INSERT INTO `server_spawn_locations` VALUES ('502', '1000186', 'warburton', '184', '', '0', '-0.2', '196', '123.26', '-0.8', '0', '0', null);
INSERT INTO `server_spawn_locations` VALUES ('503', '1001644', 'stocky_stranger', '184', '', '0', '12.18', '196', '133.42', '-1.26', '0', '1017', null);
INSERT INTO `server_spawn_locations` VALUES ('504', '1000840', 'rururaji', '184', '', '0', '9.07', '196', '126.69', '-1.26', '0', '1017', null);
INSERT INTO `server_spawn_locations` VALUES ('505', '1001490', 'big-bellied_barker', '184', '', '0', '-19.7', '196', '79.93', '-0.38', '0', '1009', null);
INSERT INTO `server_spawn_locations` VALUES ('506', '1001491', 'fretful_farmhand', '184', '', '0', '3.4', '196', '115.5', '2.7', '0', '1021', null);
INSERT INTO `server_spawn_locations` VALUES ('507', '1001492', 'debauched_demoness', '184', '', '0', '0.8', '196', '103.18', '-1.13', '0', '1015', null);
INSERT INTO `server_spawn_locations` VALUES ('508', '1001493', 'dapper_dan', '184', '', '0', '-33.57', '196', '82.42', '1.63', '0', '1013', null);
INSERT INTO `server_spawn_locations` VALUES ('509', '1001494', 'loutish_lad', '184', '', '0', '-9.13', '196', '114.84', '2.33', '0', '1031', null);
INSERT INTO `server_spawn_locations` VALUES ('510', '1001495', 'gil-digging_mistress', '184', '', '0', '-19.11', '196', '95.09', '2.13', '0', '1037', null);
INSERT INTO `server_spawn_locations` VALUES ('511', '1001496', 'twittering_tomboy', '184', '', '0', '-32.37', '196', '80.75', '-0.74', '0', '1101', null);
INSERT INTO `server_spawn_locations` VALUES ('512', '1290002', 'priv_areapast_exit', '184', '', '0', '-22.81', '196', '87.82', '0', '0', '0', null);
INSERT INTO `server_spawn_locations` VALUES ('513', '1090372', 'exit_trigger', '184', '', '0', '-13', '194.91', '76.75', '-2.72', '0', '0', null);
INSERT INTO `server_spawn_locations` VALUES ('514', '1000438', 'well-traveled_merchant', '193', '', '0', '-0.71', '10.35', '-40.51', '0.3', '0', '1035', null);
INSERT INTO `server_spawn_locations` VALUES ('515', '1000439', 'tipsy_adventurer', '193', '', '0', '-1.87', '9.15', '-30.67', '2.44', '0', '1032', null);
INSERT INTO `server_spawn_locations` VALUES ('516', '1000440', 'cultivated_tender', '193', '', '0', '7.06', '9.15', '-28.62', '-1.54', '0', '1041', null);
INSERT INTO `server_spawn_locations` VALUES ('517', '1000441', 'anxious_adventurer', '193', '', '0', '2.63', '9.15', '-33.91', '-0.16', '0', '1041', null);
INSERT INTO `server_spawn_locations` VALUES ('518', '1000442', 'baby-faced_adventurer', '193', '', '0', '4.2', '10.35', '-21.98', '3.11', '0', '1015', null);
INSERT INTO `server_spawn_locations` VALUES ('519', '1000443', 'austere_adventurer', '193', '', '0', '4.06', '10.35', '-35.24', '2.52', '0', '1036', null);
INSERT INTO `server_spawn_locations` VALUES ('520', '1000444', 'undignified_adventurer', '193', '', '0', '-4.72', '10.35', '-22.56', '2.06', '0', '1041', null);
INSERT INTO `server_spawn_locations` VALUES ('521', '1000445', 'shadowy_traveler', '193', '', '0', '-4.09', '9.15', '-24.55', '2.09', '0', '1035', null);
INSERT INTO `server_spawn_locations` VALUES ('522', '1000446', 'astute_merchant', '193', '', '0', '-0.72', '9.15', '-31.81', '-1.18', '0', '1041', null);
INSERT INTO `server_spawn_locations` VALUES ('523', '1000447', 'voluptuous_vixen', '193', '', '0', '-2.16', '9.15', '-26.18', '0.09', '0', '1016', null);
INSERT INTO `server_spawn_locations` VALUES ('524', '1000448', 'indifferent_passerby', '193', '', '0', '5.93', '10.35', '-25.09', '-2.01', '0', '1037', null);
INSERT INTO `server_spawn_locations` VALUES ('525', '1000449', 'prattling_adventurer', '193', '', '0', '-1.92', '9.15', '-34.19', '0.82', '0', '1013', null);
INSERT INTO `server_spawn_locations` VALUES ('526', '1000450', 'lanky_traveler', '193', '', '0', '4.88', '9.15', '-29.5', '0.65', '0', '1271', null);
INSERT INTO `server_spawn_locations` VALUES ('527', '1000451', 'grinning_adventurer', '193', '', '0', '-1.1', '9.85', '-33.62', '-0.82', '0', '1026', null);
INSERT INTO `server_spawn_locations` VALUES ('528', '1001652', 'rostnsthal', '193', '', '0', '-7.73', '9.967', '-27.44', '1.6', '0', '1041', null);
INSERT INTO `server_spawn_locations` VALUES ('529', '1090025', 'exit_door', '193', '', '0', '0', '10', '-18', '0', '0', '0', null);
INSERT INTO `server_spawn_locations` VALUES ('530', '2205403', '', '193', '', '0', '-3.02', '17.35', '14.24', '-2.81', '0', '0', null);
INSERT INTO `server_spawn_locations` VALUES ('531', '2290001', '', '193', '', '0', '-8', '16.35', '6', '0.5', '0', '0', null);
INSERT INTO `server_spawn_locations` VALUES ('532', '2290002', '', '193', '', '0', '0', '16.35', '22', '3', '0', '0', null);
@ -658,3 +658,5 @@ INSERT INTO `server_spawn_locations` VALUES ('624', '5900001', 'centaurs_eye', '
INSERT INTO `server_spawn_locations` VALUES ('625', '5900001', 'guild_lnc', '206', '', '0', '172', '28', '-1576', '0', '0', '0', null);
INSERT INTO `server_spawn_locations` VALUES ('626', '5900001', 'guild_arc', '206', '', '0', '227', '12', '-1264', '0', '0', '0', null);
INSERT INTO `server_spawn_locations` VALUES ('627', '5900001', 'guild_cnj', '206', '', '0', '-325', '8', '-1669', '0', '0', '0', null);
INSERT INTO `server_spawn_locations` VALUES ('628', '5900004', 'door1', '184', '', '0', '-14', '196', '112', '0', '0', '0', null);
INSERT INTO `server_spawn_locations` VALUES ('629', '5900004', 'door2', '184', '\r\n', '0', '12', '196', '184', '0', '0', '0', null);

View File

@ -4,7 +4,7 @@ Source Host: localhost
Source Database: ffxiv_server
Target Host: localhost
Target Database: ffxiv_server
Date: 6/12/2016 9:25:16 PM
Date: 6/21/2016 10:49:49 PM
*/
SET FOREIGN_KEY_CHECKS=0;
@ -31,7 +31,7 @@ INSERT INTO `server_zones_spawnlocations` VALUES ('2', '133', null, '15', '-444.
INSERT INTO `server_zones_spawnlocations` VALUES ('3', '175', null, '15', '-110.157', '202', '171.345', '0');
INSERT INTO `server_zones_spawnlocations` VALUES ('4', '193', null, '15', '0.016', '10.35', '-36.91', '0.025');
INSERT INTO `server_zones_spawnlocations` VALUES ('5', '166', null, '15', '356.09', '3.74', '-701.62', '-1.4');
INSERT INTO `server_zones_spawnlocations` VALUES ('6', '175', 'PrivateAreaMasterPast', '15', '12.63', '196.05', '131.01', '-1.34');
INSERT INTO `server_zones_spawnlocations` VALUES ('6', '184', 'PrivateAreaMasterPast', '15', '12.63', '196.05', '131.01', '-1.34');
INSERT INTO `server_zones_spawnlocations` VALUES ('7', '128', null, '15', '-8.48', '45.36', '139.5', '2.02');
INSERT INTO `server_zones_spawnlocations` VALUES ('8', '230', 'PrivateAreaMasterPast', '15', '-838.1', '6', '231.94', '1.1');
INSERT INTO `server_zones_spawnlocations` VALUES ('9', '193', null, '16', '-5', '16.35', '6', '0.5');