Index: scripts/globals/server.lua =================================================================== --- scripts/globals/server.lua (revision 4156) +++ scripts/globals/server.lua (working copy) @@ -188,8 +188,8 @@ 17396203, -- Castle Oztroja 17420669, -- Middle Delkfutt's Tower 17424556, -- Upper Delkfutt's Tower - 17436991, -- Castle Zvahl Baileys - 17441082, -- Castle Zvahl Keep + 17436990, -- Castle Zvahl Baileys + 17441081, -- Castle Zvahl Keep 17498609, -- Sea Serpent Grotto 17555947, -- King Ranperre's Tomb 17559917, -- Dangruf Wadi @@ -200,7 +200,7 @@ 17580396, -- Gusgen Mines 17584468, -- Crawler's Nest 17588766, -- Maze of Shakhrami - 17596803, -- Garlaige Citadel + 17596802, -- Garlaige Citadel 17613220, -- Fei'Yin 17649890 -- Labyrinth of Onzozo } @@ -215,14 +215,14 @@ 17404383, -- The Boyahda Tree 17428979, -- Temple of Uggalepih 17433071, -- Den of Rancor - 17436992, -- Castle Zvahl Baileys - 17469829, -- Toraimarai Canal + 17436991, -- Castle Zvahl Baileys + 17469828, -- Toraimarai Canal 17490294, -- Kuftal Tunnel 17498610, -- Sea Serpent Grotto 17502692, -- Ve'Lugannon Palace 17576350, -- The Eldieme Necropolis 17584469, -- Crawler's Nest - 17596804, -- Garlaige Citadel + 17596803, -- Garlaige Citadel 17617214, -- Ifrit's Cauldron 17629729 -- Quicksand Caves } Index: scripts/zones/Altar_Room/TextIDs.lua =================================================================== --- scripts/zones/Altar_Room/TextIDs.lua (revision 4103) +++ scripts/zones/Altar_Room/TextIDs.lua (working copy) @@ -1,10 +1,10 @@ -- Variable TextID Description text -- General Texts -ITEM_CANNOT_BE_OBTAINED = 6375; -- You cannot obtain the item come back again after sorting your inventory - ITEM_OBTAINED = 6378; -- Obtained: - GIL_OBTAINED = 6379; -- Obtained gil - KEYITEM_OBTAINED = 6381; -- Obtained key item: +ITEM_CANNOT_BE_OBTAINED = 6375; -- You cannot obtain the item . Come back after sorting your inventory. + ITEM_OBTAINED = 6378; -- Obtained: . + GIL_OBTAINED = 6379; -- Obtained gil. + KEYITEM_OBTAINED = 6381; -- Obtained key item: . -- Other dialog -THE_MAGICITE_GLOWS_OMINOUSLY = 7064; -- The magicite glows ominously. +THE_MAGICITE_GLOWS_OMINOUSLY = 7065; -- The magicite glows ominously. Index: scripts/zones/Balgas_Dais/TextIDs.lua =================================================================== --- scripts/zones/Balgas_Dais/TextIDs.lua (revision 4103) +++ scripts/zones/Balgas_Dais/TextIDs.lua (working copy) @@ -1,15 +1,15 @@ -- Variable TextID Description text -- General Texts -ITEM_CANNOT_BE_OBTAINED = 6375; -- You cannot obtain the item come back again after sorting your inventory - ITEM_OBTAINED = 6378; -- Obtained: - GIL_OBTAINED = 6379; -- Obtained gil - KEYITEM_OBTAINED = 6381; -- Obtained key item: +ITEM_CANNOT_BE_OBTAINED = 6375; -- You cannot obtain the item . Come back after sorting your inventory. + ITEM_OBTAINED = 6378; -- Obtained: . + GIL_OBTAINED = 6379; -- Obtained gil. + KEYITEM_OBTAINED = 6381; -- Obtained key item: . -- Maat dialog - YOU_DECIDED_TO_SHOW_UP = 7582; -- So, you decided to show up... - LOOKS_LIKE_YOU_WERENT_READY = 7583; -- Looks like you weren't ready for me, were you? - YOUVE_COME_A_LONG_WAY = 7584; -- Hm. That was a mighty fine display ... You've come a long way... - TEACH_YOU_TO_RESPECT_ELDERS = 7585; -- I'll teach you to respect your elders! -TAKE_THAT_YOU_WHIPPERSNAPPER = 7586; -- Take that, you whippersnapper! - THAT_LL_HURT_IN_THE_MORNING = 7588; -- Ungh... That'll hurt in the morning... + YOU_DECIDED_TO_SHOW_UP = 7583; -- So, you decided to show up... + LOOKS_LIKE_YOU_WERENT_READY = 7584; -- Looks like you weren't ready for me, were you? + YOUVE_COME_A_LONG_WAY = 7585; -- Hm. That was a mighty fine display ... You've come a long way... + TEACH_YOU_TO_RESPECT_ELDERS = 7586; -- I'll teach you to respect your elders! +TAKE_THAT_YOU_WHIPPERSNAPPER = 7587; -- Take that, you whippersnapper! + THAT_LL_HURT_IN_THE_MORNING = 7589; -- Ungh... That'll hurt in the morning... Index: scripts/zones/Bearclaw_Pinnacle/TextIDs.lua =================================================================== --- scripts/zones/Bearclaw_Pinnacle/TextIDs.lua (revision 4071) +++ scripts/zones/Bearclaw_Pinnacle/TextIDs.lua (working copy) @@ -1,7 +1,7 @@ -- Variable TextID Description text -- General Texts -ITEM_CANNOT_BE_OBTAINED = 6375; -- You cannot obtain the item come back again after sorting your inventory - ITEM_OBTAINED = 6378; -- Obtained: - GIL_OBTAINED = 6379; -- Obtained gil - KEYITEM_OBTAINED = 6381; -- Obtained key item: +ITEM_CANNOT_BE_OBTAINED = 6375; -- You cannot obtain the item . Come back after sorting your inventory. + ITEM_OBTAINED = 6378; -- Obtained: . + GIL_OBTAINED = 6379; -- Obtained gil. + KEYITEM_OBTAINED = 6381; -- Obtained key item: . Index: scripts/zones/Boneyard_Gully/TextIDs.lua =================================================================== --- scripts/zones/Boneyard_Gully/TextIDs.lua (revision 4071) +++ scripts/zones/Boneyard_Gully/TextIDs.lua (working copy) @@ -1,7 +1,7 @@ -- Variable TextID Description text -- General Texts -ITEM_CANNOT_BE_OBTAINED = 6375; -- You cannot obtain the item come back again after sorting your inventory - ITEM_OBTAINED = 6378; -- Obtained: - GIL_OBTAINED = 6379; -- Obtained gil - KEYITEM_OBTAINED = 6381; -- Obtained key item: +ITEM_CANNOT_BE_OBTAINED = 6375; -- You cannot obtain the item . Come back after sorting your inventory. + ITEM_OBTAINED = 6378; -- Obtained: . + GIL_OBTAINED = 6379; -- Obtained gil. + KEYITEM_OBTAINED = 6381; -- Obtained key item: . Index: scripts/zones/Castle_Zvahl_Baileys/TextIDs.lua =================================================================== --- scripts/zones/Castle_Zvahl_Baileys/TextIDs.lua (revision 4071) +++ scripts/zones/Castle_Zvahl_Baileys/TextIDs.lua (working copy) @@ -1,21 +1,21 @@ -- Variable TextID Description text -- General Texts -ITEM_CANNOT_BE_OBTAINED = 6534; -- You cannot obtain the item come back again after sorting your inventory - ITEM_OBTAINED = 6537; -- Obtained: - GIL_OBTAINED = 6538; -- Obtained gil - KEYITEM_OBTAINED = 6540; -- Obtained key item: +ITEM_CANNOT_BE_OBTAINED = 6534; -- You cannot obtain the item . come back after sorting your inventory. + ITEM_OBTAINED = 6537; -- Obtained: . + GIL_OBTAINED = 6538; -- Obtained gil. + KEYITEM_OBTAINED = 6540; -- Obtained key item: . -- Treasure Coffer/Chest Dialog -CHEST_UNLOCKED = 7177; -- You unlock the chest! - CHEST_FAIL = 7178; -- Fails to open the chest. - CHEST_TRAP = 7179; -- The chest was trapped! - CHEST_WEAK = 7180; -- You cannot open the chest when you are in a weakened state. - CHEST_MIMIC = 7181; -- The chest was a mimic! - CHEST_MOOGLE = 7182; -- You cannot open the chest while participating in the moogle event. -CHEST_ILLUSION = 7183; -- The chest was but an illusion... - CHEST_LOCKED = 7184; -- The chest appears to be locked. +CHEST_UNLOCKED = 7185; -- You unlock the chest! + CHEST_FAIL = 7186; -- Fails to open the chest. + CHEST_TRAP = 7187; -- The chest was trapped! + CHEST_WEAK = 7188; -- You cannot open the chest when you are in a weakened state. + CHEST_MIMIC = 7189; -- The chest was a mimic! + CHEST_MOOGLE = 7190; -- You cannot open the chest while participating in the moogle event. +CHEST_ILLUSION = 7191; -- The chest was but an illusion... + CHEST_LOCKED = 7192; -- The chest appears to be locked. -- Quest dialog SENSE_OF_FOREBODING = 6552; -- You are suddenly overcome with a sense of foreboding... -NOTHING_OUT_OF_ORDINARY = 7507; -- There is nothing out of the ordinary here. +NOTHING_OUT_OF_ORDINARY = 7515; -- There is nothing out of the ordinary here. Index: scripts/zones/Castle_Zvahl_Keep/TextIDs.lua =================================================================== --- scripts/zones/Castle_Zvahl_Keep/TextIDs.lua (revision 4071) +++ scripts/zones/Castle_Zvahl_Keep/TextIDs.lua (working copy) @@ -1,17 +1,17 @@ -- Variable TextID Description text -- General Texts -ITEM_CANNOT_BE_OBTAINED = 6534; -- You cannot obtain the item come back again after sorting your inventory - ITEM_OBTAINED = 6537; -- Obtained: - GIL_OBTAINED = 6538; -- Obtained gil - KEYITEM_OBTAINED = 6540; -- Obtained key item: +ITEM_CANNOT_BE_OBTAINED = 6534; -- You cannot obtain the item . Come back after sorting your inventory. + ITEM_OBTAINED = 6537; -- Obtained: . + GIL_OBTAINED = 6538; -- Obtained gil. + KEYITEM_OBTAINED = 6540; -- Obtained key item: . -- Treasure Coffer/Chest Dialog -CHEST_UNLOCKED = 7177; -- You unlock the chest! - CHEST_FAIL = 7178; -- Fails to open the chest. - CHEST_TRAP = 7179; -- The chest was trapped! - CHEST_WEAK = 7180; -- You cannot open the chest when you are in a weakened state. - CHEST_MIMIC = 7181; -- The chest was a mimic! - CHEST_MOOGLE = 7182; -- You cannot open the chest while participating in the moogle event. -CHEST_ILLUSION = 7183; -- The chest was but an illusion... - CHEST_LOCKED = 7184; -- The chest appears to be locked. \ No newline at end of file +CHEST_UNLOCKED = 7185; -- You unlock the chest! + CHEST_FAIL = 7186; -- Fails to open the chest. + CHEST_TRAP = 7187; -- The chest was trapped! + CHEST_WEAK = 7188; -- You cannot open the chest when you are in a weakened state. + CHEST_MIMIC = 7189; -- The chest was a mimic! + CHEST_MOOGLE = 7190; -- You cannot open the chest while participating in the moogle event. +CHEST_ILLUSION = 7191; -- The chest was but an illusion... + CHEST_LOCKED = 7192; -- The chest appears to be locked. Index: scripts/zones/Dragons_Aery/TextIDs.lua =================================================================== --- scripts/zones/Dragons_Aery/TextIDs.lua (revision 4103) +++ scripts/zones/Dragons_Aery/TextIDs.lua (working copy) @@ -1,13 +1,13 @@ -- Variable TextID Description text -- General Texts - ITEM_CANNOT_BE_OBTAINED = 6375; -- You cannot obtain the item come back again after sorting your inventory -FULL_INVENTORY_AFTER_TRADE = 6377; -- You cannot obtain the . Try trading again after sorting your inventory - ITEM_OBTAINED = 6378; -- Obtained: - GIL_OBTAINED = 6379; -- Obtained gil - KEYITEM_OBTAINED = 6381; -- Obtained key item: - ITEMS_OBTAINED = 6384; -- You obtain - FISHING_MESSAGE_OFFSET = 7011; -- You can't fish here + ITEM_CANNOT_BE_OBTAINED = 6375; -- You cannot obtain the item . Come back after sorting your inventory. +FULL_INVENTORY_AFTER_TRADE = 6377; -- You cannot obtain the . Try trading again after sorting your inventory. + ITEM_OBTAINED = 6378; -- Obtained: . + GIL_OBTAINED = 6379; -- Obtained gil. + KEYITEM_OBTAINED = 6381; -- Obtained key item: . + ITEMS_OBTAINED = 6384; -- You obtain ! + FISHING_MESSAGE_OFFSET = 7012; -- You can't fish here. -- Other dialog NOTHING_OUT_OF_ORDINARY = 6392; -- There is nothing out of the ordinary here. Index: scripts/zones/Full_Moon_Fountain/TextIDs.lua =================================================================== --- scripts/zones/Full_Moon_Fountain/TextIDs.lua (revision 4071) +++ scripts/zones/Full_Moon_Fountain/TextIDs.lua (working copy) @@ -1,7 +1,7 @@ -- Variable TextID Description text -- General Texts -ITEM_CANNOT_BE_OBTAINED = 6375; -- You cannot obtain the item come back again after sorting your inventory - ITEM_OBTAINED = 6378; -- Obtained: - GIL_OBTAINED = 6379; -- Obtained gil - KEYITEM_OBTAINED = 6381; -- Obtained key item: +ITEM_CANNOT_BE_OBTAINED = 6375; -- You cannot obtain the item . Come back after sorting your inventory. + ITEM_OBTAINED = 6378; -- Obtained: . + GIL_OBTAINED = 6379; -- Obtained gil. + KEYITEM_OBTAINED = 6381; -- Obtained key item: . Index: scripts/zones/Garlaige_Citadel/TextIDs.lua =================================================================== --- scripts/zones/Garlaige_Citadel/TextIDs.lua (revision 4158) +++ scripts/zones/Garlaige_Citadel/TextIDs.lua (working copy) @@ -1,10 +1,10 @@ -- Variable TextID Description text -- General Texts -ITEM_CANNOT_BE_OBTAINED = 6534; -- You cannot obtain the item come back again after sorting your inventory - ITEM_OBTAINED = 6537; -- Obtained: - GIL_OBTAINED = 6538; -- Obtained gil - KEYITEM_OBTAINED = 6540; -- Obtained key item: +ITEM_CANNOT_BE_OBTAINED = 6534; -- You cannot obtain the item . Come back after sorting your inventory. + ITEM_OBTAINED = 6537; -- Obtained: . + GIL_OBTAINED = 6538; -- Obtained gil. + KEYITEM_OBTAINED = 6540; -- Obtained key item: . -- Treasure Coffer/Chest Dialog CHEST_UNLOCKED = 7287; -- You unlock the chest! @@ -26,3 +26,4 @@ A_GATE_OF_STURDY_STEEL = 7233; -- A gate of sturdy steel. OPEN_WITH_THE_RIGHT_KEY = 7239; -- You might be able to open it with the right key. BANISHING_GATES = 7248; -- The first banishing gate begins to open... +BANISHING_GATES_CLOSING = 7251; -- The first banishing gate starts to close. Index: scripts/zones/Hall_of_the_Gods/TextIDs.lua =================================================================== --- scripts/zones/Hall_of_the_Gods/TextIDs.lua (revision 4071) +++ scripts/zones/Hall_of_the_Gods/TextIDs.lua (working copy) @@ -1,8 +1,8 @@ -- Variable TextID Description text -- General Texts -ITEM_CANNOT_BE_OBTAINED = 6375; -- You cannot obtain the item come back again after sorting your inventory - ITEM_OBTAINED = 6378; -- Obtained: - GIL_OBTAINED = 6379; -- Obtained gil - KEYITEM_OBTAINED = 6381; -- Obtained key item: -NOTHING_OUT_OF_ORDINARY = 6392; -- Nothing out of the ordinary here. \ No newline at end of file +ITEM_CANNOT_BE_OBTAINED = 6375; -- You cannot obtain the item . Come back after sorting your inventory. + ITEM_OBTAINED = 6378; -- Obtained: . + GIL_OBTAINED = 6379; -- Obtained gil. + KEYITEM_OBTAINED = 6381; -- Obtained key item: . +NOTHING_OUT_OF_ORDINARY = 6392; -- There is nothing out of the ordinary here. Index: scripts/zones/Lower_Delkfutts_Tower/TextIDs.lua =================================================================== --- scripts/zones/Lower_Delkfutts_Tower/TextIDs.lua (revision 4071) +++ scripts/zones/Lower_Delkfutts_Tower/TextIDs.lua (working copy) @@ -1,10 +1,10 @@ -- Variable TextID Description text -- General Texts -ITEM_CANNOT_BE_OBTAINED = 6564; -- You cannot obtain the item come back again after sorting your inventory - ITEM_OBTAINED = 6567; -- Obtained: - GIL_OBTAINED = 6568; -- Obtained gil - KEYITEM_OBTAINED = 6570; -- Obtained key item: +ITEM_CANNOT_BE_OBTAINED = 6564; -- You cannot obtain the item . Come back after sorting your inventory. + ITEM_OBTAINED = 6567; -- Obtained: . + GIL_OBTAINED = 6568; -- Obtained gil. + KEYITEM_OBTAINED = 6570; -- Obtained key item: . -- Other dialog THE_DOOR_IS_FIRMLY_SHUT_OPEN_KEY = 159; -- The door is firmly shut. You might be able to open it if you had the key. Index: scripts/zones/Mhaura/TextIDs.lua =================================================================== --- scripts/zones/Mhaura/TextIDs.lua (revision 4071) +++ scripts/zones/Mhaura/TextIDs.lua (working copy) @@ -1,29 +1,28 @@ -- Variable TextID Description text -- General Texts -ITEM_CANNOT_BE_OBTAINED = 6375; -- You cannot obtain the item come back again after sorting your inventory - ITEM_OBTAINED = 6378; -- Obtained: - GIL_OBTAINED = 6379; -- Obtained gil - KEYITEM_OBTAINED = 6381; -- Obtained key item: - HOMEPOINT_SET = 6434; -- Home point set! - NOT_HAVE_ENOUGH_GIL = 0; -- You do not have enough gil - FISHING_MESSAGE_OFFSET = 6623; -- You can't fish here - DO_NOT_POSSESS = 7653; -- You do not possess . You were not permitted to board the ship... - +ITEM_CANNOT_BE_OBTAINED = 6375; -- You cannot obtain the item . Come back after sorting your inventory. + ITEM_OBTAINED = 6378; -- Obtained: . + GIL_OBTAINED = 6379; -- Obtained gil. + KEYITEM_OBTAINED = 6381; -- Obtained key item: . + NOT_HAVE_ENOUGH_GIL = 6383; -- You do not have enough gil. + HOMEPOINT_SET = 6442; -- Home point set! + FISHING_MESSAGE_OFFSET = 6649; -- You can't fish here. + DO_NOT_POSSESS = 7679; -- You do not possess . You were not permitted to board the ship... + -- Other Texts -MAURIRI_DELIVERY_DIALOG = 7950; -- Mauriri is my name, and sending parcels from Mhaura is my game. -PANORU_DELIVERY_DIALOG = 7951; -- Looking for a delivery company that isn't lamey-wame? The quality of my service puts Mauriri to shame! - +MAURIRI_DELIVERY_DIALOG = 7676; -- Mauriri is my name, and sending parcels from Mhaura is my game. +PANORU_DELIVERY_DIALOG = 7677; -- Looking for a delivery company that isn't lamey-wame? The quality of my service puts Mauriri to shame! + -- Quest Dialog - SUBJOB_UNLOCKED = 6955; -- You can now use support jobs! - GOLDSMITHING_GUILD = 7060; -- Everything you need for your goldsmithing needs! - SMITHING_GUILD = 7061; -- Welcome to the Blacksmiths' Guild salesroom! - NOMAD_MOOGLE_DIALOG = 6715; -- I'm a traveling moogle, kupo. I help adventurers in the Outlands access items they have stored in a Mog House elsewhere, kupo. - RAMUH_UNLOCKED = 7272; -- You are now able to summon Ramuh. + SUBJOB_UNLOCKED = 6981; -- You can now use support jobs! + GOLDSMITHING_GUILD = 7084; -- Everything you need for your goldsmithing needs! + SMITHING_GUILD = 7085; -- Welcome to the Blacksmiths' Guild salesroom! + NOMAD_MOOGLE_DIALOG = 6741; -- I'm a traveling moogle, kupo. I help adventurers in the Outlands access items they have stored in a Mog House elsewhere, kupo. + RAMUH_UNLOCKED = 7298; -- You are now able to summon Ramuh. - -- Shop Texts - GRAINE_SHOP_DIALOG = 7054; -- Hello there, I'm Graine the armorer. I've got just what you need! -PIKINIMIKINI_SHOP_DIALOG = 7056; -- Hi, I'm Pikini-Mikini, Mhaura's item seller. I've got the wares, so size doesn't matter! -RUNITOMONITO_SHOP_DIALOG = 7055; -- Hi! Welcome! I'm Runito-Monito, and weapons is my middle name! - TYAPADOLIH_SHOP_DIALOG = 7057; -- Welcome, strrranger! Tya Padolih's the name, and dealin' in magic is my game! + GRAINE_SHOP_DIALOG = 7080; -- Hello there, I'm Graine the armorer. I've got just what you need! +PIKINIMIKINI_SHOP_DIALOG = 7082; -- Hi, I'm Pikini-Mikini, Mhaura's item seller. I've got the wares, so size doesn't matter! +RUNITOMONITO_SHOP_DIALOG = 7081; -- Hi! Welcome! I'm Runito-Monito, and weapons is my middle name! + TYAPADOLIH_SHOP_DIALOG = 7083; -- Welcome, strrranger! Tya Padolih's the name, and dealin' in magic is my game! Index: scripts/zones/Middle_Delkfutts_Tower/TextIDs.lua =================================================================== --- scripts/zones/Middle_Delkfutts_Tower/TextIDs.lua (revision 4071) +++ scripts/zones/Middle_Delkfutts_Tower/TextIDs.lua (working copy) @@ -1,21 +1,21 @@ -- Variable TextID Description text -- General Texts -ITEM_CANNOT_BE_OBTAINED = 6538; -- You cannot obtain the item come back again after sorting your inventory - ITEM_OBTAINED = 6541; -- Obtained: - GIL_OBTAINED = 6542; -- Obtained gil - KEYITEM_OBTAINED = 6544; -- Obtained key item: +ITEM_CANNOT_BE_OBTAINED = 6538; -- You cannot obtain the item . Come back after sorting your inventory. + ITEM_OBTAINED = 6541; -- Obtained: . + GIL_OBTAINED = 6542; -- Obtained gil. + KEYITEM_OBTAINED = 6544; -- Obtained key item: . -- Treasure Coffer/Chest Dialog -CHEST_UNLOCKED = 7266; -- You unlock the chest! - CHEST_FAIL = 7267; -- Fails to open the chest. - CHEST_TRAP = 7268; -- The chest was trapped! - CHEST_WEAK = 7269; -- You cannot open the chest when you are in a weakened state. - CHEST_MIMIC = 7270; -- The chest was a mimic! - CHEST_MOOGLE = 7271; -- You cannot open the chest while participating in the moogle event. -CHEST_ILLUSION = 7272; -- The chest was but an illusion... - CHEST_LOCKED = 7273; -- The chest appears to be locked. +CHEST_UNLOCKED = 7274; -- You unlock the chest! + CHEST_FAIL = 7275; -- Fails to open the chest. + CHEST_TRAP = 7276; -- The chest was trapped! + CHEST_WEAK = 7277; -- You cannot open the chest when you are in a weakened state. + CHEST_MIMIC = 7278; -- The chest was a mimic! + CHEST_MOOGLE = 7279; -- You cannot open the chest while participating in the moogle event. +CHEST_ILLUSION = 7280; -- The chest was but an illusion... + CHEST_LOCKED = 7281; -- The chest appears to be locked. -- Quest dialog SENSE_OF_FOREBODING = 6556; -- You are suddenly overcome with a sense of foreboding... -NOTHING_OUT_OF_ORDINARY = 7284; -- There is nothing out of the ordinary here. +NOTHING_OUT_OF_ORDINARY = 7292; -- There is nothing out of the ordinary here. Index: scripts/zones/Mordion_Gaol/TextIDs.lua =================================================================== --- scripts/zones/Mordion_Gaol/TextIDs.lua (revision 4071) +++ scripts/zones/Mordion_Gaol/TextIDs.lua (working copy) @@ -1,7 +1,9 @@ -- Variable TextID Description text -- General Texts -ITEM_CANNOT_BE_OBTAINED = 6534; -- You cannot obtain the item come back again after sorting your inventory - ITEM_OBTAINED = 6537; -- Obtained: - GIL_OBTAINED = 6538; -- Obtained gil - KEYITEM_OBTAINED = 6540; -- Obtained key item: +ITEM_CANNOT_BE_OBTAINED = 6534; -- You cannot obtain the item . Come back after sorting your inventory. + ITEM_OBTAINED = 6537; -- Obtained: . + GIL_OBTAINED = 6538; -- Obtained gil. + KEYITEM_OBTAINED = 6540; -- Obtained key item: . + +PROHIBITED_ACTIVITIES = 7187; -- Your character has been jailed due to prohibited activities. Your account will soon be suspended due to this violation. Index: scripts/zones/Outer_Horutoto_Ruins/TextIDs.lua =================================================================== --- scripts/zones/Outer_Horutoto_Ruins/TextIDs.lua (revision 4071) +++ scripts/zones/Outer_Horutoto_Ruins/TextIDs.lua (working copy) @@ -1,23 +1,23 @@ -- Variable TextID Description text -- General Texts -ITEM_CANNOT_BE_OBTAINED = 6580; -- You cannot obtain the item come back again after sorting your inventory - ITEM_OBTAINED = 6583; -- Obtained: - GIL_OBTAINED = 6584; -- Obtained gil - KEYITEM_OBTAINED = 6586; -- Obtained key item: +ITEM_CANNOT_BE_OBTAINED = 6580; -- You cannot obtain the item . Come back after sorting your inventory. + ITEM_OBTAINED = 6583; -- Obtained: . + GIL_OBTAINED = 6584; -- Obtained gil. + KEYITEM_OBTAINED = 6586; -- Obtained key item: . -- Treasure Coffer/Chest Dialog -CHEST_UNLOCKED = 7234; -- You unlock the chest! - CHEST_FAIL = 7235; -- Fails to open the chest. - CHEST_TRAP = 7236; -- The chest was trapped! - CHEST_WEAK = 7237; -- You cannot open the chest when you are in a weakened state. - CHEST_MIMIC = 7238; -- The chest was a mimic! - CHEST_MOOGLE = 7239; -- You cannot open the chest while participating in the moogle event. -CHEST_ILLUSION = 7240; -- The chest was but an illusion... - CHEST_LOCKED = 7241; -- The chest appears to be locked. +CHEST_UNLOCKED = 7242; -- You unlock the chest! + CHEST_FAIL = 7243; -- Fails to open the chest. + CHEST_TRAP = 7244; -- The chest was trapped! + CHEST_WEAK = 7245; -- You cannot open the chest when you are in a weakened state. + CHEST_MIMIC = 7246; -- The chest was a mimic! + CHEST_MOOGLE = 7247; -- You cannot open the chest while participating in the moogle event. +CHEST_ILLUSION = 7248; -- The chest was but an illusion... + CHEST_LOCKED = 7249; -- The chest appears to be locked. -- Mission Texts - ORB_ALREADY_PLACED = 1; -- A dark Mana Orb is already placed here. + ORB_ALREADY_PLACED = 0; -- A dark Mana Orb is already placed here. G_ORB_ALREADY_GOTTEN = 3; -- You have already retrieved a glowing Mana Orb from here. RETRIEVED_ALL_G_ORBS = 4; -- You have retrieved all of the glowing Mana Orbs. ALL_DARK_MANA_ORBS_SET = 5; -- You have set all of the dark Mana Orbs in place. @@ -28,5 +28,5 @@ FIFTH_DARK_ORB_IN_PLACE = 10; -- Fifth Mana Orb Receptacle is ready for use. SIXTH_DARK_ORB_IN_PLACE = 11; -- Sixth Mana Orb Receptacle is ready for use. DARK_MANA_ORB_RECHARGER = 12; -- This appears to be a device that recharges Mana Orbs. - DOOR_FIRMLY_SHUT = 7209; -- The door is firmly shut. - ALL_G_ORBS_ENERGIZED = 7212; -- The six Mana Orbs have been successfully energized with magic! + DOOR_FIRMLY_SHUT = 7217; -- The door is firmly shut. + ALL_G_ORBS_ENERGIZED = 7220; -- The six Mana Orbs have been successfully energized with magic! Index: scripts/zones/QuBia_Arena/TextIDs.lua =================================================================== --- scripts/zones/QuBia_Arena/TextIDs.lua (revision 4071) +++ scripts/zones/QuBia_Arena/TextIDs.lua (working copy) @@ -1,15 +1,15 @@ -- Variable TextID Description text -- General Texts -ITEM_CANNOT_BE_OBTAINED = 6375; -- You cannot obtain the item come back again after sorting your inventory - ITEM_OBTAINED = 6378; -- Obtained: - GIL_OBTAINED = 6379; -- Obtained gil - KEYITEM_OBTAINED = 6381; -- Obtained key item: +ITEM_CANNOT_BE_OBTAINED = 6375; -- You cannot obtain the item . Come back after sorting your inventory. + ITEM_OBTAINED = 6378; -- Obtained: . + GIL_OBTAINED = 6379; -- Obtained gil. + KEYITEM_OBTAINED = 6381; -- Obtained key item: . -- Maat dialog - YOU_DECIDED_TO_SHOW_UP = 7571; -- So, you decided to show up... - LOOKS_LIKE_YOU_WERENT_READY = 7572; -- Looks like you weren't ready for me, were you? - YOUVE_COME_A_LONG_WAY = 7573; -- Hm. That was a mighty fine display ... You've come a long way... - TEACH_YOU_TO_RESPECT_ELDERS = 7574; -- I'll teach you to respect your elders! -TAKE_THAT_YOU_WHIPPERSNAPPER = 7575; -- Take that, you whippersnapper! - THAT_LL_HURT_IN_THE_MORNING = 7577; -- Ungh... That'll hurt in the morning... + YOU_DECIDED_TO_SHOW_UP = 7581; -- So, you decided to show up... + LOOKS_LIKE_YOU_WERENT_READY = 7582; -- Looks like you weren't ready for me, were you? + YOUVE_COME_A_LONG_WAY = 7583; -- Hm. That was a mighty fine display ... You've come a long way... + TEACH_YOU_TO_RESPECT_ELDERS = 7584; -- I'll teach you to respect your elders! +TAKE_THAT_YOU_WHIPPERSNAPPER = 7585; -- Take that, you whippersnapper! + THAT_LL_HURT_IN_THE_MORNING = 7587; -- Ungh... That'll hurt in the morning... Index: scripts/zones/Selbina/TextIDs.lua =================================================================== --- scripts/zones/Selbina/TextIDs.lua (revision 4071) +++ scripts/zones/Selbina/TextIDs.lua (working copy) @@ -1,29 +1,27 @@ -- Variable TextID Description text -TextID_Selbina = +TextID_Selbina = { -- General Texts -ITEM_CANNOT_BE_OBTAINED = 6375, -- You cannot obtain the item come back again after sorting your inventory - ITEM_OBTAINED = 6378, -- Obtained: - GIL_OBTAINED = 6379, -- Obtained gil - KEYITEM_OBTAINED = 6381, -- Obtained key item: - NOT_HAVE_ENOUGH_GIL = 0, -- You do not have enough gil. - HOMEPOINT_SET = 6434, -- Home point set! - FISHING_MESSAGE_OFFSET = 6462, -- You can't fish here - SUBJOB_UNLOCKED = 6756, -- You can now designate a support job. - +ITEM_CANNOT_BE_OBTAINED = 6375, -- You cannot obtain the item . Come back after sorting your inventory. + ITEM_OBTAINED = 6378, -- Obtained: . + GIL_OBTAINED = 6379, -- Obtained gil. + KEYITEM_OBTAINED = 6381, -- Obtained key item: . + NOT_HAVE_ENOUGH_GIL = 6383, -- You do not have enough gil. + HOMEPOINT_SET = 6442, -- Home point set! + FISHING_MESSAGE_OFFSET = 6490, -- You can't fish here. + SUBJOB_UNLOCKED = 6784, -- You can now designate a support job. + -- NPC texts -NOMAD_MOOGLE_DIALOG = 6554, -- I'm a traveling moogle, kupo. I help adventurers in the Outlands access items they have stored in a Mog House elsewhere, kupo. +NOMAD_MOOGLE_DIALOG = 6582, -- I'm a traveling moogle, kupo. I help adventurers in the Outlands access items they have stored in a Mog House elsewhere, kupo. - -- Shop Texts - HERMINIA_SHOP_DIALOG = 6930, -- Hello there. What can I do for you? - TORAPIONT_SHOP_DIALOG = 6931, -- Arm yourself before you step outside. -CLOTHCRAFT_SHOP_DIALOG = 6935, -- Welcome to the Weavers' Guild salesroom. - FISHING_SHOP_DIALOG = 6936, -- Welcome to the Fishermen's Guild salesroom. - QUELPIA_SHOP_DIALOG = 6935, -- In need of otherworldly protection? -CHUTARMIRE_SHOP_DIALOG = 6936, -- I have items for those who delve in the black arts! - DOHDJUMA_SHOP_DIALOG = 6932, -- I'm Dohdjuma, and I sell all kinds of things. - BORIS_DELIVERY_DIALOG = 7485, -- My independent survey confirms the inn as the preferred location from which adventurers send parcels. - WENZEL_DELIVERY_DIALOG = 7484, -- My independent survey confirms the town entrance as the preferred location from which adventurers send parcels. -} - + HERMINIA_SHOP_DIALOG = 6958, -- Hello there. What can I do for you? + TORAPIONT_SHOP_DIALOG = 6959, -- Arm yourself before you step outside. +CLOTHCRAFT_SHOP_DIALOG = 6961, -- Welcome to the Weavers' Guild salesroom. + FISHING_SHOP_DIALOG = 6962, -- Welcome to the Fishermen's Guild salesroom. + QUELPIA_SHOP_DIALOG = 6963, -- In need of otherworldly protection? +CHUTARMIRE_SHOP_DIALOG = 6964, -- I have items for those who delve in the black arts! + DOHDJUMA_SHOP_DIALOG = 6960, -- I'm Dohdjuma, and I sell all kinds of things. + BORIS_DELIVERY_DIALOG = 7513, -- My independent survey confirms the inn as the preferred location from which adventurers send parcels. + WENZEL_DELIVERY_DIALOG = 7512, -- My independent survey confirms the town entrance as the preferred location from which adventurers send parcels. +} \ No newline at end of file Index: scripts/zones/Stellar_Fulcrum/TextIDs.lua =================================================================== --- scripts/zones/Stellar_Fulcrum/TextIDs.lua (revision 4071) +++ scripts/zones/Stellar_Fulcrum/TextIDs.lua (working copy) @@ -1,7 +1,7 @@ -- Variable TextID Description text -- General Texts -ITEM_CANNOT_BE_OBTAINED = 6375; -- You cannot obtain the item come back again after sorting your inventory - ITEM_OBTAINED = 6378; -- Obtained: - GIL_OBTAINED = 6379; -- Obtained gil - KEYITEM_OBTAINED = 6381; -- Obtained key item: +ITEM_CANNOT_BE_OBTAINED = 6375; -- You cannot obtain the item . Come back after sorting your inventory. + ITEM_OBTAINED = 6378; -- Obtained: . + GIL_OBTAINED = 6379; -- Obtained gil. + KEYITEM_OBTAINED = 6381; -- Obtained key item: . Index: scripts/zones/The_Shrouded_Maw/TextIDs.lua =================================================================== --- scripts/zones/The_Shrouded_Maw/TextIDs.lua (revision 4071) +++ scripts/zones/The_Shrouded_Maw/TextIDs.lua (working copy) @@ -1,7 +1,7 @@ -- Variable TextID Description text -- General Texts -ITEM_CANNOT_BE_OBTAINED = 6375; -- You cannot obtain the item come back again after sorting your inventory - ITEM_OBTAINED = 6378; -- Obtained: - GIL_OBTAINED = 6379; -- Obtained gil - KEYITEM_OBTAINED = 6381; -- Obtained key item: \ No newline at end of file +ITEM_CANNOT_BE_OBTAINED = 6375; -- You cannot obtain the item . Come back after sorting your inventory. + ITEM_OBTAINED = 6378; -- Obtained: . + GIL_OBTAINED = 6379; -- Obtained gil. + KEYITEM_OBTAINED = 6381; -- Obtained key item: . Index: scripts/zones/Throne_Room/TextIDs.lua =================================================================== --- scripts/zones/Throne_Room/TextIDs.lua (revision 4146) +++ scripts/zones/Throne_Room/TextIDs.lua (working copy) @@ -1,7 +1,7 @@ -- Variable TextID Description text -- General Texts -ITEM_CANNOT_BE_OBTAINED = 6375; -- You cannot obtain the item come back again after sorting your inventory - ITEM_OBTAINED = 6378; -- Obtained: - GIL_OBTAINED = 6379; -- Obtained gil - KEYITEM_OBTAINED = 6381; -- Obtained key item: +ITEM_CANNOT_BE_OBTAINED = 6375; -- You cannot obtain the item . Come back after sorting your inventory. + ITEM_OBTAINED = 6378; -- Obtained: . + GIL_OBTAINED = 6379; -- Obtained gil. + KEYITEM_OBTAINED = 6381; -- Obtained key item: . Index: scripts/zones/Toraimarai_Canal/npcs/_4pc.lua =================================================================== --- scripts/zones/Toraimarai_Canal/npcs/_4pc.lua (revision 4079) +++ scripts/zones/Toraimarai_Canal/npcs/_4pc.lua (working copy) @@ -2,8 +2,7 @@ -- Area: Toraimarai Canal -- NPC: Marble Door -- Involved In Windurst Mission 7-1 --- @zone 169 --- @pos 132 12 -19 169 +-- @pos 132 12 -19 169 169 ----------------------------------- package.loaded["scripts/zones/Toraimarai_Canal/TextIDs"] = nil; require("scripts/zones/Toraimarai_Canal/TextIDs"); @@ -14,15 +13,13 @@ require("scripts/globals/quests"); require("scripts/globals/missions"); - ----------------------------------- -- onTrade Action ----------------------------------- function onTrade(player,npc,trade) +end; -end; - ----------------------------------- -- onTrigger Action ----------------------------------- @@ -32,7 +29,7 @@ local MissionStatus = player:getVar("MissionStatus"); local WindyKills = player:getVar("Windurst_7-1Kills"); --- NOTE: MobAction is 25(ACTION_SPAWN) when they're dead/despawned and 16(ACTION_ROAMING) when spawned. +-- NOTE: MobAction is 25(ACTION_SPAWN) when they're dead/despawned and 16(ACTION_ROAMING) when spawned. -- Not really sure why but this seems to work. -- print("HingeOil 1 Action: "..GetMobAction(17469666)); @@ -41,14 +38,14 @@ (GetMobAction(17469667) == 25) and (GetMobAction(17469668) == 25) and (GetMobAction(17469669) == 25)) then - + GetNPCByID(17469795):openDoor(2.5); else player:messageSpecial(3); -- It's sealed shut with incredibly strong magic end - + else + player:messageSpecial(SEALED_SHUT); end - end; ----------------------------------- @@ -58,7 +55,6 @@ function onEventUpdate(player,csid,option) --printf("CSID2: %u",csid); --printf("RESULT2: %u",option); - end; ----------------------------------- @@ -68,9 +64,4 @@ function onEventFinish(player,csid,option) --printf("CSID: %u",csid); --printf("RESULT: %u",option); - -end; - - - - +end; \ No newline at end of file Index: scripts/zones/Toraimarai_Canal/TextIDs.lua =================================================================== --- scripts/zones/Toraimarai_Canal/TextIDs.lua (revision 4079) +++ scripts/zones/Toraimarai_Canal/TextIDs.lua (working copy) @@ -1,21 +1,22 @@ -- Variable TextID Description text -- General Texts -ITEM_CANNOT_BE_OBTAINED = 6421; -- You cannot obtain the item come back again after sorting your inventory - ITEM_OBTAINED = 6424; -- Obtained: - GIL_OBTAINED = 6425; -- Obtained gil - KEYITEM_OBTAINED = 6427; -- Obtained key item: - FISHING_MESSAGE_OFFSET = 7209; -- You can't fish here +ITEM_CANNOT_BE_OBTAINED = 6421; -- You cannot obtain the item . Come back after sorting your inventory. + ITEM_OBTAINED = 6424; -- Obtained: . + GIL_OBTAINED = 6425; -- Obtained gil. + KEYITEM_OBTAINED = 6427; -- Obtained key item: . + FISHING_MESSAGE_OFFSET = 7217; -- You can't fish here. -- Treasure Coffer/Chest Dialog -CHEST_UNLOCKED = 7308; -- You unlock the chest! - CHEST_FAIL = 7309; -- Fails to open the chest. - CHEST_TRAP = 7310; -- The chest was trapped! - CHEST_WEAK = 7311; -- You cannot open the chest when you are in a weakened state. - CHEST_MIMIC = 7312; -- The chest was a mimic! - CHEST_MOOGLE = 7313; -- You cannot open the chest while participating in the moogle event. -CHEST_ILLUSION = 7314; -- The chest was but an illusion... - CHEST_LOCKED = 7315; -- The chest appears to be locked. +CHEST_UNLOCKED = 7316; -- You unlock the chest! + CHEST_FAIL = 7317; -- Fails to open the chest. + CHEST_TRAP = 7318; -- The chest was trapped! + CHEST_WEAK = 7319; -- You cannot open the chest when you are in a weakened state. + CHEST_MIMIC = 7320; -- The chest was a mimic! + CHEST_MOOGLE = 7321; -- You cannot open the chest while participating in the moogle event. +CHEST_ILLUSION = 7322; -- The chest was but an illusion... + CHEST_LOCKED = 7323; -- The chest appears to be locked. -- Quest dialog -CHEST_IS_LOCKED = 7301; -- This chest is locked. It can be opened with + SEALED_SHUT = 3; -- It's sealed shut with incredibly strong magic. +CHEST_IS_LOCKED = 7309; -- This chest is locked. It can be opened with . Index: scripts/zones/Uleguerand_Range/npcs/Eternal_Ice.lua =================================================================== --- scripts/zones/Uleguerand_Range/npcs/Eternal_Ice.lua (revision 0) +++ scripts/zones/Uleguerand_Range/npcs/Eternal_Ice.lua (working copy) @@ -0,0 +1,27 @@ +----------------------------------- +-- Area: Uleguerand Range +-- NPC: Eternal Ice +-- Gives key item Mystic Ice upon examining +-- @pos 575 -26 -101 5, and 455 -82 421 5, and -95 -146 378 5 +----------------------------------- +package.loaded["scripts/zones/Uleguerand_Range/TextIDs"] = nil; +require("scripts/zones/Uleguerand_Range/TextIDs"); + +----------------------------------- +-- onTrade Action +----------------------------------- + +function onTrade(player,npc,trade) +end; + +----------------------------------- +-- onTrigger Action +----------------------------------- + +function onTrigger(player,npc) + + if (player:hasKeyItem(MYSTIC_ICE) == false) then + player:addKeyItem(MYSTIC_ICE); + player:messageSpecial(KEYITEM_OBTAINED,MYSTIC_ICE); + end +end; \ No newline at end of file Index: scripts/zones/Uleguerand_Range/TextIDs.lua =================================================================== --- scripts/zones/Uleguerand_Range/TextIDs.lua (revision 4071) +++ scripts/zones/Uleguerand_Range/TextIDs.lua (working copy) @@ -1,7 +1,7 @@ -- Variable TextID Description text -- General Texts -ITEM_CANNOT_BE_OBTAINED = 6375; -- You cannot obtain the item come back again after sorting your inventory - ITEM_OBTAINED = 6378; -- Obtained: - GIL_OBTAINED = 6379; -- Obtained gil - KEYITEM_OBTAINED = 6381; -- Obtained key item: +ITEM_CANNOT_BE_OBTAINED = 6388; -- You cannot obtain the item . Come back after sorting your inventory. + ITEM_OBTAINED = 6391; -- Obtained: . + GIL_OBTAINED = 6392; -- Obtained gil. + KEYITEM_OBTAINED = 6394; -- Obtained key item: . Index: scripts/zones/Upper_Delkfutts_Tower/TextIDs.lua =================================================================== --- scripts/zones/Upper_Delkfutts_Tower/TextIDs.lua (revision 4071) +++ scripts/zones/Upper_Delkfutts_Tower/TextIDs.lua (working copy) @@ -1,20 +1,20 @@ -- Variable TextID Description text -- General Texts -ITEM_CANNOT_BE_OBTAINED = 6410; -- You cannot obtain the item come back again after sorting your inventory - ITEM_OBTAINED = 6413; -- Obtained: - GIL_OBTAINED = 6414; -- Obtained gil - KEYITEM_OBTAINED = 6416; -- Obtained key item: +ITEM_CANNOT_BE_OBTAINED = 6410; -- You cannot obtain the item . Come back after sorting your inventory. + ITEM_OBTAINED = 6413; -- Obtained: . + GIL_OBTAINED = 6414; -- Obtained gil. + KEYITEM_OBTAINED = 6416; -- Obtained key item: . -- Treasure Coffer/Chest Dialog -CHEST_UNLOCKED = 7297; -- You unlock the chest! - CHEST_FAIL = 7298; -- Fails to open the chest. - CHEST_TRAP = 7299; -- The chest was trapped! - CHEST_WEAK = 7300; -- You cannot open the chest when you are in a weakened state. - CHEST_MIMIC = 7301; -- The chest was a mimic! - CHEST_MOOGLE = 7302; -- You cannot open the chest while participating in the moogle event. -CHEST_ILLUSION = 7303; -- The chest was but an illusion... - CHEST_LOCKED = 7304; -- The chest appears to be locked. +CHEST_UNLOCKED = 7305; -- You unlock the chest! + CHEST_FAIL = 7306; -- Fails to open the chest. + CHEST_TRAP = 7307; -- The chest was trapped! + CHEST_WEAK = 7308; -- You cannot open the chest when you are in a weakened state. + CHEST_MIMIC = 7309; -- The chest was a mimic! + CHEST_MOOGLE = 7310; -- You cannot open the chest while participating in the moogle event. +CHEST_ILLUSION = 7311; -- The chest was but an illusion... + CHEST_LOCKED = 7312; -- The chest appears to be locked. -- Other Dialog THIS_ELEVATOR_GOES_DOWN = 25; -- This elevator goes down, but it is locked. Perhaps a key is needed to activate it. Index: scripts/zones/Waughroon_Shrine/TextIDs.lua =================================================================== --- scripts/zones/Waughroon_Shrine/TextIDs.lua (revision 4071) +++ scripts/zones/Waughroon_Shrine/TextIDs.lua (working copy) @@ -1,15 +1,15 @@ -- Variable TextID Description text -- General Texts -ITEM_CANNOT_BE_OBTAINED = 6375; -- You cannot obtain the item come back again after sorting your inventory - ITEM_OBTAINED = 6378; -- Obtained: - GIL_OBTAINED = 6379; -- Obtained gil - KEYITEM_OBTAINED = 6381; -- Obtained key item: +ITEM_CANNOT_BE_OBTAINED = 6375; -- You cannot obtain the item . Come back after sorting your inventory. + ITEM_OBTAINED = 6378; -- Obtained: . + GIL_OBTAINED = 6379; -- Obtained gil. + KEYITEM_OBTAINED = 6381; -- Obtained key item: . -- Maat dialog - YOU_DECIDED_TO_SHOW_UP = 7620; -- So, you decided to show up... - LOOKS_LIKE_YOU_WERENT_READY = 7621; -- Looks like you weren't ready for me, were you? - YOUVE_COME_A_LONG_WAY = 7622; -- Hm. That was a mighty fine display ... You've come a long way... - TEACH_YOU_TO_RESPECT_ELDERS = 7623; -- I'll teach you to respect your elders! -TAKE_THAT_YOU_WHIPPERSNAPPER = 7624; -- Take that, you whippersnapper! - THAT_LL_HURT_IN_THE_MORNING = 7626; -- Ungh... That'll hurt in the morning... \ No newline at end of file + YOU_DECIDED_TO_SHOW_UP = 7630; -- So, you decided to show up... + LOOKS_LIKE_YOU_WERENT_READY = 7631; -- Looks like you weren't ready for me, were you? + YOUVE_COME_A_LONG_WAY = 7632; -- Hm. That was a mighty fine display ... You've come a long way... + TEACH_YOU_TO_RESPECT_ELDERS = 7633; -- I'll teach you to respect your elders! +TAKE_THAT_YOU_WHIPPERSNAPPER = 7634; -- Take that, you whippersnapper! + THAT_LL_HURT_IN_THE_MORNING = 7636; -- Ungh... That'll hurt in the morning... Index: scripts/zones/Western_Altepa_Desert/npcs/_3h0.lua =================================================================== --- scripts/zones/Western_Altepa_Desert/npcs/_3h0.lua (revision 4128) +++ scripts/zones/Western_Altepa_Desert/npcs/_3h0.lua (working copy) @@ -13,7 +13,7 @@ ----------------------------------- function onTrade(player,npc,trade) -end; +end; ----------------------------------- -- onTrigger Action @@ -20,10 +20,14 @@ ----------------------------------- function onTrigger(player,npc) ---GetNPCByID(17289738):openDoor(); - --return 0; -end; + if(player:getZPos() > 137) then + GetNPCByID(17289738):openDoor(3.2); + else + player:messageSpecial(THE_DOOR_IS_LOCKED); + end +end; + ----------------------------------- -- onEventUpdate ----------------------------------- Index: scripts/zones/Western_Altepa_Desert/npcs/_3h5.lua =================================================================== --- scripts/zones/Western_Altepa_Desert/npcs/_3h5.lua (revision 4128) +++ scripts/zones/Western_Altepa_Desert/npcs/_3h5.lua (working copy) @@ -14,7 +14,7 @@ ----------------------------------- function onTrade(player,npc,trade) -end; +end; ----------------------------------- -- onTrigger Action @@ -21,7 +21,7 @@ ----------------------------------- function onTrigger(player,npc) - + local Ruby = GetNPCByID(17289743):getAnimation(); local Topaz = GetNPCByID(17289744):getAnimation(); local Emerald = GetNPCByID(17289745):getAnimation(); @@ -33,12 +33,14 @@ if(Ruby ~= 8) then GetNPCByID(17289743):setAnimation(8); GetNPCByID(17289739):setAnimation(8); + else + player:messageSpecial(DOES_NOT_RESPOND); end - + if(Emerald == 8 and Sapphire == 8 and Topaz == 8) then - randT = math.random(15,30); + rand = math.random(15,30); randT = rand * 60; - + -- Add timer for the door GetNPCByID(17289738):openDoor(randT); -- Add same timer for the 4 columns @@ -47,8 +49,7 @@ GetNPCByID(17289741):openDoor(randT); GetNPCByID(17289742):openDoor(randT); end - -end; +end; ----------------------------------- -- onEventUpdate Index: scripts/zones/Western_Altepa_Desert/npcs/_3h6.lua =================================================================== --- scripts/zones/Western_Altepa_Desert/npcs/_3h6.lua (revision 4128) +++ scripts/zones/Western_Altepa_Desert/npcs/_3h6.lua (working copy) @@ -14,7 +14,7 @@ ----------------------------------- function onTrade(player,npc,trade) -end; +end; ----------------------------------- -- onTrigger Action @@ -21,21 +21,23 @@ ----------------------------------- function onTrigger(player,npc) - + local Ruby = GetNPCByID(17289743):getAnimation(); local Topaz = GetNPCByID(17289744):getAnimation(); local Emerald = GetNPCByID(17289745):getAnimation(); local Sapphire = GetNPCByID(17289746):getAnimation(); - + if(Topaz ~= 8) then GetNPCByID(17289744):setAnimation(8); GetNPCByID(17289740):setAnimation(8); + else + player:messageSpecial(DOES_NOT_RESPOND); end - + if(Emerald == 8 and Ruby == 8 and Sapphire == 8) then rand = math.random(15,30); timeDoor = rand * 60; - + -- Add timer for the door GetNPCByID(17289738):openDoor(timeDoor); -- Add same timer for the 4 columns @@ -44,8 +46,7 @@ GetNPCByID(17289741):openDoor(timeDoor); GetNPCByID(17289742):openDoor(timeDoor); end - -end; +end; ----------------------------------- -- onEventUpdate Index: scripts/zones/Western_Altepa_Desert/npcs/_3h7.lua =================================================================== --- scripts/zones/Western_Altepa_Desert/npcs/_3h7.lua (revision 4128) +++ scripts/zones/Western_Altepa_Desert/npcs/_3h7.lua (working copy) @@ -14,7 +14,7 @@ ----------------------------------- function onTrade(player,npc,trade) -end; +end; ----------------------------------- -- onTrigger Action @@ -21,21 +21,23 @@ ----------------------------------- function onTrigger(player,npc) - + local Ruby = GetNPCByID(17289743):getAnimation(); local Topaz = GetNPCByID(17289744):getAnimation(); local Emerald = GetNPCByID(17289745):getAnimation(); local Sapphire = GetNPCByID(17289746):getAnimation(); - + if(Emerald ~= 8) then - GetNPCByID(17289745):setAnimation(8); + GetNPCByID(17289745):setAnimation(8); GetNPCByID(17289741):setAnimation(8); + else + player:messageSpecial(DOES_NOT_RESPOND); end - + if(Sapphire == 8 and Ruby == 8 and Topaz == 8) then rand = math.random(15,30); timeDoor = rand * 60; - + -- Add timer for the door GetNPCByID(17289738):openDoor(timeDoor); -- Add same timer for the 4 columns @@ -44,8 +46,7 @@ GetNPCByID(17289741):openDoor(timeDoor); GetNPCByID(17289742):openDoor(timeDoor); end - -end; +end; ----------------------------------- -- onEventUpdate Index: scripts/zones/Western_Altepa_Desert/npcs/_3h8.lua =================================================================== --- scripts/zones/Western_Altepa_Desert/npcs/_3h8.lua (revision 4128) +++ scripts/zones/Western_Altepa_Desert/npcs/_3h8.lua (working copy) @@ -14,7 +14,7 @@ ----------------------------------- function onTrade(player,npc,trade) -end; +end; ----------------------------------- -- onTrigger Action @@ -21,21 +21,23 @@ ----------------------------------- function onTrigger(player,npc) - + local Ruby = GetNPCByID(17289743):getAnimation(); local Topaz = GetNPCByID(17289744):getAnimation(); local Emerald = GetNPCByID(17289745):getAnimation(); local Sapphire = GetNPCByID(17289746):getAnimation(); - + if(Sapphire ~= 8) then - GetNPCByID(17289746):setAnimation(8); + GetNPCByID(17289746):setAnimation(8); GetNPCByID(17289742):setAnimation(8); + else + player:messageSpecial(DOES_NOT_RESPOND); end - + if(Emerald == 8 and Ruby == 8 and Topaz == 8) then rand = math.random(15,30); timeDoor = rand * 60; - + -- Add timer for the door GetNPCByID(17289738):openDoor(timeDoor); -- Add same timer for the 4 columns @@ -44,8 +46,7 @@ GetNPCByID(17289741):openDoor(timeDoor); GetNPCByID(17289742):openDoor(timeDoor); end - -end; +end; ----------------------------------- -- onEventUpdate Index: scripts/zones/Western_Altepa_Desert/TextIDs.lua =================================================================== --- scripts/zones/Western_Altepa_Desert/TextIDs.lua (revision 4128) +++ scripts/zones/Western_Altepa_Desert/TextIDs.lua (working copy) @@ -1,20 +1,23 @@ -- Variable TextID Description text -- General Texts - ITEM_CANNOT_BE_OBTAINED = 6375; -- You cannot obtain the item come back again after sorting your inventory -FULL_INVENTORY_AFTER_TRADE = 6377; -- You cannot obtain the . Try trading again after sorting your inventory - ITEM_OBTAINED = 6378; -- Obtained: - GIL_OBTAINED = 6379; -- Obtained gil - KEYITEM_OBTAINED = 6381; -- Obtained key item: - ITEMS_OBTAINED = 6387; -- You obtain - FISHING_MESSAGE_OFFSET = 7171; -- You can't fish here - + ITEM_CANNOT_BE_OBTAINED = 6375; -- You cannot obtain the item . Come back after sorting your inventory. +FULL_INVENTORY_AFTER_TRADE = 6377; -- You cannot obtain the . Try trading again after sorting your inventory. + ITEM_OBTAINED = 6378; -- Obtained: . + GIL_OBTAINED = 6379; -- Obtained gil. + KEYITEM_OBTAINED = 6381; -- Obtained key item: . + ITEMS_OBTAINED = 6387; -- You obtain ! + FISHING_MESSAGE_OFFSET = 7171; -- You can't fish here. + -- ZM4 dialog CANNOT_REMOVE_FRAG = 7299; -- It is an oddly shaped monument. A shiny stone... cannot be removed. ALREADY_OBTAINED_FRAG = 7300; -- You have already obtained this monuments... ALREADY_HAVE_ALL_FRAGS = 7301; -- You have obtained all of the fragments. You must hurry to the ruins of the ancient shrine! - FOUND_ALL_FRAGS = 7302; -- You have obtained ! You now have all 8 fragments - ZILART_MONUMENT = 7303; -- Its an ancient Zilart Monument - + FOUND_ALL_FRAGS = 7302; -- You have obtained ! You now have all 8 fragments of light! + ZILART_MONUMENT = 7303; -- Its an ancient Zilart Monument. + -- Other dialog NOTHING_OUT_OF_ORDINARY = 6392; -- There is nothing out of the ordinary here. + + THE_DOOR_IS_LOCKED = 7282; -- The door is locked. + DOES_NOT_RESPOND = 7283; -- It does not respond. Index: scripts/zones/Windurst_Waters/TextIDs.lua =================================================================== --- scripts/zones/Windurst_Waters/TextIDs.lua (revision 4095) +++ scripts/zones/Windurst_Waters/TextIDs.lua (working copy) @@ -5,52 +5,52 @@ ITEM_OBTAINED = 6537; --Obtained: <<>><<>><<>> GIL_OBTAINED = 6538; --Obtained <<>> gil. KEYITEM_OBTAINED = 6540; --Obtained key item: <<>> - HOMEPOINT_SET = 6595; --Home point set! - FISHING_MESSAGE_OFFSET = 6867; --You can't fish here. + HOMEPOINT_SET = 6601; --Home point set! + FISHING_MESSAGE_OFFSET = 6875; --You can't fish here. -- Conquest System -CONQUEST = 9022; --You've earned conquest points! +CONQUEST = 9030; --You've earned conquest points! -- Mission Dialogs -YOU_ACCEPT_THE_MISSION = 6669; --You have accepted the mission. +YOU_ACCEPT_THE_MISSION = 6675; --You have accepted the mission. -- Harvest Festival - TRICK_OR_TREAT = 9970; --Trick or treat... - THANK_YOU_TREAT = 9971; --And now for your treat... - HERE_TAKE_THIS = 9972; --Here, take this... - IF_YOU_WEAR_THIS = 9973; --If you put this on and walk around, something...unexpected might happen... - THANK_YOU = 9974; --Thank you...<<>> + TRICK_OR_TREAT = 9979; --Trick or treat... + THANK_YOU_TREAT = 9980; --And now for your treat... + HERE_TAKE_THIS = 9981; --Here, take this... + IF_YOU_WEAR_THIS = 9982; --If you put this on and walk around, something...unexpected might happen... + THANK_YOU = 9983; --Thank you...<<>> -- Shop Texts - KOPOPO_SHOP_DIALOG = 7651; --Cooking is as much an art as music and painting are. Can your taste buds appreciate the full value of our works of art? - CHOMOJINJAHL_SHOP_DIALOG = 7656; --The qualities needed to be a good cook are strong arms, a sense of taste, and devotion. - ENSASA_SHOP_DIALOG = 8723; --Welcome to my little catalyst shop, where you'll find a range of general and unusual goods! - UPIHKHACHLA_SHOP_DIALOG = 8724; --For adventurerrrs on the go, Ensasa's Catalyst Shop is the place for all you need in generrral goods! - SHOHRUNTUHRUN_SHOP_DIALOG = 8726; --Oh, hidey-widey!\nThis is the Federal Magic Reservey-wervey. What can I do for you today-oway? - HIKOMUMAKIMU_SHOP_DIALOG = 8727; --Welcome to the Federal Magic Reserve, the only place in the Federation where high-level magic is allowed to be sold. - OREZEBREZ_SHOP_DIALOG = 8728; --Welcome to Baren-Moren's, makers of the finest headwear. Our slogan is: ^"oThe smarter the hat, the smarter the head.^"c - TAAJIJI_SHOP_DIALOG = 8730; --May I take your order, please... -NESSRUGETOMALL_SHOP_DIALOG = 11265; --Welcome to the Rarab Tail Hostelry. - - MAQUMOLPIH_OPEN_DIALOG = 8731; --Psst...\nCheck out these things my suppliers in Aragoneu dug up. - MAQUMOLPIH_CLOSED_DIALOG = 8732; --Sorrrry, but I'm waiting on my next shipment from Aragoneu, so I'm all out of things to sell you at the moment. - BAEHUFAEHU_OPEN_DIALOG = 8733; --Can I interest you in some of Sarutabaruta's wares?\nCome on, have a look, and see how I fares! - BAEHUFAEHU_CLOSED_DIALOG = 8734; --Sorry-dorry, but I'm taking a breaky-wakey!\n(Or, as you'll be knowing, \nsince control of Sarutabaruta was lost, I'm out of stock,\nso go on, get going!) + KOPOPO_SHOP_DIALOG = 7659; --Cooking is as much an art as music and painting are. Can your taste buds appreciate the full value of our works of art? + CHOMOJINJAHL_SHOP_DIALOG = 7664; --The qualities needed to be a good cook are strong arms, a sense of taste, and devotion. + ENSASA_SHOP_DIALOG = 8731; --Welcome to my little catalyst shop, where you'll find a range of general and unusual goods! + UPIHKHACHLA_SHOP_DIALOG = 8732; --For adventurerrrs on the go, Ensasa's Catalyst Shop is the place for all you need in generrral goods! + SHOHRUNTUHRUN_SHOP_DIALOG = 8734; --Oh, hidey-widey!\nThis is the Federal Magic Reservey-wervey. What can I do for you today-oway? + HIKOMUMAKIMU_SHOP_DIALOG = 8735; --Welcome to the Federal Magic Reserve, the only place in the Federation where high-level magic is allowed to be sold. + OREZEBREZ_SHOP_DIALOG = 8736; --Welcome to Baren-Moren's, makers of the finest headwear. Our slogan is: ^"oThe smarter the hat, the smarter the head.^"c + TAAJIJI_SHOP_DIALOG = 8738; --May I take your order, please... +NESSRUGETOMALL_SHOP_DIALOG = 11273; --Welcome to the Rarab Tail Hostelry. - AHYEEKIH_OPEN_DIALOG = 8735; --Psst...\nWanna buy somethin' cheap from Kolshushu? - AHYEEKIH_CLOSED_DIALOG = 8736; --Hee-hee-hee...\nCan you hang on a while? I can start selling you good stuff from Kolshushu once I'm ready. - - FOMINA_OPEN_DIALOG = 8737; --Hello, adventurer!\nCan I interest you in something a little different--something from Elshimo? - FOMINA_CLOSED_DIALOG = 8738; --Well, um, let me see... This should be a good spot to open shop.\nThere are some wealthy-looking Tarutaru houses nearby. It's quiet and yet there're plenty of passers-by... + MAQUMOLPIH_OPEN_DIALOG = 8739; --Psst...\nCheck out these things my suppliers in Aragoneu dug up. + MAQUMOLPIH_CLOSED_DIALOG = 8740; --Sorrrry, but I'm waiting on my next shipment from Aragoneu, so I'm all out of things to sell you at the moment. + BAEHUFAEHU_OPEN_DIALOG = 8741; --Can I interest you in some of Sarutabaruta's wares?\nCome on, have a look, and see how I fares! + BAEHUFAEHU_CLOSED_DIALOG = 8742; --Sorry-dorry, but I'm taking a breaky-wakey!\n(Or, as you'll be knowing, \nsince control of Sarutabaruta was lost, I'm out of stock,\nso go on, get going!) - OTETE_OPEN_DIALOG = 8739; --He-he-he... Hey! How's about...\nItems from Li'Telor that you can't do without?\nReckon you could do,\nwith one of these or two? - OTETE_CLOSED_DIALOG = 8740; --Oh... Phew...\nMy heart is so blue...\nBluer than these flowers...\nLeave me be for a couple hours... + AHYEEKIH_OPEN_DIALOG = 8743; --Psst...\nWanna buy somethin' cheap from Kolshushu? + AHYEEKIH_CLOSED_DIALOG = 8744; --Hee-hee-hee...\nCan you hang on a while? I can start selling you good stuff from Kolshushu once I'm ready. - JOURILLE_OPEN_DIALOG = 8741; --Greetings. \nCan I interest you in some of these goods from Ronfaure...? - JOURILLE_CLOSED_DIALOG = 8742; --Greetings! I am Jourille, your friendly neighborhood traveling merchant. I would most like to sell you something from Ronfaure right now, but I regret that I am waiting on my next shipment. + FOMINA_OPEN_DIALOG = 8745; --Hello, adventurer!\nCan I interest you in something a little different--something from Elshimo? + FOMINA_CLOSED_DIALOG = 8746; --Well, um, let me see... This should be a good spot to open shop.\nThere are some wealthy-looking Tarutaru houses nearby. It's quiet and yet there're plenty of passers-by... - PRESTAPIQ_CLOSED_DIALOG = 10460; --Goodebyongo!\nWingdorsht tooo fhar awayz fhrum mai hormtowne! Dropt arll goodhys whylle ahn trripp! - PRESTAPIQ_OPEN_DIALOG = 10461; --Helgohelgo!\nMe's bhrink goodhys arll ja wayz fhrum hormtowne ovf Morvalporlis! + OTETE_OPEN_DIALOG = 8747; --He-he-he... Hey! How's about...\nItems from Li'Telor that you can't do without?\nReckon you could do,\nwith one of these or two? + OTETE_CLOSED_DIALOG = 8748; --Oh... Phew...\nMy heart is so blue...\nBluer than these flowers...\nLeave me be for a couple hours... + JOURILLE_OPEN_DIALOG = 8749; --Greetings. \nCan I interest you in some of these goods from Ronfaure...? + JOURILLE_CLOSED_DIALOG = 8750; --Greetings! I am Jourille, your friendly neighborhood traveling merchant. I would most like to sell you something from Ronfaure right now, but I regret that I am waiting on my next shipment. + + PRESTAPIQ_CLOSED_DIALOG = 10468; --Goodebyongo!\nWingdorsht tooo fhar awayz fhrum mai hormtowne! Dropt arll goodhys whylle ahn trripp! + PRESTAPIQ_OPEN_DIALOG = 10469; --Helgohelgo!\nMe's bhrink goodhys arll ja wayz fhrum hormtowne ovf Morvalporlis! + -- avatar - DIABOLOS_UNLOCKED = 11694; --You are now able to summon Diabolos! + DIABOLOS_UNLOCKED = 11702; --You are now able to summon Diabolos! Index: scripts/zones/Windurst_Woods/TextIDs.lua =================================================================== --- scripts/zones/Windurst_Woods/TextIDs.lua (revision 4071) +++ scripts/zones/Windurst_Woods/TextIDs.lua (working copy) @@ -6,60 +6,59 @@ GIL_OBTAINED = 6538; --Obtained <<>> gil. KEYITEM_OBTAINED = 6540; --Obtained key item: <<>> NOT_HAVE_ENOUGH_GIL = 6542; --You do not have enough gil. - HOMEPOINT_SET = 6595; --Home point set! - FISHING_MESSAGE_OFFSET = 6892; --You can't fish here. + HOMEPOINT_SET = 6601; --Home point set! + FISHING_MESSAGE_OFFSET = 6917; --You can't fish here. -- Conquest System -CONQUEST = 8708; --You've earned conquest points! +CONQUEST = 8733; --You've earned conquest points! -- Other Texts -ITEM_DELIVERY_DIALOG = 6739; --We can deliver goods to your residence or to the residences of your friends. +ITEM_DELIVERY_DIALOG = 6763; --We can deliver goods to your residence or to the residences of your friends. -- Mission Dialogs -YOU_ACCEPT_THE_MISSION = 6669; --You have accepted the mission. +YOU_ACCEPT_THE_MISSION = 6675; --You have accepted the mission. -- Harvest Festival - TRICK_OR_TREAT = 9516; --Trick or treat... - THANK_YOU_TREAT = 9517; --And now for your treat... - HERE_TAKE_THIS = 9518; --Here, take this... - IF_YOU_WEAR_THIS = 9519; --If you put this on and walk around, something...unexpected might happen... - THANK_YOU = 9520; --Thank you...<<>> + TRICK_OR_TREAT = 9541; --Trick or treat... + THANK_YOU_TREAT = 9542; --And now for your treat... + HERE_TAKE_THIS = 9543; --Here, take this... + IF_YOU_WEAR_THIS = 9544; --If you put this on and walk around, something...unexpected might happen... + THANK_YOU = 9545; --Thank you...<<>> -- Shop Texts - MANYNY_SHOP_DIALOG = 8299; --Are you in urgent needy-weedy of anything? I have a variety of thingy-wingies you may be interested in. - MONONCHAA_SHOP_DIALOG = 8298; --, then hurry up and decide, then get the heck out of herrre! - QUESSE_SHOP_DIALOG = 8297; --Welcome to the Windurst Chocobo Stables. - VALERIANO_SHOP_DIALOG = 7331; --Halfling philosophers and heroine beauties, welcome to the Troupe Valeriano show! And how gorgeous and green this fair town is! - WIJETIREN_SHOP_DIALOG = 8304; --From humble Mithran cold medicines to the legendary Windurstian ambrrrosia of immortality, we have it all... + MANYNY_SHOP_DIALOG = 8324; --Are you in urgent needy-weedy of anything? I have a variety of thingy-wingies you may be interested in. + MONONCHAA_SHOP_DIALOG = 8323; --, then hurry up and decide, then get the heck out of herrre! + QUESSE_SHOP_DIALOG = 8322; --Welcome to the Windurst Chocobo Stables. + VALERIANO_SHOP_DIALOG = 7356; --Halfling philosophers and heroine beauties, welcome to the Troupe Valeriano show! And how gorgeous and green this fair town is! + WIJETIREN_SHOP_DIALOG = 8329; --From humble Mithran cold medicines to the legendary Windurstian ambrrrosia of immortality, we have it all... - JU_KAMJA_DIALOG = 6739; --We can deliver goods to your residence or to the residences of your friends. - PEW_SAHBARAEF_DIALOG = 6740; --We can deliver goods to your residence or to the residences of your friends. - RETTO_MARUTTO_DIALOG = 7744; --Allo-allo! If you're after boneworking materials, then make sure you buy them herey in Windurst! We're the cheapest in the whole wide worldy! - SHIH_TAYUUN_DIALOG = 7746; --Oh, that Retto-Marutto...\nIf he keeps carrying on while speaking to the customers, he'll get in trouble with the guildmaster again! - KUZAH_HPIROHPON_DIALOG = 7755; --want to get your paws on the top-quality materials as used in the Weaverrrs' Guild? - MERIRI_DIALOG = 7757; --If you're interested in buying some works of art from our Weavers' Guild, then you've come to the right placey-wacey. + JU_KAMJA_DIALOG = 6763; --We can deliver goods to your residence or to the residences of your friends. + PEW_SAHBARAEF_DIALOG = 6764; --We can deliver goods to your residence or to the residences of your friends. + RETTO_MARUTTO_DIALOG = 7769; --Allo-allo! If you're after boneworking materials, then make sure you buy them herey in Windurst! We're the cheapest in the whole wide worldy! + SHIH_TAYUUN_DIALOG = 7771; --Oh, that Retto-Marutto...\nIf he keeps carrying on while speaking to the customers, he'll get in trouble with the guildmaster again! + KUZAH_HPIROHPON_DIALOG = 7780; --want to get your paws on the top-quality materials as used in the Weaverrrs' Guild? + MERIRI_DIALOG = 7782; --If you're interested in buying some works of art from our Weavers' Guild, then you've come to the right placey-wacey. - NHOBI_ZALKIA_OPEN_DIALOG = 8307; --Psst... Interested in some rrreal hot property? From lucky chocobo digs to bargain goods that fell off the back of an airship...all my stuff is a rrreal steal! - NHOBI_ZALKIA_CLOSED_DIALOG = 8308; --You're interested in some cheap shopping, rrright? I'm real sorry. I'm not doing business rrright now. + NHOBI_ZALKIA_OPEN_DIALOG = 8332; --Psst... Interested in some rrreal hot property? From lucky chocobo digs to bargain goods that fell off the back of an airship...all my stuff is a rrreal steal! + NHOBI_ZALKIA_CLOSED_DIALOG = 8333; --You're interested in some cheap shopping, rrright? I'm real sorry. I'm not doing business rrright now. - NYALABICCIO_OPEN_DIALOG = 8309; --Ladies and gentlemen, kittens and cubs! Do we have the sale that you've been waiting forrr! - NYALABICCIO_CLOSED_DIALOG = 8310; --Sorry, but our shop is closed rrright now. Why don't you go to Gustaberg and help the situation out therrre? + NYALABICCIO_OPEN_DIALOG = 8334; --Ladies and gentlemen, kittens and cubs! Do we have the sale that you've been waiting forrr! + NYALABICCIO_CLOSED_DIALOG = 8335; --Sorry, but our shop is closed rrright now. Why don't you go to Gustaberg and help the situation out therrre? - BIN_STEJIHNA_OPEN_DIALOG = 8311; --Why don't you buy something from me? You won't regrrret it! I've got all sorts of goods from the Zulkheim region! - BIN_STEJIHNA_CLOSED_DIALOG = 8312; --I'm taking a brrreak from\n the saleswoman gig to give dirrrections.\n So...through this arrrch is the residential\n area. + BIN_STEJIHNA_OPEN_DIALOG = 8336; --Why don't you buy something from me? You won't regrrret it! I've got all sorts of goods from the Zulkheim region! + BIN_STEJIHNA_CLOSED_DIALOG = 8337; --I'm taking a brrreak from\n the saleswoman gig to give dirrrections.\n So...through this arrrch is the residential\n area. - TARAIHIPERUNHI_OPEN_DIALOG = 8313; --Ooh...do I have some great merchandise for you! Man...these are once-in-a-lifetime offers, so get them while you can. - TARAIHIPERUNHI_CLOSED_DIALOG = 8314; -- I am but a poor \nmerchant. Mate, but you just wait!\nStrife...one day I'll live the high life.\nHey, that's my dream, anyway... + TARAIHIPERUNHI_OPEN_DIALOG = 8338; --Ooh...do I have some great merchandise for you! Man...these are once-in-a-lifetime offers, so get them while you can. + TARAIHIPERUNHI_CLOSED_DIALOG = 8339; -- I am but a poor \nmerchant. Mate, but you just wait!\nStrife...one day I'll live the high life.\nHey, that's my dream, anyway... - MILLEROVIEUNET_OPEN_DIALOG = 9754; --Please have a look at these wonderful products from Qufim Island! You won't regret it! - MILLEROVIEUNET_CLOSED_DIALOG = 9755; --Now that I've finally learned the language here, I'd like to start my own business. If I could only find a supplier... + MILLEROVIEUNET_OPEN_DIALOG = 9779; --Please have a look at these wonderful products from Qufim Island! You won't regret it! + MILLEROVIEUNET_CLOSED_DIALOG = 9780; --Now that I've finally learned the language here, I'd like to start my own business. If I could only find a supplier... - --Test -RAKOHBUUMA_OPEN_DIALOG = 7428; --To expel those who would subvert the law and order of Windurst Woods... +RAKOHBUUMA_OPEN_DIALOG = 7453; --To expel those who would subvert the law and order of Windurst Woods... -- Quest Dialog -PERIH_VASHAI_DIALOG = 8043; --You can now become a ranger! - APURURU_DIALOG = 9271; --There's no way Semih Lafihna will just hand it over for no good reason. Maybe if you try talking with Kupipi... - CATALIA_DIALOG = 8345; --While we cannot break our promise to the Windurstians, to ensure justice is served, we would secretly like you to take two shields off of the Yagudo who you meet en route. - FORINE_DIALOG = 8346; --Act according to our convictions while fulfilling our promise with the Tarutaru. This is indeed a fitting course for us, the people of glorious San d'Oria. +PERIH_VASHAI_DIALOG = 8068; --You can now become a ranger! + APURURU_DIALOG = 9296; --There's no way Semih Lafihna will just hand it over for no good reason. Maybe if you try talking with Kupipi... + CATALIA_DIALOG = 8370; --While we cannot break our promise to the Windurstians, to ensure justice is served, we would secretly like you to take two shields off of the Yagudo who you meet en route. + FORINE_DIALOG = 8371; --Act according to our convictions while fulfilling our promise with the Tarutaru. This is indeed a fitting course for us, the people of glorious San d'Oria. Index: sql/npc_list.sql =================================================================== --- sql/npc_list.sql (revision 4146) +++ sql/npc_list.sql (working copy) @@ -182,28 +182,28 @@ INSERT INTO `npc_list` VALUES (398,'qm1',0,575.768,-38.418,124.751,1,40,40,0,0,0,0,3,0x0000340000000000000000000000000000000000,0,5); INSERT INTO `npc_list` VALUES (401,'Rabbit_Footprint',0,437.587,0.392,-417.850,7,40,40,0,0,0,2,3,0x0000340000000000000000000000000000000000,0,5); -INSERT INTO `npc_list` VALUES (406,'Fissure',0,380.267,34.859,-179.655,1,40,40,0,0,0,0,3,0x0000340000000000000000000000000000000000,0,5); -INSERT INTO `npc_list` VALUES (407,'Fissure',0,460.339,-29.137,220.311,1,40,40,0,0,0,0,3,0x0000340000000000000000000000000000000000,0,5); -INSERT INTO `npc_list` VALUES (408,'Fissure',0,180.207,-77.147,500.276,1,40,40,0,0,0,0,2051,0x0000340000000000000000000000000000000000,0,5); -INSERT INTO `npc_list` VALUES (417,'Eternal_Ice',0,575.536,-26.067,-101.472,32769,40,40,0,0,0,0,3,0x0000340000000000000000000000000000000000,0,5); -INSERT INTO `npc_list` VALUES (418,'Eternal_Ice',0,455.518,-82.107,421.435,32769,40,40,0,0,0,0,3,0x0000340000000000000000000000000000000000,0,5); -INSERT INTO `npc_list` VALUES (419,'Eternal_Ice',0,-95.498,-146.098,378.526,32769,40,40,0,0,0,0,3,0x0000340000000000000000000000000000000000,0,5); -INSERT INTO `npc_list` VALUES (420,'Chamnaet_Spring',0,-305.240,3.605,17.977,32769,40,40,0,0,0,0,3,0x0000340000000000000000000000000000000000,0,5); -INSERT INTO `npc_list` VALUES (421,'qm2',150,-340.425,-100.249,135.520,0,40,40,0,0,0,6,3,0x0000340000000000000000000000000000000000,0,5); -INSERT INTO `npc_list` VALUES (422,'Buffalostalker_Dodzbraz',184,-380.171,-23.890,-180.797,25,40,40,0,0,0,0,27,0x0000650200000000000000000000000000000000,0,5); -INSERT INTO `npc_list` VALUES (423,'Louverance',183,-297.780,-52.174,-24.242,0,40,40,0,0,0,6,27,0x010002036D102C20003064406450406000700000,0,5); -INSERT INTO `npc_list` VALUES (424,'qm3',105,-299.813,-51.934,-18.902,1,40,40,0,0,0,0,3,0x0000340000000000000000000000000000000000,0,5); -INSERT INTO `npc_list` VALUES (425,'Ramblix',47,-304.637,-40.927,-554.044,0,40,40,0,0,0,6,27,0x0000550000000000000000000000000000000000,0,5); -INSERT INTO `npc_list` VALUES (426,'Goblin_Footprint',47,-304.637,-40.927,-554.044,1,40,40,0,0,0,0,3,0x0000340000000000000000000000000000000000,0,5); -INSERT INTO `npc_list` VALUES (428,'Moogle',0,0.000,0.000,0.000,0,40,40,0,0,0,2,4194307,0x0000520000000000000000000000000000000000,0,5); +INSERT INTO `npc_list` VALUES (407,'Fissure',0,380.267,34.859,-179.655,1,40,40,0,0,0,0,3,0x0000340000000000000000000000000000000000,0,5); +INSERT INTO `npc_list` VALUES (408,'Fissure',0,460.339,-29.137,220.311,1,40,40,0,0,0,0,3,0x0000340000000000000000000000000000000000,0,5); +INSERT INTO `npc_list` VALUES (409,'Fissure',0,180.207,-77.147,500.276,1,40,40,0,0,0,0,2051,0x0000340000000000000000000000000000000000,0,5); +INSERT INTO `npc_list` VALUES (418,'Eternal_Ice',0,575.536,-26.067,-101.472,32769,40,40,0,0,0,0,3,0x0000340000000000000000000000000000000000,0,5); +INSERT INTO `npc_list` VALUES (419,'Eternal_Ice',0,455.518,-82.107,421.435,32769,40,40,0,0,0,0,3,0x0000340000000000000000000000000000000000,0,5); +INSERT INTO `npc_list` VALUES (420,'Eternal_Ice',0,-95.498,-146.098,378.526,32769,40,40,0,0,0,0,3,0x0000340000000000000000000000000000000000,0,5); +INSERT INTO `npc_list` VALUES (421,'Chamnaet_Spring',0,-305.240,3.605,17.977,32769,40,40,0,0,0,0,3,0x0000340000000000000000000000000000000000,0,5); +INSERT INTO `npc_list` VALUES (422,'qm2',150,-340.425,-100.249,135.520,0,40,40,0,0,0,6,3,0x0000340000000000000000000000000000000000,0,5); +INSERT INTO `npc_list` VALUES (423,'Buffalostalker_Dodzbraz',184,-380.171,-23.890,-180.797,25,40,40,0,0,0,0,27,0x0000650200000000000000000000000000000000,0,5); +INSERT INTO `npc_list` VALUES (424,'Louverance',183,-297.780,-52.174,-24.242,0,40,40,0,0,0,6,27,0x010002036D102C20003064406450406000700000,0,5); +INSERT INTO `npc_list` VALUES (425,'qm3',105,-299.813,-51.934,-18.902,1,40,40,0,0,0,0,3,0x0000340000000000000000000000000000000000,0,5); +INSERT INTO `npc_list` VALUES (426,'Ramblix',47,-304.637,-40.927,-554.044,0,40,40,0,0,0,6,27,0x0000550000000000000000000000000000000000,0,5); +INSERT INTO `npc_list` VALUES (427,'Goblin_Footprint',47,-304.637,-40.927,-554.044,1,40,40,0,0,0,0,3,0x0000340000000000000000000000000000000000,0,5); INSERT INTO `npc_list` VALUES (429,'Moogle',0,0.000,0.000,0.000,0,40,40,0,0,0,2,4194307,0x0000520000000000000000000000000000000000,0,5); INSERT INTO `npc_list` VALUES (430,'Moogle',0,0.000,0.000,0.000,0,40,40,0,0,0,2,4194307,0x0000520000000000000000000000000000000000,0,5); INSERT INTO `npc_list` VALUES (431,'Moogle',0,0.000,0.000,0.000,0,40,40,0,0,0,2,4194307,0x0000520000000000000000000000000000000000,0,5); -INSERT INTO `npc_list` VALUES (432,'Zebada',232,-308.112,-41.137,-570.096,9,40,40,0,0,0,0,27,0x010001087D1000200A301F407A50006000700000,0,5); -INSERT INTO `npc_list` VALUES (433,'Louverance',0,0.000,0.000,0.000,0,40,40,0,0,0,6,27,0x010002036D102C20003064406450406000700000,0,5); -INSERT INTO `npc_list` VALUES (434,'Louverance',0,0.000,0.000,0.000,0,40,40,0,0,0,6,27,0x010002033E102C20003064406450406000700000,0,5); -INSERT INTO `npc_list` VALUES (435,'4',114,-292.639,-59.541,-517.576,1,40,40,0,0,0,2,2051,0x0000340000000000000000000000000000000000,0,5); -INSERT INTO `npc_list` VALUES (436,'Louverance',0,0.000,0.000,0.000,0,40,40,0,0,0,6,27,0x010002036D102C20003064406450406000700000,0,5); +INSERT INTO `npc_list` VALUES (432,'Moogle',0,0.000,0.000,0.000,0,40,40,0,0,0,2,4194307,0x0000520000000000000000000000000000000000,0,5); +INSERT INTO `npc_list` VALUES (433,'Zebada',232,-308.112,-41.137,-570.096,9,40,40,0,0,0,0,27,0x010001087D1000200A301F407A50006000700000,0,5); +INSERT INTO `npc_list` VALUES (434,'Louverance',0,0.000,0.000,0.000,0,40,40,0,0,0,6,27,0x010002036D102C20003064406450406000700000,0,5); +INSERT INTO `npc_list` VALUES (435,'Louverance',0,0.000,0.000,0.000,0,40,40,0,0,0,6,27,0x010002033E102C20003064406450406000700000,0,5); +INSERT INTO `npc_list` VALUES (436,'4',114,-292.639,-59.541,-517.576,1,40,40,0,0,0,2,2051,0x0000340000000000000000000000000000000000,0,5); +INSERT INTO `npc_list` VALUES (437,'Louverance',0,0.000,0.000,0.000,0,40,40,0,0,0,6,27,0x010002036D102C20003064406450406000700000,0,5); -- ------------------------------------------------------------ -- Bearclaw Pinnacle @@ -305,10 +305,10 @@ INSERT INTO `npc_list` VALUES (99,'Armoury_Crate',0,0.000,0.000,0.000,0,40,40,0,0,0,6,3,0x0000320000000000000000000000000000000000,0,8); INSERT INTO `npc_list` VALUES (105,'Armoury_Crate',64,-563.149,2.989,-429.273,6,40,40,0,8,0,6,1155,0x0000C10300000000000000000000000000000000,0,8); INSERT INTO `npc_list` VALUES (111,'Armoury_Crate',64,-3.236,2.996,130.630,7,40,40,2,8,0,6,1155,0x0000C10300000000000000000000000000000000,0,8); -INSERT INTO `npc_list` VALUES (144,'_081',0,-619.425,-1.522,505.673,1,40,40,9,0,0,0,4099,0x0200000000000000000000000000000000000000,0,8); -INSERT INTO `npc_list` VALUES (145,'_082',0,-619.480,-1.518,-534.297,1,40,40,9,0,0,0,4099,0x0200000000000000000000000000000000000000,0,8); -INSERT INTO `npc_list` VALUES (147,'_084',0,-59.452,-1.509,25.708,1,40,40,9,0,0,0,4099,0x0200000000000000000000000000000000000000,0,8); -INSERT INTO `npc_list` VALUES (149,'_086',0,420.544,-1.510,505.696,1,40,40,9,0,0,0,4099,0x0200000000000000000000000000000000000000,0,8); +INSERT INTO `npc_list` VALUES (144,'_081',0,-619.425,-1.522,505.673,1,40,40,9,0,0,0,4099,0x0200000000000000000000000000000000000000,0,8); -- Dark Miasma +INSERT INTO `npc_list` VALUES (145,'_082',0,-619.480,-1.518,-534.297,1,40,40,9,0,0,0,4099,0x0200000000000000000000000000000000000000,0,8); -- Dark Miasma +INSERT INTO `npc_list` VALUES (147,'_084',0,-59.452,-1.509,25.708,1,40,40,9,0,0,0,4099,0x0200000000000000000000000000000000000000,0,8); -- Dark Miasma +INSERT INTO `npc_list` VALUES (149,'_086',0,420.544,-1.510,505.696,1,40,40,9,0,0,0,4099,0x0200000000000000000000000000000000000000,0,8); -- Dark Miasma INSERT INTO `npc_list` VALUES (152,'qm4',169,-1.498,3.175,119.681,0,40,40,0,0,0,6,3,0x0000340000000000000000000000000000000000,0,8); INSERT INTO `npc_list` VALUES (153,'Prishe',169,-5.171,3.390,122.424,0,40,54,0,0,0,6,27,0x0000B10500000000000000000000000000000000,32,8); INSERT INTO `npc_list` VALUES (154,'Ulmia',172,-4.230,3.288,118.895,0,40,40,0,0,0,6,27,0x0000C00500000000000000000000000000000000,32,8); @@ -337,6 +337,7 @@ INSERT INTO `npc_list` VALUES (348,'Archaic_Chest',128,-290.000,47.747,370.000,3285,40,40,0,12,100,0,5251,0x0000020100000000000000000000000000000000,0,9); INSERT INTO `npc_list` VALUES (354,'qm1',0,-270.063,31.395,256.812,1,40,40,0,0,0,0,3,0x0000340000000000000000000000000000000000,32,9); INSERT INTO `npc_list` VALUES (359,'@090',0,300.000,15.450,-60.000,65537,40,40,11,0,0,0,2051,0x0300000000000000000000000000000000000000,32,9); + INSERT INTO `npc_list` VALUES (360,'_i9a',0,300.000,-0.100,-55.000,1,40,40,8,0,0,0,6147,0x0200000000000000000000000000000000000000,32,9); INSERT INTO `npc_list` VALUES (361,'_i9b',0,295.000,31.000,-60.000,1,40,40,8,0,0,0,6147,0x0200000000000000000000000000000000000000,32,9); INSERT INTO `npc_list` VALUES (362,'_090',0,341.600,-1.925,-50.000,1,40,40,9,0,0,0,4099,0x0200000000000000000000000000000000000000,32,9); @@ -394,13 +395,14 @@ INSERT INTO `npc_list` VALUES (414,'_i92',0,-350.000,-1.925,-261.600,1,40,40,8,0,0,0,6147,0x0200000000000000000000000000000000000000,32,9); INSERT INTO `npc_list` VALUES (415,'_i93',0,-330.000,-1.925,-261.600,1,40,40,8,0,0,0,6147,0x0200000000000000000000000000000000000000,32,9); INSERT INTO `npc_list` VALUES (416,'_09v',0,-298.399,-1.925,-210.000,1,40,40,8,0,0,0,6147,0x0200000000000000000000000000000000000000,32,9); + INSERT INTO `npc_list` VALUES (417,'qm2',0,-282.742,-3.600,-210.000,32769,40,40,0,0,0,0,3,0x0000340000000000000000000000000000000000,32,9); -INSERT INTO `npc_list` VALUES (418,'_i94',0,-330.000,14.074,-261.600,1,40,40,9,0,0,0,4099,0x0200000000000000000000000000000000000000,32,9); -INSERT INTO `npc_list` VALUES (419,'_09w',0,-330.000,30.074,-178.399,1,40,40,8,0,0,0,6147,0x0200000000000000000000000000000000000000,32,9); +INSERT INTO `npc_list` VALUES (418,'_i94',0,-330.000,14.074,-261.600,1,40,40,9,0,0,0,4099,0x0200000000000000000000000000000000000000,32,9); -- Stone Door +INSERT INTO `npc_list` VALUES (419,'_09w',0,-330.000,30.074,-178.399,1,40,40,8,0,0,0,6147,0x0200000000000000000000000000000000000000,32,9); -- door_09w INSERT INTO `npc_list` VALUES (420,'qm3',0,-329.980,28.300,-163.000,32769,40,40,0,0,0,0,3,0x0000340000000000000000000000000000000000,32,9); -INSERT INTO `npc_list` VALUES (421,'_i96',0,-310.000,-1.925,-238.399,1,40,40,9,0,0,0,4099,0x0200000000000000000000000000000000000000,32,9); -INSERT INTO `npc_list` VALUES (422,'@094',0,-20.000,16.000,20.000,65537,40,40,11,0,0,0,2051,0x0300000000000000000000000000000000000000,32,9); -INSERT INTO `npc_list` VALUES (423,'_i9i',0,-24.000,0.001,19.000,1,40,40,8,0,0,0,6147,0x0200000000000000000000000000000000000000,0,9); +INSERT INTO `npc_list` VALUES (421,'_i96',0,-310.000,-1.925,-238.399,1,40,40,9,0,0,0,4099,0x0200000000000000000000000000000000000000,32,9); -- Stone Door +INSERT INTO `npc_list` VALUES (422,'@094',0,-20.000,16.000,20.000,65537,40,40,11,0,0,0,2051,0x0300000000000000000000000000000000000000,32,9); -- TOWER_E_Lift_1 +INSERT INTO `npc_list` VALUES (423,'_i9i',0,-24.000,0.001,19.000,1,40,40,8,0,0,0,6147,0x0200000000000000000000000000000000000000,0,9); -- TOWER_F_Lift_W INSERT INTO `npc_list` VALUES (424,'_i9j',0,-19.500,32.000,24.000,1,40,40,9,0,0,0,6147,0x0200000000000000000000000000000000000000,0,9); INSERT INTO `npc_list` VALUES (425,'@096',0,-340.000,22.500,340.000,65537,40,40,10,0,0,0,2051,0x0300000000000000000000000000000000000000,32,9); INSERT INTO `npc_list` VALUES (426,'_i9k',0,-340.000,0.000,335.000,1,40,40,8,0,0,0,4099,0x0200000000000000000000000000000000000000,0,9); @@ -421,6 +423,7 @@ INSERT INTO `npc_list` VALUES (441,'_09r',0,260.000,46.349,320.000,1,40,40,9,0,0,0,4099,0x0200000000000000000000000000000000000000,32,9); INSERT INTO `npc_list` VALUES (442,'_i95',0,-360.000,46.353,-220.000,1,40,40,9,0,0,0,4099,0x0200000000000000000000000000000000000000,32,9); INSERT INTO `npc_list` VALUES (443,'_i97',0,-60.000,38.375,25.000,1,40,40,9,0,0,0,4099,0x0200000000000000000000000000000000000000,32,9); + INSERT INTO `npc_list` VALUES (444,'4',14,346.967,0.007,-19.585,32769,40,40,0,0,0,2,2051,0x0000320000000000000000000000000000000000,0,9); INSERT INTO `npc_list` VALUES (445,'5',0,0.000,0.000,0.000,0,40,40,0,0,0,2,2051,0x0000320000000000000000000000000000000000,0,9); INSERT INTO `npc_list` VALUES (446,'6',0,0.000,0.000,0.000,0,40,40,0,0,0,2,2051,0x0000320000000000000000000000000000000000,0,9); @@ -11347,8 +11350,8 @@ -- Altar Room -- ------------------------------------------------------------ -INSERT INTO `npc_list` VALUES (10,'NPC[a]',0,0.000,0.000,0.000,0,40,40,0,0,0,2,3,0x0000320000000000000000000000000000000000,0,152); -INSERT INTO `npc_list` VALUES (12,'NPC[c]',0,0.000,0.000,0.000,0,40,40,0,0,0,2,1,0x0000320000000000000000000000000000000000,0,152); +INSERT INTO `npc_list` VALUES (10,'NPC[a]',0,0.000,0.000,0.000,0,40,40,0,0,0,2,3,0x0000320000000000000000000000000000000000,0,152); -- not listed +INSERT INTO `npc_list` VALUES (12,'NPC[c]',0,0.000,0.000,0.000,0,40,40,0,0,0,2,1,0x0000320000000000000000000000000000000000,0,152); -- not listed INSERT INTO `npc_list` VALUES (14,'Fickblix',253,-265.716,13.569,-99.236,0,40,40,0,0,0,6,31,0x0000550000000000000000000000000000000000,32,152); INSERT INTO `npc_list` VALUES (15,'Verena',122,-261.823,13.881,-98.929,0,40,24,0,0,0,6,27,0x00004F0000000000000000000000000000000000,32,152); INSERT INTO `npc_list` VALUES (16,'DIRECTOR',176,-256.841,13.940,-101.703,0,40,40,0,0,0,6,27,0x00004A0000000000000000000000000000000000,32,152); @@ -11366,7 +11369,7 @@ INSERT INTO `npc_list` VALUES (28,'Magicite',173,-346.776,21.833,46.173,32769,40,40,0,0,0,0,3,0x0000340000000000000000000000000000000000,0,152); INSERT INTO `npc_list` VALUES (29,'Lion',151,26.320,23.964,-22.498,0,40,40,0,0,0,6,27,0x00003C0000000000000000000000000000000000,32,152); INSERT INTO `npc_list` VALUES (30,'Shadow_of_Darkness',36,-367.115,23.999,45.640,0,40,40,0,0,0,6,27,0x0000150300000000000000000000000000000000,32,152); -INSERT INTO `npc_list` VALUES (31,'NPC[1e]',0,0.000,0.000,0.000,0,40,40,0,0,0,2,3,0x0000320000000000000000000000000000000000,0,152); +INSERT INTO `npc_list` VALUES (31,'NPC[1e]',0,0.000,0.000,0.000,0,40,40,0,0,0,2,3,0x0000320000000000000000000000000000000000,0,152); -- not listed INSERT INTO `npc_list` VALUES (32,'Moogle',0,0.000,0.000,0.000,0,40,40,0,0,0,2,4194307,0x0000520000000000000000000000000000000000,0,152); INSERT INTO `npc_list` VALUES (33,'Moogle',0,0.000,0.000,0.000,0,40,40,0,0,0,2,4194307,0x0000520000000000000000000000000000000000,0,152); INSERT INTO `npc_list` VALUES (34,'Moogle',0,0.000,0.000,0.000,0,40,40,0,0,0,2,4194307,0x0000520000000000000000000000000000000000,0,152); @@ -11404,9 +11407,9 @@ -- Dragon's Aery -- ------------------------------------------------------------ -INSERT INTO `npc_list` VALUES (59,'qm1',0,87.000,8.000,44.000,1,40,40,0,0,0,0,3,0x0000320000000000000000000000000000000000,0,154); INSERT INTO `npc_list` VALUES (44,'relic',71,-20.212,-1.909,61.828,32769,40,40,0,0,0,0,3,0x0000340000000000000000000000000000000000,0,154); INSERT INTO `npc_list` VALUES (47,'Kilhwch',0,0.000,0.000,0.000,0,40,40,0,0,0,6,2075,0x01000D014D104D204D304D404D50406100700000,32,154); +INSERT INTO `npc_list` VALUES (59,'qm1',0,87.000,8.000,44.000,1,40,40,0,0,0,0,3,0x0000320000000000000000000000000000000000,0,154); -- ------------------------------------------------------------ -- Castle Zvahl Keep [S] @@ -11518,12 +11521,12 @@ INSERT INTO `npc_list` VALUES (137,'Seed_Afterglow',0,-360.000,-143.425,-40.000,32769,40,40,0,0,112,0,3,0x0000660500000000000000000000000000000000,2,158); INSERT INTO `npc_list` VALUES (138,'Seed_Afterglow',0,-300.000,-159.852,50.000,32769,40,40,0,0,112,0,3,0x0000660500000000000000000000000000000000,2,158); INSERT INTO `npc_list` VALUES (139,'Seed_Afterglow',0,-300.000,-175.425,50.000,32769,40,40,0,0,112,0,3,0x0000660500000000000000000000000000000000,2,158); -INSERT INTO `npc_list` VALUES (159,'_4e0',0,-291.559,-146.488,51.774,1,40,40,9,0,0,0,4099,0x0200000000000000000000000000000000000000,0,158); -INSERT INTO `npc_list` VALUES (160,'_4e1',0,320.000,13.511,20.000,1,40,40,9,0,0,0,3,0x0200000000000000000000000000000000000000,0,158); +INSERT INTO `npc_list` VALUES (159,'_4e0',0,-291.559,-146.488,51.774,1,40,40,9,0,0,0,4099,0x0200000000000000000000000000000000000000,0,158); -- Cermet Door +INSERT INTO `npc_list` VALUES (160,'_4e1',0,320.000,13.511,20.000,1,40,40,9,0,0,0,3,0x0200000000000000000000000000000000000000,0,158); -- Cermet Door INSERT INTO `npc_list` VALUES (161,'qm3',0,260.085,19.398,19.998,1,40,40,0,0,0,0,3,0x0000340000000000000000000000000000000000,0,158); -INSERT INTO `npc_list` VALUES (162,'_4e2',0,-299.985,-143.700,19.959,1,40,40,9,0,0,0,3,0x0200000000000000000000000000000000000000,0,158); -INSERT INTO `npc_list` VALUES (164,'_4e4',0,-380.001,-146.666,2.316,1,40,40,9,0,0,0,4099,0x0200000000000000000000000000000000000000,0,158); -INSERT INTO `npc_list` VALUES (165,'_4e5',0,-220.001,-146.666,2.244,1,40,40,9,0,0,0,4099,0x0200000000000000000000000000000000000000,0,158); +INSERT INTO `npc_list` VALUES (162,'_4e2',0,-299.985,-143.700,19.959,1,40,40,9,0,0,0,3,0x0200000000000000000000000000000000000000,0,158); -- Elevator +INSERT INTO `npc_list` VALUES (164,'_4e4',0,-380.001,-146.666,2.316,1,40,40,9,0,0,0,4099,0x0200000000000000000000000000000000000000,0,158); -- Cermet Door +INSERT INTO `npc_list` VALUES (165,'_4e5',0,-220.001,-146.666,2.244,1,40,40,9,0,0,0,4099,0x0200000000000000000000000000000000000000,0,158); -- Cermet Door INSERT INTO `npc_list` VALUES (167,'Moogle',0,0.000,0.000,0.000,0,40,40,0,0,0,2,4194307,0x0000520000000000000000000000000000000000,0,158); INSERT INTO `npc_list` VALUES (168,'Moogle',0,0.000,0.000,0.000,0,40,40,0,0,0,2,4194307,0x0000520000000000000000000000000000000000,0,158); INSERT INTO `npc_list` VALUES (169,'Moogle',0,0.000,0.000,0.000,0,40,40,0,0,0,2,4194307,0x0000520000000000000000000000000000000000,0,158); @@ -11712,121 +11715,121 @@ -- Castle Zvahl Baileys -- ------------------------------------------------------------ -INSERT INTO `npc_list` VALUES (304,'_4h4',0,-31.978,17.886,47.653,1,40,40,9,0,0,0,6147,0x0200000000000000000000000000000000000000,0,161); -INSERT INTO `npc_list` VALUES (305,'_4h2',0,-87.945,17.886,47.720,1,40,40,9,0,0,0,6147,0x0200000000000000000000000000000000000000,0,161); -INSERT INTO `npc_list` VALUES (306,'_4h1',0,-87.945,17.886,-7.957,1,40,40,9,0,0,0,6147,0x0200000000000000000000000000000000000000,0,161); -INSERT INTO `npc_list` VALUES (307,'_4h3',0,-32.069,17.886,-8.042,1,40,40,9,0,0,0,6147,0x0200000000000000000000000000000000000000,0,161); -INSERT INTO `npc_list` VALUES (308,'_4h0',0,140.000,-27.380,-55.500,1,40,40,9,0,0,0,4099,0x0200000000000000000000000000000000000000,0,161); -INSERT INTO `npc_list` VALUES (309,'_4h5',0,140.000,-27.380,95.500,1,40,40,9,0,0,0,4099,0x0200000000000000000000000000000000000000,0,161); -INSERT INTO `npc_list` VALUES (310,'Torch',0,61.440,-26.199,13.946,32769,40,40,0,0,0,0,3,0x0000340000000000000000000000000000000000,0,161); -INSERT INTO `npc_list` VALUES (311,'Torch',0,61.435,-26.199,15.984,32769,40,40,0,0,0,0,3,0x0000340000000000000000000000000000000000,0,161); -INSERT INTO `npc_list` VALUES (312,'Torch',0,61.467,-26.199,24.040,32769,40,40,0,0,0,0,3,0x0000340000000000000000000000000000000000,0,161); -INSERT INTO `npc_list` VALUES (313,'Torch',0,61.610,-26.199,25.905,32769,40,40,0,0,0,0,3,0x0000340000000000000000000000000000000000,0,161); +INSERT INTO `npc_list` VALUES (303,'_4h4',0,-31.978,17.886,47.653,1,40,40,9,0,0,0,6147,0x0200000000000000000000000000000000000000,0,161); +INSERT INTO `npc_list` VALUES (304,'_4h2',0,-87.945,17.886,47.720,1,40,40,9,0,0,0,6147,0x0200000000000000000000000000000000000000,0,161); +INSERT INTO `npc_list` VALUES (305,'_4h1',0,-87.945,17.886,-7.957,1,40,40,9,0,0,0,6147,0x0200000000000000000000000000000000000000,0,161); +INSERT INTO `npc_list` VALUES (306,'_4h3',0,-32.069,17.886,-8.042,1,40,40,9,0,0,0,6147,0x0200000000000000000000000000000000000000,0,161); +INSERT INTO `npc_list` VALUES (307,'_4h0',0,140.000,-27.380,-55.500,1,40,40,9,0,0,0,4099,0x0200000000000000000000000000000000000000,0,161); -- Iron Bar Gate +INSERT INTO `npc_list` VALUES (308,'_4h5',0,140.000,-27.380,95.500,1,40,40,9,0,0,0,4099,0x0200000000000000000000000000000000000000,0,161); -- Iron Bar Gate +INSERT INTO `npc_list` VALUES (309,'Torch',0,61.440,-26.199,13.946,32769,40,40,0,0,0,0,3,0x0000340000000000000000000000000000000000,0,161); +INSERT INTO `npc_list` VALUES (310,'Torch',0,61.435,-26.199,15.984,32769,40,40,0,0,0,0,3,0x0000340000000000000000000000000000000000,0,161); +INSERT INTO `npc_list` VALUES (311,'Torch',0,61.467,-26.199,24.040,32769,40,40,0,0,0,0,3,0x0000340000000000000000000000000000000000,0,161); +INSERT INTO `npc_list` VALUES (312,'Torch',0,61.610,-26.199,25.905,32769,40,40,0,0,0,0,3,0x0000340000000000000000000000000000000000,0,161); +INSERT INTO `npc_list` VALUES (314,'Moogle',0,0.000,0.000,0.000,0,40,40,0,0,0,2,4194307,0x0000520000000000000000000000000000000000,0,161); INSERT INTO `npc_list` VALUES (315,'Moogle',0,0.000,0.000,0.000,0,40,40,0,0,0,2,4194307,0x0000520000000000000000000000000000000000,0,161); INSERT INTO `npc_list` VALUES (316,'Moogle',0,0.000,0.000,0.000,0,40,40,0,0,0,2,4194307,0x0000520000000000000000000000000000000000,0,161); INSERT INTO `npc_list` VALUES (317,'Moogle',0,0.000,0.000,0.000,0,40,40,0,0,0,2,4194307,0x0000520000000000000000000000000000000000,0,161); -INSERT INTO `npc_list` VALUES (318,'Moogle',0,0.000,0.000,0.000,0,40,40,0,0,0,2,4194307,0x0000520000000000000000000000000000000000,0,161); -INSERT INTO `npc_list` VALUES (319,'Treasure_Chest',189,110.041,-20.002,106.811,7,40,40,0,0,0,0,3,0x0000C00300000000000000000000000000000000,0,161); -INSERT INTO `npc_list` VALUES (320,'Treasure_Coffer',126,-72.899,0.137,19.549,6,40,40,0,0,0,0,3,0x0000C10300000000000000000000000000000000,0,161); -INSERT INTO `npc_list` VALUES (321,'Switchstix',36,386.091,-12.000,-17.399,24,40,40,0,0,0,0,27,0x0000550000000000000000000000000000000000,0,161); -INSERT INTO `npc_list` VALUES (322,'qm1',0,0.000,0.000,0.000,0,40,40,0,0,0,2,2051,0x0000320000000000000000000000000000000000,0,161); -INSERT INTO `npc_list` VALUES (323,'qm2',213,19.400,-24.141,19.185,1,40,40,0,0,0,0,3,0x0000340000000000000000000000000000000000,0,161); -INSERT INTO `npc_list` VALUES (324,'Ramblix',158,377.847,-12.166,-25.548,0,40,40,0,0,0,6,27,0x0000550000000000000000000000000000000000,0,161); -INSERT INTO `npc_list` VALUES (325,'Goblin_Footprint',158,377.847,-12.166,-25.548,1,40,40,0,0,0,0,3,0x0000340000000000000000000000000000000000,0,161); -INSERT INTO `npc_list` VALUES (327,'qm3',0,0.000,0.000,0.000,0,40,40,0,0,0,2,2051,0x0000340000000000000000000000000000000000,0,161); -INSERT INTO `npc_list` VALUES (329,'Stooge_Moogle',0,0.000,0.000,0.000,0,40,40,0,0,0,2,2051,0x0000340000000000000000000000000000000000,0,161); -INSERT INTO `npc_list` VALUES (330,'1',0,0.000,0.000,0.000,0,40,40,0,0,0,2,2051,0x0000340000000000000000000000000000000000,0,161); -INSERT INTO `npc_list` VALUES (331,'2',0,0.000,0.000,0.000,0,40,40,0,0,0,2,2051,0x0000340000000000000000000000000000000000,0,161); -INSERT INTO `npc_list` VALUES (332,'3',0,0.000,0.000,0.000,0,40,40,0,0,0,2,2051,0x0000340000000000000000000000000000000000,0,161); -INSERT INTO `npc_list` VALUES (333,'4',0,0.000,0.000,0.000,0,40,40,0,0,0,2,2051,0x0000340000000000000000000000000000000000,0,161); -INSERT INTO `npc_list` VALUES (334,'5',0,0.000,0.000,0.000,0,40,40,0,0,0,2,2051,0x0000340000000000000000000000000000000000,0,161); -INSERT INTO `npc_list` VALUES (335,'6',0,0.000,0.000,0.000,0,40,40,0,0,0,2,2051,0x0000340000000000000000000000000000000000,0,161); -INSERT INTO `npc_list` VALUES (336,'Stooge_Moogle',0,0.000,0.000,0.000,0,40,40,0,0,0,6,27,0x00003C0900000000000000000000000000000000,0,161); -INSERT INTO `npc_list` VALUES (337,'Shadowy_Pillar',220,374.128,-12.098,-15.010,1,40,40,0,0,32,0,3,0x0000340000000000000000000000000000000000,0,161); -INSERT INTO `npc_list` VALUES (338,'Flame_of_Fate',55,-154.893,-23.999,16.908,1,40,40,0,0,32,0,3,0x0000340000000000000000000000000000000000,0,161); +INSERT INTO `npc_list` VALUES (318,'Treasure_Chest',189,110.041,-20.002,106.811,7,40,40,0,0,0,0,3,0x0000C00300000000000000000000000000000000,0,161); +INSERT INTO `npc_list` VALUES (319,'Treasure_Coffer',126,-72.899,0.137,19.549,6,40,40,0,0,0,0,3,0x0000C10300000000000000000000000000000000,0,161); +INSERT INTO `npc_list` VALUES (320,'Switchstix',36,386.091,-12.000,-17.399,24,40,40,0,0,0,0,27,0x0000550000000000000000000000000000000000,0,161); +INSERT INTO `npc_list` VALUES (321,'qm1',0,0.000,0.000,0.000,0,40,40,0,0,0,2,2051,0x0000320000000000000000000000000000000000,0,161); +INSERT INTO `npc_list` VALUES (322,'qm2',213,19.400,-24.141,19.185,1,40,40,0,0,0,0,3,0x0000340000000000000000000000000000000000,0,161); +INSERT INTO `npc_list` VALUES (323,'Ramblix',158,377.847,-12.166,-25.548,0,40,40,0,0,0,6,27,0x0000550000000000000000000000000000000000,0,161); +INSERT INTO `npc_list` VALUES (324,'Goblin_Footprint',158,377.847,-12.166,-25.548,1,40,40,0,0,0,0,3,0x0000340000000000000000000000000000000000,0,161); +INSERT INTO `npc_list` VALUES (326,'qm3',0,0.000,0.000,0.000,0,40,40,0,0,0,2,2051,0x0000340000000000000000000000000000000000,0,161); +INSERT INTO `npc_list` VALUES (328,'Stooge_Moogle',0,0.000,0.000,0.000,0,40,40,0,0,0,2,2051,0x0000340000000000000000000000000000000000,0,161); +INSERT INTO `npc_list` VALUES (329,'1',0,0.000,0.000,0.000,0,40,40,0,0,0,2,2051,0x0000340000000000000000000000000000000000,0,161); +INSERT INTO `npc_list` VALUES (330,'2',0,0.000,0.000,0.000,0,40,40,0,0,0,2,2051,0x0000340000000000000000000000000000000000,0,161); +INSERT INTO `npc_list` VALUES (331,'3',0,0.000,0.000,0.000,0,40,40,0,0,0,2,2051,0x0000340000000000000000000000000000000000,0,161); +INSERT INTO `npc_list` VALUES (332,'4',0,0.000,0.000,0.000,0,40,40,0,0,0,2,2051,0x0000340000000000000000000000000000000000,0,161); +INSERT INTO `npc_list` VALUES (333,'5',0,0.000,0.000,0.000,0,40,40,0,0,0,2,2051,0x0000340000000000000000000000000000000000,0,161); +INSERT INTO `npc_list` VALUES (334,'6',0,0.000,0.000,0.000,0,40,40,0,0,0,2,2051,0x0000340000000000000000000000000000000000,0,161); +INSERT INTO `npc_list` VALUES (335,'Stooge_Moogle',0,0.000,0.000,0.000,0,40,40,0,0,0,6,27,0x00003C0900000000000000000000000000000000,0,161); +INSERT INTO `npc_list` VALUES (336,'Shadowy_Pillar',220,374.128,-12.098,-15.010,1,40,40,0,0,32,0,3,0x0000340000000000000000000000000000000000,0,161); +INSERT INTO `npc_list` VALUES (337,'Flame_of_Fate',55,-154.893,-23.999,16.908,1,40,40,0,0,32,0,3,0x0000340000000000000000000000000000000000,0,161); -- ------------------------------------------------------------ -- Castle Zvahl Keep -- ------------------------------------------------------------ -INSERT INTO `npc_list` VALUES (248,'_4i0',0,-30.000,-3.436,41.250,1,40,40,9,0,0,0,4099,0x0200000000000000000000000000000000000000,0,162); -INSERT INTO `npc_list` VALUES (249,'_4i1',0,-60.000,-3.436,41.250,1,40,40,9,0,0,0,4099,0x0200000000000000000000000000000000000000,0,162); -INSERT INTO `npc_list` VALUES (250,'_4i2',0,-90.000,-3.436,41.250,1,40,40,9,0,0,0,4099,0x0200000000000000000000000000000000000000,0,162); -INSERT INTO `npc_list` VALUES (251,'_4i3',0,-38.750,-3.000,50.000,1,40,40,9,0,0,0,4099,0x0200000000000000000000000000000000000000,0,162); -INSERT INTO `npc_list` VALUES (252,'_4i4',0,-49.974,-3.000,58.750,1,40,40,9,0,0,0,4099,0x0200000000000000000000000000000000000000,0,162); -INSERT INTO `npc_list` VALUES (253,'_4i5',0,-18.750,-3.000,70.000,1,40,40,9,0,0,0,3,0x0200000000000000000000000000000000000000,0,162); -INSERT INTO `npc_list` VALUES (254,'_4i6',0,-10.000,-3.436,78.750,1,40,40,9,0,0,0,4099,0x0200000000000000000000000000000000000000,0,162); -INSERT INTO `npc_list` VALUES (255,'_4i7',0,-78.750,-3.436,70.000,1,40,40,9,0,0,0,4099,0x0200000000000000000000000000000000000000,0,162); -INSERT INTO `npc_list` VALUES (256,'_4i8',0,-70.000,-3.000,78.500,1,40,40,9,0,0,0,4099,0x0200000000000000000000000000000000000000,0,162); -INSERT INTO `npc_list` VALUES (257,'_4i9',0,-110.000,-3.436,78.750,1,40,40,9,0,0,0,4099,0x0200000000000000000000000000000000000000,0,162); -INSERT INTO `npc_list` VALUES (258,'_4ia',0,-18.750,-3.000,90.000,1,40,40,9,0,0,0,4099,0x0200000000000000000000000000000000000000,0,162); -INSERT INTO `npc_list` VALUES (259,'_4ib',0,-38.747,-3.100,90.005,1,40,40,9,0,0,0,4099,0x0200000000000000000000000000000000000000,0,162); -INSERT INTO `npc_list` VALUES (260,'_4ic',0,-49.993,-3.000,98.764,1,40,40,9,0,0,0,4099,0x0200000000000000000000000000000000000000,0,162); -INSERT INTO `npc_list` VALUES (261,'_4id',0,-90.000,-3.000,101.250,1,40,40,9,0,0,0,4099,0x0200000000000000000000000000000000000000,0,162); -INSERT INTO `npc_list` VALUES (262,'_4ie',0,-18.750,-3.000,110.000,1,40,40,9,0,0,0,4099,0x0200000000000000000000000000000000000000,0,162); -INSERT INTO `npc_list` VALUES (263,'_4if',0,-58.750,-3.000,110.000,1,40,40,9,0,0,0,4099,0x0200000000000000000000000000000000000000,0,162); -INSERT INTO `npc_list` VALUES (264,'_4ig',0,-69.999,-2.999,118.753,1,40,40,9,0,0,0,4099,0x0200000000000000000000000000000000000000,0,162); -INSERT INTO `npc_list` VALUES (265,'_4ih',0,-50.003,-19.000,118.774,1,40,40,9,0,0,0,4099,0x0200000000000000000000000000000000000000,0,162); -INSERT INTO `npc_list` VALUES (266,'_4ii',0,-61.250,-19.001,110.001,1,40,40,9,0,0,0,4099,0x0200000000000000000000000000000000000000,0,162); -INSERT INTO `npc_list` VALUES (267,'_4ij',0,-61.250,-19.000,90.000,1,40,40,9,0,0,0,4099,0x0200000000000000000000000000000000000000,0,162); -INSERT INTO `npc_list` VALUES (268,'_4ik',0,-90.000,-19.000,81.250,1,40,40,9,0,0,0,4099,0x0200000000000000000000000000000000000000,0,162); -INSERT INTO `npc_list` VALUES (269,'_4il',0,-70.000,-19.436,78.750,1,40,40,9,0,0,0,4099,0x0200000000000000000000000000000000000000,0,162); -INSERT INTO `npc_list` VALUES (270,'_4im',0,-50.000,-19.000,58.750,1,40,40,9,0,0,0,4099,0x0200000000000000000000000000000000000000,0,162); -INSERT INTO `npc_list` VALUES (271,'_4in',0,-90.000,-19.000,58.750,1,40,40,9,0,0,0,4099,0x0200000000000000000000000000000000000000,0,162); -INSERT INTO `npc_list` VALUES (272,'_4io',0,-110.000,-19.000,58.750,1,40,40,9,0,0,0,4099,0x0200000000000000000000000000000000000000,0,162); -INSERT INTO `npc_list` VALUES (273,'_4ip',0,-90.000,-19.436,41.250,1,40,40,9,0,0,0,4099,0x0200000000000000000000000000000000000000,0,162); -INSERT INTO `npc_list` VALUES (274,'_4iq',0,-60.000,-19.436,41.250,1,40,40,9,0,0,0,4099,0x0200000000000000000000000000000000000000,0,162); -INSERT INTO `npc_list` VALUES (275,'_mi0',0,-30.000,-3.436,-81.250,1,40,40,9,0,0,0,4099,0x0200000000000000000000000000000000000000,0,162); -INSERT INTO `npc_list` VALUES (276,'_mi1',0,-60.000,-3.436,-81.250,1,40,40,9,0,0,0,4099,0x0200000000000000000000000000000000000000,0,162); -INSERT INTO `npc_list` VALUES (277,'_mi2',0,-90.000,-3.436,-81.250,1,40,40,9,0,0,0,4099,0x0200000000000000000000000000000000000000,0,162); -INSERT INTO `npc_list` VALUES (278,'_mi3',0,-78.730,-3.476,-89.999,1,40,40,9,0,0,0,4099,0x0200000000000000000000000000000000000000,0,162); -INSERT INTO `npc_list` VALUES (279,'_mi4',0,-10.000,-3.000,-98.750,1,40,40,8,0,0,0,4099,0x0200000000000000000000000000000000000000,0,162); -INSERT INTO `npc_list` VALUES (280,'_mi5',0,-58.750,-3.000,-110.000,1,40,40,9,0,0,0,4099,0x0200000000000000000000000000000000000000,0,162); -INSERT INTO `npc_list` VALUES (281,'_mi6',0,-110.000,-3.436,-118.750,1,40,40,9,0,0,0,4099,0x0200000000000000000000000000000000000000,0,162); -INSERT INTO `npc_list` VALUES (282,'_mi7',0,-30.000,-3.436,-118.750,1,40,40,9,0,0,0,4099,0x0200000000000000000000000000000000000000,0,162); -INSERT INTO `npc_list` VALUES (283,'_mi8',0,-38.750,-3.436,-130.000,1,40,40,9,0,0,0,4099,0x0200000000000000000000000000000000000000,0,162); -INSERT INTO `npc_list` VALUES (284,'_mi9',0,-58.750,-3.000,-130.000,1,40,40,9,0,0,0,4099,0x0200000000000000000000000000000000000000,0,162); -INSERT INTO `npc_list` VALUES (285,'_mia',0,-98.750,-3.000,-150.000,1,40,40,9,0,0,0,4099,0x0200000000000000000000000000000000000000,0,162); -INSERT INTO `npc_list` VALUES (286,'_mib',0,-58.750,-3.000,-150.000,1,40,40,9,0,0,0,4099,0x0200000000000000000000000000000000000000,0,162); -INSERT INTO `npc_list` VALUES (287,'_mic',0,-18.750,-3.000,-150.000,1,40,40,9,0,0,0,4099,0x0200000000000000000000000000000000000000,0,162); -INSERT INTO `npc_list` VALUES (288,'_mid',0,-69.996,-2.996,-158.727,1,40,40,9,0,0,0,4099,0x0200000000000000000000000000000000000000,0,162); -INSERT INTO `npc_list` VALUES (289,'_mie',0,-50.010,-18.998,-158.797,1,40,40,9,0,0,0,4099,0x0200000000000000000000000000000000000000,0,162); -INSERT INTO `npc_list` VALUES (290,'_mif',0,-90.000,-19.436,-81.250,1,40,40,9,0,0,0,4099,0x0200000000000000000000000000000000000000,0,162); -INSERT INTO `npc_list` VALUES (291,'_mig',0,-60.000,-19.436,-81.250,1,40,40,9,0,0,0,4099,0x0200000000000000000000000000000000000000,0,162); -INSERT INTO `npc_list` VALUES (292,'_mih',0,-101.250,-19.000,-110.000,1,40,40,9,0,0,0,4099,0x0200000000000000000000000000000000000000,0,162); -INSERT INTO `npc_list` VALUES (293,'_mii',0,-58.750,-19.000,-110.000,1,40,40,9,0,0,0,4099,0x0200000000000000000000000000000000000000,0,162); -INSERT INTO `npc_list` VALUES (294,'_mij',0,-90.000,-19.000,-121.250,1,40,40,9,0,0,0,4099,0x0200000000000000000000000000000000000000,0,162); -INSERT INTO `npc_list` VALUES (295,'_mik',0,-50.004,-19.439,-118.750,1,40,40,9,0,0,0,4099,0x0200000000000000000000000000000000000000,0,162); -INSERT INTO `npc_list` VALUES (296,'_mil',0,-50.000,-19.000,-138.750,1,40,40,9,0,0,0,4099,0x0200000000000000000000000000000000000000,0,162); -INSERT INTO `npc_list` VALUES (297,'_mim',0,-70.000,-19.000,-138.750,1,40,40,9,0,0,0,4099,0x0200000000000000000000000000000000000000,0,162); -INSERT INTO `npc_list` VALUES (298,'_min',0,-558.200,-72.657,60.000,1,40,40,9,0,0,0,4099,0x0200000000000000000000000000000000000000,0,162); -INSERT INTO `npc_list` VALUES (299,'_mio',0,-491.830,-70.000,59.979,1,40,40,9,0,0,0,4099,0x0200000000000000000000000000000000000000,0,162); -INSERT INTO `npc_list` VALUES (300,'_4iy',0,-299.958,-49.113,-20.090,1,40,40,9,0,0,0,6147,0x0200000000000000000000000000000000000000,0,162); -INSERT INTO `npc_list` VALUES (301,'_4iu',0,-327.146,-53.113,4.964,1,40,40,8,0,0,0,6147,0x0200000000000000000000000000000000000000,0,162); -INSERT INTO `npc_list` VALUES (302,'_4iv',0,-326.134,-53.113,-45.158,1,40,40,9,0,0,0,6147,0x0200000000000000000000000000000000000000,0,162); -INSERT INTO `npc_list` VALUES (303,'_4iw',0,-272.765,-53.207,4.884,1,40,40,9,0,0,0,6147,0x0200000000000000000000000000000000000000,0,162); -INSERT INTO `npc_list` VALUES (304,'_4ix',0,-273.243,-53.113,-44.954,1,40,40,8,0,0,0,6147,0x0200000000000000000000000000000000000000,0,162); -INSERT INTO `npc_list` VALUES (305,'_4it',0,-459.935,-68.113,59.966,1,40,40,9,0,0,0,6147,0x0200000000000000000000000000000000000000,0,162); -INSERT INTO `npc_list` VALUES (306,'_4is',0,-526.930,-73.113,86.992,1,40,40,8,0,0,0,6147,0x0200000000000000000000000000000000000000,0,162); -INSERT INTO `npc_list` VALUES (307,'_4ir',0,-526.874,-73.113,32.987,1,40,40,9,0,0,0,6147,0x0200000000000000000000000000000000000000,0,162); -INSERT INTO `npc_list` VALUES (308,'Talking_Doll',253,-35.146,-0.501,70.000,0,40,40,0,1,0,6,27,0x0000CA0300000000000000000000000000000000,0,162); +INSERT INTO `npc_list` VALUES (247,'_4i0',0,-30.000,-3.436,41.250,1,40,40,9,0,0,0,4099,0x0200000000000000000000000000000000000000,0,162); +INSERT INTO `npc_list` VALUES (248,'_4i1',0,-60.000,-3.436,41.250,1,40,40,9,0,0,0,4099,0x0200000000000000000000000000000000000000,0,162); +INSERT INTO `npc_list` VALUES (249,'_4i2',0,-90.000,-3.436,41.250,1,40,40,9,0,0,0,4099,0x0200000000000000000000000000000000000000,0,162); +INSERT INTO `npc_list` VALUES (250,'_4i3',0,-38.750,-3.000,50.000,1,40,40,9,0,0,0,4099,0x0200000000000000000000000000000000000000,0,162); +INSERT INTO `npc_list` VALUES (251,'_4i4',0,-49.974,-3.000,58.750,1,40,40,9,0,0,0,4099,0x0200000000000000000000000000000000000000,0,162); +INSERT INTO `npc_list` VALUES (252,'_4i5',0,-18.750,-3.000,70.000,1,40,40,9,0,0,0,3,0x0200000000000000000000000000000000000000,0,162); +INSERT INTO `npc_list` VALUES (253,'_4i6',0,-10.000,-3.436,78.750,1,40,40,9,0,0,0,4099,0x0200000000000000000000000000000000000000,0,162); +INSERT INTO `npc_list` VALUES (254,'_4i7',0,-78.750,-3.436,70.000,1,40,40,9,0,0,0,4099,0x0200000000000000000000000000000000000000,0,162); +INSERT INTO `npc_list` VALUES (255,'_4i8',0,-70.000,-3.000,78.500,1,40,40,9,0,0,0,4099,0x0200000000000000000000000000000000000000,0,162); +INSERT INTO `npc_list` VALUES (256,'_4i9',0,-110.000,-3.436,78.750,1,40,40,9,0,0,0,4099,0x0200000000000000000000000000000000000000,0,162); +INSERT INTO `npc_list` VALUES (257,'_4ia',0,-18.750,-3.000,90.000,1,40,40,9,0,0,0,4099,0x0200000000000000000000000000000000000000,0,162); +INSERT INTO `npc_list` VALUES (258,'_4ib',0,-38.747,-3.100,90.005,1,40,40,9,0,0,0,4099,0x0200000000000000000000000000000000000000,0,162); +INSERT INTO `npc_list` VALUES (259,'_4ic',0,-49.993,-3.000,98.764,1,40,40,9,0,0,0,4099,0x0200000000000000000000000000000000000000,0,162); +INSERT INTO `npc_list` VALUES (260,'_4id',0,-90.000,-3.000,101.250,1,40,40,9,0,0,0,4099,0x0200000000000000000000000000000000000000,0,162); +INSERT INTO `npc_list` VALUES (261,'_4ie',0,-18.750,-3.000,110.000,1,40,40,9,0,0,0,4099,0x0200000000000000000000000000000000000000,0,162); +INSERT INTO `npc_list` VALUES (262,'_4if',0,-58.750,-3.000,110.000,1,40,40,9,0,0,0,4099,0x0200000000000000000000000000000000000000,0,162); +INSERT INTO `npc_list` VALUES (263,'_4ig',0,-69.999,-2.999,118.753,1,40,40,9,0,0,0,4099,0x0200000000000000000000000000000000000000,0,162); +INSERT INTO `npc_list` VALUES (264,'_4ih',0,-50.003,-19.000,118.774,1,40,40,9,0,0,0,4099,0x0200000000000000000000000000000000000000,0,162); +INSERT INTO `npc_list` VALUES (265,'_4ii',0,-61.250,-19.001,110.001,1,40,40,9,0,0,0,4099,0x0200000000000000000000000000000000000000,0,162); +INSERT INTO `npc_list` VALUES (266,'_4ij',0,-61.250,-19.000,90.000,1,40,40,9,0,0,0,4099,0x0200000000000000000000000000000000000000,0,162); +INSERT INTO `npc_list` VALUES (267,'_4ik',0,-90.000,-19.000,81.250,1,40,40,9,0,0,0,4099,0x0200000000000000000000000000000000000000,0,162); +INSERT INTO `npc_list` VALUES (268,'_4il',0,-70.000,-19.436,78.750,1,40,40,9,0,0,0,4099,0x0200000000000000000000000000000000000000,0,162); +INSERT INTO `npc_list` VALUES (269,'_4im',0,-50.000,-19.000,58.750,1,40,40,9,0,0,0,4099,0x0200000000000000000000000000000000000000,0,162); +INSERT INTO `npc_list` VALUES (270,'_4in',0,-90.000,-19.000,58.750,1,40,40,9,0,0,0,4099,0x0200000000000000000000000000000000000000,0,162); +INSERT INTO `npc_list` VALUES (271,'_4io',0,-110.000,-19.000,58.750,1,40,40,9,0,0,0,4099,0x0200000000000000000000000000000000000000,0,162); +INSERT INTO `npc_list` VALUES (272,'_4ip',0,-90.000,-19.436,41.250,1,40,40,9,0,0,0,4099,0x0200000000000000000000000000000000000000,0,162); +INSERT INTO `npc_list` VALUES (273,'_4iq',0,-60.000,-19.436,41.250,1,40,40,9,0,0,0,4099,0x0200000000000000000000000000000000000000,0,162); +INSERT INTO `npc_list` VALUES (274,'_mi0',0,-30.000,-3.436,-81.250,1,40,40,9,0,0,0,4099,0x0200000000000000000000000000000000000000,0,162); +INSERT INTO `npc_list` VALUES (275,'_mi1',0,-60.000,-3.436,-81.250,1,40,40,9,0,0,0,4099,0x0200000000000000000000000000000000000000,0,162); +INSERT INTO `npc_list` VALUES (276,'_mi2',0,-90.000,-3.436,-81.250,1,40,40,9,0,0,0,4099,0x0200000000000000000000000000000000000000,0,162); +INSERT INTO `npc_list` VALUES (277,'_mi3',0,-78.730,-3.476,-89.999,1,40,40,9,0,0,0,4099,0x0200000000000000000000000000000000000000,0,162); +INSERT INTO `npc_list` VALUES (278,'_mi4',0,-10.000,-3.000,-98.750,1,40,40,8,0,0,0,4099,0x0200000000000000000000000000000000000000,0,162); +INSERT INTO `npc_list` VALUES (279,'_mi5',0,-58.750,-3.000,-110.000,1,40,40,9,0,0,0,4099,0x0200000000000000000000000000000000000000,0,162); +INSERT INTO `npc_list` VALUES (280,'_mi6',0,-110.000,-3.436,-118.750,1,40,40,9,0,0,0,4099,0x0200000000000000000000000000000000000000,0,162); +INSERT INTO `npc_list` VALUES (281,'_mi7',0,-30.000,-3.436,-118.750,1,40,40,9,0,0,0,4099,0x0200000000000000000000000000000000000000,0,162); +INSERT INTO `npc_list` VALUES (282,'_mi8',0,-38.750,-3.436,-130.000,1,40,40,9,0,0,0,4099,0x0200000000000000000000000000000000000000,0,162); +INSERT INTO `npc_list` VALUES (283,'_mi9',0,-58.750,-3.000,-130.000,1,40,40,9,0,0,0,4099,0x0200000000000000000000000000000000000000,0,162); +INSERT INTO `npc_list` VALUES (284,'_mia',0,-98.750,-3.000,-150.000,1,40,40,9,0,0,0,4099,0x0200000000000000000000000000000000000000,0,162); +INSERT INTO `npc_list` VALUES (285,'_mib',0,-58.750,-3.000,-150.000,1,40,40,9,0,0,0,4099,0x0200000000000000000000000000000000000000,0,162); +INSERT INTO `npc_list` VALUES (286,'_mic',0,-18.750,-3.000,-150.000,1,40,40,9,0,0,0,4099,0x0200000000000000000000000000000000000000,0,162); +INSERT INTO `npc_list` VALUES (287,'_mid',0,-69.996,-2.996,-158.727,1,40,40,9,0,0,0,4099,0x0200000000000000000000000000000000000000,0,162); +INSERT INTO `npc_list` VALUES (288,'_mie',0,-50.010,-18.998,-158.797,1,40,40,9,0,0,0,4099,0x0200000000000000000000000000000000000000,0,162); +INSERT INTO `npc_list` VALUES (289,'_mif',0,-90.000,-19.436,-81.250,1,40,40,9,0,0,0,4099,0x0200000000000000000000000000000000000000,0,162); +INSERT INTO `npc_list` VALUES (290,'_mig',0,-60.000,-19.436,-81.250,1,40,40,9,0,0,0,4099,0x0200000000000000000000000000000000000000,0,162); +INSERT INTO `npc_list` VALUES (291,'_mih',0,-101.250,-19.000,-110.000,1,40,40,9,0,0,0,4099,0x0200000000000000000000000000000000000000,0,162); +INSERT INTO `npc_list` VALUES (292,'_mii',0,-58.750,-19.000,-110.000,1,40,40,9,0,0,0,4099,0x0200000000000000000000000000000000000000,0,162); +INSERT INTO `npc_list` VALUES (293,'_mij',0,-90.000,-19.000,-121.250,1,40,40,9,0,0,0,4099,0x0200000000000000000000000000000000000000,0,162); +INSERT INTO `npc_list` VALUES (294,'_mik',0,-50.004,-19.439,-118.750,1,40,40,9,0,0,0,4099,0x0200000000000000000000000000000000000000,0,162); +INSERT INTO `npc_list` VALUES (295,'_mil',0,-50.000,-19.000,-138.750,1,40,40,9,0,0,0,4099,0x0200000000000000000000000000000000000000,0,162); +INSERT INTO `npc_list` VALUES (296,'_mim',0,-70.000,-19.000,-138.750,1,40,40,9,0,0,0,4099,0x0200000000000000000000000000000000000000,0,162); +INSERT INTO `npc_list` VALUES (297,'_min',0,-558.200,-72.657,60.000,1,40,40,9,0,0,0,4099,0x0200000000000000000000000000000000000000,0,162); +INSERT INTO `npc_list` VALUES (298,'_mio',0,-491.830,-70.000,59.979,1,40,40,9,0,0,0,4099,0x0200000000000000000000000000000000000000,0,162); +INSERT INTO `npc_list` VALUES (299,'_4iy',0,-299.958,-49.113,-20.090,1,40,40,9,0,0,0,6147,0x0200000000000000000000000000000000000000,0,162); +INSERT INTO `npc_list` VALUES (300,'_4iu',0,-327.146,-53.113,4.964,1,40,40,8,0,0,0,6147,0x0200000000000000000000000000000000000000,0,162); +INSERT INTO `npc_list` VALUES (301,'_4iv',0,-326.134,-53.113,-45.158,1,40,40,9,0,0,0,6147,0x0200000000000000000000000000000000000000,0,162); +INSERT INTO `npc_list` VALUES (302,'_4iw',0,-272.765,-53.207,4.884,1,40,40,9,0,0,0,6147,0x0200000000000000000000000000000000000000,0,162); +INSERT INTO `npc_list` VALUES (303,'_4ix',0,-273.243,-53.113,-44.954,1,40,40,8,0,0,0,6147,0x0200000000000000000000000000000000000000,0,162); +INSERT INTO `npc_list` VALUES (304,'_4it',0,-459.935,-68.113,59.966,1,40,40,9,0,0,0,6147,0x0200000000000000000000000000000000000000,0,162); +INSERT INTO `npc_list` VALUES (305,'_4is',0,-526.930,-73.113,86.992,1,40,40,8,0,0,0,6147,0x0200000000000000000000000000000000000000,0,162); +INSERT INTO `npc_list` VALUES (306,'_4ir',0,-526.874,-73.113,32.987,1,40,40,9,0,0,0,6147,0x0200000000000000000000000000000000000000,0,162); +INSERT INTO `npc_list` VALUES (307,'Talking_Doll',253,-35.146,-0.501,70.000,0,40,40,0,1,0,6,27,0x0000CA0300000000000000000000000000000000,0,162); +INSERT INTO `npc_list` VALUES (309,'Moogle',0,0.000,0.000,0.000,0,40,40,0,0,0,2,4194307,0x0000520000000000000000000000000000000000,0,162); INSERT INTO `npc_list` VALUES (310,'Moogle',0,0.000,0.000,0.000,0,40,40,0,0,0,2,4194307,0x0000520000000000000000000000000000000000,0,162); INSERT INTO `npc_list` VALUES (311,'Moogle',0,0.000,0.000,0.000,0,40,40,0,0,0,2,4194307,0x0000520000000000000000000000000000000000,0,162); INSERT INTO `npc_list` VALUES (312,'Moogle',0,0.000,0.000,0.000,0,40,40,0,0,0,2,4194307,0x0000520000000000000000000000000000000000,0,162); -INSERT INTO `npc_list` VALUES (313,'Moogle',0,0.000,0.000,0.000,0,40,40,0,0,0,2,4194307,0x0000520000000000000000000000000000000000,0,162); -INSERT INTO `npc_list` VALUES (314,'Treasure_Chest',62,-299.787,-48.000,24.873,7,40,40,0,0,0,0,3,0x0000C00300000000000000000000000000000000,0,162); -INSERT INTO `npc_list` VALUES (315,'Ramblix',65,45.948,-0.037,-17.059,0,40,40,0,0,0,6,27,0x0000550000000000000000000000000000000000,0,162); -INSERT INTO `npc_list` VALUES (316,'Goblin_Footprint',65,45.948,-0.037,-17.059,1,40,40,0,0,0,0,3,0x0000340000000000000000000000000000000000,0,162); -INSERT INTO `npc_list` VALUES (317,'Ominous_Pillar',59,-7.000,-1.500,-23.600,32769,40,40,0,0,32,0,3,0x0000340000000000000000000000000000000000,0,162); -INSERT INTO `npc_list` VALUES (318,'Craggy_Pillar',0,-208.000,-52.500,-87.500,32769,40,40,0,0,32,0,3,0x0000340000000000000000000000000000000000,0,162); -INSERT INTO `npc_list` VALUES (319,'Craggy_Pillar',0,-448.000,-68.000,-11.500,32769,40,40,0,0,32,0,3,0x0000340000000000000000000000000000000000,0,162); -INSERT INTO `npc_list` VALUES (320,'Craggy_Pillar',0,-368.000,-52.500,-127.500,32769,40,40,0,0,32,0,3,0x0000340000000000000000000000000000000000,0,162); -INSERT INTO `npc_list` VALUES (321,'Craggy_Pillar',0,-236.000,-52.000,103.000,32769,40,40,0,0,32,0,3,0x0000340000000000000000000000000000000000,0,162); -INSERT INTO `npc_list` VALUES (322,'Stooge_Moogle',0,-6.970,0.000,-22.732,0,40,40,0,0,0,6,27,0x00003C0900000000000000000000000000000000,0,162); -INSERT INTO `npc_list` VALUES (323,'Kupatete',0,0.000,0.000,0.000,0,40,40,0,0,0,6,27,0x00003C0900000000000000000000000000000000,0,162); -INSERT INTO `npc_list` VALUES (324,'Kupignol',0,0.000,0.000,0.000,0,40,40,0,0,0,6,27,0x00003C0900000000000000000000000000000000,0,162); -INSERT INTO `npc_list` VALUES (325,'Kupuckl',0,0.000,0.000,0.000,0,40,40,0,0,0,6,27,0x00003C0900000000000000000000000000000000,0,162); -INSERT INTO `npc_list` VALUES (326,'Kupert',0,0.000,0.000,0.000,0,40,40,0,0,0,6,27,0x00003C0900000000000000000000000000000000,0,162); +INSERT INTO `npc_list` VALUES (313,'Treasure_Chest',62,-299.787,-48.000,24.873,7,40,40,0,0,0,0,3,0x0000C00300000000000000000000000000000000,0,162); +INSERT INTO `npc_list` VALUES (314,'Ramblix',65,45.948,-0.037,-17.059,0,40,40,0,0,0,6,27,0x0000550000000000000000000000000000000000,0,162); +INSERT INTO `npc_list` VALUES (315,'Goblin_Footprint',65,45.948,-0.037,-17.059,1,40,40,0,0,0,0,3,0x0000340000000000000000000000000000000000,0,162); +INSERT INTO `npc_list` VALUES (316,'Ominous_Pillar',59,-7.000,-1.500,-23.600,32769,40,40,0,0,32,0,3,0x0000340000000000000000000000000000000000,0,162); +INSERT INTO `npc_list` VALUES (317,'Craggy_Pillar',0,-208.000,-52.500,-87.500,32769,40,40,0,0,32,0,3,0x0000340000000000000000000000000000000000,0,162); +INSERT INTO `npc_list` VALUES (318,'Craggy_Pillar',0,-448.000,-68.000,-11.500,32769,40,40,0,0,32,0,3,0x0000340000000000000000000000000000000000,0,162); +INSERT INTO `npc_list` VALUES (319,'Craggy_Pillar',0,-368.000,-52.500,-127.500,32769,40,40,0,0,32,0,3,0x0000340000000000000000000000000000000000,0,162); +INSERT INTO `npc_list` VALUES (320,'Craggy_Pillar',0,-236.000,-52.000,103.000,32769,40,40,0,0,32,0,3,0x0000340000000000000000000000000000000000,0,162); +INSERT INTO `npc_list` VALUES (321,'Stooge_Moogle',0,-6.970,0.000,-22.732,0,40,40,0,0,0,6,27,0x00003C0900000000000000000000000000000000,0,162); +INSERT INTO `npc_list` VALUES (322,'Kupatete',0,0.000,0.000,0.000,0,40,40,0,0,0,6,27,0x00003C0900000000000000000000000000000000,0,162); +INSERT INTO `npc_list` VALUES (323,'Kupignol',0,0.000,0.000,0.000,0,40,40,0,0,0,6,27,0x00003C0900000000000000000000000000000000,0,162); +INSERT INTO `npc_list` VALUES (324,'Kupuckl',0,0.000,0.000,0.000,0,40,40,0,0,0,6,27,0x00003C0900000000000000000000000000000000,0,162); +INSERT INTO `npc_list` VALUES (325,'Kupert',0,0.000,0.000,0.000,0,40,40,0,0,0,6,27,0x00003C0900000000000000000000000000000000,0,162); -- ------------------------------------------------------------ -- Sacrificial Chamber @@ -12297,56 +12300,56 @@ INSERT INTO `npc_list` VALUES (329,'qm6',174,219.927,16.999,-60.704,6383,40,40,0,0,112,0,27,0x0000160900000000000000000000000000000000,32,169); INSERT INTO `npc_list` VALUES (330,'qm7',103,80.171,20.433,-39.799,991,40,40,0,0,112,0,27,0x0000160900000000000000000000000000000000,32,169); INSERT INTO `npc_list` VALUES (331,'qm8',136,-300.800,24.999,59.860,5995,40,40,0,0,112,0,27,0x0000160900000000000000000000000000000000,32,169); -INSERT INTO `npc_list` VALUES (352,'EVENTER',161,136.702,12.992,-21.186,0,40,40,0,0,0,6,3,0x0000320000000000000000000000000000000000,0,169); -INSERT INTO `npc_list` VALUES (353,'DIRECTOR',132,-297.850,16.051,261.636,0,40,40,0,0,0,6,3,0x0000320000000000000000000000000000000000,0,169); -INSERT INTO `npc_list` VALUES (354,'Star_Sibyl',189,142.992,12.999,-24.203,0,40,40,0,0,0,6,27,0x00004B0000000000000000000000000000000000,32,169); -INSERT INTO `npc_list` VALUES (355,'Karaha-Baruha',34,145.058,12.999,-15.836,0,40,40,0,0,0,6,27,0x00009A0300000000000000000000000000000000,32,169); -INSERT INTO `npc_list` VALUES (356,'_4pc',0,138.749,11.350,-19.995,1,40,40,9,0,0,0,3,0x0200000000000000000000000000000000000000,0,169); -INSERT INTO `npc_list` VALUES (357,'_4pd',0,143.000,11.102,-28.599,1,40,40,9,0,0,0,4099,0x0200000000000000000000000000000000000000,0,169); -INSERT INTO `npc_list` VALUES (358,'_4pe',0,149.647,8.083,-16.999,1,40,40,9,0,0,0,4099,0x0200000000000000000000000000000000000000,0,169); -INSERT INTO `npc_list` VALUES (359,'_4p0',0,-182.788,17.373,109.176,1,40,40,8,0,0,0,6147,0x0200000000000000000000000000000000000000,0,169); -INSERT INTO `npc_list` VALUES (360,'_4p1',0,-57.215,17.739,171.689,1,40,40,8,0,0,0,6147,0x0200000000000000000000000000000000000000,0,169); -INSERT INTO `npc_list` VALUES (361,'_4p2',0,-217.209,17.579,10.802,1,40,40,8,0,0,0,6147,0x0200000000000000000000000000000000000000,0,169); -INSERT INTO `npc_list` VALUES (362,'_4p3',0,-139.990,17.314,-68.900,1,40,40,8,0,0,0,6147,0x0200000000000000000000000000000000000000,0,169); -INSERT INTO `npc_list` VALUES (363,'_4p4',0,-19.986,17.202,-11.095,1,40,40,8,0,0,0,6147,0x0200000000000000000000000000000000000000,0,169); -INSERT INTO `npc_list` VALUES (364,'_4p5',0,-323.813,14.282,9.995,1,40,40,8,0,0,0,6147,0x0200000000000000000000000000000000000000,0,169); -INSERT INTO `npc_list` VALUES (365,'_4p6',0,-316.229,14.221,10.014,1,40,40,8,0,0,0,6147,0x0200000000000000000000000000000000000000,0,169); -INSERT INTO `npc_list` VALUES (366,'_4p7',0,-323.763,14.336,-49.998,1,40,40,8,0,0,0,6147,0x0200000000000000000000000000000000000000,0,169); -INSERT INTO `npc_list` VALUES (367,'_4p8',0,-316.281,14.173,-49.991,1,40,40,8,0,0,0,6147,0x0200000000000000000000000000000000000000,0,169); -INSERT INTO `npc_list` VALUES (368,'_4p9',0,-134.000,12.649,149.000,1,40,40,9,0,0,0,6147,0x0200000000000000000000000000000000000000,0,169); -INSERT INTO `npc_list` VALUES (369,'_4pa',0,-92.000,12.649,-29.000,1,40,40,9,0,0,0,6147,0x0200000000000000000000000000000000000000,0,169); -INSERT INTO `npc_list` VALUES (370,'_4pf',0,-212.000,12.649,211.000,1,40,40,9,0,0,0,6147,0x0200000000000000000000000000000000000000,0,169); -INSERT INTO `npc_list` VALUES (371,'_4pb',0,-286.000,22.100,60.000,1,40,40,9,0,0,0,4099,0x0200000000000000000000000000000000000000,0,169); -INSERT INTO `npc_list` VALUES (372,'Talking_Doll',43,19.243,16.999,60.282,0,40,40,0,0,0,6,27,0x0000CA0300000000000000000000000000000000,32,169); -INSERT INTO `npc_list` VALUES (373,'qm9',0,-137.289,16.000,150.691,32769,40,40,0,0,0,0,3,0x0000320000000000000000000000000000000000,0,169); -INSERT INTO `npc_list` VALUES (374,'qm10',0,-94.925,15.999,-31.360,32769,40,40,0,0,0,0,3,0x0000320000000000000000000000000000000000,0,169); -INSERT INTO `npc_list` VALUES (375,'qm11',0,19.758,16.999,59.362,32769,40,40,0,0,0,0,3,0x0000320000000000000000000000000000000000,0,169); -INSERT INTO `npc_list` VALUES (376,'DEBUG_SWITCH',0,-135.352,15.994,145.861,0,40,40,0,0,0,6,27,0x0000CA0300000000000000000000000000000000,32,169); +INSERT INTO `npc_list` VALUES (351,'EVENTER',161,136.702,12.992,-21.186,0,40,40,0,0,0,6,3,0x0000320000000000000000000000000000000000,0,169); +INSERT INTO `npc_list` VALUES (352,'DIRECTOR',132,-297.850,16.051,261.636,0,40,40,0,0,0,6,3,0x0000320000000000000000000000000000000000,0,169); +INSERT INTO `npc_list` VALUES (353,'Star_Sibyl',189,142.992,12.999,-24.203,0,40,40,0,0,0,6,27,0x00004B0000000000000000000000000000000000,32,169); +INSERT INTO `npc_list` VALUES (354,'Karaha-Baruha',34,145.058,12.999,-15.836,0,40,40,0,0,0,6,27,0x00009A0300000000000000000000000000000000,32,169); +INSERT INTO `npc_list` VALUES (355,'_4pc',0,138.749,11.350,-19.995,1,40,40,9,0,0,0,3,0x0200000000000000000000000000000000000000,0,169); +INSERT INTO `npc_list` VALUES (356,'_4pd',0,143.000,11.102,-28.599,1,40,40,9,0,0,0,4099,0x0200000000000000000000000000000000000000,0,169); +INSERT INTO `npc_list` VALUES (357,'_4pe',0,149.647,8.083,-16.999,1,40,40,9,0,0,0,4099,0x0200000000000000000000000000000000000000,0,169); +INSERT INTO `npc_list` VALUES (358,'_4p0',0,-182.788,17.373,109.176,1,40,40,8,0,0,0,6147,0x0200000000000000000000000000000000000000,0,169); +INSERT INTO `npc_list` VALUES (359,'_4p1',0,-57.215,17.739,171.689,1,40,40,8,0,0,0,6147,0x0200000000000000000000000000000000000000,0,169); +INSERT INTO `npc_list` VALUES (360,'_4p2',0,-217.209,17.579,10.802,1,40,40,8,0,0,0,6147,0x0200000000000000000000000000000000000000,0,169); +INSERT INTO `npc_list` VALUES (361,'_4p3',0,-139.990,17.314,-68.900,1,40,40,8,0,0,0,6147,0x0200000000000000000000000000000000000000,0,169); +INSERT INTO `npc_list` VALUES (362,'_4p4',0,-19.986,17.202,-11.095,1,40,40,8,0,0,0,6147,0x0200000000000000000000000000000000000000,0,169); +INSERT INTO `npc_list` VALUES (363,'_4p5',0,-323.813,14.282,9.995,1,40,40,8,0,0,0,6147,0x0200000000000000000000000000000000000000,0,169); +INSERT INTO `npc_list` VALUES (364,'_4p6',0,-316.229,14.221,10.014,1,40,40,8,0,0,0,6147,0x0200000000000000000000000000000000000000,0,169); +INSERT INTO `npc_list` VALUES (365,'_4p7',0,-323.763,14.336,-49.998,1,40,40,8,0,0,0,6147,0x0200000000000000000000000000000000000000,0,169); +INSERT INTO `npc_list` VALUES (366,'_4p8',0,-316.281,14.173,-49.991,1,40,40,8,0,0,0,6147,0x0200000000000000000000000000000000000000,0,169); +INSERT INTO `npc_list` VALUES (367,'_4p9',0,-134.000,12.649,149.000,1,40,40,9,0,0,0,6147,0x0200000000000000000000000000000000000000,0,169); +INSERT INTO `npc_list` VALUES (368,'_4pa',0,-92.000,12.649,-29.000,1,40,40,9,0,0,0,6147,0x0200000000000000000000000000000000000000,0,169); +INSERT INTO `npc_list` VALUES (369,'_4pf',0,-212.000,12.649,211.000,1,40,40,9,0,0,0,6147,0x0200000000000000000000000000000000000000,0,169); +INSERT INTO `npc_list` VALUES (370,'_4pb',0,-286.000,22.100,60.000,1,40,40,9,0,0,0,4099,0x0200000000000000000000000000000000000000,0,169); +INSERT INTO `npc_list` VALUES (371,'Talking_Doll',43,19.243,16.999,60.282,0,40,40,0,0,0,6,27,0x0000CA0300000000000000000000000000000000,32,169); +INSERT INTO `npc_list` VALUES (372,'qm9',0,-137.289,16.000,150.691,32769,40,40,0,0,0,0,3,0x0000320000000000000000000000000000000000,0,169); +INSERT INTO `npc_list` VALUES (373,'qm10',0,-94.925,15.999,-31.360,32769,40,40,0,0,0,0,3,0x0000320000000000000000000000000000000000,0,169); +INSERT INTO `npc_list` VALUES (374,'qm11',0,19.758,16.999,59.362,32769,40,40,0,0,0,0,3,0x0000320000000000000000000000000000000000,0,169); +INSERT INTO `npc_list` VALUES (375,'DEBUG_SWITCH',0,-135.352,15.994,145.861,0,40,40,0,0,0,6,27,0x0000CA0300000000000000000000000000000000,32,169); +INSERT INTO `npc_list` VALUES (377,'Moogle',0,0.000,0.000,0.000,0,40,40,0,0,0,2,4194307,0x0000520000000000000000000000000000000000,0,169); INSERT INTO `npc_list` VALUES (378,'Moogle',0,0.000,0.000,0.000,0,40,40,0,0,0,2,4194307,0x0000520000000000000000000000000000000000,0,169); INSERT INTO `npc_list` VALUES (379,'Moogle',0,0.000,0.000,0.000,0,40,40,0,0,0,2,4194307,0x0000520000000000000000000000000000000000,0,169); INSERT INTO `npc_list` VALUES (380,'Moogle',0,0.000,0.000,0.000,0,40,40,0,0,0,2,4194307,0x0000520000000000000000000000000000000000,0,169); -INSERT INTO `npc_list` VALUES (381,'Moogle',0,0.000,0.000,0.000,0,40,40,0,0,0,2,4194307,0x0000520000000000000000000000000000000000,0,169); -INSERT INTO `npc_list` VALUES (382,'Tome_of_Magic',238,145.896,12.999,-16.290,1,40,40,0,0,0,0,3,0x0000320000000000000000000000000000000000,0,169); -INSERT INTO `npc_list` VALUES (383,'Tome_of_Magic',159,139.502,12.999,-23.155,1,40,40,0,0,0,0,3,0x0000320000000000000000000000000000000000,0,169); -INSERT INTO `npc_list` VALUES (384,'Tome_of_Magic',130,139.564,12.999,-14.861,1,40,40,0,0,0,0,3,0x0000320000000000000000000000000000000000,0,169); -INSERT INTO `npc_list` VALUES (385,'Tome_of_Magic',246,148.224,9.999,-20.344,1,40,40,0,0,0,0,3,0x0000320000000000000000000000000000000000,0,169); -INSERT INTO `npc_list` VALUES (386,'Tome_of_Magic',148,142.900,12.850,-13.000,32769,40,40,0,0,0,0,3,0x0000340000000000000000000000000000000000,0,169); -INSERT INTO `npc_list` VALUES (387,'Transporter',23,183.000,11.500,-60.000,1,40,40,0,0,0,0,3,0x0000320000000000000000000000000000000000,0,169); -INSERT INTO `npc_list` VALUES (389,'Treasure_Coffer',62,219.993,16.003,-49.049,6,40,40,0,0,0,0,3,0x0000C10300000000000000000000000000000000,0,169); -INSERT INTO `npc_list` VALUES (390,'Ramblix',2,-343.000,8.024,302.999,0,40,40,0,0,0,6,27,0x0000550000000000000000000000000000000000,32,169); -INSERT INTO `npc_list` VALUES (391,'Goblin_Footprint',2,-343.000,8.024,302.999,1,40,40,0,0,0,0,3,0x0000340000000000000000000000000000000000,0,169); -INSERT INTO `npc_list` VALUES (392,'GoalPoint',138,-259.192,16.021,220.524,1,40,40,0,0,0,2,3,0x0000340000000000000000000000000000000000,0,169); -INSERT INTO `npc_list` VALUES (393,'GoalPoint',177,-101.346,21.503,-63.088,1,40,40,0,0,0,2,3,0x0000340000000000000000000000000000000000,0,169); -INSERT INTO `npc_list` VALUES (394,'GoalPoint',58,79.579,20.433,-40.313,1,40,40,0,0,0,2,3,0x0000340000000000000000000000000000000000,0,169); -INSERT INTO `npc_list` VALUES (395,'GoalPoint',212,179.506,14.746,87.726,1,40,40,0,0,0,2,3,0x0000340000000000000000000000000000000000,0,169); +INSERT INTO `npc_list` VALUES (381,'Tome_of_Magic',238,145.896,12.999,-16.290,1,40,40,0,0,0,0,3,0x0000320000000000000000000000000000000000,0,169); +INSERT INTO `npc_list` VALUES (382,'Tome_of_Magic',159,139.502,12.999,-23.155,1,40,40,0,0,0,0,3,0x0000320000000000000000000000000000000000,0,169); +INSERT INTO `npc_list` VALUES (383,'Tome_of_Magic',130,139.564,12.999,-14.861,1,40,40,0,0,0,0,3,0x0000320000000000000000000000000000000000,0,169); +INSERT INTO `npc_list` VALUES (384,'Tome_of_Magic',246,148.224,9.999,-20.344,1,40,40,0,0,0,0,3,0x0000320000000000000000000000000000000000,0,169); +INSERT INTO `npc_list` VALUES (385,'Tome_of_Magic',148,142.900,12.850,-13.000,32769,40,40,0,0,0,0,3,0x0000340000000000000000000000000000000000,0,169); +INSERT INTO `npc_list` VALUES (386,'Transporter',23,183.000,11.500,-60.000,1,40,40,0,0,0,0,3,0x0000320000000000000000000000000000000000,0,169); +INSERT INTO `npc_list` VALUES (388,'Treasure_Coffer',62,219.993,16.003,-49.049,6,40,40,0,0,0,0,3,0x0000C10300000000000000000000000000000000,0,169); +INSERT INTO `npc_list` VALUES (389,'Ramblix',2,-343.000,8.024,302.999,0,40,40,0,0,0,6,27,0x0000550000000000000000000000000000000000,32,169); +INSERT INTO `npc_list` VALUES (390,'Goblin_Footprint',2,-343.000,8.024,302.999,1,40,40,0,0,0,0,3,0x0000340000000000000000000000000000000000,0,169); +INSERT INTO `npc_list` VALUES (391,'GoalPoint',138,-259.192,16.021,220.524,1,40,40,0,0,0,2,3,0x0000340000000000000000000000000000000000,0,169); +INSERT INTO `npc_list` VALUES (392,'GoalPoint',177,-101.346,21.503,-63.088,1,40,40,0,0,0,2,3,0x0000340000000000000000000000000000000000,0,169); +INSERT INTO `npc_list` VALUES (393,'GoalPoint',58,79.579,20.433,-40.313,1,40,40,0,0,0,2,3,0x0000340000000000000000000000000000000000,0,169); +INSERT INTO `npc_list` VALUES (394,'GoalPoint',212,179.506,14.746,87.726,1,40,40,0,0,0,2,3,0x0000340000000000000000000000000000000000,0,169); +INSERT INTO `npc_list` VALUES (395,'GoalPoint',0,0.000,0.000,0.000,0,40,40,0,0,0,6,3,0x0000340000000000000000000000000000000000,0,169); INSERT INTO `npc_list` VALUES (396,'GoalPoint',0,0.000,0.000,0.000,0,40,40,0,0,0,6,3,0x0000340000000000000000000000000000000000,0,169); -INSERT INTO `npc_list` VALUES (397,'GoalPoint',0,0.000,0.000,0.000,0,40,40,0,0,0,6,3,0x0000340000000000000000000000000000000000,0,169); -INSERT INTO `npc_list` VALUES (398,'Moogle',138,-259.192,16.021,220.524,1,40,40,0,0,0,2,2051,0x0000520000000000000000000000000000000000,0,169); -INSERT INTO `npc_list` VALUES (399,'Moogle',177,-101.346,21.503,-63.088,1,40,40,0,0,0,2,2051,0x0000520000000000000000000000000000000000,0,169); -INSERT INTO `npc_list` VALUES (400,'Moogle',58,79.579,20.433,-40.313,1,40,40,0,0,0,2,2051,0x0000520000000000000000000000000000000000,0,169); -INSERT INTO `npc_list` VALUES (401,'Moogle',212,179.506,14.746,87.726,1,40,40,0,0,0,2,2051,0x0000520000000000000000000000000000000000,0,169); +INSERT INTO `npc_list` VALUES (397,'Moogle',138,-259.192,16.021,220.524,1,40,40,0,0,0,2,2051,0x0000520000000000000000000000000000000000,0,169); +INSERT INTO `npc_list` VALUES (398,'Moogle',177,-101.346,21.503,-63.088,1,40,40,0,0,0,2,2051,0x0000520000000000000000000000000000000000,0,169); +INSERT INTO `npc_list` VALUES (399,'Moogle',58,79.579,20.433,-40.313,1,40,40,0,0,0,2,2051,0x0000520000000000000000000000000000000000,0,169); +INSERT INTO `npc_list` VALUES (400,'Moogle',212,179.506,14.746,87.726,1,40,40,0,0,0,2,2051,0x0000520000000000000000000000000000000000,0,169); +INSERT INTO `npc_list` VALUES (401,'Moogle',0,0.000,0.000,0.000,0,40,40,0,0,0,6,2051,0x0000520000000000000000000000000000000000,0,169); INSERT INTO `npc_list` VALUES (402,'Moogle',0,0.000,0.000,0.000,0,40,40,0,0,0,6,2051,0x0000520000000000000000000000000000000000,0,169); -INSERT INTO `npc_list` VALUES (403,'Moogle',0,0.000,0.000,0.000,0,40,40,0,0,0,6,2051,0x0000520000000000000000000000000000000000,0,169); -- ------------------------------------------------------------ -- Full Moon Fountain @@ -12370,7 +12373,7 @@ INSERT INTO `npc_list` VALUES (125,'Fenrir',64,-60.000,6.500,75.000,32768,40,40,0,0,0,6,27,0x0000180300000000000000000000000000000000,32,170); INSERT INTO `npc_list` VALUES (126,'Karaha-Baruha',199,-60.000,9.383,62.000,0,40,40,0,0,0,6,27,0x00009A0300000000000000000000000000000000,32,170); INSERT INTO `npc_list` VALUES (127,'Apururu',252,-70.912,9.598,34.380,0,40,40,0,0,0,6,27,0x0000A40000000000000000000000000000000000,32,170); -INSERT INTO `npc_list` VALUES (128,'_6q3',0,15.200,-62.984,68.746,0,40,40,9,0,0,6,3,0x0200000000000000000000000000000000000000,0,170); +INSERT INTO `npc_list` VALUES (128,'_6q3',0,15.200,-62.984,68.746,0,40,40,9,0,0,6,3,0x0200000000000000000000000000000000000000,0,170); -- Door_3 INSERT INTO `npc_list` VALUES (129,'SP01',64,-60.000,6.500,75.000,32768,40,40,0,0,0,6,3,0x0000320000000000000000000000000000000000,0,170); INSERT INTO `npc_list` VALUES (130,'Talking_Doll',187,-59.404,8.999,32.998,32768,40,40,0,1,0,6,27,0x0000CA0300000000000000000000000000000000,32,170); INSERT INTO `npc_list` VALUES (131,'no_name_0',69,-72.220,8.000,58.158,32768,40,40,0,1,0,6,27,0x0000920100000000000000000000000000000000,32,170); @@ -12378,8 +12381,8 @@ INSERT INTO `npc_list` VALUES (133,'DIRECTOR',113,-64.775,9.417,40.336,0,40,40,0,0,0,6,3,0x0000320000000000000000000000000000000000,0,170); INSERT INTO `npc_list` VALUES (134,'no_name_2',60,-48.851,10.020,100.757,0,40,40,0,0,0,6,27,0x0000490000000000000000000000000000000000,32,170); INSERT INTO `npc_list` VALUES (135,'Joker',208,-60.762,9.813,46.413,0,40,40,0,0,0,6,27,0x00004D0000000000000000000000000000000000,32,170); -INSERT INTO `npc_list` VALUES (136,'_4q0',0,-61.422,8.000,64.827,0,40,40,9,0,0,6,4099,0x0200000000000000000000000000000000000000,0,170); -INSERT INTO `npc_list` VALUES (137,'_4q1',0,-58.523,8.001,64.834,0,40,40,9,0,0,6,4099,0x0200000000000000000000000000000000000000,0,170); +INSERT INTO `npc_list` VALUES (136,'_4q0',0,-61.422,8.000,64.827,0,40,40,9,0,0,6,4099,0x0200000000000000000000000000000000000000,0,170); -- Water in Space +INSERT INTO `npc_list` VALUES (137,'_4q1',0,-58.523,8.001,64.834,0,40,40,9,0,0,6,4099,0x0200000000000000000000000000000000000000,0,170); -- POWDER INSERT INTO `npc_list` VALUES (138,'IZUMI_of_MANGETSU',0,-60.184,9.389,60.865,0,40,40,0,0,0,6,3,0x0000320000000000000000000000000000000000,0,170); INSERT INTO `npc_list` VALUES (139,'King_of_Wands',122,-56.823,9.427,53.992,0,40,40,0,0,0,6,27,0x0000480300000000000000000000000000000000,32,170); INSERT INTO `npc_list` VALUES (140,'King_of_Swords',241,-62.823,9.363,53.992,0,40,40,0,0,0,6,27,0x0000480300000000000000000000000000000000,32,170); @@ -13011,9 +13014,9 @@ INSERT INTO `npc_list` VALUES (90,'CrystalKnight',0,0.000,0.000,0.000,0,40,40,0,0,0,6,27,0x00009A0500000000000000000000000000000000,32,179); INSERT INTO `npc_list` VALUES (91,'CrystalKnight',0,0.000,0.000,0.000,0,40,40,0,0,0,6,27,0x0000960500000000000000000000000000000000,32,179); INSERT INTO `npc_list` VALUES (92,'Qe_Lov_Gate',0,-519.994,-6.300,22.350,1,40,40,9,0,0,0,4099,0x0200000000000000000000000000000000000000,0,179); -INSERT INTO `npc_list` VALUES (93,'_4z1',0,0.000,198.213,-388.500,1,40,40,9,0,0,0,4099,0x0200000000000000000000000000000000000000,0,179); -INSERT INTO `npc_list` VALUES (94,'_4z2',0,0.000,-1.786,11.500,1,40,40,9,0,0,0,4099,0x0200000000000000000000000000000000000000,0,179); -INSERT INTO `npc_list` VALUES (95,'_4z3',0,0.000,-201.786,411.500,1,40,40,9,0,0,0,4099,0x0200000000000000000000000000000000000000,0,179); +INSERT INTO `npc_list` VALUES (93,'_4z1',0,0.000,198.213,-388.500,1,40,40,9,0,0,0,4099,0x0200000000000000000000000000000000000000,0,179); -- Qo'Tav Gate +INSERT INTO `npc_list` VALUES (94,'_4z2',0,0.000,-1.786,11.500,1,40,40,9,0,0,0,4099,0x0200000000000000000000000000000000000000,0,179); -- Qo'Tav Gate +INSERT INTO `npc_list` VALUES (95,'_4z3',0,0.000,-201.786,411.500,1,40,40,9,0,0,0,4099,0x0200000000000000000000000000000000000000,0,179); -- Qo'Tav Gate INSERT INTO `npc_list` VALUES (101,'Moogle',0,0.000,0.000,0.000,0,40,40,0,0,0,2,4194307,0x0000520000000000000000000000000000000000,0,179); INSERT INTO `npc_list` VALUES (102,'Moogle',0,0.000,0.000,0.000,0,40,40,0,0,0,2,4194307,0x0000520000000000000000000000000000000000,0,179); INSERT INTO `npc_list` VALUES (103,'Moogle',0,0.000,0.000,0.000,0,40,40,0,0,0,2,4194307,0x0000520000000000000000000000000000000000,0,179); @@ -13130,14 +13133,14 @@ INSERT INTO `npc_list` VALUES (252,'Seed_Afterglow',0,460.000,-15.854,50.000,32769,40,40,0,0,112,0,3,0x0000660500000000000000000000000000000000,2,184); INSERT INTO `npc_list` VALUES (253,'Seed_Afterglow',0,480.000,-31.425,0.000,32769,40,40,0,0,112,0,3,0x0000660500000000000000000000000000000000,2,184); INSERT INTO `npc_list` VALUES (273,'Cermet_Door',0,520.437,13.333,20.025,1,40,40,0,0,0,0,3,0x0000340000000000000000000000000000000000,0,184); -INSERT INTO `npc_list` VALUES (274,'_544',0,349.651,-2.488,20.000,1,40,40,9,0,0,0,3,0x0200000000000000000000000000000000000000,0,184); -INSERT INTO `npc_list` VALUES (275,'_543',0,500.870,19.343,91.976,1,40,40,9,0,0,0,4099,0x0200000000000000000000000000000000000000,0,184); -INSERT INTO `npc_list` VALUES (276,'_545',0,460.000,-2.488,125.770,1,40,40,9,0,0,0,4099,0x0200000000000000000000000000000000000000,0,184); -INSERT INTO `npc_list` VALUES (277,'_541',0,640.484,13.333,19.961,1,40,40,9,0,0,0,4099,0x0200000000000000000000000000000000000000,0,184); +INSERT INTO `npc_list` VALUES (274,'_544',0,349.651,-2.488,20.000,1,40,40,9,0,0,0,3,0x0200000000000000000000000000000000000000,0,184); -- Cermet Door +INSERT INTO `npc_list` VALUES (275,'_543',0,500.870,19.343,91.976,1,40,40,9,0,0,0,4099,0x0200000000000000000000000000000000000000,0,184); -- Cermet Door +INSERT INTO `npc_list` VALUES (276,'_545',0,460.000,-2.488,125.770,1,40,40,9,0,0,0,4099,0x0200000000000000000000000000000000000000,0,184); -- Cermet Door +INSERT INTO `npc_list` VALUES (277,'_541',0,640.484,13.333,19.961,1,40,40,9,0,0,0,4099,0x0200000000000000000000000000000000000000,0,184); -- Cermet Door INSERT INTO `npc_list` VALUES (278,'Jima',154,637.840,15.999,16.969,0,40,40,0,0,0,6,27,0x0100020400100720043005400250046000700000,32,184); -INSERT INTO `npc_list` VALUES (279,'_542',0,600.484,13.333,-20.038,1,40,40,9,0,0,0,4099,0x0200000000000000000000000000000000000000,0,184); +INSERT INTO `npc_list` VALUES (279,'_542',0,600.484,13.333,-20.038,1,40,40,9,0,0,0,4099,0x0200000000000000000000000000000000000000,0,184); -- Cermet Door INSERT INTO `npc_list` VALUES (280,'Altair',154,598.040,16.000,-22.762,0,40,40,0,0,0,6,27,0x01000C0100100720023005400250046000700000,32,184); -INSERT INTO `npc_list` VALUES (281,'_540',0,640.484,13.333,59.961,1,40,40,9,0,0,0,4099,0x0200000000000000000000000000000000000000,0,184); +INSERT INTO `npc_list` VALUES (281,'_540',0,640.484,13.333,59.961,1,40,40,9,0,0,0,4099,0x0200000000000000000000000000000000000000,0,184); -- Cermet Door INSERT INTO `npc_list` VALUES (282,'Heimji-Keimji',156,638.458,15.999,57.069,0,40,40,0,0,0,6,27,0x0100020500100620023004400050046000700000,32,184); INSERT INTO `npc_list` VALUES (283,'Aldo',0,0.000,0.000,0.000,0,40,40,0,0,0,6,27,0x00004E0000000000000000000000000000000000,32,184); INSERT INTO `npc_list` VALUES (284,'Lion',0,0.000,0.000,0.000,0,40,40,0,0,0,6,27,0x00003C0000000000000000000000000000000000,32,184); @@ -13377,8 +13380,8 @@ -- Outer Horutoto Ruins -- ------------------------------------------------------------ -INSERT INTO `npc_list` VALUES (402,'_5ed',0,-546.500,-2.487,740.000,1,40,40,9,0,0,0,4099,0x0200000000000000000000000000000000000000,0,194); -INSERT INTO `npc_list` VALUES (403,'_ne4',0,-576.613,-1.014,739.999,1,40,40,9,0,0,0,4099,0x0200000000000000000000000000000000000000,0,194); +INSERT INTO `npc_list` VALUES (402,'_5ed',0,-546.500,-2.487,740.000,1,40,40,9,0,0,0,4099,0x0200000000000000000000000000000000000000,0,194); -- Cermet Door +INSERT INTO `npc_list` VALUES (403,'_ne4',0,-576.613,-1.014,739.999,1,40,40,9,0,0,0,4099,0x0200000000000000000000000000000000000000,0,194); -- Strange Apparatus INSERT INTO `npc_list` VALUES (404,'DIRECTOR',168,541.866,-2.500,-619.906,0,40,40,0,0,0,6,3,0x0000320000000000000000000000000000000000,0,194); INSERT INTO `npc_list` VALUES (405,'_5e9',0,590.393,-1.555,-660.020,1,40,40,9,0,0,0,3,0x0200000000000000000000000000000000000000,0,194); INSERT INTO `npc_list` VALUES (406,'_5ee',0,541.980,-3.265,-617.991,1,40,40,9,0,0,0,3,0x0200000000000000000000000000000000000000,0,194); @@ -13395,7 +13398,7 @@ INSERT INTO `npc_list` VALUES (417,'_5e5',0,-424.255,-1.909,619.995,1,40,40,9,0,0,0,3,0x0200000000000000000000000000000000000000,0,194); INSERT INTO `npc_list` VALUES (418,'_5e6',0,-409.746,-1.919,-659.999,1,40,40,9,0,0,0,4099,0x0200000000000000000000000000000000000000,0,194); INSERT INTO `npc_list` VALUES (419,'_5e7',0,-335.747,-1.941,-660.003,1,40,40,9,0,0,0,4099,0x0200000000000000000000000000000000000000,0,194); -INSERT INTO `npc_list` VALUES (420,'_5ec',0,630.609,-1.349,-660.000,1,40,40,9,0,0,0,4099,0x0200000000000000000000000000000000000000,0,194); +INSERT INTO `npc_list` VALUES (420,'_5ec',0,630.609,-1.349,-660.000,1,40,40,9,0,0,0,4099,0x0200000000000000000000000000000000000000,0,194); -- Switch INSERT INTO `npc_list` VALUES (421,'_5e8',0,300.000,-1.664,790.375,1,40,40,9,0,0,0,4099,0x0200000000000000000000000000000000000000,0,194); INSERT INTO `npc_list` VALUES (422,'_5ea',0,-470.379,-1.632,620.006,1,40,40,9,0,0,0,4099,0x0200000000000000000000000000000000000000,0,194); INSERT INTO `npc_list` VALUES (423,'_5eb',0,-289.624,-1.650,-660.001,1,40,40,9,0,0,0,4099,0x0200000000000000000000000000000000000000,0,194); @@ -13684,77 +13687,77 @@ -- Garlaige Citadel -- ------------------------------------------------------------ -INSERT INTO `npc_list` VALUES (339,'Mashira',145,142.965,-6.000,139.096,18,40,40,0,0,0,0,27,0x0000990000000000000000000000000000000000,0,200); -INSERT INTO `npc_list` VALUES (340,'_5k0',0,-201.000,-2.994,220.000,65537,40,40,9,0,0,0,4099,0x0200000000000000000000000000000000000000,0,200); -INSERT INTO `npc_list` VALUES (341,'_5k1',0,-207.250,-0.243,226.307,1,40,40,9,0,0,0,6147,0x0200000000000000000000000000000000000000,0,200); -INSERT INTO `npc_list` VALUES (342,'_5k2',0,-207.250,-0.243,213.692,1,40,40,9,0,0,0,6147,0x0200000000000000000000000000000000000000,0,200); -INSERT INTO `npc_list` VALUES (343,'_5k3',0,-212.750,-0.243,226.307,1,40,40,9,0,0,0,6147,0x0200000000000000000000000000000000000000,0,200); -INSERT INTO `npc_list` VALUES (344,'_5k4',0,-212.750,-0.243,213.692,1,40,40,9,0,0,0,6147,0x0200000000000000000000000000000000000000,0,200); -INSERT INTO `npc_list` VALUES (345,'_5k5',0,-201.750,-8.026,221.500,1,40,40,9,0,0,0,6147,0x0200000000000000000000000000000000000000,0,200); -INSERT INTO `npc_list` VALUES (346,'_5k6',0,-201.750,-8.026,218.500,1,40,40,9,0,0,0,6147,0x0200000000000000000000000000000000000000,0,200); -INSERT INTO `npc_list` VALUES (347,'_5k7',0,-201.750,-8.026,224.000,1,40,40,9,0,0,0,6147,0x0200000000000000000000000000000000000000,0,200); -INSERT INTO `npc_list` VALUES (348,'_5k8',0,-201.750,-8.026,216.000,1,40,40,9,0,0,0,6147,0x0200000000000000000000000000000000000000,0,200); -INSERT INTO `npc_list` VALUES (349,'_5k9',0,-100.000,-2.949,81.000,1,40,40,9,0,0,0,4099,0x0200000000000000000000000000000000000000,0,200); -INSERT INTO `npc_list` VALUES (350,'_5ka',0,-50.000,-0.253,82.692,1,40,40,9,0,0,0,6147,0x0200000000000000000000000000000000000000,0,200); -INSERT INTO `npc_list` VALUES (351,'_5kb',0,-150.000,-0.253,82.692,1,40,40,9,0,0,0,6147,0x0200000000000000000000000000000000000000,0,200); -INSERT INTO `npc_list` VALUES (352,'_5kc',0,-50.000,-0.253,117.307,1,40,40,9,0,0,0,6147,0x0200000000000000000000000000000000000000,0,200); -INSERT INTO `npc_list` VALUES (353,'_5kd',0,-150.000,-0.253,117.307,1,40,40,9,0,0,0,6147,0x0200000000000000000000000000000000000000,0,200); -INSERT INTO `npc_list` VALUES (354,'_5ke',0,-98.500,-8.026,81.750,1,40,40,9,0,0,0,6147,0x0200000000000000000000000000000000000000,0,200); -INSERT INTO `npc_list` VALUES (355,'_5kf',0,-101.500,-8.026,81.750,1,40,40,9,0,0,0,6147,0x0200000000000000000000000000000000000000,0,200); -INSERT INTO `npc_list` VALUES (356,'_5kg',0,-96.000,-8.026,81.750,1,40,40,9,0,0,0,6147,0x0200000000000000000000000000000000000000,0,200); -INSERT INTO `npc_list` VALUES (357,'_5kh',0,-104.000,-8.026,81.750,1,40,40,9,0,0,0,6147,0x0200000000000000000000000000000000000000,0,200); -INSERT INTO `npc_list` VALUES (358,'_5ki',0,-100.000,-3.008,359.000,1,40,40,9,0,0,0,4099,0x0200000000000000000000000000000000000000,0,200); -INSERT INTO `npc_list` VALUES (359,'_5kj',0,-190.000,-0.285,357.307,1,40,40,9,0,0,0,6147,0x0200000000000000000000000000000000000000,0,200); -INSERT INTO `npc_list` VALUES (360,'_5kk',0,-130.000,-0.285,357.307,1,40,40,9,0,0,0,6147,0x0200000000000000000000000000000000000000,0,200); -INSERT INTO `npc_list` VALUES (361,'_5kl',0,-190.000,-0.285,322.692,1,40,40,9,0,0,0,6147,0x0200000000000000000000000000000000000000,0,200); -INSERT INTO `npc_list` VALUES (362,'_5km',0,-130.000,-0.285,322.692,1,40,40,9,0,0,0,6147,0x0200000000000000000000000000000000000000,0,200); -INSERT INTO `npc_list` VALUES (363,'_5kn',0,-101.500,-8.026,358.250,1,40,40,9,0,0,0,6147,0x0200000000000000000000000000000000000000,0,200); -INSERT INTO `npc_list` VALUES (364,'_5ko',0,-98.500,-8.026,358.250,1,40,40,9,0,0,0,6147,0x0200000000000000000000000000000000000000,0,200); -INSERT INTO `npc_list` VALUES (365,'_5kp',0,-104.000,-8.026,358.250,1,40,40,9,0,0,0,6147,0x0200000000000000000000000000000000000000,0,200); -INSERT INTO `npc_list` VALUES (366,'_5kq',0,-96.000,-8.026,358.250,1,40,40,9,0,0,0,6147,0x0200000000000000000000000000000000000000,0,200); -INSERT INTO `npc_list` VALUES (367,'_5kr',0,140.000,-8.073,128.360,1,40,40,9,0,0,0,3,0x0200000000000000000000000000000000000000,0,200); -INSERT INTO `npc_list` VALUES (380,'_5ks',0,226.500,-2.487,20.000,1,40,40,9,0,0,0,4099,0x0200000000000000000000000000000000000000,0,200); -INSERT INTO `npc_list` VALUES (381,'_nke',0,257.299,-0.682,20.000,1,40,40,9,0,0,0,4099,0x0200000000000000000000000000000000000000,0,200); +INSERT INTO `npc_list` VALUES (338,'Mashira',145,142.965,-6.000,139.096,18,40,40,0,0,0,0,27,0x0000990000000000000000000000000000000000,0,200); +INSERT INTO `npc_list` VALUES (339,'_5k0',0,-201.000,-2.994,220.000,65537,40,40,9,0,0,0,4099,0x0200000000000000000000000000000000000000,0,200); +INSERT INTO `npc_list` VALUES (340,'_5k1',0,-207.250,-0.243,226.307,1,40,40,9,0,0,0,6147,0x0200000000000000000000000000000000000000,0,200); +INSERT INTO `npc_list` VALUES (341,'_5k2',0,-207.250,-0.243,213.692,1,40,40,9,0,0,0,6147,0x0200000000000000000000000000000000000000,0,200); +INSERT INTO `npc_list` VALUES (342,'_5k3',0,-212.750,-0.243,226.307,1,40,40,9,0,0,0,6147,0x0200000000000000000000000000000000000000,0,200); +INSERT INTO `npc_list` VALUES (343,'_5k4',0,-212.750,-0.243,213.692,1,40,40,9,0,0,0,6147,0x0200000000000000000000000000000000000000,0,200); +INSERT INTO `npc_list` VALUES (344,'_5k5',0,-201.750,-8.026,221.500,1,40,40,9,0,0,0,6147,0x0200000000000000000000000000000000000000,0,200); +INSERT INTO `npc_list` VALUES (345,'_5k6',0,-201.750,-8.026,218.500,1,40,40,9,0,0,0,6147,0x0200000000000000000000000000000000000000,0,200); +INSERT INTO `npc_list` VALUES (346,'_5k7',0,-201.750,-8.026,224.000,1,40,40,9,0,0,0,6147,0x0200000000000000000000000000000000000000,0,200); +INSERT INTO `npc_list` VALUES (347,'_5k8',0,-201.750,-8.026,216.000,1,40,40,9,0,0,0,6147,0x0200000000000000000000000000000000000000,0,200); +INSERT INTO `npc_list` VALUES (348,'_5k9',0,-100.000,-2.949,81.000,1,40,40,9,0,0,0,4099,0x0200000000000000000000000000000000000000,0,200); +INSERT INTO `npc_list` VALUES (349,'_5ka',0,-50.000,-0.253,82.692,1,40,40,9,0,0,0,6147,0x0200000000000000000000000000000000000000,0,200); +INSERT INTO `npc_list` VALUES (350,'_5kb',0,-150.000,-0.253,82.692,1,40,40,9,0,0,0,6147,0x0200000000000000000000000000000000000000,0,200); +INSERT INTO `npc_list` VALUES (351,'_5kc',0,-50.000,-0.253,117.307,1,40,40,9,0,0,0,6147,0x0200000000000000000000000000000000000000,0,200); +INSERT INTO `npc_list` VALUES (352,'_5kd',0,-150.000,-0.253,117.307,1,40,40,9,0,0,0,6147,0x0200000000000000000000000000000000000000,0,200); +INSERT INTO `npc_list` VALUES (353,'_5ke',0,-98.500,-8.026,81.750,1,40,40,9,0,0,0,6147,0x0200000000000000000000000000000000000000,0,200); +INSERT INTO `npc_list` VALUES (354,'_5kf',0,-101.500,-8.026,81.750,1,40,40,9,0,0,0,6147,0x0200000000000000000000000000000000000000,0,200); +INSERT INTO `npc_list` VALUES (355,'_5kg',0,-96.000,-8.026,81.750,1,40,40,9,0,0,0,6147,0x0200000000000000000000000000000000000000,0,200); +INSERT INTO `npc_list` VALUES (356,'_5kh',0,-104.000,-8.026,81.750,1,40,40,9,0,0,0,6147,0x0200000000000000000000000000000000000000,0,200); +INSERT INTO `npc_list` VALUES (357,'_5ki',0,-100.000,-3.008,359.000,1,40,40,9,0,0,0,4099,0x0200000000000000000000000000000000000000,0,200); +INSERT INTO `npc_list` VALUES (358,'_5kj',0,-190.000,-0.285,357.307,1,40,40,9,0,0,0,6147,0x0200000000000000000000000000000000000000,0,200); +INSERT INTO `npc_list` VALUES (359,'_5kk',0,-130.000,-0.285,357.307,1,40,40,9,0,0,0,6147,0x0200000000000000000000000000000000000000,0,200); +INSERT INTO `npc_list` VALUES (360,'_5kl',0,-190.000,-0.285,322.692,1,40,40,9,0,0,0,6147,0x0200000000000000000000000000000000000000,0,200); +INSERT INTO `npc_list` VALUES (361,'_5km',0,-130.000,-0.285,322.692,1,40,40,9,0,0,0,6147,0x0200000000000000000000000000000000000000,0,200); +INSERT INTO `npc_list` VALUES (362,'_5kn',0,-101.500,-8.026,358.250,1,40,40,9,0,0,0,6147,0x0200000000000000000000000000000000000000,0,200); +INSERT INTO `npc_list` VALUES (363,'_5ko',0,-98.500,-8.026,358.250,1,40,40,9,0,0,0,6147,0x0200000000000000000000000000000000000000,0,200); +INSERT INTO `npc_list` VALUES (364,'_5kp',0,-104.000,-8.026,358.250,1,40,40,9,0,0,0,6147,0x0200000000000000000000000000000000000000,0,200); +INSERT INTO `npc_list` VALUES (365,'_5kq',0,-96.000,-8.026,358.250,1,40,40,9,0,0,0,6147,0x0200000000000000000000000000000000000000,0,200); +INSERT INTO `npc_list` VALUES (366,'_5kr',0,140.000,-8.073,128.360,1,40,40,9,0,0,0,3,0x0200000000000000000000000000000000000000,0,200); -- Crematory Hatch +INSERT INTO `npc_list` VALUES (379,'_5ks',0,226.500,-2.487,20.000,1,40,40,9,0,0,0,4099,0x0200000000000000000000000000000000000000,0,200); -- Cermet Door +INSERT INTO `npc_list` VALUES (380,'_nke',0,257.299,-0.682,20.000,1,40,40,9,0,0,0,4099,0x0200000000000000000000000000000000000000,0,200); -- Strange Apparatus +INSERT INTO `npc_list` VALUES (382,'Moogle',0,0.000,0.000,0.000,0,40,40,0,0,0,2,4194307,0x0000520000000000000000000000000000000000,0,200); INSERT INTO `npc_list` VALUES (383,'Moogle',0,0.000,0.000,0.000,0,40,40,0,0,0,2,4194307,0x0000520000000000000000000000000000000000,0,200); INSERT INTO `npc_list` VALUES (384,'Moogle',0,0.000,0.000,0.000,0,40,40,0,0,0,2,4194307,0x0000520000000000000000000000000000000000,0,200); INSERT INTO `npc_list` VALUES (385,'Moogle',0,0.000,0.000,0.000,0,40,40,0,0,0,2,4194307,0x0000520000000000000000000000000000000000,0,200); -INSERT INTO `npc_list` VALUES (386,'Moogle',0,0.000,0.000,0.000,0,40,40,0,0,0,2,4194307,0x0000520000000000000000000000000000000000,0,200); -INSERT INTO `npc_list` VALUES (387,'Treasure_Chest',128,-163.053,0.000,351.988,7,40,40,0,0,0,0,3,0x0000C00300000000000000000000000000000000,0,200); -INSERT INTO `npc_list` VALUES (388,'Treasure_Coffer',247,9.831,5.781,10.208,6,40,40,0,0,0,0,3,0x0000C10300000000000000000000000000000000,0,200); -INSERT INTO `npc_list` VALUES (389,'qm1',41,-282.339,0.000,261.707,32774,40,40,0,0,0,0,3,0x0000340000000000000000000000000000000000,0,200); -INSERT INTO `npc_list` VALUES (390,'Oaken_Box',128,-161.883,-1.000,224.462,1,40,40,0,0,0,0,3,0x0000340000000000000000000000000000000000,0,200); -INSERT INTO `npc_list` VALUES (391,'Rainemard',0,0.000,0.000,0.000,0,40,40,0,1,0,6,27,0x0100090348104820483048404850006000700000,0,200); -INSERT INTO `npc_list` VALUES (392,'qm2',0,-365.119,-5.500,299.986,32769,40,40,0,0,0,0,3,0x0000340000000000000000000000000000000000,0,200); -INSERT INTO `npc_list` VALUES (393,'qm3',0,-365.382,-5.500,219.983,32769,40,40,0,0,0,0,3,0x0000340000000000000000000000000000000000,0,200); -INSERT INTO `npc_list` VALUES (394,'qm4',0,-340.026,-5.500,194.105,32769,40,40,0,0,0,0,3,0x0000340000000000000000000000000000000000,0,200); -INSERT INTO `npc_list` VALUES (395,'qm5',0,-259.927,-5.500,194.410,32769,40,40,0,0,0,0,3,0x0000340000000000000000000000000000000000,0,200); -INSERT INTO `npc_list` VALUES (396,'qm6',0,-220.039,-5.500,194.192,32769,40,40,0,0,0,0,3,0x0000340000000000000000000000000000000000,0,200); -INSERT INTO `npc_list` VALUES (397,'qm7',0,-194.184,-5.500,300.093,32769,40,40,0,0,0,0,3,0x0000340000000000000000000000000000000000,0,200); -INSERT INTO `npc_list` VALUES (398,'qm8',0,-234.331,-5.500,379.997,32769,40,40,0,0,0,0,3,0x0000340000000000000000000000000000000000,0,200); -INSERT INTO `npc_list` VALUES (399,'qm9',0,-140.039,-5.500,285.999,32769,40,40,0,0,0,0,3,0x0000340000000000000000000000000000000000,0,200); -INSERT INTO `npc_list` VALUES (400,'qm10',0,-139.895,-5.500,154.513,32769,40,40,0,0,0,0,3,0x0000340000000000000000000000000000000000,0,200); -INSERT INTO `npc_list` VALUES (401,'qm11',0,-219.935,-5.500,165.710,32769,40,40,0,0,0,0,3,0x0000340000000000000000000000000000000000,0,200); -INSERT INTO `npc_list` VALUES (402,'qm12',0,-245.603,-5.500,139.855,32769,40,40,0,0,0,0,3,0x0000340000000000000000000000000000000000,0,200); -INSERT INTO `npc_list` VALUES (403,'qm13',0,-194.166,-5.500,139.969,32769,40,40,0,0,0,0,3,0x0000340000000000000000000000000000000000,0,200); -INSERT INTO `npc_list` VALUES (404,'qm14',0,-125.609,-5.500,380.234,32769,40,40,0,0,0,0,3,0x0000340000000000000000000000000000000000,0,200); -INSERT INTO `npc_list` VALUES (408,'qm15',0,19.893,-5.500,325.767,32769,40,40,0,0,0,0,3,0x0000340000000000000000000000000000000000,0,200); -INSERT INTO `npc_list` VALUES (406,'qm16',0,154.388,-5.500,20.059,32769,40,40,0,0,0,0,3,0x0000340000000000000000000000000000000000,0,200); -INSERT INTO `npc_list` VALUES (409,'Wanzo-Unzozo',188,-379.420,-9.749,383.312,1,40,40,0,0,0,2,27,0x01000205111011201130034003507B6000700000,0,200); -INSERT INTO `npc_list` VALUES (410,'Ramblix',252,-382.632,-6.999,372.181,0,40,40,0,0,0,6,27,0x0000550000000000000000000000000000000000,0,200); -INSERT INTO `npc_list` VALUES (411,'Goblin_Footprint',252,-382.632,-6.999,372.181,1,40,40,0,0,0,0,3,0x0000340000000000000000000000000000000000,0,200); -INSERT INTO `npc_list` VALUES (414,'Lycopodium',63,-96.753,-1.000,-167.332,32768,40,40,0,0,96,6,27,0x0000C70800000000000000000000000000000000,0,200); -INSERT INTO `npc_list` VALUES (419,'GoalPoint',163,-299.813,14.749,339.978,1,40,40,0,0,0,2,3,0x0000340000000000000000000000000000000000,0,200); -INSERT INTO `npc_list` VALUES (420,'GoalPoint',61,-112.978,0.000,191.304,1,40,40,0,0,0,2,3,0x0000340000000000000000000000000000000000,0,200); -INSERT INTO `npc_list` VALUES (421,'GoalPoint',89,-181.152,-3.249,61.250,1,40,40,0,0,0,2,3,0x0000340000000000000000000000000000000000,0,200); -INSERT INTO `npc_list` VALUES (422,'GoalPoint',199,-198.143,-0.078,322.917,1,40,40,0,0,0,2,3,0x0000340000000000000000000000000000000000,0,200); +INSERT INTO `npc_list` VALUES (386,'Treasure_Chest',128,-163.053,0.000,351.988,7,40,40,0,0,0,0,3,0x0000C00300000000000000000000000000000000,0,200); +INSERT INTO `npc_list` VALUES (387,'Treasure_Coffer',247,9.831,5.781,10.208,6,40,40,0,0,0,0,3,0x0000C10300000000000000000000000000000000,0,200); +INSERT INTO `npc_list` VALUES (388,'qm1',41,-282.339,0.000,261.707,32774,40,40,0,0,0,0,3,0x0000340000000000000000000000000000000000,0,200); +INSERT INTO `npc_list` VALUES (389,'Oaken_Box',128,-161.883,-1.000,224.462,1,40,40,0,0,0,0,3,0x0000340000000000000000000000000000000000,0,200); +INSERT INTO `npc_list` VALUES (390,'Rainemard',0,0.000,0.000,0.000,0,40,40,0,1,0,6,27,0x0100090348104820483048404850006000700000,0,200); +INSERT INTO `npc_list` VALUES (391,'qm2',0,-365.119,-5.500,299.986,32769,40,40,0,0,0,0,3,0x0000340000000000000000000000000000000000,0,200); +INSERT INTO `npc_list` VALUES (392,'qm3',0,-365.382,-5.500,219.983,32769,40,40,0,0,0,0,3,0x0000340000000000000000000000000000000000,0,200); +INSERT INTO `npc_list` VALUES (393,'qm4',0,-340.026,-5.500,194.105,32769,40,40,0,0,0,0,3,0x0000340000000000000000000000000000000000,0,200); +INSERT INTO `npc_list` VALUES (394,'qm5',0,-259.927,-5.500,194.410,32769,40,40,0,0,0,0,3,0x0000340000000000000000000000000000000000,0,200); +INSERT INTO `npc_list` VALUES (395,'qm6',0,-220.039,-5.500,194.192,32769,40,40,0,0,0,0,3,0x0000340000000000000000000000000000000000,0,200); +INSERT INTO `npc_list` VALUES (396,'qm7',0,-194.184,-5.500,300.093,32769,40,40,0,0,0,0,3,0x0000340000000000000000000000000000000000,0,200); +INSERT INTO `npc_list` VALUES (397,'qm8',0,-234.331,-5.500,379.997,32769,40,40,0,0,0,0,3,0x0000340000000000000000000000000000000000,0,200); +INSERT INTO `npc_list` VALUES (398,'qm9',0,-140.039,-5.500,285.999,32769,40,40,0,0,0,0,3,0x0000340000000000000000000000000000000000,0,200); +INSERT INTO `npc_list` VALUES (399,'qm10',0,-139.895,-5.500,154.513,32769,40,40,0,0,0,0,3,0x0000340000000000000000000000000000000000,0,200); +INSERT INTO `npc_list` VALUES (400,'qm11',0,-219.935,-5.500,165.710,32769,40,40,0,0,0,0,3,0x0000340000000000000000000000000000000000,0,200); +INSERT INTO `npc_list` VALUES (401,'qm12',0,-245.603,-5.500,139.855,32769,40,40,0,0,0,0,3,0x0000340000000000000000000000000000000000,0,200); +INSERT INTO `npc_list` VALUES (402,'qm13',0,-194.166,-5.500,139.969,32769,40,40,0,0,0,0,3,0x0000340000000000000000000000000000000000,0,200); +INSERT INTO `npc_list` VALUES (403,'qm14',0,-125.609,-5.500,380.234,32769,40,40,0,0,0,0,3,0x0000340000000000000000000000000000000000,0,200); +INSERT INTO `npc_list` VALUES (404,'qm15',0,19.893,-5.500,325.767,32769,40,40,0,0,0,0,3,0x0000340000000000000000000000000000000000,0,200); +INSERT INTO `npc_list` VALUES (405,'qm16',0,154.388,-5.500,20.059,32769,40,40,0,0,0,0,3,0x0000340000000000000000000000000000000000,0,200); +INSERT INTO `npc_list` VALUES (408,'Wanzo-Unzozo',188,-379.420,-9.749,383.312,1,40,40,0,0,0,2,27,0x01000205111011201130034003507B6000700000,0,200); +INSERT INTO `npc_list` VALUES (409,'Ramblix',252,-382.632,-6.999,372.181,0,40,40,0,0,0,6,27,0x0000550000000000000000000000000000000000,0,200); +INSERT INTO `npc_list` VALUES (410,'Goblin_Footprint',252,-382.632,-6.999,372.181,1,40,40,0,0,0,0,3,0x0000340000000000000000000000000000000000,0,200); +INSERT INTO `npc_list` VALUES (413,'Lycopodium',63,-96.753,-1.000,-167.332,32768,40,40,0,0,96,6,27,0x0000C70800000000000000000000000000000000,0,200); +INSERT INTO `npc_list` VALUES (418,'GoalPoint',163,-299.813,14.749,339.978,1,40,40,0,0,0,2,3,0x0000340000000000000000000000000000000000,0,200); +INSERT INTO `npc_list` VALUES (419,'GoalPoint',61,-112.978,0.000,191.304,1,40,40,0,0,0,2,3,0x0000340000000000000000000000000000000000,0,200); +INSERT INTO `npc_list` VALUES (420,'GoalPoint',89,-181.152,-3.249,61.250,1,40,40,0,0,0,2,3,0x0000340000000000000000000000000000000000,0,200); +INSERT INTO `npc_list` VALUES (421,'GoalPoint',199,-198.143,-0.078,322.917,1,40,40,0,0,0,2,3,0x0000340000000000000000000000000000000000,0,200); +INSERT INTO `npc_list` VALUES (422,'GoalPoint',0,0.000,0.000,0.000,0,40,40,0,0,0,6,3,0x0000340000000000000000000000000000000000,0,200); INSERT INTO `npc_list` VALUES (423,'GoalPoint',0,0.000,0.000,0.000,0,40,40,0,0,0,6,3,0x0000340000000000000000000000000000000000,0,200); -INSERT INTO `npc_list` VALUES (424,'GoalPoint',0,0.000,0.000,0.000,0,40,40,0,0,0,6,3,0x0000340000000000000000000000000000000000,0,200); -INSERT INTO `npc_list` VALUES (425,'Moogle',163,-299.813,14.749,339.978,1,40,40,0,0,0,2,2051,0x0000520000000000000000000000000000000000,0,200); -INSERT INTO `npc_list` VALUES (426,'Moogle',61,-112.978,0.000,191.304,1,40,40,0,0,0,2,2051,0x0000520000000000000000000000000000000000,0,200); -INSERT INTO `npc_list` VALUES (427,'Moogle',89,-181.152,-3.249,61.250,1,40,40,0,0,0,2,2051,0x0000520000000000000000000000000000000000,0,200); -INSERT INTO `npc_list` VALUES (428,'Moogle',199,-198.143,-0.078,322.917,1,40,40,0,0,0,2,2051,0x0000520000000000000000000000000000000000,0,200); +INSERT INTO `npc_list` VALUES (424,'Moogle',163,-299.813,14.749,339.978,1,40,40,0,0,0,2,2051,0x0000520000000000000000000000000000000000,0,200); +INSERT INTO `npc_list` VALUES (425,'Moogle',61,-112.978,0.000,191.304,1,40,40,0,0,0,2,2051,0x0000520000000000000000000000000000000000,0,200); +INSERT INTO `npc_list` VALUES (426,'Moogle',89,-181.152,-3.249,61.250,1,40,40,0,0,0,2,2051,0x0000520000000000000000000000000000000000,0,200); +INSERT INTO `npc_list` VALUES (427,'Moogle',199,-198.143,-0.078,322.917,1,40,40,0,0,0,2,2051,0x0000520000000000000000000000000000000000,0,200); +INSERT INTO `npc_list` VALUES (428,'Moogle',0,0.000,0.000,0.000,0,40,40,0,0,0,6,2051,0x0000520000000000000000000000000000000000,0,200); INSERT INTO `npc_list` VALUES (429,'Moogle',0,0.000,0.000,0.000,0,40,40,0,0,0,6,2051,0x0000520000000000000000000000000000000000,0,200); -INSERT INTO `npc_list` VALUES (430,'Moogle',0,0.000,0.000,0.000,0,40,40,0,0,0,6,2051,0x0000520000000000000000000000000000000000,0,200); -- ------------------------------------------------------------ -- Cloister of Gales @@ -17018,7 +17021,7 @@ INSERT INTO `npc_list` VALUES (65,'Diroku-Oroku',183,129.987,-1.250,157.592,14,40,21,0,0,0,0,27,0x0000A80000000000000000000000000000000000,32,238); INSERT INTO `npc_list` VALUES (66,'Pakesse-Myukesse',61,130.826,-1.250,160.406,8,40,21,0,0,0,0,27,0x0000A80000000000000000000000000000000000,32,238); INSERT INTO `npc_list` VALUES (67,'Majiji',62,129.447,-1.250,160.471,1,40,21,0,0,0,0,27,0x0000AC0000000000000000000000000000000000,32,238); -INSERT INTO `npc_list` VALUES (68,'Door_Baren-Moren_Hatter',17,-66.599,-2.875,-145.739,21,40,40,0,1,0,0,27,0x0100050512101120113011401150006000700000,32,238); +INSERT INTO `npc_list` VALUES (68,'Baren-Moren',17,-66.599,-2.875,-145.739,21,40,40,0,1,0,0,27,0x0100050512101120113011401150006000700000,32,238); INSERT INTO `npc_list` VALUES (69,'Bondada',163,-64.089,-2.634,-146.595,14,40,40,0,1,0,0,27,0x0100080600101120113011401150006000700000,32,238); INSERT INTO `npc_list` VALUES (70,'Piketo-Puketo',215,-124.012,-1.999,59.998,8,40,40,0,1,0,0,27,0x010004057C107C2000300B400B50006000700000,32,238); INSERT INTO `npc_list` VALUES (71,'Kipo-Opo',71,-119.750,-4.239,64.500,1,40,40,0,3,0,0,27,0x0000D20000000000000000000000000000000000,32,238); @@ -17183,58 +17186,58 @@ INSERT INTO `npc_list` VALUES (249,'Dabido-Sorobido',205,-93.586,-3.499,19.321,7,40,40,47,1,0,0,27,0x0100040500102B20003068400050006000700000,32,238); INSERT INTO `npc_list` VALUES (250,'Rendezvous_Point',13,135.305,-0.394,-8.296,1,40,40,0,0,0,0,3,0x0000340000000000000000000000000000000000,0,238); INSERT INTO `npc_list` VALUES (252,'Moogle',245,-55.446,-5.358,216.826,1,40,40,0,0,0,2,4194307,0x0000520000000000000000000000000000000000,0,238); -INSERT INTO `npc_list` VALUES (255,'Kogri-Nargri',153,-68.959,-3.500,-8.254,1,40,40,0,1,0,0,27,0x0100020508101420153014401450006000700000,32,238); -INSERT INTO `npc_list` VALUES (256,'Domimi',0,0.000,0.000,0.000,0,40,40,0,1,0,6,27,0x010005061F106720673067406750006000700000,32,238); -INSERT INTO `npc_list` VALUES (257,'Luto_Mewrilah',0,0.000,0.000,0.000,0,40,40,0,1,0,6,27,0x0100020700108220133015408250006000700000,32,238); -INSERT INTO `npc_list` VALUES (258,'Olaky-Yayulaky',18,-61.247,-3.500,72.551,8,40,40,0,1,0,0,27,0x010007050010822020300A402050006000700000,32,238); -INSERT INTO `npc_list` VALUES (260,'Ritopopo',1,-16.993,-6.250,116.426,0,40,40,0,1,0,6,27,0x0100020603100A20033003400350006000700000,32,238); -INSERT INTO `npc_list` VALUES (262,'Diabolos',0,0.000,0.000,0.000,0,40,40,0,0,0,6,27,0x0000790400000000000000000000000000000000,32,238); -INSERT INTO `npc_list` VALUES (263,'_6mh',0,-200.100,-5.500,-60.099,1,40,40,9,0,0,0,4099,0x0200000000000000000000000000000000000000,0,238); -INSERT INTO `npc_list` VALUES (264,'Zhuk_Vojahom',133,-200.000,-4.459,-112.053,0,40,40,0,0,0,6,27,0x01000C0700106D2000306E406E50006000700000,32,238); -INSERT INTO `npc_list` VALUES (265,'Zelala',79,169.855,-0.295,-3.238,14,40,40,0,1,0,0,27,0x01000C067710862000305E405E50006000700000,32,238); -INSERT INTO `npc_list` VALUES (266,'Kayeel-Payeel',140,-32.336,-4.999,123.861,8,40,40,0,0,0,0,27,0x0100090565104620393039403950466100700000,32,238); -INSERT INTO `npc_list` VALUES (267,'Maju-Naju',0,0.000,0.000,0.000,0,40,40,0,1,0,6,27,0x01000B050010032000300A400050006000700000,32,238); -INSERT INTO `npc_list` VALUES (268,'Shahr_Yagenmhi',0,0.000,0.000,0.000,0,40,40,0,1,0,6,27,0x01000D0700102D20003017401450006000700000,32,238); -INSERT INTO `npc_list` VALUES (269,'Selenana',0,0.000,0.000,0.000,0,40,40,0,1,0,6,27,0x0100050600101F201F3008400850006000700000,32,238); -INSERT INTO `npc_list` VALUES (270,'Ramchacha',0,0.000,0.000,0.000,0,40,40,0,1,0,6,27,0x01000A06001015200B301E401E50006000700000,32,238); -INSERT INTO `npc_list` VALUES (271,'Game_Table',121,-56.374,-4.335,24.916,32769,40,40,0,0,0,0,3,0x0000340000000000000000000000000000000000,0,238); -INSERT INTO `npc_list` VALUES (275,'Khoto_Rokkorah',162,11.000,-1.000,21.000,21,40,40,0,0,0,0,27,0x0100070700108320003083400050006000700000,32,238); -INSERT INTO `npc_list` VALUES (276,'Tihk_Rhumyie',0,0.000,0.000,0.000,0,40,40,0,0,0,6,2075,0x0100001D00100320003002400050006000700000,32,238); -INSERT INTO `npc_list` VALUES (277,'Kuppo-Pippo',0,0.000,0.000,0.000,0,40,40,0,0,0,6,2075,0x0000A60000000000000000000000000000000000,32,238); -INSERT INTO `npc_list` VALUES (278,'Karanka-Tonka',0,0.000,0.000,0.000,0,40,40,0,0,0,6,2075,0x0000A70000000000000000000000000000000000,32,238); -INSERT INTO `npc_list` VALUES (279,'Noh_Ramyoh',0,0.000,0.000,0.000,0,40,40,0,0,0,6,2075,0x0100031D00100320003002400050006000700000,32,238); -INSERT INTO `npc_list` VALUES (280,'Cotta-Lotta',0,0.000,0.000,0.000,0,40,40,0,0,0,6,2075,0x0000A80000000000000000000000000000000000,32,238); -INSERT INTO `npc_list` VALUES (281,'Tacca-Picca',0,0.000,0.000,0.000,0,40,40,0,0,0,6,2075,0x0000A70000000000000000000000000000000000,32,238); -INSERT INTO `npc_list` VALUES (282,'Rahmi_Yamilahto',0,0.000,0.000,0.000,0,40,40,0,0,0,6,2075,0x0100001D00100420003000400350036003700000,32,238); -INSERT INTO `npc_list` VALUES (283,'Babban_Ny_Mheillea',0,0.000,0.000,0.000,0,40,40,0,0,0,6,2075,0x0000C70800000000000000000000000000000000,32,238); -INSERT INTO `npc_list` VALUES (285,'Abenzio',0,0.000,0.000,0.000,0,40,40,0,0,0,6,2075,0x0000280100000000000000000000000000000000,32,238); -INSERT INTO `npc_list` VALUES (286,'Bryher',0,0.000,0.000,0.000,0,40,40,0,0,0,6,2075,0x00007C0100000000000000000000000000000000,32,238); -INSERT INTO `npc_list` VALUES (287,'Camlin',0,0.000,0.000,0.000,0,40,40,0,0,0,6,2075,0x0000740100000000000000000000000000000000,32,238); -INSERT INTO `npc_list` VALUES (288,'Darach',0,0.000,0.000,0.000,0,40,40,0,0,0,6,2075,0x0000840100000000000000000000000000000000,32,238); -INSERT INTO `npc_list` VALUES (293,'Synergy_Engineer',128,187.000,-0.500,-16.000,1,40,40,0,0,0,2,27,0x01000301771078200A300A400A50006000700000,32,238); -INSERT INTO `npc_list` VALUES (294,'Synergy_Engineer',64,-98.000,-1.500,-159.800,1,40,40,0,0,0,2,27,0x01000102771078200A300A400A50006000700000,32,238); -INSERT INTO `npc_list` VALUES (295,'Synergy_Furnace',128,188.000,-0.500,-13.000,1,40,40,0,5,68,2,155,0x00002C0900000000000000000000000000000000,32,238); -INSERT INTO `npc_list` VALUES (296,'Synergy_Furnace',128,188.000,-0.875,-19.000,1,40,40,0,5,68,2,155,0x00002C0900000000000000000000000000000000,32,238); -INSERT INTO `npc_list` VALUES (297,'Synergy_Furnace',64,-101.000,-1.500,-158.500,1,40,40,0,5,68,2,155,0x00002C0900000000000000000000000000000000,32,238); -INSERT INTO `npc_list` VALUES (298,'Synergy_Furnace',64,-95.000,-1.500,-158.500,1,40,40,0,5,68,2,155,0x00002C0900000000000000000000000000000000,32,238); -INSERT INTO `npc_list` VALUES (306,'Moogle',245,-55.446,-5.358,216.826,8,40,40,0,0,0,2,3,0x0000520000000000000000000000000000000000,0,238); -INSERT INTO `npc_list` VALUES (307,'Moogle',208,-56.660,-5.593,216.409,1,40,40,0,0,0,2,3,0x0000520000000000000000000000000000000000,0,238); -INSERT INTO `npc_list` VALUES (308,'Valentione_Single',254,-14.610,-1.000,23.999,21,40,40,0,1,0,2,3,0x0100000172107220873032403250006000700000,0,238); -INSERT INTO `npc_list` VALUES (309,'Valentione_Single',31,-46.443,-5.000,98.456,14,40,40,0,1,0,2,3,0x0100050300103D203D303D403D50006000700000,0,238); -INSERT INTO `npc_list` VALUES (310,'Valentione_Single',191,28.301,-1.250,-220.395,8,40,40,0,1,0,2,3,0x01000F029510212095301F401F50006000700000,0,238); -INSERT INTO `npc_list` VALUES (311,'Valentione_Single',255,142.420,0.000,153.543,1,40,40,0,1,0,2,3,0x01000F047D106020603060406050006000700000,0,238); -INSERT INTO `npc_list` VALUES (312,'Moogle',208,-56.660,-5.593,216.409,1,40,40,0,0,0,2,3,0x0000520000000000000000000000000000000000,0,238); -INSERT INTO `npc_list` VALUES (343,'Moogle',208,-56.660,-5.593,216.409,1,40,40,0,0,0,2,3,0x0000520000000000000000000000000000000000,0,238); -INSERT INTO `npc_list` VALUES (348,'Moogle',0,-55.470,-5.391,216.362,1,40,40,0,0,0,2,4194307,0x0000520000000000000000000000000000000000,0,238); -INSERT INTO `npc_list` VALUES (349,'Moogle',209,-53.708,-5.368,214.584,1,40,40,0,0,0,2,3,0x0000520000000000000000000000000000000000,0,238); -INSERT INTO `npc_list` VALUES (350,'Moogle',213,-48.385,-3.500,60.935,1,40,40,0,0,0,2,3,0x0000520000000000000000000000000000000000,0,238); -INSERT INTO `npc_list` VALUES (366,'Treasure_Coffer',243,-12.140,-1.000,28.499,1,40,40,0,0,0,2,3,0x0000520000000000000000000000000000000000,0,238); -INSERT INTO `npc_list` VALUES (371,'Moogle',243,-12.140,-1.000,25.609,1,40,40,0,0,0,2,3,0x0000520000000000000000000000000000000000,0,238); -INSERT INTO `npc_list` VALUES (396,'Bikho_Ronpotteh',0,-40.085,-4.999,88.846,1,40,40,0,0,127,2,155,0x01000607B5101220943094404750006000700000,32,238); -INSERT INTO `npc_list` VALUES (397,'Guwanana',192,-36.005,-2.426,-102.763,1,40,40,0,0,127,2,155,0x01000306B5104620953017409550006000700000,32,238); -INSERT INTO `npc_list` VALUES (398,'Roger',209,-55.955,-5.494,215.905,21,40,40,0,0,0,2,27,0x01000D018F108F20853085408550276100700000,32,238); -INSERT INTO `npc_list` VALUES (403,'Atagei-Portagei',227,-56.848,-5.571,217.380,1,40,40,0,0,0,2,27,0x01000B058C108C2000301F408250006000700000,32,238); -INSERT INTO `npc_list` VALUES (424,'Moogle',216,-54.806,-5.406,215.389,1,40,40,0,0,0,2,3,0x0000520000000000000000000000000000000000,0,238); +INSERT INTO `npc_list` VALUES (254,'Kogri-Nargri',153,-68.959,-3.500,-8.254,1,40,40,0,1,0,0,27,0x0100020508101420153014401450006000700000,32,238); +INSERT INTO `npc_list` VALUES (255,'Domimi',0,0.000,0.000,0.000,0,40,40,0,1,0,6,27,0x010005061F106720673067406750006000700000,32,238); +INSERT INTO `npc_list` VALUES (256,'Luto_Mewrilah',0,0.000,0.000,0.000,0,40,40,0,1,0,6,27,0x0100020700108220133015408250006000700000,32,238); +INSERT INTO `npc_list` VALUES (257,'Olaky-Yayulaky',18,-61.247,-3.500,72.551,8,40,40,0,1,0,0,27,0x010007050010822020300A402050006000700000,32,238); +INSERT INTO `npc_list` VALUES (259,'Ritopopo',1,-16.993,-6.250,116.426,0,40,40,0,1,0,6,27,0x0100020603100A20033003400350006000700000,32,238); +INSERT INTO `npc_list` VALUES (261,'Diabolos',0,0.000,0.000,0.000,0,40,40,0,0,0,6,27,0x0000790400000000000000000000000000000000,32,238); +INSERT INTO `npc_list` VALUES (262,'_6mh',0,-200.100,-5.500,-60.099,1,40,40,9,0,0,0,4099,0x0200000000000000000000000000000000000000,0,238); +INSERT INTO `npc_list` VALUES (263,'Zhuk_Vojahom',133,-200.000,-4.459,-112.053,0,40,40,0,0,0,6,27,0x01000C0700106D2000306E406E50006000700000,32,238); +INSERT INTO `npc_list` VALUES (264,'Zelala',79,169.855,-0.295,-3.238,14,40,40,0,1,0,0,27,0x01000C067710862000305E405E50006000700000,32,238); +INSERT INTO `npc_list` VALUES (265,'Kayeel-Payeel',140,-32.336,-4.999,123.861,8,40,40,0,0,0,0,27,0x0100090565104620393039403950466100700000,32,238); +INSERT INTO `npc_list` VALUES (266,'Maju-Naju',0,0.000,0.000,0.000,0,40,40,0,1,0,6,27,0x01000B050010032000300A400050006000700000,32,238); +INSERT INTO `npc_list` VALUES (267,'Shahr_Yagenmhi',0,0.000,0.000,0.000,0,40,40,0,1,0,6,27,0x01000D0700102D20003017401450006000700000,32,238); +INSERT INTO `npc_list` VALUES (268,'Selenana',0,0.000,0.000,0.000,0,40,40,0,1,0,6,27,0x0100050600101F201F3008400850006000700000,32,238); +INSERT INTO `npc_list` VALUES (269,'Ramchacha',0,0.000,0.000,0.000,0,40,40,0,1,0,6,27,0x01000A06001015200B301E401E50006000700000,32,238); +INSERT INTO `npc_list` VALUES (270,'Game_Table',121,-56.374,-4.335,24.916,32769,40,40,0,0,0,0,3,0x0000340000000000000000000000000000000000,0,238); +INSERT INTO `npc_list` VALUES (274,'Khoto_Rokkorah',162,11.000,-1.000,21.000,21,40,40,0,0,0,0,27,0x0100070700108320003083400050006000700000,32,238); +INSERT INTO `npc_list` VALUES (275,'Tihk_Rhumyie',0,0.000,0.000,0.000,0,40,40,0,0,0,6,2075,0x0100001D00100320003002400050006000700000,32,238); +INSERT INTO `npc_list` VALUES (276,'Kuppo-Pippo',0,0.000,0.000,0.000,0,40,40,0,0,0,6,2075,0x0000A60000000000000000000000000000000000,32,238); +INSERT INTO `npc_list` VALUES (277,'Karanka-Tonka',0,0.000,0.000,0.000,0,40,40,0,0,0,6,2075,0x0000A70000000000000000000000000000000000,32,238); +INSERT INTO `npc_list` VALUES (278,'Noh_Ramyoh',0,0.000,0.000,0.000,0,40,40,0,0,0,6,2075,0x0100031D00100320003002400050006000700000,32,238); +INSERT INTO `npc_list` VALUES (279,'Cotta-Lotta',0,0.000,0.000,0.000,0,40,40,0,0,0,6,2075,0x0000A80000000000000000000000000000000000,32,238); +INSERT INTO `npc_list` VALUES (280,'Tacca-Picca',0,0.000,0.000,0.000,0,40,40,0,0,0,6,2075,0x0000A70000000000000000000000000000000000,32,238); +INSERT INTO `npc_list` VALUES (281,'Rahmi_Yamilahto',0,0.000,0.000,0.000,0,40,40,0,0,0,6,2075,0x0100001D00100420003000400350036003700000,32,238); +INSERT INTO `npc_list` VALUES (282,'Babban_Ny_Mheillea',0,0.000,0.000,0.000,0,40,40,0,0,0,6,2075,0x0000C70800000000000000000000000000000000,32,238); +INSERT INTO `npc_list` VALUES (284,'Abenzio',0,0.000,0.000,0.000,0,40,40,0,0,0,6,2075,0x0000280100000000000000000000000000000000,32,238); +INSERT INTO `npc_list` VALUES (285,'Bryher',0,0.000,0.000,0.000,0,40,40,0,0,0,6,2075,0x00007C0100000000000000000000000000000000,32,238); +INSERT INTO `npc_list` VALUES (286,'Camlin',0,0.000,0.000,0.000,0,40,40,0,0,0,6,2075,0x0000740100000000000000000000000000000000,32,238); +INSERT INTO `npc_list` VALUES (287,'Darach',0,0.000,0.000,0.000,0,40,40,0,0,0,6,2075,0x0000840100000000000000000000000000000000,32,238); +INSERT INTO `npc_list` VALUES (292,'Synergy_Engineer',128,187.000,-0.500,-16.000,1,40,40,0,0,0,2,27,0x01000301771078200A300A400A50006000700000,32,238); +INSERT INTO `npc_list` VALUES (293,'Synergy_Engineer',64,-98.000,-1.500,-159.800,1,40,40,0,0,0,2,27,0x01000102771078200A300A400A50006000700000,32,238); +INSERT INTO `npc_list` VALUES (294,'Synergy_Furnace',128,188.000,-0.500,-13.000,1,40,40,0,5,68,2,155,0x00002C0900000000000000000000000000000000,32,238); +INSERT INTO `npc_list` VALUES (295,'Synergy_Furnace',128,188.000,-0.875,-19.000,1,40,40,0,5,68,2,155,0x00002C0900000000000000000000000000000000,32,238); +INSERT INTO `npc_list` VALUES (296,'Synergy_Furnace',64,-101.000,-1.500,-158.500,1,40,40,0,5,68,2,155,0x00002C0900000000000000000000000000000000,32,238); +INSERT INTO `npc_list` VALUES (297,'Synergy_Furnace',64,-95.000,-1.500,-158.500,1,40,40,0,5,68,2,155,0x00002C0900000000000000000000000000000000,32,238); +INSERT INTO `npc_list` VALUES (305,'Moogle',245,-55.446,-5.358,216.826,8,40,40,0,0,0,2,3,0x0000520000000000000000000000000000000000,0,238); +INSERT INTO `npc_list` VALUES (306,'Moogle',208,-56.660,-5.593,216.409,1,40,40,0,0,0,2,3,0x0000520000000000000000000000000000000000,0,238); +INSERT INTO `npc_list` VALUES (307,'Valentione_Single',254,-14.610,-1.000,23.999,21,40,40,0,1,0,2,3,0x0100000172107220873032403250006000700000,0,238); +INSERT INTO `npc_list` VALUES (308,'Valentione_Single',31,-46.443,-5.000,98.456,14,40,40,0,1,0,2,3,0x0100050300103D203D303D403D50006000700000,0,238); +INSERT INTO `npc_list` VALUES (309,'Valentione_Single',191,28.301,-1.250,-220.395,8,40,40,0,1,0,2,3,0x01000F029510212095301F401F50006000700000,0,238); +INSERT INTO `npc_list` VALUES (310,'Valentione_Single',255,142.420,0.000,153.543,1,40,40,0,1,0,2,3,0x01000F047D106020603060406050006000700000,0,238); +INSERT INTO `npc_list` VALUES (311,'Moogle',208,-56.660,-5.593,216.409,1,40,40,0,0,0,2,3,0x0000520000000000000000000000000000000000,0,238); +INSERT INTO `npc_list` VALUES (342,'Moogle',208,-56.660,-5.593,216.409,1,40,40,0,0,0,2,3,0x0000520000000000000000000000000000000000,0,238); +INSERT INTO `npc_list` VALUES (347,'Moogle',0,-55.470,-5.391,216.362,1,40,40,0,0,0,2,4194307,0x0000520000000000000000000000000000000000,0,238); +INSERT INTO `npc_list` VALUES (348,'Moogle',209,-53.708,-5.368,214.584,1,40,40,0,0,0,2,3,0x0000520000000000000000000000000000000000,0,238); +INSERT INTO `npc_list` VALUES (349,'Moogle',213,-48.385,-3.500,60.935,1,40,40,0,0,0,2,3,0x0000520000000000000000000000000000000000,0,238); +INSERT INTO `npc_list` VALUES (396,'Treasure_Coffer',243,-12.140,-1.000,28.499,1,40,40,0,0,0,2,3,0x0000520000000000000000000000000000000000,0,238); +INSERT INTO `npc_list` VALUES (401,'Moogle',243,-12.140,-1.000,25.609,1,40,40,0,0,0,2,3,0x0000520000000000000000000000000000000000,0,238); +INSERT INTO `npc_list` VALUES (426,'Bikho_Ronpotteh',0,-40.085,-4.999,88.846,1,40,40,0,0,127,2,155,0x01000607B5101220943094404750006000700000,32,238); +INSERT INTO `npc_list` VALUES (427,'Guwanana',192,-36.005,-2.426,-102.763,1,40,40,0,0,127,2,155,0x01000306B5104620953017409550006000700000,32,238); +INSERT INTO `npc_list` VALUES (428,'Roger',209,-55.955,-5.494,215.905,21,40,40,0,0,0,2,27,0x01000D018F108F20853085408550276100700000,32,238); +INSERT INTO `npc_list` VALUES (433,'Atagei-Portagei',227,-56.848,-5.571,217.380,1,40,40,0,0,0,2,27,0x01000B058C108C2000301F408250006000700000,32,238); +INSERT INTO `npc_list` VALUES (454,'Moogle',216,-54.806,-5.406,215.389,1,40,40,0,0,0,2,3,0x0000520000000000000000000000000000000000,0,238); -- ------------------------------------------------------------ -- Windurst Walls @@ -17823,10 +17826,10 @@ INSERT INTO `npc_list` VALUES (233,'Gate_Chocobo_Circuit',0,115.000,-6.699,-140.580,32769,40,40,0,0,0,0,3,0x0000340000000000000000000000000000000000,0,241); INSERT INTO `npc_list` VALUES (234,'Zahsa_Syalmhaia',106,13.710,2.422,-83.198,1,40,40,0,0,0,0,27,0x01000C077210722072306E406E506D6100700000,32,241); INSERT INTO `npc_list` VALUES (235,'Selele',125,106.830,-5.000,-31.527,21,40,40,0,0,0,0,27,0x01000F0600100120013001400150006000700000,32,241); -INSERT INTO `npc_list` VALUES (243,'Valentione_Single',244,-9.000,3.000,-62.000,14,40,40,0,1,0,2,3,0x0100010500107020003065406550006000700000,0,241); -INSERT INTO `npc_list` VALUES (244,'Valentione_Single',11,-59.000,1.000,-53.000,8,40,40,0,1,0,2,3,0x01000308AB101620613020406850006000700000,0,241); -INSERT INTO `npc_list` VALUES (245,'Valentione_Single',129,97.500,-5.000,116.000,1,40,40,0,1,0,2,3,0x0100080600108620323032403250006000700000,0,241); -INSERT INTO `npc_list` VALUES (246,'Valentione_Single',255,59.600,-5.000,42.000,21,40,40,0,1,0,2,3,0x01000C0700102220383038404050006000700000,0,241); +INSERT INTO `npc_list` VALUES (245,'Valentione_Single',244,-9.000,3.000,-62.000,14,40,40,0,1,0,2,3,0x0100010500107020003065406550006000700000,0,241); +INSERT INTO `npc_list` VALUES (246,'Valentione_Single',11,-59.000,1.000,-53.000,8,40,40,0,1,0,2,3,0x01000308AB101620613020406850006000700000,0,241); +INSERT INTO `npc_list` VALUES (247,'Valentione_Single',129,97.500,-5.000,116.000,1,40,40,0,1,0,2,3,0x0100080600108620323032403250006000700000,0,241); +INSERT INTO `npc_list` VALUES (248,'Valentione_Single',255,59.600,-5.000,42.000,21,40,40,0,1,0,2,3,0x01000C0700102220383038404050006000700000,0,241); -- ------------------------------------------------------------ -- Heavens Tower @@ -18884,10 +18887,10 @@ INSERT INTO `npc_list` VALUES (54,'Raging_Tiger',188,33.762,-2.558,-28.848,7,40,40,0,1,0,0,27,0x010005081410172008300A400350006000700000,32,248); INSERT INTO `npc_list` VALUES (55,'Sleeping_Lizard',58,20.269,-2.558,-28.300,1,40,40,0,1,0,0,27,0x010007081410172008300A400350006000700000,32,248); INSERT INTO `npc_list` VALUES (56,'Humilitie',191,17.979,-1.390,-58.800,6,13,40,0,1,0,0,4194331,0x010003041410172008300A400350006000700000,32,248); -INSERT INTO `npc_list` VALUES (57,'_6wy',0,33.747,-4.084,-28.575,1,40,40,9,0,0,0,6147,0x0200000000000000000000000000000000000000,0,248); -INSERT INTO `npc_list` VALUES (58,'_6wx',0,20.427,-4.090,-28.428,1,40,40,9,0,0,0,6147,0x0200000000000000000000000000000000000000,0,248); -INSERT INTO `npc_list` VALUES (59,'_6ww',0,18.000,-2.385,-59.554,1,40,40,9,0,0,0,6147,0x0200000000000000000000000000000000000000,0,248); -INSERT INTO `npc_list` VALUES (60,'',0,-401.468,0.000,-123.873,98311,40,40,18,0,0,2,2051,0x0400000000000000000000000000000000000000,0,248); +INSERT INTO `npc_list` VALUES (57,'_6wy',0,33.747,-4.084,-28.575,1,40,40,9,0,0,0,6147,0x0200000000000000000000000000000000000000,0,248); -- not listed +INSERT INTO `npc_list` VALUES (58,'_6wx',0,20.427,-4.090,-28.428,1,40,40,9,0,0,0,6147,0x0200000000000000000000000000000000000000,0,248); -- not listed +INSERT INTO `npc_list` VALUES (59,'_6ww',0,18.000,-2.385,-59.554,1,40,40,9,0,0,0,6147,0x0200000000000000000000000000000000000000,0,248); -- not listed +INSERT INTO `npc_list` VALUES (60,'',0,-401.468,0.000,-123.873,98311,40,40,18,0,0,2,2051,0x0400000000000000000000000000000000000000,0,248); -- not listed INSERT INTO `npc_list` VALUES (62,'Yulon-Polon',60,45.998,-15.273,15.739,6,40,40,34,0,0,0,27,0x0000290300000000000000000000000000000000,32,248); INSERT INTO `npc_list` VALUES (64,'Moogle',0,0.000,0.000,0.000,0,40,40,0,0,0,2,4194307,0x0000520000000000000000000000000000000000,0,248); INSERT INTO `npc_list` VALUES (65,'Moogle',0,0.000,0.000,0.000,0,40,40,0,0,0,2,4194307,0x0000520000000000000000000000000000000000,0,248); @@ -18965,10 +18968,10 @@ INSERT INTO `npc_list` VALUES (52,'Condor_Eye',59,30.947,-7.999,38.395,21,40,40,0,1,0,0,27,0x010002081410172008300A400350006000700000,32,249); INSERT INTO `npc_list` VALUES (53,'Standing_Bear',187,48.291,-7.999,38.394,14,40,40,0,1,0,0,27,0x01000E081410172008300A400350006000700000,32,249); INSERT INTO `npc_list` VALUES (54,'Dieh_Yamilsiah',211,7.057,-1.364,2.489,204,13,40,0,1,0,0,4194331,0x010000071410172008300A400350006000700000,32,249); -INSERT INTO `npc_list` VALUES (55,'_6xu',0,31.912,-9.836,38.402,1,40,40,9,0,0,0,6147,0x0200000000000000000000000000000000000000,0,249); -INSERT INTO `npc_list` VALUES (56,'_6xv',0,47.383,-9.737,38.442,1,40,40,9,0,0,0,6147,0x0200000000000000000000000000000000000000,0,249); -INSERT INTO `npc_list` VALUES (57,'_6xw',0,8.322,-3.278,1.840,1,40,40,9,0,0,0,6147,0x0200000000000000000000000000000000000000,0,249); -INSERT INTO `npc_list` VALUES (58,'',0,0.000,0.000,0.000,98311,40,40,18,0,0,2,2051,0x0400000000000000000000000000000000000000,0,249); +INSERT INTO `npc_list` VALUES (55,'_6xu',0,31.912,-9.836,38.402,1,40,40,9,0,0,0,6147,0x0200000000000000000000000000000000000000,0,249); -- not listed +INSERT INTO `npc_list` VALUES (56,'_6xv',0,47.383,-9.737,38.442,1,40,40,9,0,0,0,6147,0x0200000000000000000000000000000000000000,0,249); -- not listed +INSERT INTO `npc_list` VALUES (57,'_6xw',0,8.322,-3.278,1.840,1,40,40,9,0,0,0,6147,0x0200000000000000000000000000000000000000,0,249); -- not listed +INSERT INTO `npc_list` VALUES (58,'',0,0.000,0.000,0.000,98311,40,40,18,0,0,2,2051,0x0400000000000000000000000000000000000000,0,249); -- not listed INSERT INTO `npc_list` VALUES (59,'Laughing_Bison',128,51.000,-8.000,41.700,1,40,40,0,4,4,0,27,0x0000230500000000000000000000000000000000,32,249); INSERT INTO `npc_list` VALUES (62,'Moogle',0,0.000,0.000,0.000,0,40,40,0,0,0,2,4194307,0x0000520000000000000000000000000000000000,0,249); INSERT INTO `npc_list` VALUES (63,'Moogle',0,0.000,0.000,0.000,0,40,40,0,0,0,2,4194307,0x0000520000000000000000000000000000000000,0,249); @@ -19151,7 +19154,7 @@ INSERT INTO `npc_list` VALUES (3,'Yve_noile',0,0.000,0.000,0.000,0,40,40,0,0,0,6,27,0x0000900500000000000000000000000000000000,32,251); INSERT INTO `npc_list` VALUES (4,'Zeid',0,0.000,0.000,0.000,0,40,40,0,0,0,6,27,0x00003E0300000000000000000000000000000000,32,251); INSERT INTO `npc_list` VALUES (5,'Aldo',0,0.000,0.000,0.000,0,40,40,0,0,0,6,27,0x00004E0000000000000000000000000000000000,32,251); -INSERT INTO `npc_list` VALUES (6,'_6z0',0,0.000,-14.302,50.201,1,40,40,9,0,0,0,4099,0x0200000000000000000000000000000000000000,0,251); +INSERT INTO `npc_list` VALUES (6,'_6z0',0,0.000,-14.302,50.201,1,40,40,9,0,0,0,4099,0x0200000000000000000000000000000000000000,0,251); -- Cermet Grate INSERT INTO `npc_list` VALUES (7,'Shimmering_Circle',63,0.066,-20.693,149.316,1,40,40,0,0,0,0,3,0x0000340000000000000000000000000000000000,0,251); INSERT INTO `npc_list` VALUES (8,'Shimmering_Circle',192,0.026,0.109,250.731,1,40,40,0,0,0,0,3,0x0000340000000000000000000000000000000000,0,251); INSERT INTO `npc_list` VALUES (10,'Moogle',0,0.000,0.000,0.000,0,40,40,0,0,0,2,4194307,0x0000520000000000000000000000000000000000,0,251); Index: sql/treasure_spawn_points.sql =================================================================== --- sql/treasure_spawn_points.sql (revision 4131) +++ sql/treasure_spawn_points.sql (working copy) @@ -44,15 +44,15 @@ -- Chests -- -INSERT INTO `treasure_spawn_points` VALUES (16814554,0,0,-393.000,16.000,-208.000); -INSERT INTO `treasure_spawn_points` VALUES (16814554,1,0,-392.950,16.000,-236.012); -INSERT INTO `treasure_spawn_points` VALUES (16814554,2,20,-349.409,16.000,-232.783); -INSERT INTO `treasure_spawn_points` VALUES (16814554,3,64,-379.409,16.000,-207.245); -INSERT INTO `treasure_spawn_points` VALUES (16814554,4,192,-329.944,0.247,-271.769); -INSERT INTO `treasure_spawn_points` VALUES (16814554,5,161,-322.799,32.000,-276.970); -INSERT INTO `treasure_spawn_points` VALUES (16814554,6,64,-349.915,32.247,-169.891); -INSERT INTO `treasure_spawn_points` VALUES (16814554,7,161,-362.928,32.000,-236.722); -INSERT INTO `treasure_spawn_points` VALUES (16814554,8,0,-389.971,32.247,-229.970); +INSERT INTO `treasure_spawn_points` VALUES (16814554,0,0,-393.000,16.000,-208.000); -- Pso'Xja +INSERT INTO `treasure_spawn_points` VALUES (16814554,1,0,-392.950,16.000,-236.012); -- Pso'Xja +INSERT INTO `treasure_spawn_points` VALUES (16814554,2,20,-349.409,16.000,-232.783); -- Pso'Xja +INSERT INTO `treasure_spawn_points` VALUES (16814554,3,64,-379.409,16.000,-207.245); -- Pso'Xja +INSERT INTO `treasure_spawn_points` VALUES (16814554,4,192,-329.944,0.247,-271.769); -- Pso'Xja +INSERT INTO `treasure_spawn_points` VALUES (16814554,5,161,-322.799,32.000,-276.970); -- Pso'Xja +INSERT INTO `treasure_spawn_points` VALUES (16814554,6,64,-349.915,32.247,-169.891); -- Pso'Xja +INSERT INTO `treasure_spawn_points` VALUES (16814554,7,161,-362.928,32.000,-236.722); -- Pso'Xja +INSERT INTO `treasure_spawn_points` VALUES (16814554,8,0,-389.971,32.247,-229.970); -- Pso'Xja INSERT INTO `treasure_spawn_points` VALUES (16822524,0,192,-140.636,7.999,200.498); -- Oldton Movalpolos INSERT INTO `treasure_spawn_points` VALUES (16822524,1,66,-138.897,8.000,157.084); -- Oldton Movalpolos INSERT INTO `treasure_spawn_points` VALUES (16822524,2,0,-236.521,12.001,32.003); -- Oldton Movalpolos @@ -145,34 +145,34 @@ INSERT INTO `treasure_spawn_points` VALUES (17396203,10,253,-213.101,-4.285,139.820); -- Castle Oztroja INSERT INTO `treasure_spawn_points` VALUES (17396203,11,5,-102.026,-52.000,180.448); -- Castle Oztroja INSERT INTO `treasure_spawn_points` VALUES (17396203,12,65,-19.589,-15.750,-15.309); -- Castle Oztroja -INSERT INTO `treasure_spawn_points` VALUES (17420669,0,254,-339.909,-127.601,20.816); -INSERT INTO `treasure_spawn_points` VALUES (17420669,1,65,-420.058,-127.601,99.913); -INSERT INTO `treasure_spawn_points` VALUES (17420669,2,255,-398.356,-127.424,20.397); -INSERT INTO `treasure_spawn_points` VALUES (17420669,3,65,-499.848,-127.601,20.397); -INSERT INTO `treasure_spawn_points` VALUES (17420669,4,105,-359.633,-111.424,-39.286); -INSERT INTO `treasure_spawn_points` VALUES (17420669,5,82,-416.369,-112.000,62.454); -INSERT INTO `treasure_spawn_points` VALUES (17420669,6,60,-425.616,-111.424,-0.879); -INSERT INTO `treasure_spawn_points` VALUES (17420669,7,247,-504.196,-112.000,55.353); -INSERT INTO `treasure_spawn_points` VALUES (17424556,0,191,-380.060,-143.601,20.603); -INSERT INTO `treasure_spawn_points` VALUES (17424556,1,255,-333.356,-144.016,-0.481); -INSERT INTO `treasure_spawn_points` VALUES (17424556,2,231,-250.738,-144.019,72.633); -INSERT INTO `treasure_spawn_points` VALUES (17424556,3,191,-220.087,-143.601,19.370); -INSERT INTO `treasure_spawn_points` VALUES (17436991,0,190,110.041,-20.002,106.811); -INSERT INTO `treasure_spawn_points` VALUES (17436991,1,0,-69.716,-19.468,35.659); -INSERT INTO `treasure_spawn_points` VALUES (17436991,2,190,-120.003,-24.000,136.748); -INSERT INTO `treasure_spawn_points` VALUES (17436991,3,65,-120.064,-24.000,103.328); -INSERT INTO `treasure_spawn_points` VALUES (17436991,4,190,-119.996,-24.000,-63.515); -INSERT INTO `treasure_spawn_points` VALUES (17436991,5,65,-119.933,-24.000,-95.999); -INSERT INTO `treasure_spawn_points` VALUES (17436991,6,65,-19.920,-20.010,-29.472); -INSERT INTO `treasure_spawn_points` VALUES (17436991,7,65,9.900,-20.000,12.662); -INSERT INTO `treasure_spawn_points` VALUES (17436991,8,190,9.900,-20.000,27.921); -INSERT INTO `treasure_spawn_points` VALUES (17436991,9,190,-20.354,-20.200,68.930); -INSERT INTO `treasure_spawn_points` VALUES (17436991,10,65,110.250,-20.011,-67.377); -INSERT INTO `treasure_spawn_points` VALUES (17436991,11,65,99.899,-24.065,64.915); -INSERT INTO `treasure_spawn_points` VALUES (17436991,12,190,99.899,-24.077,-25.562); -INSERT INTO `treasure_spawn_points` VALUES (17436991,13,0,57.319,-24.000,20.112); -INSERT INTO `treasure_spawn_points` VALUES (17436991,14,127,52.638,-24.000,20.112); -INSERT INTO `treasure_spawn_points` VALUES (17441082,0,62,-299.787,-48.000,24.873); +INSERT INTO `treasure_spawn_points` VALUES (17420669,0,254,-339.909,-127.601,20.816); -- Middle Delkfutt's Tower +INSERT INTO `treasure_spawn_points` VALUES (17420669,1,65,-420.058,-127.601,99.913); -- Middle Delkfutt's Tower +INSERT INTO `treasure_spawn_points` VALUES (17420669,2,255,-398.356,-127.424,20.397); -- Middle Delkfutt's Tower +INSERT INTO `treasure_spawn_points` VALUES (17420669,3,65,-499.848,-127.601,20.397); -- Middle Delkfutt's Tower +INSERT INTO `treasure_spawn_points` VALUES (17420669,4,105,-359.633,-111.424,-39.286); -- Middle Delkfutt's Tower +INSERT INTO `treasure_spawn_points` VALUES (17420669,5,82,-416.369,-112.000,62.454); -- Middle Delkfutt's Tower +INSERT INTO `treasure_spawn_points` VALUES (17420669,6,60,-425.616,-111.424,-0.879); -- Middle Delkfutt's Tower +INSERT INTO `treasure_spawn_points` VALUES (17420669,7,247,-504.196,-112.000,55.353); -- Middle Delkfutt's Tower +INSERT INTO `treasure_spawn_points` VALUES (17424556,0,191,-380.060,-143.601,20.603); -- Upper Delkfutt's Tower +INSERT INTO `treasure_spawn_points` VALUES (17424556,1,255,-333.356,-144.016,-0.481); -- Upper Delkfutt's Tower +INSERT INTO `treasure_spawn_points` VALUES (17424556,2,231,-250.738,-144.019,72.633); -- Upper Delkfutt's Tower +INSERT INTO `treasure_spawn_points` VALUES (17424556,3,191,-220.087,-143.601,19.370); -- Upper Delkfutt's Tower +INSERT INTO `treasure_spawn_points` VALUES (17436990,0,190,110.041,-20.002,106.811); -- Castle Zvahl Baileys +INSERT INTO `treasure_spawn_points` VALUES (17436990,1,0,-69.716,-19.468,35.659); -- Castle Zvahl Baileys +INSERT INTO `treasure_spawn_points` VALUES (17436990,2,190,-120.003,-24.000,136.748); -- Castle Zvahl Baileys +INSERT INTO `treasure_spawn_points` VALUES (17436990,3,65,-120.064,-24.000,103.328); -- Castle Zvahl Baileys +INSERT INTO `treasure_spawn_points` VALUES (17436990,4,190,-119.996,-24.000,-63.515); -- Castle Zvahl Baileys +INSERT INTO `treasure_spawn_points` VALUES (17436990,5,65,-119.933,-24.000,-95.999); -- Castle Zvahl Baileys +INSERT INTO `treasure_spawn_points` VALUES (17436990,6,65,-19.920,-20.010,-29.472); -- Castle Zvahl Baileys +INSERT INTO `treasure_spawn_points` VALUES (17436990,7,65,9.900,-20.000,12.662); -- Castle Zvahl Baileys +INSERT INTO `treasure_spawn_points` VALUES (17436990,8,190,9.900,-20.000,27.921); -- Castle Zvahl Baileys +INSERT INTO `treasure_spawn_points` VALUES (17436990,9,190,-20.354,-20.200,68.930); -- Castle Zvahl Baileys +INSERT INTO `treasure_spawn_points` VALUES (17436990,10,65,110.250,-20.011,-67.377); -- Castle Zvahl Baileys +INSERT INTO `treasure_spawn_points` VALUES (17436990,11,65,99.899,-24.065,64.915); -- Castle Zvahl Baileys +INSERT INTO `treasure_spawn_points` VALUES (17436990,12,190,99.899,-24.077,-25.562); -- Castle Zvahl Baileys +INSERT INTO `treasure_spawn_points` VALUES (17436990,13,0,57.319,-24.000,20.112); -- Castle Zvahl Baileys +INSERT INTO `treasure_spawn_points` VALUES (17436990,14,127,52.638,-24.000,20.112); -- Castle Zvahl Baileys +INSERT INTO `treasure_spawn_points` VALUES (17441081,0,62,-299.787,-48.000,24.873); -- Castle Zvahl Keep INSERT INTO `treasure_spawn_points` VALUES (17498609,0,129,189.673,18.999,30.161); INSERT INTO `treasure_spawn_points` VALUES (17498609,1,16,173.566,20.431,42.832); INSERT INTO `treasure_spawn_points` VALUES (17498609,2,124,413.783,8.448,-60.001); @@ -229,7 +229,7 @@ INSERT INTO `treasure_spawn_points` VALUES (17568185,12,194,-112.788,-0.035,230.281); -- Ordelle's Caves INSERT INTO `treasure_spawn_points` VALUES (17568185,13,236,-169.325,0.008,231.696); -- Ordelle's Caves INSERT INTO `treasure_spawn_points` VALUES (17568185,14,62,-167.160,0.068,289.223); -- Ordelle's Caves -INSERT INTO `treasure_spawn_points` VALUES (17572283,0,250,-423.066,0.000,672.483); +INSERT INTO `treasure_spawn_points` VALUES (17572283,0,250,-423.066,0.000,672.483); -- Outer Horutoto Ruins INSERT INTO `treasure_spawn_points` VALUES (17576349,0,254,171.927,-7.999,20.008); -- The Eldieme Necropolis INSERT INTO `treasure_spawn_points` VALUES (17576349,1,1,261.094,-33.250,100.014); -- The Eldieme Necropolis INSERT INTO `treasure_spawn_points` VALUES (17576349,2,127,98.908,-33.250,100.046); -- The Eldieme Necropolis @@ -255,16 +255,16 @@ INSERT INTO `treasure_spawn_points` VALUES (17584468,11,24,-32.961,-0.351,294.132); -- Crawler's Nest INSERT INTO `treasure_spawn_points` VALUES (17584468,12,46,-89.586,-9.624,95.296); -- Crawler's Nest INSERT INTO `treasure_spawn_points` VALUES (17588766,0,9,290.287,20.225,-138.060); -- Maze of Shakhrami -INSERT INTO `treasure_spawn_points` VALUES (17596803,0,128,-163.053,0.000,351.988); -INSERT INTO `treasure_spawn_points` VALUES (17596803,1,124,-352.798,15.602,266.998); -INSERT INTO `treasure_spawn_points` VALUES (17596803,2,7,-84.561,5.269,139.762); -INSERT INTO `treasure_spawn_points` VALUES (17596803,3,128,-62.448,0.000,88.577); -INSERT INTO `treasure_spawn_points` VALUES (17596803,4,128,-122.826,0.000,112.010); -INSERT INTO `treasure_spawn_points` VALUES (17596803,5,65,-220.049,0.000,167.949); -INSERT INTO `treasure_spawn_points` VALUES (17596803,6,101,14.274,6.000,214.198); -INSERT INTO `treasure_spawn_points` VALUES (17596803,7,192,-7.949,-0.143,296.822); -INSERT INTO `treasure_spawn_points` VALUES (17596803,8,2,-88.405,4.784,299.916); -INSERT INTO `treasure_spawn_points` VALUES (17596803,9,128,-142.400,0.000,328.437); +INSERT INTO `treasure_spawn_points` VALUES (17596802,0,128,-163.053,0.000,351.988); -- Garlaige Citadel +INSERT INTO `treasure_spawn_points` VALUES (17596802,1,124,-352.798,15.602,266.998); -- Garlaige Citadel +INSERT INTO `treasure_spawn_points` VALUES (17596802,2,7,-84.561,5.269,139.762); -- Garlaige Citadel +INSERT INTO `treasure_spawn_points` VALUES (17596802,3,128,-62.448,0.000,88.577); -- Garlaige Citadel +INSERT INTO `treasure_spawn_points` VALUES (17596802,4,128,-122.826,0.000,112.010); -- Garlaige Citadel +INSERT INTO `treasure_spawn_points` VALUES (17596802,5,65,-220.049,0.000,167.949); -- Garlaige Citadel +INSERT INTO `treasure_spawn_points` VALUES (17596802,6,101,14.274,6.000,214.198); -- Garlaige Citadel +INSERT INTO `treasure_spawn_points` VALUES (17596802,7,192,-7.949,-0.143,296.822); -- Garlaige Citadel +INSERT INTO `treasure_spawn_points` VALUES (17596802,8,2,-88.405,4.784,299.916); -- Garlaige Citadel +INSERT INTO `treasure_spawn_points` VALUES (17596802,9,128,-142.400,0.000,328.437); -- Garlaige Citadel INSERT INTO `treasure_spawn_points` VALUES (17613220,0,91,170.680,-24.000,210.826); INSERT INTO `treasure_spawn_points` VALUES (17613220,1,156,172.161,-24.006,-88.152); INSERT INTO `treasure_spawn_points` VALUES (17613220,2,131,210.956,-24.000,-31.915); @@ -323,20 +323,20 @@ INSERT INTO `treasure_spawn_points` VALUES (17396204,7,193,-60.369,-71.750,-146.231); -- Castle Oztroja INSERT INTO `treasure_spawn_points` VALUES (17396204,8,63,-139.729,-71.750,-53.252); -- Castle Oztroja INSERT INTO `treasure_spawn_points` VALUES (17396204,9,65,-100.197,-72.511,-13.141); -- Castle Oztroja -INSERT INTO `treasure_spawn_points` VALUES (17404383,0,95,28.477,6.335,145.925); -INSERT INTO `treasure_spawn_points` VALUES (17404383,1,120,-62.707,8.787,80.017); -INSERT INTO `treasure_spawn_points` VALUES (17404383,2,5,-100.194,7.716,71.802); -INSERT INTO `treasure_spawn_points` VALUES (17404383,3,27,26.121,6.102,95.937); -INSERT INTO `treasure_spawn_points` VALUES (17404383,4,180,68.144,6.428,54.531); -INSERT INTO `treasure_spawn_points` VALUES (17404383,5,234,108.235,7.085,26.143); -INSERT INTO `treasure_spawn_points` VALUES (17404383,6,139,136.094,10.600,26.152); -INSERT INTO `treasure_spawn_points` VALUES (17404383,7,81,176.461,8.172,65.105); -INSERT INTO `treasure_spawn_points` VALUES (17404383,8,200,184.816,5.867,-52.454); -INSERT INTO `treasure_spawn_points` VALUES (17404383,9,0,201.244,8.791,-163.229); -INSERT INTO `treasure_spawn_points` VALUES (17404383,10,66,260.650,8.445,-73.685); -INSERT INTO `treasure_spawn_points` VALUES (17404383,11,18,215.152,8.210,16.315); -INSERT INTO `treasure_spawn_points` VALUES (17404383,12,42,251.260,5.078,24.927); -INSERT INTO `treasure_spawn_points` VALUES (17404383,13,12,251.809,6.141,-18.487); +INSERT INTO `treasure_spawn_points` VALUES (17404383,0,95,28.477,6.335,145.925); -- The Boyahda Tree +INSERT INTO `treasure_spawn_points` VALUES (17404383,1,120,-62.707,8.787,80.017); -- The Boyahda Tree +INSERT INTO `treasure_spawn_points` VALUES (17404383,2,5,-100.194,7.716,71.802); -- The Boyahda Tree +INSERT INTO `treasure_spawn_points` VALUES (17404383,3,27,26.121,6.102,95.937); -- The Boyahda Tree +INSERT INTO `treasure_spawn_points` VALUES (17404383,4,180,68.144,6.428,54.531); -- The Boyahda Tree +INSERT INTO `treasure_spawn_points` VALUES (17404383,5,234,108.235,7.085,26.143); -- The Boyahda Tree +INSERT INTO `treasure_spawn_points` VALUES (17404383,6,139,136.094,10.600,26.152); -- The Boyahda Tree +INSERT INTO `treasure_spawn_points` VALUES (17404383,7,81,176.461,8.172,65.105); -- The Boyahda Tree +INSERT INTO `treasure_spawn_points` VALUES (17404383,8,200,184.816,5.867,-52.454); -- The Boyahda Tree +INSERT INTO `treasure_spawn_points` VALUES (17404383,9,0,201.244,8.791,-163.229); -- The Boyahda Tree +INSERT INTO `treasure_spawn_points` VALUES (17404383,10,66,260.650,8.445,-73.685); -- The Boyahda Tree +INSERT INTO `treasure_spawn_points` VALUES (17404383,11,18,215.152,8.210,16.315); -- The Boyahda Tree +INSERT INTO `treasure_spawn_points` VALUES (17404383,12,42,251.260,5.078,24.927); -- The Boyahda Tree +INSERT INTO `treasure_spawn_points` VALUES (17404383,13,12,251.809,6.141,-18.487); -- The Boyahda Tree INSERT INTO `treasure_spawn_points` VALUES (17428979,0,192,-219.944,-0.800,30.638); INSERT INTO `treasure_spawn_points` VALUES (17428979,1,65,-130.001,0.000,32.935); INSERT INTO `treasure_spawn_points` VALUES (17428979,2,255,-220.044,-0.000,-19.961); @@ -359,29 +359,29 @@ INSERT INTO `treasure_spawn_points` VALUES (17433071,9,105,142.462,15.834,-21.777); INSERT INTO `treasure_spawn_points` VALUES (17433071,10,125,372.407,-5.088,340.338); INSERT INTO `treasure_spawn_points` VALUES (17433071,11,65,460.201,5.092,331.775); -INSERT INTO `treasure_spawn_points` VALUES (17436992,0,125,-72.899,0.137,19.549); -INSERT INTO `treasure_spawn_points` VALUES (17436992,1,0,-49.542,0.137,19.549); -INSERT INTO `treasure_spawn_points` VALUES (17436992,2,190,-59.511,0.137,30.749); -INSERT INTO `treasure_spawn_points` VALUES (17436992,3,65,-59.511,0.137,10.051); -INSERT INTO `treasure_spawn_points` VALUES (17436992,4,190,-223.298,-8.000,-143.759); -INSERT INTO `treasure_spawn_points` VALUES (17436992,5,65,-223.298,-8.000,183.912); -INSERT INTO `treasure_spawn_points` VALUES (17436992,6,190,103.469,-8.000,-143.759); -INSERT INTO `treasure_spawn_points` VALUES (17436992,7,65,103.469,-8.000,183.912); -INSERT INTO `treasure_spawn_points` VALUES (17469829,0,62,219.993,16.003,-49.049); -INSERT INTO `treasure_spawn_points` VALUES (17469829,1,192,-88.634,16.000,-31.234); -INSERT INTO `treasure_spawn_points` VALUES (17469829,2,0,-191.180,21.502,-100.104); -INSERT INTO `treasure_spawn_points` VALUES (17469829,3,0,-191.211,21.502,-140.088); -INSERT INTO `treasure_spawn_points` VALUES (17469829,4,192,-59.985,21.502,-191.163); -INSERT INTO `treasure_spawn_points` VALUES (17469829,5,128,111.091,21.502,-180.065); -INSERT INTO `treasure_spawn_points` VALUES (17469829,6,192,114.148,16.000,-226.101); -INSERT INTO `treasure_spawn_points` VALUES (17469829,7,128,72.746,16.000,-180.041); -INSERT INTO `treasure_spawn_points` VALUES (17469829,8,226,26.746,16.500,-212.454); -INSERT INTO `treasure_spawn_points` VALUES (17469829,9,0,6.567,16.000,-180.089); -INSERT INTO `treasure_spawn_points` VALUES (17469829,10,192,179.943,21.502,-271.297); -INSERT INTO `treasure_spawn_points` VALUES (17469829,11,128,310.808,21.502,-179.957); -INSERT INTO `treasure_spawn_points` VALUES (17469829,12,66,285.821,18.000,-59.620); -INSERT INTO `treasure_spawn_points` VALUES (17469829,13,31,143.977,9.500,-103.950); -INSERT INTO `treasure_spawn_points` VALUES (17469829,14,159,95.977,21.500,-56.045); +INSERT INTO `treasure_spawn_points` VALUES (17436991,0,125,-72.899,0.137,19.549); -- Castle Zvahl Baileys +INSERT INTO `treasure_spawn_points` VALUES (17436991,1,0,-49.542,0.137,19.549); -- Castle Zvahl Baileys +INSERT INTO `treasure_spawn_points` VALUES (17436991,2,190,-59.511,0.137,30.749); -- Castle Zvahl Baileys +INSERT INTO `treasure_spawn_points` VALUES (17436991,3,65,-59.511,0.137,10.051); -- Castle Zvahl Baileys +INSERT INTO `treasure_spawn_points` VALUES (17436991,4,190,-223.298,-8.000,-143.759); -- Castle Zvahl Baileys +INSERT INTO `treasure_spawn_points` VALUES (17436991,5,65,-223.298,-8.000,183.912); -- Castle Zvahl Baileys +INSERT INTO `treasure_spawn_points` VALUES (17436991,6,190,103.469,-8.000,-143.759); -- Castle Zvahl Baileys +INSERT INTO `treasure_spawn_points` VALUES (17436991,7,65,103.469,-8.000,183.912); -- Castle Zvahl Baileys +INSERT INTO `treasure_spawn_points` VALUES (17469828,0,62,219.993,16.003,-49.049); -- Toraimarai Canal +INSERT INTO `treasure_spawn_points` VALUES (17469828,1,192,-88.634,16.000,-31.234); -- Toraimarai Canal +INSERT INTO `treasure_spawn_points` VALUES (17469828,2,0,-191.180,21.502,-100.104); -- Toraimarai Canal +INSERT INTO `treasure_spawn_points` VALUES (17469828,3,0,-191.211,21.502,-140.088); -- Toraimarai Canal +INSERT INTO `treasure_spawn_points` VALUES (17469828,4,192,-59.985,21.502,-191.163); -- Toraimarai Canal +INSERT INTO `treasure_spawn_points` VALUES (17469828,5,128,111.091,21.502,-180.065); -- Toraimarai Canal +INSERT INTO `treasure_spawn_points` VALUES (17469828,6,192,114.148,16.000,-226.101); -- Toraimarai Canal +INSERT INTO `treasure_spawn_points` VALUES (17469828,7,128,72.746,16.000,-180.041); -- Toraimarai Canal +INSERT INTO `treasure_spawn_points` VALUES (17469828,8,226,26.746,16.500,-212.454); -- Toraimarai Canal +INSERT INTO `treasure_spawn_points` VALUES (17469828,9,0,6.567,16.000,-180.089); -- Toraimarai Canal +INSERT INTO `treasure_spawn_points` VALUES (17469828,10,192,179.943,21.502,-271.297); -- Toraimarai Canal +INSERT INTO `treasure_spawn_points` VALUES (17469828,11,128,310.808,21.502,-179.957); -- Toraimarai Canal +INSERT INTO `treasure_spawn_points` VALUES (17469828,12,66,285.821,18.000,-59.620); -- Toraimarai Canal +INSERT INTO `treasure_spawn_points` VALUES (17469828,13,31,143.977,9.500,-103.950); -- Toraimarai Canal +INSERT INTO `treasure_spawn_points` VALUES (17469828,14,159,95.977,21.500,-56.045); -- Toraimarai Canal INSERT INTO `treasure_spawn_points` VALUES (17490294,0,191,103.708,-11.326,208.367); INSERT INTO `treasure_spawn_points` VALUES (17490294,1,13,127.993,-11.318,96.500); INSERT INTO `treasure_spawn_points` VALUES (17490294,2,181,126.990,-1.319,49.802); @@ -423,13 +423,13 @@ INSERT INTO `treasure_spawn_points` VALUES (17584469,4,22,-113.889,-0.449,255.583); -- Crawler's Nest INSERT INTO `treasure_spawn_points` VALUES (17584469,5,74,-129.480,-0.945,378.933); -- Crawler's Nest INSERT INTO `treasure_spawn_points` VALUES (17584469,6,206,-150.126,-0.904,341.438); -- Crawler's Nest -INSERT INTO `treasure_spawn_points` VALUES (17596804,0,247,9.831,5.781,10.208); -INSERT INTO `treasure_spawn_points` VALUES (17596804,1,65,-20.193,5.144,85.064); -INSERT INTO `treasure_spawn_points` VALUES (17596804,2,65,100.057,-3.250,103.200); -INSERT INTO `treasure_spawn_points` VALUES (17596804,3,0,-183.168,-3.250,59.951); -INSERT INTO `treasure_spawn_points` VALUES (17596804,4,0,-127.756,0.000,379.906); -INSERT INTO `treasure_spawn_points` VALUES (17596804,5,193,-20.570,-3.250,296.848); -INSERT INTO `treasure_spawn_points` VALUES (17596804,6,193,20.042,-9.250,376.955); +INSERT INTO `treasure_spawn_points` VALUES (17596803,0,247,9.831,5.781,10.208); -- Garlaige Citadel +INSERT INTO `treasure_spawn_points` VALUES (17596803,1,65,-20.193,5.144,85.064); -- Garlaige Citadel +INSERT INTO `treasure_spawn_points` VALUES (17596803,2,65,100.057,-3.250,103.200); -- Garlaige Citadel +INSERT INTO `treasure_spawn_points` VALUES (17596803,3,0,-183.168,-3.250,59.951); -- Garlaige Citadel +INSERT INTO `treasure_spawn_points` VALUES (17596803,4,0,-127.756,0.000,379.906); -- Garlaige Citadel +INSERT INTO `treasure_spawn_points` VALUES (17596803,5,193,-20.570,-3.250,296.848); -- Garlaige Citadel +INSERT INTO `treasure_spawn_points` VALUES (17596803,6,193,20.042,-9.250,376.955); -- Garlaige Citadel INSERT INTO `treasure_spawn_points` VALUES (17617214,0,159,190.735,-0.191,-30.485); -- Ifrit's Cauldron INSERT INTO `treasure_spawn_points` VALUES (17617214,1,208,-71.694,19.585,-21.956); -- Ifrit's Cauldron INSERT INTO `treasure_spawn_points` VALUES (17617214,2,58,-64.669,20.035,-38.858); -- Ifrit's Cauldron