From fc3b1733c6088cb11399703020425012cc778c05 Mon Sep 17 00:00:00 2001 From: Ty Conner Date: Sat, 6 May 2017 18:38:38 -0400 Subject: [PATCH] Release 0.0.4 (#6) * Version 0.0.4 * Restructured folders. * New sorting of object files. * Refined object filters to eliminate more not static objects. * Updating changelog.md * Fixed an error in syntax for update script * Fixing error in script --- .gitignore | 2 +- .../01_5_04_2017_ace_portal_object.sql | 6 +- .../{2-Updates => 2-BaseUpdates}/updates.txt | 0 .../{ => 3-Core}/objects/Bindstones_0.sql | 0 .../objects/BooksShardVigil_0.sql} | 0 .../objects/BooksStatics_0.sql} | 0 Database/3-Core/objects/BooksStatues_0.sql | 354 ++++++++++++ .../objects/ContainersChests_0.sql} | 293 ---------- .../objects/ContainersStandingStones_0.sql} | 0 .../objects/ContainersStatics_0.sql | 0 .../CreaturesExplorationMarkers_0.sql} | 0 .../objects/CreaturesHatches_0.sql} | 0 .../objects/CreaturesNPCs_0.sql} | 427 -------------- .../objects/CreaturesOtherNPCs_0.sql} | 0 .../objects/CreaturesSpecialNPCs_0.sql} | 0 .../objects/CreaturesTownCriers_0.sql} | 0 Database/{ => 3-Core}/objects/Doors_0.sql | 0 .../{ => 3-Core}/objects/Generators_0.sql | 0 .../{ => 3-Core}/objects/HouseHooks_0.sql | 0 .../{ => 3-Core}/objects/HouseHooks_1.sql | 0 .../{ => 3-Core}/objects/HouseHooks_2.sql | 0 .../{ => 3-Core}/objects/HouseHooks_3.sql | 0 .../{ => 3-Core}/objects/HouseObjects_0.sql | 0 .../{ => 3-Core}/objects/HousePortals_0.sql | 0 .../{ => 3-Core}/objects/HouseSlumLords_0.sql | 0 .../{ => 3-Core}/objects/HouseStorage_0.sql | 0 .../objects/LandscapeStatics_0.sql | 0 .../{ => 3-Core}/objects/Lifestones_0.sql | 0 .../objects/MiscStaticsObjects_0.sql | 0 .../{ => 3-Core}/objects/NPKSwitches_0.sql | 0 .../{ => 3-Core}/objects/PKSwitches_0.sql | 0 .../objects/PortalsDestroyed_0.sql} | 0 .../3-Core/objects/PortalsFloatingCity_0.sql | 348 ++++++++++++ .../3-Core/objects/PortalsGolemSanctum_0.sql | 174 ++++++ .../objects/PortalsHummingCrystal_0.sql | 486 ++++++++++++++++ .../3-Core/objects/PortalsTheOrphanage_0.sql | 534 ++++++++++++++++++ Database/{ => 3-Core}/objects/Portals_0.sql | 0 .../{ => 3-Core}/objects/UndefStatics_0.sql | 0 Database/3-Core/objects/VendorsNPCs_0.sql | 427 ++++++++++++++ Database/{ => 3-Core}/objects/Vendors_0.sql | 0 .../objects/WriteablesStatues_0.sql} | 354 ------------ Database/{ => 3-Core}/weenies/Admins.sql | 0 Database/{ => 3-Core}/weenies/Bindstones.sql | 0 Database/{ => 3-Core}/weenies/Books.sql | 0 .../weenies/BooksPackToys.sql} | 0 Database/3-Core/weenies/BooksScrolls.sql | 60 ++ .../weenies/BooksShardVigil.sql} | 0 .../weenies/BooksStatics.sql} | 0 Database/3-Core/weenies/BooksStatues.sql | 130 +++++ Database/{ => 3-Core}/weenies/Containers.sql | 0 .../weenies/ContainersChests.sql} | 0 .../weenies/ContainersCorpses.sql} | 0 .../weenies/ContainersPacks.sql} | 0 .../weenies/ContainersStandingStones.sql} | 0 .../weenies/ContainersStatics.sql | 0 .../weenies/CreaturesExplorationMarkers.sql} | 0 .../weenies/CreaturesHatches.sql} | 0 .../weenies/CreaturesMonsters.sql} | 0 .../weenies/CreaturesNPCs.sql} | 311 ---------- .../weenies/CreaturesOlthoiPlayers.sql} | 0 .../weenies/CreaturesOtherNPCs.sql} | 0 .../weenies/CreaturesPets.sql} | 0 .../weenies/CreaturesSpecialNPCs.sql} | 0 .../weenies/CreaturesTownCriers.sql} | 0 .../weenies/CreaturesUnsorted.sql} | 0 Database/{ => 3-Core}/weenies/Doors.sql | 0 Database/{ => 3-Core}/weenies/FoodObjects.sql | 0 Database/{ => 3-Core}/weenies/Generators.sql | 0 Database/{ => 3-Core}/weenies/Healers.sql | 0 Database/{ => 3-Core}/weenies/HouseHooks.sql | 0 .../{ => 3-Core}/weenies/HouseObjects.sql | 0 .../{ => 3-Core}/weenies/HousePortals.sql | 0 .../{ => 3-Core}/weenies/HouseSlumLords.sql | 0 .../{ => 3-Core}/weenies/HouseStorage.sql | 0 .../weenies/ItemsUnsorted.sql} | 0 .../{ => 3-Core}/weenies/LandscapeStatics.sql | 0 Database/{ => 3-Core}/weenies/Lifestones.sql | 0 Database/{ => 3-Core}/weenies/Lockpicks.sql | 0 Database/{ => 3-Core}/weenies/MiscObjects.sql | 0 .../weenies/MiscStaticsObjects.sql | 0 Database/{ => 3-Core}/weenies/NPKSwitches.sql | 0 .../{ => 3-Core}/weenies/OtherObjects.sql | 0 Database/{ => 3-Core}/weenies/PKSwitches.sql | 0 Database/{ => 3-Core}/weenies/Portals.sql | 27 - .../weenies/PortalsDestroyed.sql} | 0 .../3-Core/weenies/PortalsFloatingCity.sql | 66 +++ .../3-Core/weenies/PortalsGolemSanctum.sql | 6 + .../3-Core/weenies/PortalsHummingCrystal.sql | 9 + .../weenies/PortalsSummoned.sql} | 0 .../3-Core/weenies/PortalsTheOrphanage.sql | 6 + .../{ => 3-Core}/weenies/UndefObjects.sql | 0 .../{ => 3-Core}/weenies/UndefStatics.sql | 0 Database/{ => 3-Core}/weenies/Vendors.sql | 0 Database/3-Core/weenies/VendorsNPCs.sql | 311 ++++++++++ .../{ => 3-Core}/weenies/WritableObjects.sql | 0 .../weenies/WriteablesScrolls.sql} | 60 -- .../weenies/WriteablesStatues.sql} | 130 ----- .../01_5_04_2017_ace_portal_object.data.sql | 0 .../02_5_05_2017_ace_portal_object.data.sql | 2 +- .../dereth-museum/combined/README.md | 0 .../dereth-museum/combined/combine.bat | 0 .../dereth-museum/objects/Doors_0.sql | 0 .../dereth-museum/objects/HouseHooks_0.sql | 0 .../dereth-museum/objects/HouseObjects_0.sql | 0 .../objects/HouseSlumLords_0.sql | 0 .../dereth-museum/objects/HouseStorage_0.sql | 0 .../objects/MiscStaticsObjects_0.sql | 0 .../pkt_2017-1-22_1485062740_log.pcap | Bin .../dereth-museum/weenies/Doors.sql | 0 .../dereth-museum/weenies/HouseHooks.sql | 0 .../dereth-museum/weenies/HouseObjects.sql | 0 .../dereth-museum/weenies/HouseSlumLords.sql | 0 .../dereth-museum/weenies/HouseStorage.sql | 0 .../weenies/MiscStaticsObjects.sql | 0 Database/combined/combine.bat | 4 +- Database/readme.md | 10 +- changelog.md | 4 + 117 files changed, 2928 insertions(+), 1613 deletions(-) rename Database/{2-Updates => 2-BaseUpdates}/01_5_04_2017_ace_portal_object.sql (97%) rename Database/{2-Updates => 2-BaseUpdates}/updates.txt (100%) rename Database/{ => 3-Core}/objects/Bindstones_0.sql (100%) rename Database/{objects/ShardVigil_0.sql => 3-Core/objects/BooksShardVigil_0.sql} (100%) rename Database/{objects/BookStatics_0.sql => 3-Core/objects/BooksStatics_0.sql} (100%) create mode 100644 Database/3-Core/objects/BooksStatues_0.sql rename Database/{objects/Chests_0.sql => 3-Core/objects/ContainersChests_0.sql} (99%) rename Database/{objects/StandingStones_0.sql => 3-Core/objects/ContainersStandingStones_0.sql} (100%) rename Database/{ => 3-Core}/objects/ContainersStatics_0.sql (100%) rename Database/{objects/ExplorationMarkers_0.sql => 3-Core/objects/CreaturesExplorationMarkers_0.sql} (100%) rename Database/{objects/Hatches_0.sql => 3-Core/objects/CreaturesHatches_0.sql} (100%) rename Database/{objects/NPCs_0.sql => 3-Core/objects/CreaturesNPCs_0.sql} (99%) rename Database/{objects/OtherNPCs_0.sql => 3-Core/objects/CreaturesOtherNPCs_0.sql} (100%) rename Database/{objects/SpecialNPCs_0.sql => 3-Core/objects/CreaturesSpecialNPCs_0.sql} (100%) rename Database/{objects/TownCriers_0.sql => 3-Core/objects/CreaturesTownCriers_0.sql} (100%) rename Database/{ => 3-Core}/objects/Doors_0.sql (100%) rename Database/{ => 3-Core}/objects/Generators_0.sql (100%) rename Database/{ => 3-Core}/objects/HouseHooks_0.sql (100%) rename Database/{ => 3-Core}/objects/HouseHooks_1.sql (100%) rename Database/{ => 3-Core}/objects/HouseHooks_2.sql (100%) rename Database/{ => 3-Core}/objects/HouseHooks_3.sql (100%) rename Database/{ => 3-Core}/objects/HouseObjects_0.sql (100%) rename Database/{ => 3-Core}/objects/HousePortals_0.sql (100%) rename Database/{ => 3-Core}/objects/HouseSlumLords_0.sql (100%) rename Database/{ => 3-Core}/objects/HouseStorage_0.sql (100%) rename Database/{ => 3-Core}/objects/LandscapeStatics_0.sql (100%) rename Database/{ => 3-Core}/objects/Lifestones_0.sql (100%) rename Database/{ => 3-Core}/objects/MiscStaticsObjects_0.sql (100%) rename Database/{ => 3-Core}/objects/NPKSwitches_0.sql (100%) rename Database/{ => 3-Core}/objects/PKSwitches_0.sql (100%) rename Database/{objects/DestroyedPortals_0.sql => 3-Core/objects/PortalsDestroyed_0.sql} (100%) create mode 100644 Database/3-Core/objects/PortalsFloatingCity_0.sql create mode 100644 Database/3-Core/objects/PortalsGolemSanctum_0.sql create mode 100644 Database/3-Core/objects/PortalsHummingCrystal_0.sql create mode 100644 Database/3-Core/objects/PortalsTheOrphanage_0.sql rename Database/{ => 3-Core}/objects/Portals_0.sql (100%) rename Database/{ => 3-Core}/objects/UndefStatics_0.sql (100%) create mode 100644 Database/3-Core/objects/VendorsNPCs_0.sql rename Database/{ => 3-Core}/objects/Vendors_0.sql (100%) rename Database/{objects/Statues_0.sql => 3-Core/objects/WriteablesStatues_0.sql} (67%) rename Database/{ => 3-Core}/weenies/Admins.sql (100%) rename Database/{ => 3-Core}/weenies/Bindstones.sql (100%) rename Database/{ => 3-Core}/weenies/Books.sql (100%) rename Database/{weenies/PackToys.sql => 3-Core/weenies/BooksPackToys.sql} (100%) create mode 100644 Database/3-Core/weenies/BooksScrolls.sql rename Database/{weenies/ShardVigil.sql => 3-Core/weenies/BooksShardVigil.sql} (100%) rename Database/{weenies/BookStatics.sql => 3-Core/weenies/BooksStatics.sql} (100%) create mode 100644 Database/3-Core/weenies/BooksStatues.sql rename Database/{ => 3-Core}/weenies/Containers.sql (100%) rename Database/{weenies/Chests.sql => 3-Core/weenies/ContainersChests.sql} (100%) rename Database/{weenies/Corpses.sql => 3-Core/weenies/ContainersCorpses.sql} (100%) rename Database/{weenies/Packs.sql => 3-Core/weenies/ContainersPacks.sql} (100%) rename Database/{weenies/StandingStones.sql => 3-Core/weenies/ContainersStandingStones.sql} (100%) rename Database/{ => 3-Core}/weenies/ContainersStatics.sql (100%) rename Database/{weenies/ExplorationMarkers.sql => 3-Core/weenies/CreaturesExplorationMarkers.sql} (100%) rename Database/{weenies/Hatches.sql => 3-Core/weenies/CreaturesHatches.sql} (100%) rename Database/{weenies/Monsters.sql => 3-Core/weenies/CreaturesMonsters.sql} (100%) rename Database/{weenies/NPCs.sql => 3-Core/weenies/CreaturesNPCs.sql} (99%) rename Database/{weenies/OlthoiPlayers.sql => 3-Core/weenies/CreaturesOlthoiPlayers.sql} (100%) rename Database/{weenies/OtherNPCs.sql => 3-Core/weenies/CreaturesOtherNPCs.sql} (100%) rename Database/{weenies/Pets.sql => 3-Core/weenies/CreaturesPets.sql} (100%) rename Database/{weenies/SpecialNPCs.sql => 3-Core/weenies/CreaturesSpecialNPCs.sql} (100%) rename Database/{weenies/TownCriers.sql => 3-Core/weenies/CreaturesTownCriers.sql} (100%) rename Database/{weenies/UnsortedCreatures.sql => 3-Core/weenies/CreaturesUnsorted.sql} (100%) rename Database/{ => 3-Core}/weenies/Doors.sql (100%) rename Database/{ => 3-Core}/weenies/FoodObjects.sql (100%) rename Database/{ => 3-Core}/weenies/Generators.sql (100%) rename Database/{ => 3-Core}/weenies/Healers.sql (100%) rename Database/{ => 3-Core}/weenies/HouseHooks.sql (100%) rename Database/{ => 3-Core}/weenies/HouseObjects.sql (100%) rename Database/{ => 3-Core}/weenies/HousePortals.sql (100%) rename Database/{ => 3-Core}/weenies/HouseSlumLords.sql (100%) rename Database/{ => 3-Core}/weenies/HouseStorage.sql (100%) rename Database/{weenies/UnsortedItems.sql => 3-Core/weenies/ItemsUnsorted.sql} (100%) rename Database/{ => 3-Core}/weenies/LandscapeStatics.sql (100%) rename Database/{ => 3-Core}/weenies/Lifestones.sql (100%) rename Database/{ => 3-Core}/weenies/Lockpicks.sql (100%) rename Database/{ => 3-Core}/weenies/MiscObjects.sql (100%) rename Database/{ => 3-Core}/weenies/MiscStaticsObjects.sql (100%) rename Database/{ => 3-Core}/weenies/NPKSwitches.sql (100%) rename Database/{ => 3-Core}/weenies/OtherObjects.sql (100%) rename Database/{ => 3-Core}/weenies/PKSwitches.sql (100%) rename Database/{ => 3-Core}/weenies/Portals.sql (99%) rename Database/{weenies/DestroyedPortals.sql => 3-Core/weenies/PortalsDestroyed.sql} (100%) create mode 100644 Database/3-Core/weenies/PortalsFloatingCity.sql create mode 100644 Database/3-Core/weenies/PortalsGolemSanctum.sql create mode 100644 Database/3-Core/weenies/PortalsHummingCrystal.sql rename Database/{weenies/SummonedPortals.sql => 3-Core/weenies/PortalsSummoned.sql} (100%) create mode 100644 Database/3-Core/weenies/PortalsTheOrphanage.sql rename Database/{ => 3-Core}/weenies/UndefObjects.sql (100%) rename Database/{ => 3-Core}/weenies/UndefStatics.sql (100%) rename Database/{ => 3-Core}/weenies/Vendors.sql (100%) create mode 100644 Database/3-Core/weenies/VendorsNPCs.sql rename Database/{ => 3-Core}/weenies/WritableObjects.sql (100%) rename Database/{weenies/Scrolls.sql => 3-Core/weenies/WriteablesScrolls.sql} (99%) rename Database/{weenies/Statues.sql => 3-Core/weenies/WriteablesStatues.sql} (71%) rename Database/{portals => 4-Portals}/01_5_04_2017_ace_portal_object.data.sql (100%) rename Database/{portals => 4-Portals}/02_5_05_2017_ace_portal_object.data.sql (91%) rename Database/{3-Overwrites => 5-Overwrites}/dereth-museum/combined/README.md (100%) rename Database/{3-Overwrites => 5-Overwrites}/dereth-museum/combined/combine.bat (100%) rename Database/{3-Overwrites => 5-Overwrites}/dereth-museum/objects/Doors_0.sql (100%) rename Database/{3-Overwrites => 5-Overwrites}/dereth-museum/objects/HouseHooks_0.sql (100%) rename Database/{3-Overwrites => 5-Overwrites}/dereth-museum/objects/HouseObjects_0.sql (100%) rename Database/{3-Overwrites => 5-Overwrites}/dereth-museum/objects/HouseSlumLords_0.sql (100%) rename Database/{3-Overwrites => 5-Overwrites}/dereth-museum/objects/HouseStorage_0.sql (100%) rename Database/{3-Overwrites => 5-Overwrites}/dereth-museum/objects/MiscStaticsObjects_0.sql (100%) rename Database/{3-Overwrites => 5-Overwrites}/dereth-museum/pkt_2017-1-22_1485062740_log.pcap (100%) rename Database/{3-Overwrites => 5-Overwrites}/dereth-museum/weenies/Doors.sql (100%) rename Database/{3-Overwrites => 5-Overwrites}/dereth-museum/weenies/HouseHooks.sql (100%) rename Database/{3-Overwrites => 5-Overwrites}/dereth-museum/weenies/HouseObjects.sql (100%) rename Database/{3-Overwrites => 5-Overwrites}/dereth-museum/weenies/HouseSlumLords.sql (100%) rename Database/{3-Overwrites => 5-Overwrites}/dereth-museum/weenies/HouseStorage.sql (100%) rename Database/{3-Overwrites => 5-Overwrites}/dereth-museum/weenies/MiscStaticsObjects.sql (100%) diff --git a/.gitignore b/.gitignore index bf319670e7..b00796a3f1 100644 --- a/.gitignore +++ b/.gitignore @@ -2,7 +2,7 @@ ## ACE-World Specific ################# Database/combined/*.sql -Database/3-Overwrites/dereth-museum/combined/*.sql +Database/5-Overwrites/dereth-museum/combined/*.sql ################# ## Eclipse diff --git a/Database/2-Updates/01_5_04_2017_ace_portal_object.sql b/Database/2-BaseUpdates/01_5_04_2017_ace_portal_object.sql similarity index 97% rename from Database/2-Updates/01_5_04_2017_ace_portal_object.sql rename to Database/2-BaseUpdates/01_5_04_2017_ace_portal_object.sql index abf8241651..3513fa77c3 100644 --- a/Database/2-Updates/01_5_04_2017_ace_portal_object.sql +++ b/Database/2-BaseUpdates/01_5_04_2017_ace_portal_object.sql @@ -53,8 +53,8 @@ ALTER TABLE `ace_portal_object` -- -- View structure for view `vw_ace_portal_object` -- -DROP TABLE IF EXISTS `vw_ace_portal_object` */; -DROP VIEW IF EXISTS `vw_ace_portal_object` */; +DROP TABLE IF EXISTS `vw_ace_portal_object`; +DROP VIEW IF EXISTS `vw_ace_portal_object`; CREATE VIEW `vw_ace_portal_object` AS (select `ao`.`baseAceObjectId` AS `baseAceObjectId`, @@ -131,4 +131,4 @@ CREATE VIEW `vw_ace_portal_object` `apo`.`isTieable` AS `isTieable`, `apo`.`isRecallable` AS `isRecallable`, `apo`.`isSummonable` AS `isSummonable` - from (`vw_ace_object` `ao` left outer join `ace_portal_object` `apo` on((`ao`.`weenieClassId` = `apo`.`weenieClassId`))) where typeId = 65536) */; + from (`vw_ace_object` `ao` left outer join `ace_portal_object` `apo` on((`ao`.`weenieClassId` = `apo`.`weenieClassId`))) where typeId = 65536); diff --git a/Database/2-Updates/updates.txt b/Database/2-BaseUpdates/updates.txt similarity index 100% rename from Database/2-Updates/updates.txt rename to Database/2-BaseUpdates/updates.txt diff --git a/Database/objects/Bindstones_0.sql b/Database/3-Core/objects/Bindstones_0.sql similarity index 100% rename from Database/objects/Bindstones_0.sql rename to Database/3-Core/objects/Bindstones_0.sql diff --git a/Database/objects/ShardVigil_0.sql b/Database/3-Core/objects/BooksShardVigil_0.sql similarity index 100% rename from Database/objects/ShardVigil_0.sql rename to Database/3-Core/objects/BooksShardVigil_0.sql diff --git a/Database/objects/BookStatics_0.sql b/Database/3-Core/objects/BooksStatics_0.sql similarity index 100% rename from Database/objects/BookStatics_0.sql rename to Database/3-Core/objects/BooksStatics_0.sql diff --git a/Database/3-Core/objects/BooksStatues_0.sql b/Database/3-Core/objects/BooksStatues_0.sql new file mode 100644 index 0000000000..b55d6f4a0a --- /dev/null +++ b/Database/3-Core/objects/BooksStatues_0.sql @@ -0,0 +1,354 @@ +INSERT INTO `base_ace_object` (`baseAceObjectId`, `name`, `typeId`, `paletteId`, `ammoType`, `blipColor`, `bitField`, `burden`, `combatUse`, `cooldownDuration`, `cooldownId`, `effects`, `containersCapacity`, `header`, `hookTypeId`, `iconId`, `iconOverlayId`, `iconUnderlayId`, `hookItemTypes`, `itemsCapacity`, `location`, `materialType`, `maxStackSize`, `maxStructure`, `radar`, `pscript`, `spellId`, `stackSize`, `structure`, `targetTypeId`, `usability`, `useRadius`, `validLocations`, `value`, `workmanship`, `animationFrameId`, `defaultScript`, `defaultScriptIntensity`, `elasticity`, `friction`, `locationId`, `modelTableId`, `objectScale`, `physicsBitField`, `physicsTableId`, `motionTableId`, `soundTableId`, `physicsState`, `translucency`, `currentMotionState`) +VALUES (1920909319, 'Statue of Eleonora du Bellenesse', 8192, 0, 0, 8, 404, 4000, 0, 0, 0, 0, 0, 11534384, 0, 100686582, 0, 0, 0, 0, 0, 0, 0, 0, 4, 0, 0, 0, 0, 0, 48, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 33559093, 3, 32901, 0, 0, 0, 66584, 0, '0'); + +INSERT INTO `ace_object` (`baseAceObjectId`, `weenieClassId`, `landblock`, `cell`, `posX`, `posY`, `posZ`, `qW`, `qX`, `qY`, `qZ`) +VALUES (1920909319, 30044, 10220, 21, 57.7219, 101.185, 80.1048, 1, 0, 0, 0); + +INSERT INTO `base_ace_object` (`baseAceObjectId`, `name`, `typeId`, `paletteId`, `ammoType`, `blipColor`, `bitField`, `burden`, `combatUse`, `cooldownDuration`, `cooldownId`, `effects`, `containersCapacity`, `header`, `hookTypeId`, `iconId`, `iconOverlayId`, `iconUnderlayId`, `hookItemTypes`, `itemsCapacity`, `location`, `materialType`, `maxStackSize`, `maxStructure`, `radar`, `pscript`, `spellId`, `stackSize`, `structure`, `targetTypeId`, `usability`, `useRadius`, `validLocations`, `value`, `workmanship`, `animationFrameId`, `defaultScript`, `defaultScriptIntensity`, `elasticity`, `friction`, `locationId`, `modelTableId`, `objectScale`, `physicsBitField`, `physicsTableId`, `motionTableId`, `soundTableId`, `physicsState`, `translucency`, `currentMotionState`) +VALUES (1889558529, 'Statue', 8192, 0, 0, 8, 404, 9000, 0, 0, 0, 0, 0, 11534384, 0, 100670208, 0, 0, 0, 0, 0, 0, 0, 0, 4, 0, 0, 0, 0, 0, 48, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 33556419, 5, 32897, 0, 0, 0, 1048, 0, '0'); + +INSERT INTO `ace_object` (`baseAceObjectId`, `weenieClassId`, `landblock`, `cell`, `posX`, `posY`, `posZ`, `qW`, `qX`, `qY`, `qZ`) +VALUES (1889558529, 6401, 2566, 38, 108.146, 124.673, 68, 1, 0, 0, 0); + +INSERT INTO `base_ace_object` (`baseAceObjectId`, `name`, `typeId`, `paletteId`, `ammoType`, `blipColor`, `bitField`, `burden`, `combatUse`, `cooldownDuration`, `cooldownId`, `effects`, `containersCapacity`, `header`, `hookTypeId`, `iconId`, `iconOverlayId`, `iconUnderlayId`, `hookItemTypes`, `itemsCapacity`, `location`, `materialType`, `maxStackSize`, `maxStructure`, `radar`, `pscript`, `spellId`, `stackSize`, `structure`, `targetTypeId`, `usability`, `useRadius`, `validLocations`, `value`, `workmanship`, `animationFrameId`, `defaultScript`, `defaultScriptIntensity`, `elasticity`, `friction`, `locationId`, `modelTableId`, `objectScale`, `physicsBitField`, `physicsTableId`, `motionTableId`, `soundTableId`, `physicsState`, `translucency`, `currentMotionState`) +VALUES (1889558528, 'Statue', 8192, 0, 0, 8, 404, 9000, 0, 0, 0, 0, 0, 11534384, 0, 100670208, 0, 0, 0, 0, 0, 0, 0, 0, 4, 0, 0, 0, 0, 0, 48, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 33556419, 5, 32897, 0, 0, 0, 1048, 0, '0'); + +INSERT INTO `ace_object` (`baseAceObjectId`, `weenieClassId`, `landblock`, `cell`, `posX`, `posY`, `posZ`, `qW`, `qX`, `qY`, `qZ`) +VALUES (1889558528, 6401, 2566, 33, 106.778, 13.0567, 63.82388, -4.37114E-08, 0, 0, -1); + +INSERT INTO `base_ace_object` (`baseAceObjectId`, `name`, `typeId`, `paletteId`, `ammoType`, `blipColor`, `bitField`, `burden`, `combatUse`, `cooldownDuration`, `cooldownId`, `effects`, `containersCapacity`, `header`, `hookTypeId`, `iconId`, `iconOverlayId`, `iconUnderlayId`, `hookItemTypes`, `itemsCapacity`, `location`, `materialType`, `maxStackSize`, `maxStructure`, `radar`, `pscript`, `spellId`, `stackSize`, `structure`, `targetTypeId`, `usability`, `useRadius`, `validLocations`, `value`, `workmanship`, `animationFrameId`, `defaultScript`, `defaultScriptIntensity`, `elasticity`, `friction`, `locationId`, `modelTableId`, `objectScale`, `physicsBitField`, `physicsTableId`, `motionTableId`, `soundTableId`, `physicsState`, `translucency`, `currentMotionState`) +VALUES (1892712449, 'Statue', 8192, 0, 0, 8, 404, 9000, 0, 0, 0, 0, 0, 11534384, 0, 100670208, 0, 0, 0, 0, 0, 0, 0, 0, 4, 0, 0, 0, 0, 0, 48, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 33556419, 5, 32897, 0, 0, 0, 1048, 0, '0'); + +INSERT INTO `ace_object` (`baseAceObjectId`, `weenieClassId`, `landblock`, `cell`, `posX`, `posY`, `posZ`, `qW`, `qX`, `qY`, `qZ`) +VALUES (1892712449, 6401, 3336, 14, 47.991, 123.971, 22.66258, -0.707107, 0, 0, -0.707107); + +INSERT INTO `base_ace_object` (`baseAceObjectId`, `name`, `typeId`, `paletteId`, `ammoType`, `blipColor`, `bitField`, `burden`, `combatUse`, `cooldownDuration`, `cooldownId`, `effects`, `containersCapacity`, `header`, `hookTypeId`, `iconId`, `iconOverlayId`, `iconUnderlayId`, `hookItemTypes`, `itemsCapacity`, `location`, `materialType`, `maxStackSize`, `maxStructure`, `radar`, `pscript`, `spellId`, `stackSize`, `structure`, `targetTypeId`, `usability`, `useRadius`, `validLocations`, `value`, `workmanship`, `animationFrameId`, `defaultScript`, `defaultScriptIntensity`, `elasticity`, `friction`, `locationId`, `modelTableId`, `objectScale`, `physicsBitField`, `physicsTableId`, `motionTableId`, `soundTableId`, `physicsState`, `translucency`, `currentMotionState`) +VALUES (1892712448, 'Town Statue', 8192, 0, 0, 8, 404, 9000, 0, 0, 0, 0, 0, 11534384, 0, 100670208, 0, 0, 0, 0, 0, 0, 0, 0, 4, 0, 0, 0, 0, 0, 48, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 33556419, 0, 32769, 0, 0, 0, 1048, 0, '0'); + +INSERT INTO `ace_object` (`baseAceObjectId`, `weenieClassId`, `landblock`, `cell`, `posX`, `posY`, `posZ`, `qW`, `qX`, `qY`, `qZ`) +VALUES (1892712448, 6388, 3336, 48, 130.907, 177.518, 27.40417, 0.509868, 0, 0, -0.860253); + +INSERT INTO `base_ace_object` (`baseAceObjectId`, `name`, `typeId`, `paletteId`, `ammoType`, `blipColor`, `bitField`, `burden`, `combatUse`, `cooldownDuration`, `cooldownId`, `effects`, `containersCapacity`, `header`, `hookTypeId`, `iconId`, `iconOverlayId`, `iconUnderlayId`, `hookItemTypes`, `itemsCapacity`, `location`, `materialType`, `maxStackSize`, `maxStructure`, `radar`, `pscript`, `spellId`, `stackSize`, `structure`, `targetTypeId`, `usability`, `useRadius`, `validLocations`, `value`, `workmanship`, `animationFrameId`, `defaultScript`, `defaultScriptIntensity`, `elasticity`, `friction`, `locationId`, `modelTableId`, `objectScale`, `physicsBitField`, `physicsTableId`, `motionTableId`, `soundTableId`, `physicsState`, `translucency`, `currentMotionState`) +VALUES (1933414402, 'Statue of King Varicci II', 8192, 0, 0, 0, 276, 4000, 0, 0, 0, 0, 0, 2097200, 0, 100686580, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 32, 25, 0, 0, 0, 0, 0, 0, 0, 0, 0, 33559094, 5, 34945, 0, 0, 536871026, 66576, 0, '0'); + +INSERT INTO `ace_object` (`baseAceObjectId`, `weenieClassId`, `landblock`, `cell`, `posX`, `posY`, `posZ`, `qW`, `qX`, `qY`, `qZ`) +VALUES (1933414402, 30043, 13273, 19, 59.3836, 59.4684, 52, -4.37114E-08, 0, 0, -1); + +INSERT INTO `base_ace_object` (`baseAceObjectId`, `name`, `typeId`, `paletteId`, `ammoType`, `blipColor`, `bitField`, `burden`, `combatUse`, `cooldownDuration`, `cooldownId`, `effects`, `containersCapacity`, `header`, `hookTypeId`, `iconId`, `iconOverlayId`, `iconUnderlayId`, `hookItemTypes`, `itemsCapacity`, `location`, `materialType`, `maxStackSize`, `maxStructure`, `radar`, `pscript`, `spellId`, `stackSize`, `structure`, `targetTypeId`, `usability`, `useRadius`, `validLocations`, `value`, `workmanship`, `animationFrameId`, `defaultScript`, `defaultScriptIntensity`, `elasticity`, `friction`, `locationId`, `modelTableId`, `objectScale`, `physicsBitField`, `physicsTableId`, `motionTableId`, `soundTableId`, `physicsState`, `translucency`, `currentMotionState`) +VALUES (2076823553, 'Sentinel Statue', 8192, 67108990, 0, 0, 276, 4000, 0, 0, 0, 0, 0, 2097200, 0, 100671531, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 32, 25, 0, 0, 0, 0, 0, 0, 0, 0, 0, 33557020, 5, 100483, 0, 150995125, 536871026, 1040, 0, 'AAA9AAAAAAA='); + +INSERT INTO `ace_object` (`baseAceObjectId`, `weenieClassId`, `landblock`, `cell`, `posX`, `posY`, `posZ`, `qW`, `qX`, `qY`, `qZ`) +VALUES (2076823553, 9519, 48285, 15, 36, 154.2, 36.9, -4.37114E-08, 0, 0, -1); + +INSERT INTO `ace_object_palette_changes` (`baseAceObjectId`, `subPaletteId`, `offset`, `length`) +VALUES (2076823553, 67112797, 0, 0); + +INSERT INTO `ace_object_texture_map_changes` (`baseAceObjectId`, `index`, `oldId`, `newId`) +VALUES (2076823553, 0, 83889342, 83891969) + , (2076823553, 0, 83889072, 83891969) + , (2076823553, 1, 83891975, 83891975) + , (2076823553, 1, 83892292, 83892292) + , (2076823553, 2, 83891976, 83891976) + , (2076823553, 2, 83892292, 83892292) + , (2076823553, 5, 83891975, 83891975) + , (2076823553, 5, 83892292, 83892292) + , (2076823553, 6, 83891976, 83891976) + , (2076823553, 6, 83892292, 83892292) + , (2076823553, 9, 83887070, 83892272) + , (2076823553, 9, 83887062, 83892271) + , (2076823553, 10, 83891967, 83892270) + , (2076823553, 11, 83891966, 83892046) + , (2076823553, 12, 83887059, 83887059) + , (2076823553, 13, 83891967, 83892270) + , (2076823553, 14, 83891966, 83892046) + , (2076823553, 15, 83887059, 83887059) + , (2076823553, 16, 83889860, 83892274) + , (2076823553, 16, 83889859, 83891965) + , (2076823553, 16, 83886684, 83890354) + , (2076823553, 16, 83886837, 83890310) + , (2076823553, 16, 83886668, 83890281); + +INSERT INTO `ace_object_animation_changes` (`baseAceObjectId`, `index`, `animationId`) +VALUES (2076823553, 0, 16778359) + , (2076823553, 1, 16783086) + , (2076823553, 2, 16783084) + , (2076823553, 3, 16777708) + , (2076823553, 4, 16777708) + , (2076823553, 5, 16783081) + , (2076823553, 6, 16783085) + , (2076823553, 7, 16777708) + , (2076823553, 8, 16777708) + , (2076823553, 9, 16778425) + , (2076823553, 10, 16783079) + , (2076823553, 11, 16783077) + , (2076823553, 12, 16777334) + , (2076823553, 13, 16783076) + , (2076823553, 14, 16783078) + , (2076823553, 15, 16777335) + , (2076823553, 16, 16783677); + +INSERT INTO `base_ace_object` (`baseAceObjectId`, `name`, `typeId`, `paletteId`, `ammoType`, `blipColor`, `bitField`, `burden`, `combatUse`, `cooldownDuration`, `cooldownId`, `effects`, `containersCapacity`, `header`, `hookTypeId`, `iconId`, `iconOverlayId`, `iconUnderlayId`, `hookItemTypes`, `itemsCapacity`, `location`, `materialType`, `maxStackSize`, `maxStructure`, `radar`, `pscript`, `spellId`, `stackSize`, `structure`, `targetTypeId`, `usability`, `useRadius`, `validLocations`, `value`, `workmanship`, `animationFrameId`, `defaultScript`, `defaultScriptIntensity`, `elasticity`, `friction`, `locationId`, `modelTableId`, `objectScale`, `physicsBitField`, `physicsTableId`, `motionTableId`, `soundTableId`, `physicsState`, `translucency`, `currentMotionState`) +VALUES (2076823552, 'Advocate Statue', 8192, 67108990, 0, 0, 276, 4000, 0, 0, 0, 0, 0, 2097200, 0, 100671531, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 32, 22.5, 0, 0, 0, 0, 0, 0, 0, 0, 0, 33557019, 5, 100483, 0, 150995124, 536871026, 1040, 0, 'AAA9AAAAAAA='); + +INSERT INTO `ace_object` (`baseAceObjectId`, `weenieClassId`, `landblock`, `cell`, `posX`, `posY`, `posZ`, `qW`, `qX`, `qY`, `qZ`) +VALUES (2076823552, 9518, 48285, 15, 36, 157.8, 36.9, 1, 0, 0, 0); + +INSERT INTO `ace_object_palette_changes` (`baseAceObjectId`, `subPaletteId`, `offset`, `length`) +VALUES (2076823552, 67112797, 0, 0); + +INSERT INTO `ace_object_texture_map_changes` (`baseAceObjectId`, `index`, `oldId`, `newId`) +VALUES (2076823552, 0, 83889072, 83886815) + , (2076823552, 0, 83889342, 83886816) + , (2076823552, 1, 83887064, 83886807) + , (2076823552, 2, 83887066, 83887056) + , (2076823552, 3, 83889344, 83886388) + , (2076823552, 4, 83887068, 83887054) + , (2076823552, 5, 83887064, 83886807) + , (2076823552, 6, 83887066, 83887056) + , (2076823552, 7, 83889344, 83886388) + , (2076823552, 8, 83887068, 83887054) + , (2076823552, 9, 83887061, 83886692) + , (2076823552, 9, 83887060, 83886776) + , (2076823552, 10, 83886796, 83886809) + , (2076823552, 11, 83886788, 83886797) + , (2076823552, 12, 83887059, 83889343) + , (2076823552, 13, 83886796, 83886809) + , (2076823552, 14, 83886788, 83886797) + , (2076823552, 15, 83887059, 83889343); + +INSERT INTO `ace_object_animation_changes` (`baseAceObjectId`, `index`, `animationId`) +VALUES (2076823552, 0, 16781842) + , (2076823552, 1, 16781848) + , (2076823552, 2, 16781860) + , (2076823552, 3, 16777292) + , (2076823552, 4, 16777291) + , (2076823552, 5, 16781847) + , (2076823552, 6, 16781857) + , (2076823552, 7, 16777296) + , (2076823552, 8, 16777298) + , (2076823552, 9, 16781837) + , (2076823552, 10, 16781829) + , (2076823552, 11, 16781812) + , (2076823552, 12, 16777334) + , (2076823552, 13, 16781828) + , (2076823552, 14, 16781813) + , (2076823552, 15, 16777335); + +INSERT INTO `base_ace_object` (`baseAceObjectId`, `name`, `typeId`, `paletteId`, `ammoType`, `blipColor`, `bitField`, `burden`, `combatUse`, `cooldownDuration`, `cooldownId`, `effects`, `containersCapacity`, `header`, `hookTypeId`, `iconId`, `iconOverlayId`, `iconUnderlayId`, `hookItemTypes`, `itemsCapacity`, `location`, `materialType`, `maxStackSize`, `maxStructure`, `radar`, `pscript`, `spellId`, `stackSize`, `structure`, `targetTypeId`, `usability`, `useRadius`, `validLocations`, `value`, `workmanship`, `animationFrameId`, `defaultScript`, `defaultScriptIntensity`, `elasticity`, `friction`, `locationId`, `modelTableId`, `objectScale`, `physicsBitField`, `physicsTableId`, `motionTableId`, `soundTableId`, `physicsState`, `translucency`, `currentMotionState`) +VALUES (2014908417, 'Sentinel Statue', 8192, 67108990, 0, 0, 276, 4000, 0, 0, 0, 0, 0, 2097200, 0, 100671531, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 32, 25, 0, 0, 0, 0, 0, 0, 0, 0, 0, 33557020, 5, 100487, 0, 150995125, 536871026, 1040, 0, 'AAA9AAAAAAA='); + +INSERT INTO `ace_object` (`baseAceObjectId`, `weenieClassId`, `landblock`, `cell`, `posX`, `posY`, `posZ`, `qW`, `qX`, `qY`, `qZ`) +VALUES (2014908417, 9519, 33169, 4, 10.2, 84, 132.9, -0.707107, 0, 0, -0.707107); + +INSERT INTO `ace_object_palette_changes` (`baseAceObjectId`, `subPaletteId`, `offset`, `length`) +VALUES (2014908417, 67112797, 0, 0); + +INSERT INTO `ace_object_texture_map_changes` (`baseAceObjectId`, `index`, `oldId`, `newId`) +VALUES (2014908417, 0, 83889342, 83891969) + , (2014908417, 0, 83889072, 83891969) + , (2014908417, 1, 83891975, 83891975) + , (2014908417, 1, 83892292, 83892292) + , (2014908417, 2, 83891976, 83891976) + , (2014908417, 2, 83892292, 83892292) + , (2014908417, 5, 83891975, 83891975) + , (2014908417, 5, 83892292, 83892292) + , (2014908417, 6, 83891976, 83891976) + , (2014908417, 6, 83892292, 83892292) + , (2014908417, 9, 83887070, 83892272) + , (2014908417, 9, 83887062, 83892271) + , (2014908417, 10, 83891967, 83892270) + , (2014908417, 11, 83891966, 83892046) + , (2014908417, 12, 83887059, 83887059) + , (2014908417, 13, 83891967, 83892270) + , (2014908417, 14, 83891966, 83892046) + , (2014908417, 15, 83887059, 83887059) + , (2014908417, 16, 83889860, 83892274) + , (2014908417, 16, 83889859, 83891965) + , (2014908417, 16, 83886684, 83890354) + , (2014908417, 16, 83886837, 83890310) + , (2014908417, 16, 83886668, 83890281); + +INSERT INTO `ace_object_animation_changes` (`baseAceObjectId`, `index`, `animationId`) +VALUES (2014908417, 0, 16778359) + , (2014908417, 1, 16783086) + , (2014908417, 2, 16783084) + , (2014908417, 3, 16777708) + , (2014908417, 4, 16777708) + , (2014908417, 5, 16783081) + , (2014908417, 6, 16783085) + , (2014908417, 7, 16777708) + , (2014908417, 8, 16777708) + , (2014908417, 9, 16778425) + , (2014908417, 10, 16783079) + , (2014908417, 11, 16783077) + , (2014908417, 12, 16777334) + , (2014908417, 13, 16783076) + , (2014908417, 14, 16783078) + , (2014908417, 15, 16777335) + , (2014908417, 16, 16783677); + +INSERT INTO `base_ace_object` (`baseAceObjectId`, `name`, `typeId`, `paletteId`, `ammoType`, `blipColor`, `bitField`, `burden`, `combatUse`, `cooldownDuration`, `cooldownId`, `effects`, `containersCapacity`, `header`, `hookTypeId`, `iconId`, `iconOverlayId`, `iconUnderlayId`, `hookItemTypes`, `itemsCapacity`, `location`, `materialType`, `maxStackSize`, `maxStructure`, `radar`, `pscript`, `spellId`, `stackSize`, `structure`, `targetTypeId`, `usability`, `useRadius`, `validLocations`, `value`, `workmanship`, `animationFrameId`, `defaultScript`, `defaultScriptIntensity`, `elasticity`, `friction`, `locationId`, `modelTableId`, `objectScale`, `physicsBitField`, `physicsTableId`, `motionTableId`, `soundTableId`, `physicsState`, `translucency`, `currentMotionState`) +VALUES (2014908416, 'Advocate Statue', 8192, 67108990, 0, 0, 276, 4000, 0, 0, 0, 0, 0, 2097200, 0, 100671531, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 32, 22.5, 0, 0, 0, 0, 0, 0, 0, 0, 0, 33557019, 5, 100487, 0, 150995124, 536871026, 1040, 0, 'AAA9AAAAAAA='); + +INSERT INTO `ace_object` (`baseAceObjectId`, `weenieClassId`, `landblock`, `cell`, `posX`, `posY`, `posZ`, `qW`, `qX`, `qY`, `qZ`) +VALUES (2014908416, 9518, 33169, 4, 13.8, 84, 132.9, 0.707107, 0, 0, -0.707107); + +INSERT INTO `ace_object_palette_changes` (`baseAceObjectId`, `subPaletteId`, `offset`, `length`) +VALUES (2014908416, 67112797, 0, 0); + +INSERT INTO `ace_object_texture_map_changes` (`baseAceObjectId`, `index`, `oldId`, `newId`) +VALUES (2014908416, 0, 83889072, 83886815) + , (2014908416, 0, 83889342, 83886816) + , (2014908416, 1, 83887064, 83886807) + , (2014908416, 2, 83887066, 83887056) + , (2014908416, 3, 83889344, 83886388) + , (2014908416, 4, 83887068, 83887054) + , (2014908416, 5, 83887064, 83886807) + , (2014908416, 6, 83887066, 83887056) + , (2014908416, 7, 83889344, 83886388) + , (2014908416, 8, 83887068, 83887054) + , (2014908416, 9, 83887061, 83886692) + , (2014908416, 9, 83887060, 83886776) + , (2014908416, 10, 83886796, 83886809) + , (2014908416, 11, 83886788, 83886797) + , (2014908416, 12, 83887059, 83889343) + , (2014908416, 13, 83886796, 83886809) + , (2014908416, 14, 83886788, 83886797) + , (2014908416, 15, 83887059, 83889343); + +INSERT INTO `ace_object_animation_changes` (`baseAceObjectId`, `index`, `animationId`) +VALUES (2014908416, 0, 16781842) + , (2014908416, 1, 16781848) + , (2014908416, 2, 16781860) + , (2014908416, 3, 16777292) + , (2014908416, 4, 16777291) + , (2014908416, 5, 16781847) + , (2014908416, 6, 16781857) + , (2014908416, 7, 16777296) + , (2014908416, 8, 16777298) + , (2014908416, 9, 16781837) + , (2014908416, 10, 16781829) + , (2014908416, 11, 16781812) + , (2014908416, 12, 16777334) + , (2014908416, 13, 16781828) + , (2014908416, 14, 16781813) + , (2014908416, 15, 16777335); + +INSERT INTO `base_ace_object` (`baseAceObjectId`, `name`, `typeId`, `paletteId`, `ammoType`, `blipColor`, `bitField`, `burden`, `combatUse`, `cooldownDuration`, `cooldownId`, `effects`, `containersCapacity`, `header`, `hookTypeId`, `iconId`, `iconOverlayId`, `iconUnderlayId`, `hookItemTypes`, `itemsCapacity`, `location`, `materialType`, `maxStackSize`, `maxStructure`, `radar`, `pscript`, `spellId`, `stackSize`, `structure`, `targetTypeId`, `usability`, `useRadius`, `validLocations`, `value`, `workmanship`, `animationFrameId`, `defaultScript`, `defaultScriptIntensity`, `elasticity`, `friction`, `locationId`, `modelTableId`, `objectScale`, `physicsBitField`, `physicsTableId`, `motionTableId`, `soundTableId`, `physicsState`, `translucency`, `currentMotionState`) +VALUES (2123681792, 'Advocate Statue', 8192, 67108990, 0, 0, 276, 4000, 0, 0, 0, 0, 0, 2097200, 0, 100671531, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 32, 22.5, 0, 0, 0, 0, 0, 0, 0, 0, 0, 33557019, 5, 100483, 0, 150995124, 536871026, 1040, 0, 'AAA9AAAAAAA='); + +INSERT INTO `ace_object` (`baseAceObjectId`, `weenieClassId`, `landblock`, `cell`, `posX`, `posY`, `posZ`, `qW`, `qX`, `qY`, `qZ`) +VALUES (2123681792, 9518, 59725, 1, 10.7272, 13.2728, 38.9, -0.92388, 0, 0, -0.382683); + +INSERT INTO `ace_object_palette_changes` (`baseAceObjectId`, `subPaletteId`, `offset`, `length`) +VALUES (2123681792, 67112797, 0, 0); + +INSERT INTO `ace_object_texture_map_changes` (`baseAceObjectId`, `index`, `oldId`, `newId`) +VALUES (2123681792, 0, 83889072, 83886815) + , (2123681792, 0, 83889342, 83886816) + , (2123681792, 1, 83887064, 83886807) + , (2123681792, 2, 83887066, 83887056) + , (2123681792, 3, 83889344, 83886388) + , (2123681792, 4, 83887068, 83887054) + , (2123681792, 5, 83887064, 83886807) + , (2123681792, 6, 83887066, 83887056) + , (2123681792, 7, 83889344, 83886388) + , (2123681792, 8, 83887068, 83887054) + , (2123681792, 9, 83887061, 83886692) + , (2123681792, 9, 83887060, 83886776) + , (2123681792, 10, 83886796, 83886809) + , (2123681792, 11, 83886788, 83886797) + , (2123681792, 12, 83887059, 83889343) + , (2123681792, 13, 83886796, 83886809) + , (2123681792, 14, 83886788, 83886797) + , (2123681792, 15, 83887059, 83889343); + +INSERT INTO `ace_object_animation_changes` (`baseAceObjectId`, `index`, `animationId`) +VALUES (2123681792, 0, 16781842) + , (2123681792, 1, 16781848) + , (2123681792, 2, 16781860) + , (2123681792, 3, 16777292) + , (2123681792, 4, 16777291) + , (2123681792, 5, 16781847) + , (2123681792, 6, 16781857) + , (2123681792, 7, 16777296) + , (2123681792, 8, 16777298) + , (2123681792, 9, 16781837) + , (2123681792, 10, 16781829) + , (2123681792, 11, 16781812) + , (2123681792, 12, 16777334) + , (2123681792, 13, 16781828) + , (2123681792, 14, 16781813) + , (2123681792, 15, 16777335); + +INSERT INTO `base_ace_object` (`baseAceObjectId`, `name`, `typeId`, `paletteId`, `ammoType`, `blipColor`, `bitField`, `burden`, `combatUse`, `cooldownDuration`, `cooldownId`, `effects`, `containersCapacity`, `header`, `hookTypeId`, `iconId`, `iconOverlayId`, `iconUnderlayId`, `hookItemTypes`, `itemsCapacity`, `location`, `materialType`, `maxStackSize`, `maxStructure`, `radar`, `pscript`, `spellId`, `stackSize`, `structure`, `targetTypeId`, `usability`, `useRadius`, `validLocations`, `value`, `workmanship`, `animationFrameId`, `defaultScript`, `defaultScriptIntensity`, `elasticity`, `friction`, `locationId`, `modelTableId`, `objectScale`, `physicsBitField`, `physicsTableId`, `motionTableId`, `soundTableId`, `physicsState`, `translucency`, `currentMotionState`) +VALUES (2123681793, 'Sentinel Statue', 8192, 67108990, 0, 0, 276, 4000, 0, 0, 0, 0, 0, 2097200, 0, 100671531, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 32, 25, 0, 0, 0, 0, 0, 0, 0, 0, 0, 33557020, 5, 100483, 0, 150995125, 536871026, 1040, 0, 'AAA9AAAAAAA='); + +INSERT INTO `ace_object` (`baseAceObjectId`, `weenieClassId`, `landblock`, `cell`, `posX`, `posY`, `posZ`, `qW`, `qX`, `qY`, `qZ`) +VALUES (2123681793, 9519, 59725, 1, 13.2728, 10.7272, 38.9, -0.382683, 0, 0, 0.92388); + +INSERT INTO `ace_object_palette_changes` (`baseAceObjectId`, `subPaletteId`, `offset`, `length`) +VALUES (2123681793, 67112797, 0, 0); + +INSERT INTO `ace_object_texture_map_changes` (`baseAceObjectId`, `index`, `oldId`, `newId`) +VALUES (2123681793, 0, 83889342, 83891969) + , (2123681793, 0, 83889072, 83891969) + , (2123681793, 1, 83891975, 83891975) + , (2123681793, 1, 83892292, 83892292) + , (2123681793, 2, 83891976, 83891976) + , (2123681793, 2, 83892292, 83892292) + , (2123681793, 5, 83891975, 83891975) + , (2123681793, 5, 83892292, 83892292) + , (2123681793, 6, 83891976, 83891976) + , (2123681793, 6, 83892292, 83892292) + , (2123681793, 9, 83887070, 83892272) + , (2123681793, 9, 83887062, 83892271) + , (2123681793, 10, 83891967, 83892270) + , (2123681793, 11, 83891966, 83892046) + , (2123681793, 12, 83887059, 83887059) + , (2123681793, 13, 83891967, 83892270) + , (2123681793, 14, 83891966, 83892046) + , (2123681793, 15, 83887059, 83887059) + , (2123681793, 16, 83889860, 83892274) + , (2123681793, 16, 83889859, 83891965) + , (2123681793, 16, 83886684, 83890354) + , (2123681793, 16, 83886837, 83890310) + , (2123681793, 16, 83886668, 83890281); + +INSERT INTO `ace_object_animation_changes` (`baseAceObjectId`, `index`, `animationId`) +VALUES (2123681793, 0, 16778359) + , (2123681793, 1, 16783086) + , (2123681793, 2, 16783084) + , (2123681793, 3, 16777708) + , (2123681793, 4, 16777708) + , (2123681793, 5, 16783081) + , (2123681793, 6, 16783085) + , (2123681793, 7, 16777708) + , (2123681793, 8, 16777708) + , (2123681793, 9, 16778425) + , (2123681793, 10, 16783079) + , (2123681793, 11, 16783077) + , (2123681793, 12, 16777334) + , (2123681793, 13, 16783076) + , (2123681793, 14, 16783078) + , (2123681793, 15, 16777335) + , (2123681793, 16, 16783677); + +INSERT INTO `base_ace_object` (`baseAceObjectId`, `name`, `typeId`, `paletteId`, `ammoType`, `blipColor`, `bitField`, `burden`, `combatUse`, `cooldownDuration`, `cooldownId`, `effects`, `containersCapacity`, `header`, `hookTypeId`, `iconId`, `iconOverlayId`, `iconUnderlayId`, `hookItemTypes`, `itemsCapacity`, `location`, `materialType`, `maxStackSize`, `maxStructure`, `radar`, `pscript`, `spellId`, `stackSize`, `structure`, `targetTypeId`, `usability`, `useRadius`, `validLocations`, `value`, `workmanship`, `animationFrameId`, `defaultScript`, `defaultScriptIntensity`, `elasticity`, `friction`, `locationId`, `modelTableId`, `objectScale`, `physicsBitField`, `physicsTableId`, `motionTableId`, `soundTableId`, `physicsState`, `translucency`, `currentMotionState`) +VALUES (1884348434, 'Statue', 8192, 0, 0, 8, 404, 9000, 0, 0, 0, 0, 0, 11534384, 0, 100670208, 0, 0, 0, 0, 0, 0, 0, 0, 4, 0, 0, 0, 0, 0, 48, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 33557076, 5, 32897, 0, 0, 0, 1048, 0, '0'); + +INSERT INTO `ace_object` (`baseAceObjectId`, `weenieClassId`, `landblock`, `cell`, `posX`, `posY`, `posZ`, `qW`, `qX`, `qY`, `qZ`) +VALUES (1884348434, 11639, 1294, 43, 130.678, 66.5376, 22.65497, 0.983225, 0, 0, 0.182399); + +INSERT INTO `base_ace_object` (`baseAceObjectId`, `name`, `typeId`, `paletteId`, `ammoType`, `blipColor`, `bitField`, `burden`, `combatUse`, `cooldownDuration`, `cooldownId`, `effects`, `containersCapacity`, `header`, `hookTypeId`, `iconId`, `iconOverlayId`, `iconUnderlayId`, `hookItemTypes`, `itemsCapacity`, `location`, `materialType`, `maxStackSize`, `maxStructure`, `radar`, `pscript`, `spellId`, `stackSize`, `structure`, `targetTypeId`, `usability`, `useRadius`, `validLocations`, `value`, `workmanship`, `animationFrameId`, `defaultScript`, `defaultScriptIntensity`, `elasticity`, `friction`, `locationId`, `modelTableId`, `objectScale`, `physicsBitField`, `physicsTableId`, `motionTableId`, `soundTableId`, `physicsState`, `translucency`, `currentMotionState`) +VALUES (1881890829, 'Town Statue', 8192, 0, 0, 8, 404, 9000, 0, 0, 0, 0, 0, 11534384, 0, 100670208, 0, 0, 0, 0, 0, 0, 0, 0, 4, 0, 0, 0, 0, 0, 48, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 33556419, 0, 32769, 0, 0, 0, 1048, 0, '0'); + +INSERT INTO `ace_object` (`baseAceObjectId`, `weenieClassId`, `landblock`, `cell`, `posX`, `posY`, `posZ`, `qW`, `qX`, `qY`, `qZ`) +VALUES (1881890829, 6388, 694, 298, 93, -295.086, -42, 0.707107, 0, 0, -0.707107); + +INSERT INTO `base_ace_object` (`baseAceObjectId`, `name`, `typeId`, `paletteId`, `ammoType`, `blipColor`, `bitField`, `burden`, `combatUse`, `cooldownDuration`, `cooldownId`, `effects`, `containersCapacity`, `header`, `hookTypeId`, `iconId`, `iconOverlayId`, `iconUnderlayId`, `hookItemTypes`, `itemsCapacity`, `location`, `materialType`, `maxStackSize`, `maxStructure`, `radar`, `pscript`, `spellId`, `stackSize`, `structure`, `targetTypeId`, `usability`, `useRadius`, `validLocations`, `value`, `workmanship`, `animationFrameId`, `defaultScript`, `defaultScriptIntensity`, `elasticity`, `friction`, `locationId`, `modelTableId`, `objectScale`, `physicsBitField`, `physicsTableId`, `motionTableId`, `soundTableId`, `physicsState`, `translucency`, `currentMotionState`) +VALUES (1882046542, 'Town Statue', 8192, 0, 0, 8, 404, 9000, 0, 0, 0, 0, 0, 11534384, 0, 100670208, 0, 0, 0, 0, 0, 0, 0, 0, 4, 0, 0, 0, 0, 0, 48, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 33556419, 0, 32769, 0, 0, 0, 1048, 0, '0'); + +INSERT INTO `ace_object` (`baseAceObjectId`, `weenieClassId`, `landblock`, `cell`, `posX`, `posY`, `posZ`, `qW`, `qX`, `qY`, `qZ`) +VALUES (1882046542, 6388, 732, 638, 481.578, -158.533, -30, 0.914771, 0, 0, -0.403973); + diff --git a/Database/objects/Chests_0.sql b/Database/3-Core/objects/ContainersChests_0.sql similarity index 99% rename from Database/objects/Chests_0.sql rename to Database/3-Core/objects/ContainersChests_0.sql index 5cbf1c40ed..e82c5b1579 100644 --- a/Database/objects/Chests_0.sql +++ b/Database/3-Core/objects/ContainersChests_0.sql @@ -19442,117 +19442,6 @@ VALUES (3333978038, 'Dirty Old Crate', 512, 0, 0, 0, 21, 9000, 0, 0, 0, 0, 10, 2 INSERT INTO `ace_object` (`baseAceObjectId`, `weenieClassId`, `landblock`, `cell`, `posX`, `posY`, `posZ`, `qW`, `qX`, `qY`, `qZ`) VALUES (3333978038, 31445, 26325, 14, 47.83073, 121.5176, 157.8573, 1, 0, 0, 0); -INSERT INTO `base_ace_object` (`baseAceObjectId`, `name`, `typeId`, `paletteId`, `ammoType`, `blipColor`, `bitField`, `burden`, `combatUse`, `cooldownDuration`, `cooldownId`, `effects`, `containersCapacity`, `header`, `hookTypeId`, `iconId`, `iconOverlayId`, `iconUnderlayId`, `hookItemTypes`, `itemsCapacity`, `location`, `materialType`, `maxStackSize`, `maxStructure`, `radar`, `pscript`, `spellId`, `stackSize`, `structure`, `targetTypeId`, `usability`, `useRadius`, `validLocations`, `value`, `workmanship`, `animationFrameId`, `defaultScript`, `defaultScriptIntensity`, `elasticity`, `friction`, `locationId`, `modelTableId`, `objectScale`, `physicsBitField`, `physicsTableId`, `motionTableId`, `soundTableId`, `physicsState`, `translucency`, `currentMotionState`) -VALUES (3333748553, 'Corpse of Treasure Chest', 512, 67108990, 0, 0, 8213, 6185, 0, 0, 0, 0, 10, 2097206, 0, 100667504, 0, 0, 0, 120, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 48, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 33554510, 0, 104451, 872415342, 150994945, 536871106, 1044, 0, 'AAA9AAIAAAARAAAA'); - -INSERT INTO `ace_object` (`baseAceObjectId`, `weenieClassId`, `landblock`, `cell`, `posX`, `posY`, `posZ`, `qW`, `qX`, `qY`, `qZ`) -VALUES (3333748553, 21, 19681, 5, 2.571857, 118.2139, 84.1237, 0.9940107, 0, 0, -0.1092822); - -INSERT INTO `ace_object_palette_changes` (`baseAceObjectId`, `subPaletteId`, `offset`, `length`) -VALUES (3333748553, 67109561, 0, 24) - , (3333748553, 67116989, 24, 8) - , (3333748553, 67110064, 32, 8) - , (3333748553, 67113252, 64, 8) - , (3333748553, 67115954, 40, 24) - , (3333748553, 67116551, 136, 12) - , (3333748553, 67116551, 152, 4) - , (3333748553, 67116565, 148, 4) - , (3333748553, 67116565, 156, 4) - , (3333748553, 67110001, 92, 4) - , (3333748553, 67113079, 136, 16) - , (3333748553, 67113079, 80, 12) - , (3333748553, 67110556, 152, 8) - , (3333748553, 67110556, 72, 8) - , (3333748553, 67113960, 116, 12) - , (3333748553, 67113960, 96, 12) - , (3333748553, 67113079, 168, 6) - , (3333748553, 67113960, 160, 8) - , (3333748553, 67113960, 174, 66); - -INSERT INTO `ace_object_texture_map_changes` (`baseAceObjectId`, `index`, `oldId`, `newId`) -VALUES (3333748553, 16, 83886232, 83890685) - , (3333748553, 16, 83886668, 83890281) - , (3333748553, 16, 83886837, 83890312) - , (3333748553, 16, 83886684, 83890358) - , (3333748553, 0, 83889072, 83889072) - , (3333748553, 0, 83889342, 83889342) - , (3333748553, 5, 83887064, 83886241) - , (3333748553, 1, 83887064, 83886241) - , (3333748553, 9, 83887070, 83897005) - , (3333748553, 9, 83887062, 83897006) - , (3333748553, 10, 83896977, 83897007) - , (3333748553, 11, 83896978, 83897008) - , (3333748553, 13, 83896977, 83897007) - , (3333748553, 14, 83896978, 83897008) - , (3333748553, 5, 83894659, 83894692) - , (3333748553, 1, 83894659, 83894692) - , (3333748553, 6, 83894662, 83894680) - , (3333748553, 6, 83894667, 83894690) - , (3333748553, 2, 83894662, 83894680) - , (3333748553, 2, 83894667, 83894690) - , (3333748553, 0, 83886523, 83886523) - , (3333748553, 0, 83886522, 83886522) - , (3333748553, 5, 83886536, 83886536) - , (3333748553, 1, 83886536, 83886536) - , (3333748553, 6, 83887066, 83886530) - , (3333748553, 2, 83887066, 83886530) - , (3333748553, 0, 83892345, 83892370) - , (3333748553, 0, 83892344, 83892370) - , (3333748553, 1, 83892352, 83892374) - , (3333748553, 2, 83892351, 83892373) - , (3333748553, 5, 83892352, 83892374) - , (3333748553, 6, 83892351, 83892373) - , (3333748553, 13, 83894173, 83894173) - , (3333748553, 13, 83894175, 83894175) - , (3333748553, 10, 83894174, 83894174) - , (3333748553, 14, 83894172, 83894172) - , (3333748553, 14, 83894185, 83894185) - , (3333748553, 11, 83894172, 83894172) - , (3333748553, 15, 83887059, 83894337) - , (3333748553, 12, 83887059, 83894337) - , (3333748553, 3, 83894184, 83894184) - , (3333748553, 7, 83894184, 83894184) - , (3333748553, 4, 83894184, 83894184) - , (3333748553, 8, 83894184, 83894184) - , (3333748553, 9, 83894176, 83894176) - , (3333748553, 9, 83894178, 83894178); - -INSERT INTO `ace_object_animation_changes` (`baseAceObjectId`, `index`, `animationId`) -VALUES (3333748553, 17, 16777708) - , (3333748553, 18, 16777708) - , (3333748553, 19, 16777708) - , (3333748553, 20, 16777708) - , (3333748553, 21, 16777708) - , (3333748553, 22, 16777708) - , (3333748553, 23, 16777708) - , (3333748553, 24, 16777708) - , (3333748553, 25, 16777708) - , (3333748553, 26, 16777708) - , (3333748553, 27, 16777708) - , (3333748553, 28, 16777708) - , (3333748553, 29, 16777708) - , (3333748553, 30, 16777708) - , (3333748553, 31, 16777708) - , (3333748553, 32, 16777708) - , (3333748553, 33, 16777708) - , (3333748553, 16, 16795698) - , (3333748553, 0, 16783897) - , (3333748553, 1, 16783912) - , (3333748553, 2, 16783918) - , (3333748553, 5, 16783916) - , (3333748553, 6, 16783920) - , (3333748553, 13, 16788099) - , (3333748553, 10, 16788090) - , (3333748553, 14, 16788092) - , (3333748553, 11, 16788084) - , (3333748553, 15, 16777335) - , (3333748553, 12, 16777334) - , (3333748553, 3, 16788081) - , (3333748553, 7, 16788082) - , (3333748553, 4, 16788088) - , (3333748553, 8, 16788089) - , (3333748553, 9, 16788080); - INSERT INTO `base_ace_object` (`baseAceObjectId`, `name`, `typeId`, `paletteId`, `ammoType`, `blipColor`, `bitField`, `burden`, `combatUse`, `cooldownDuration`, `cooldownId`, `effects`, `containersCapacity`, `header`, `hookTypeId`, `iconId`, `iconOverlayId`, `iconUnderlayId`, `hookItemTypes`, `itemsCapacity`, `location`, `materialType`, `maxStackSize`, `maxStructure`, `radar`, `pscript`, `spellId`, `stackSize`, `structure`, `targetTypeId`, `usability`, `useRadius`, `validLocations`, `value`, `workmanship`, `animationFrameId`, `defaultScript`, `defaultScriptIntensity`, `elasticity`, `friction`, `locationId`, `modelTableId`, `objectScale`, `physicsBitField`, `physicsTableId`, `motionTableId`, `soundTableId`, `physicsState`, `translucency`, `currentMotionState`) VALUES (3334166791, 'Runed Chest', 512, 0, 0, 0, 20, 10836, 0, 0, 0, 0, 10, 2097214, 0, 100667424, 0, 0, 0, 120, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 48, 1, 0, 2500, 0, 0, 0, 0, 0, 0, 0, 33558095, 0, 104451, 872415275, 150994948, 536870945, 1048, 0, 'AAA9AAIAAAAMAAAA'); @@ -19601,188 +19490,6 @@ VALUES (3335044495, 'Dirty Old Crate', 512, 0, 0, 0, 21, 9000, 0, 0, 0, 0, 10, 2 INSERT INTO `ace_object` (`baseAceObjectId`, `weenieClassId`, `landblock`, `cell`, `posX`, `posY`, `posZ`, `qW`, `qX`, `qY`, `qZ`) VALUES (3335044495, 31443, 39334, 61, 171.8911, 105.2529, 53.20835, 1, 0, 0, 0); -INSERT INTO `base_ace_object` (`baseAceObjectId`, `name`, `typeId`, `paletteId`, `ammoType`, `blipColor`, `bitField`, `burden`, `combatUse`, `cooldownDuration`, `cooldownId`, `effects`, `containersCapacity`, `header`, `hookTypeId`, `iconId`, `iconOverlayId`, `iconUnderlayId`, `hookItemTypes`, `itemsCapacity`, `location`, `materialType`, `maxStackSize`, `maxStructure`, `radar`, `pscript`, `spellId`, `stackSize`, `structure`, `targetTypeId`, `usability`, `useRadius`, `validLocations`, `value`, `workmanship`, `animationFrameId`, `defaultScript`, `defaultScriptIntensity`, `elasticity`, `friction`, `locationId`, `modelTableId`, `objectScale`, `physicsBitField`, `physicsTableId`, `motionTableId`, `soundTableId`, `physicsState`, `translucency`, `currentMotionState`) -VALUES (3334290481, 'Corpse of Legendary Chest', 512, 67108990, 0, 0, 8213, 6000, 0, 0, 0, 0, 10, 2097206, 0, 100667504, 0, 0, 0, 120, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 48, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 33554510, 0, 104451, 872415342, 150994945, 536871106, 1044, 0, 'AAA9AAIAAAARAAAA'); - -INSERT INTO `ace_object` (`baseAceObjectId`, `weenieClassId`, `landblock`, `cell`, `posX`, `posY`, `posZ`, `qW`, `qX`, `qY`, `qZ`) -VALUES (3334290481, 21, 22884, 264, 20.18414, -32.09726, 0.004999995, -0.9972101, 0, 0, -0.07464556); - -INSERT INTO `ace_object_palette_changes` (`baseAceObjectId`, `subPaletteId`, `offset`, `length`) -VALUES (3334290481, 67109559, 0, 24) - , (3334290481, 67116986, 24, 8) - , (3334290481, 67110064, 32, 8) - , (3334290481, 67115706, 64, 8) - , (3334290481, 67115751, 44, 20) - , (3334290481, 67115771, 40, 4) - , (3334290481, 67111245, 136, 16) - , (3334290481, 67111245, 80, 12) - , (3334290481, 67110026, 152, 8) - , (3334290481, 67110026, 72, 8) - , (3334290481, 67110326, 128, 8) - , (3334290481, 67113082, 96, 12) - , (3334290481, 67113082, 116, 12) - , (3334290481, 67116548, 168, 3) - , (3334290481, 67114457, 171, 3) - , (3334290481, 67113079, 160, 8) - , (3334290481, 67114570, 174, 66); - -INSERT INTO `ace_object_texture_map_changes` (`baseAceObjectId`, `index`, `oldId`, `newId`) -VALUES (3334290481, 16, 83886232, 83890685) - , (3334290481, 16, 83886668, 83890262) - , (3334290481, 16, 83886837, 83890291) - , (3334290481, 16, 83886684, 83890319) - , (3334290481, 0, 83889072, 83896973) - , (3334290481, 0, 83889342, 83896974) - , (3334290481, 5, 83887064, 83896971) - , (3334290481, 1, 83887064, 83896971) - , (3334290481, 6, 83887066, 83896972) - , (3334290481, 2, 83887066, 83896972) - , (3334290481, 10, 83896977, 83896977) - , (3334290481, 11, 83896978, 83896978) - , (3334290481, 13, 83896977, 83896977) - , (3334290481, 14, 83896978, 83896978) - , (3334290481, 0, 83892345, 83892370) - , (3334290481, 0, 83892344, 83892370) - , (3334290481, 1, 83892352, 83892374) - , (3334290481, 2, 83892351, 83892373) - , (3334290481, 5, 83892352, 83892374) - , (3334290481, 6, 83892351, 83892373) - , (3334290481, 13, 83886796, 83889770) - , (3334290481, 10, 83886796, 83889770) - , (3334290481, 14, 83886788, 83889767) - , (3334290481, 11, 83886788, 83889767) - , (3334290481, 15, 83894660, 83897808) - , (3334290481, 12, 83894660, 83897808) - , (3334290481, 3, 83889344, 83887054) - , (3334290481, 7, 83889344, 83887054) - , (3334290481, 4, 83887068, 83887054) - , (3334290481, 8, 83887068, 83887054) - , (3334290481, 9, 83887070, 83894794) - , (3334290481, 9, 83887062, 83894796); - -INSERT INTO `ace_object_animation_changes` (`baseAceObjectId`, `index`, `animationId`) -VALUES (3334290481, 16, 16795669) - , (3334290481, 17, 16777708) - , (3334290481, 18, 16777708) - , (3334290481, 19, 16777708) - , (3334290481, 20, 16777708) - , (3334290481, 21, 16777708) - , (3334290481, 22, 16777708) - , (3334290481, 23, 16777708) - , (3334290481, 24, 16777708) - , (3334290481, 25, 16777708) - , (3334290481, 26, 16777708) - , (3334290481, 27, 16777708) - , (3334290481, 28, 16777708) - , (3334290481, 29, 16777708) - , (3334290481, 30, 16777708) - , (3334290481, 31, 16777708) - , (3334290481, 32, 16777708) - , (3334290481, 33, 16777708) - , (3334290481, 0, 16783897) - , (3334290481, 1, 16783912) - , (3334290481, 2, 16783918) - , (3334290481, 5, 16783916) - , (3334290481, 6, 16783920) - , (3334290481, 13, 16781879) - , (3334290481, 10, 16781878) - , (3334290481, 14, 16781888) - , (3334290481, 11, 16781889) - , (3334290481, 15, 16789333) - , (3334290481, 12, 16789332) - , (3334290481, 3, 16777292) - , (3334290481, 7, 16777296) - , (3334290481, 4, 16781855) - , (3334290481, 8, 16781859) - , (3334290481, 9, 16778425); - -INSERT INTO `base_ace_object` (`baseAceObjectId`, `name`, `typeId`, `paletteId`, `ammoType`, `blipColor`, `bitField`, `burden`, `combatUse`, `cooldownDuration`, `cooldownId`, `effects`, `containersCapacity`, `header`, `hookTypeId`, `iconId`, `iconOverlayId`, `iconUnderlayId`, `hookItemTypes`, `itemsCapacity`, `location`, `materialType`, `maxStackSize`, `maxStructure`, `radar`, `pscript`, `spellId`, `stackSize`, `structure`, `targetTypeId`, `usability`, `useRadius`, `validLocations`, `value`, `workmanship`, `animationFrameId`, `defaultScript`, `defaultScriptIntensity`, `elasticity`, `friction`, `locationId`, `modelTableId`, `objectScale`, `physicsBitField`, `physicsTableId`, `motionTableId`, `soundTableId`, `physicsState`, `translucency`, `currentMotionState`) -VALUES (3334537089, 'Corpse of Mistress'' Chest', 512, 67108990, 0, 0, 8213, 6000, 0, 0, 0, 0, 10, 2097206, 0, 100667504, 0, 0, 0, 120, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 48, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 33554510, 0, 104451, 872415342, 150994945, 536871106, 1044, 0, 'AAA9AAIAAAARAAAA'); - -INSERT INTO `ace_object` (`baseAceObjectId`, `weenieClassId`, `landblock`, `cell`, `posX`, `posY`, `posZ`, `qW`, `qX`, `qY`, `qZ`) -VALUES (3334537089, 21, 22884, 264, 19.5303, -31.64408, 0.004999995, 0.9887043, 0, 0, -0.1498796); - -INSERT INTO `ace_object_palette_changes` (`baseAceObjectId`, `subPaletteId`, `offset`, `length`) -VALUES (3334537089, 67109561, 0, 24) - , (3334537089, 67116988, 24, 8) - , (3334537089, 67110064, 32, 8) - , (3334537089, 67112917, 64, 8) - , (3334537089, 67115930, 40, 24) - , (3334537089, 67114569, 174, 66) - , (3334537089, 67112917, 136, 16) - , (3334537089, 67112917, 80, 12) - , (3334537089, 67110542, 152, 8) - , (3334537089, 67110542, 72, 8) - , (3334537089, 67116188, 96, 20) - , (3334537089, 67116099, 168, 6) - , (3334537089, 67115073, 160, 8) - , (3334537089, 67112908, 96, 12) - , (3334537089, 67112908, 116, 12); - -INSERT INTO `ace_object_texture_map_changes` (`baseAceObjectId`, `index`, `oldId`, `newId`) -VALUES (3334537089, 16, 83886232, 83890685) - , (3334537089, 16, 83886668, 83890284) - , (3334537089, 16, 83886837, 83890292) - , (3334537089, 16, 83886684, 83890354) - , (3334537089, 0, 83889072, 83889072) - , (3334537089, 0, 83889342, 83889342) - , (3334537089, 10, 83896977, 83897007) - , (3334537089, 11, 83896978, 83897008) - , (3334537089, 13, 83896977, 83897007) - , (3334537089, 14, 83896978, 83897008) - , (3334537089, 5, 83887064, 83886785) - , (3334537089, 1, 83887064, 83886785) - , (3334537089, 6, 83887066, 83887052) - , (3334537089, 2, 83887066, 83887052) - , (3334537089, 9, 83887070, 83894794) - , (3334537089, 9, 83887062, 83894796) - , (3334537089, 0, 83892345, 83892370) - , (3334537089, 0, 83892344, 83892370) - , (3334537089, 1, 83892352, 83892374) - , (3334537089, 2, 83892351, 83892373) - , (3334537089, 5, 83892352, 83892374) - , (3334537089, 6, 83892351, 83892373) - , (3334537089, 13, 83886796, 83889770) - , (3334537089, 10, 83886796, 83889770) - , (3334537089, 14, 83886788, 83889767) - , (3334537089, 11, 83886788, 83889767); - -INSERT INTO `ace_object_animation_changes` (`baseAceObjectId`, `index`, `animationId`) -VALUES (3334537089, 16, 16795703) - , (3334537089, 17, 16777708) - , (3334537089, 18, 16777708) - , (3334537089, 19, 16777708) - , (3334537089, 20, 16777708) - , (3334537089, 21, 16777708) - , (3334537089, 22, 16777708) - , (3334537089, 23, 16777708) - , (3334537089, 24, 16777708) - , (3334537089, 25, 16777708) - , (3334537089, 26, 16777708) - , (3334537089, 27, 16777708) - , (3334537089, 28, 16777708) - , (3334537089, 29, 16777708) - , (3334537089, 30, 16777708) - , (3334537089, 31, 16777708) - , (3334537089, 32, 16777708) - , (3334537089, 33, 16777708) - , (3334537089, 9, 16778425) - , (3334537089, 0, 16783897) - , (3334537089, 1, 16783912) - , (3334537089, 2, 16783918) - , (3334537089, 5, 16783916) - , (3334537089, 6, 16783920) - , (3334537089, 15, 16792141) - , (3334537089, 12, 16792142) - , (3334537089, 3, 16790020) - , (3334537089, 7, 16790018) - , (3334537089, 4, 16790017) - , (3334537089, 8, 16790019) - , (3334537089, 13, 16781879) - , (3334537089, 10, 16781878) - , (3334537089, 14, 16781888) - , (3334537089, 11, 16781889); - INSERT INTO `base_ace_object` (`baseAceObjectId`, `name`, `typeId`, `paletteId`, `ammoType`, `blipColor`, `bitField`, `burden`, `combatUse`, `cooldownDuration`, `cooldownId`, `effects`, `containersCapacity`, `header`, `hookTypeId`, `iconId`, `iconOverlayId`, `iconUnderlayId`, `hookItemTypes`, `itemsCapacity`, `location`, `materialType`, `maxStackSize`, `maxStructure`, `radar`, `pscript`, `spellId`, `stackSize`, `structure`, `targetTypeId`, `usability`, `useRadius`, `validLocations`, `value`, `workmanship`, `animationFrameId`, `defaultScript`, `defaultScriptIntensity`, `elasticity`, `friction`, `locationId`, `modelTableId`, `objectScale`, `physicsBitField`, `physicsTableId`, `motionTableId`, `soundTableId`, `physicsState`, `translucency`, `currentMotionState`) VALUES (3335422263, 'Dirty Old Crate', 512, 0, 0, 0, 21, 9000, 0, 0, 0, 0, 10, 2097214, 0, 100674799, 0, 0, 0, 120, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 48, 1, 0, 2500, 0, 0, 0, 0, 0, 0, 0, 33558433, 0, 104451, 872415275, 150995247, 536870945, 1048, 0, 'AAA9AAIAAAAMAAAA'); diff --git a/Database/objects/StandingStones_0.sql b/Database/3-Core/objects/ContainersStandingStones_0.sql similarity index 100% rename from Database/objects/StandingStones_0.sql rename to Database/3-Core/objects/ContainersStandingStones_0.sql diff --git a/Database/objects/ContainersStatics_0.sql b/Database/3-Core/objects/ContainersStatics_0.sql similarity index 100% rename from Database/objects/ContainersStatics_0.sql rename to Database/3-Core/objects/ContainersStatics_0.sql diff --git a/Database/objects/ExplorationMarkers_0.sql b/Database/3-Core/objects/CreaturesExplorationMarkers_0.sql similarity index 100% rename from Database/objects/ExplorationMarkers_0.sql rename to Database/3-Core/objects/CreaturesExplorationMarkers_0.sql diff --git a/Database/objects/Hatches_0.sql b/Database/3-Core/objects/CreaturesHatches_0.sql similarity index 100% rename from Database/objects/Hatches_0.sql rename to Database/3-Core/objects/CreaturesHatches_0.sql diff --git a/Database/objects/NPCs_0.sql b/Database/3-Core/objects/CreaturesNPCs_0.sql similarity index 99% rename from Database/objects/NPCs_0.sql rename to Database/3-Core/objects/CreaturesNPCs_0.sql index 4ef88467e9..890e7ec2bf 100644 --- a/Database/objects/NPCs_0.sql +++ b/Database/3-Core/objects/CreaturesNPCs_0.sql @@ -56,61 +56,6 @@ VALUES (3685773889, 12, 16777304) , (3685773889, 14, 16783855) , (3685773889, 16, 16779630); -INSERT INTO `base_ace_object` (`baseAceObjectId`, `name`, `typeId`, `paletteId`, `ammoType`, `blipColor`, `bitField`, `burden`, `combatUse`, `cooldownDuration`, `cooldownId`, `effects`, `containersCapacity`, `header`, `hookTypeId`, `iconId`, `iconOverlayId`, `iconUnderlayId`, `hookItemTypes`, `itemsCapacity`, `location`, `materialType`, `maxStackSize`, `maxStructure`, `radar`, `pscript`, `spellId`, `stackSize`, `structure`, `targetTypeId`, `usability`, `useRadius`, `validLocations`, `value`, `workmanship`, `animationFrameId`, `defaultScript`, `defaultScriptIntensity`, `elasticity`, `friction`, `locationId`, `modelTableId`, `objectScale`, `physicsBitField`, `physicsTableId`, `motionTableId`, `soundTableId`, `physicsState`, `translucency`, `currentMotionState`) -VALUES (2033496175, 'Arcanum Salvage Vendor', 16, 67108990, 0, 8, 516, 0, 0, 0, 0, 0, 255, 9437238, 0, 100667446, 0, 0, 0, 255, 0, 0, 0, 0, 4, 0, 0, 0, 0, 0, 32, 3, 0, 0, 0, 0, 0, 0, 0, 0, 0, 33554433, 0, 100355, 0, 150994945, 536870913, 6292504, 0, 'AAA9AAAAAAA='); - -INSERT INTO `ace_object` (`baseAceObjectId`, `weenieClassId`, `landblock`, `cell`, `posX`, `posY`, `posZ`, `qW`, `qX`, `qY`, `qZ`) -VALUES (2033496175, 41752, 37707, 291, 30.1896, 38.1104, 14.005, 0.5844249, 0, 0, -0.8114478); - -INSERT INTO `ace_object_palette_changes` (`baseAceObjectId`, `subPaletteId`, `offset`, `length`) -VALUES (2033496175, 67109551, 0, 24) - , (2033496175, 67117020, 24, 8) - , (2033496175, 67110062, 32, 8) - , (2033496175, 67112697, 40, 40) - , (2033496175, 67110387, 80, 12) - , (2033496175, 67110387, 116, 12) - , (2033496175, 67110539, 96, 12) - , (2033496175, 67113251, 240, 10); - -INSERT INTO `ace_object_texture_map_changes` (`baseAceObjectId`, `index`, `oldId`, `newId`) -VALUES (2033496175, 16, 83886232, 83890685) - , (2033496175, 16, 83886668, 83890514) - , (2033496175, 16, 83886837, 83890517) - , (2033496175, 16, 83886684, 83890605) - , (2033496175, 0, 83892345, 83892353) - , (2033496175, 0, 83892344, 83892353) - , (2033496175, 1, 83892352, 83892352) - , (2033496175, 2, 83892351, 83892351) - , (2033496175, 5, 83892352, 83892352) - , (2033496175, 6, 83892351, 83892351) - , (2033496175, 9, 83887061, 83892357) - , (2033496175, 9, 83887060, 83892356) - , (2033496175, 10, 83892347, 83892355) - , (2033496175, 11, 83892346, 83892354) - , (2033496175, 13, 83892347, 83892355) - , (2033496175, 14, 83892346, 83892354) - , (2033496175, 16, 83888783, 83888783) - , (2033496175, 16, 83888784, 83888784); - -INSERT INTO `ace_object_animation_changes` (`baseAceObjectId`, `index`, `animationId`) -VALUES (2033496175, 12, 16777304) - , (2033496175, 15, 16777307) - , (2033496175, 3, 16777292) - , (2033496175, 7, 16777296) - , (2033496175, 4, 16777291) - , (2033496175, 8, 16777298) - , (2033496175, 0, 16783894) - , (2033496175, 1, 16783912) - , (2033496175, 2, 16783918) - , (2033496175, 5, 16783916) - , (2033496175, 6, 16783920) - , (2033496175, 9, 16781837) - , (2033496175, 10, 16783863) - , (2033496175, 11, 16783853) - , (2033496175, 13, 16783871) - , (2033496175, 14, 16783855) - , (2033496175, 16, 16778476); - INSERT INTO `base_ace_object` (`baseAceObjectId`, `name`, `typeId`, `paletteId`, `ammoType`, `blipColor`, `bitField`, `burden`, `combatUse`, `cooldownDuration`, `cooldownId`, `effects`, `containersCapacity`, `header`, `hookTypeId`, `iconId`, `iconOverlayId`, `iconUnderlayId`, `hookItemTypes`, `itemsCapacity`, `location`, `materialType`, `maxStackSize`, `maxStructure`, `radar`, `pscript`, `spellId`, `stackSize`, `structure`, `targetTypeId`, `usability`, `useRadius`, `validLocations`, `value`, `workmanship`, `animationFrameId`, `defaultScript`, `defaultScriptIntensity`, `elasticity`, `friction`, `locationId`, `modelTableId`, `objectScale`, `physicsBitField`, `physicsTableId`, `motionTableId`, `soundTableId`, `physicsState`, `translucency`, `currentMotionState`) VALUES (3685884874, 'Ayesha bint''Shashqa', 16, 67108990, 0, 8, 4, 0, 0, 0, 0, 0, 255, 9437238, 0, 100667446, 0, 0, 0, 255, 0, 0, 0, 0, 4, 0, 0, 0, 0, 0, 32, 3, 0, 0, 0, 0, 0, 0, 0, 0, 0, 33554510, 0, 100355, 0, 150994945, 536870914, 6292504, 0, 'AAA9AAAAAAA='); @@ -989,64 +934,6 @@ VALUES (3684910852, 2, 16777293) , (3684910852, 4, 16777291) , (3684910852, 8, 16777298); -INSERT INTO `base_ace_object` (`baseAceObjectId`, `name`, `typeId`, `paletteId`, `ammoType`, `blipColor`, `bitField`, `burden`, `combatUse`, `cooldownDuration`, `cooldownId`, `effects`, `containersCapacity`, `header`, `hookTypeId`, `iconId`, `iconOverlayId`, `iconUnderlayId`, `hookItemTypes`, `itemsCapacity`, `location`, `materialType`, `maxStackSize`, `maxStructure`, `radar`, `pscript`, `spellId`, `stackSize`, `structure`, `targetTypeId`, `usability`, `useRadius`, `validLocations`, `value`, `workmanship`, `animationFrameId`, `defaultScript`, `defaultScriptIntensity`, `elasticity`, `friction`, `locationId`, `modelTableId`, `objectScale`, `physicsBitField`, `physicsTableId`, `motionTableId`, `soundTableId`, `physicsState`, `translucency`, `currentMotionState`) -VALUES (3684910881, 'Weary-looking Man', 16, 67108990, 0, 8, 516, 0, 0, 0, 0, 0, 255, 9437238, 0, 100667446, 0, 0, 0, 255, 0, 0, 0, 0, 4, 0, 0, 0, 0, 0, 32, 3, 0, 0, 0, 0, 0, 0, 0, 0, 0, 33554433, 0, 100355, 0, 150994945, 536870913, 2098200, 0, 'AAA9AAIAAAATAAAA'); - -INSERT INTO `ace_object` (`baseAceObjectId`, `weenieClassId`, `landblock`, `cell`, `posX`, `posY`, `posZ`, `qW`, `qX`, `qY`, `qZ`) -VALUES (3684910881, 2048, 52885, 43, 127.2403, 66.87959, 20.005, 1, 0, 0, 0); - -INSERT INTO `ace_object_palette_changes` (`baseAceObjectId`, `subPaletteId`, `offset`, `length`) -VALUES (3684910881, 67109562, 0, 24) - , (3684910881, 67117079, 24, 8) - , (3684910881, 67110063, 32, 8) - , (3684910881, 67110349, 64, 8) - , (3684910881, 67110539, 72, 8) - , (3684910881, 67110349, 40, 24) - , (3684910881, 67110551, 92, 4) - , (3684910881, 67110376, 216, 24) - , (3684910881, 67110378, 160, 8); - -INSERT INTO `ace_object_texture_map_changes` (`baseAceObjectId`, `index`, `oldId`, `newId`) -VALUES (3684910881, 16, 83886232, 83890685) - , (3684910881, 16, 83886668, 83890514) - , (3684910881, 16, 83886837, 83890560) - , (3684910881, 16, 83886684, 83890646) - , (3684910881, 5, 83887064, 83886241) - , (3684910881, 1, 83887064, 83886241) - , (3684910881, 10, 83886796, 83886782) - , (3684910881, 13, 83886796, 83886782) - , (3684910881, 11, 83886788, 83891213) - , (3684910881, 14, 83886788, 83891213) - , (3684910881, 9, 83887061, 83890009) - , (3684910881, 9, 83887060, 83890010) - , (3684910881, 0, 83889072, 83890012) - , (3684910881, 0, 83889342, 83890011) - , (3684910881, 2, 83887066, 83887051) - , (3684910881, 6, 83887066, 83887051) - , (3684910881, 3, 83889344, 83887054) - , (3684910881, 7, 83889344, 83887054) - , (3684910881, 4, 83887068, 83887054) - , (3684910881, 8, 83887068, 83887054); - -INSERT INTO `ace_object_animation_changes` (`baseAceObjectId`, `index`, `animationId`) -VALUES (3684910881, 12, 16777304) - , (3684910881, 15, 16777307) - , (3684910881, 16, 16795654) - , (3684910881, 5, 16777299) - , (3684910881, 1, 16777295) - , (3684910881, 10, 16781867) - , (3684910881, 13, 16781868) - , (3684910881, 11, 16781812) - , (3684910881, 14, 16781813) - , (3684910881, 9, 16777300) - , (3684910881, 0, 16781835) - , (3684910881, 2, 16781866) - , (3684910881, 6, 16781864) - , (3684910881, 3, 16781841) - , (3684910881, 7, 16781840) - , (3684910881, 4, 16781838) - , (3684910881, 8, 16781839); - INSERT INTO `base_ace_object` (`baseAceObjectId`, `name`, `typeId`, `paletteId`, `ammoType`, `blipColor`, `bitField`, `burden`, `combatUse`, `cooldownDuration`, `cooldownId`, `effects`, `containersCapacity`, `header`, `hookTypeId`, `iconId`, `iconOverlayId`, `iconUnderlayId`, `hookItemTypes`, `itemsCapacity`, `location`, `materialType`, `maxStackSize`, `maxStructure`, `radar`, `pscript`, `spellId`, `stackSize`, `structure`, `targetTypeId`, `usability`, `useRadius`, `validLocations`, `value`, `workmanship`, `animationFrameId`, `defaultScript`, `defaultScriptIntensity`, `elasticity`, `friction`, `locationId`, `modelTableId`, `objectScale`, `physicsBitField`, `physicsTableId`, `motionTableId`, `soundTableId`, `physicsState`, `translucency`, `currentMotionState`) VALUES (3684910842, 'Hei Shou', 16, 67108990, 0, 8, 4, 0, 0, 0, 0, 0, 255, 9437238, 0, 100667446, 0, 0, 0, 255, 0, 0, 0, 0, 4, 0, 0, 0, 0, 0, 32, 3, 0, 0, 0, 0, 0, 0, 0, 0, 0, 33554510, 0, 100355, 0, 150994945, 536870914, 6292504, 0, 'AAA9AAAAAAA='); @@ -23503,53 +23390,6 @@ VALUES (3688967062, 27264, 52884, 57, 175.724, 7.53503, 18.005, 0.9989941, 0, 0, INSERT INTO `ace_object_palette_changes` (`baseAceObjectId`, `subPaletteId`, `offset`, `length`) VALUES (3688967062, 67113366, 0, 0); -INSERT INTO `base_ace_object` (`baseAceObjectId`, `name`, `typeId`, `paletteId`, `ammoType`, `blipColor`, `bitField`, `burden`, `combatUse`, `cooldownDuration`, `cooldownId`, `effects`, `containersCapacity`, `header`, `hookTypeId`, `iconId`, `iconOverlayId`, `iconUnderlayId`, `hookItemTypes`, `itemsCapacity`, `location`, `materialType`, `maxStackSize`, `maxStructure`, `radar`, `pscript`, `spellId`, `stackSize`, `structure`, `targetTypeId`, `usability`, `useRadius`, `validLocations`, `value`, `workmanship`, `animationFrameId`, `defaultScript`, `defaultScriptIntensity`, `elasticity`, `friction`, `locationId`, `modelTableId`, `objectScale`, `physicsBitField`, `physicsTableId`, `motionTableId`, `soundTableId`, `physicsState`, `translucency`, `currentMotionState`) -VALUES (2094620679, 'Alean the Steel Forger', 16, 67108990, 0, 8, 516, 0, 0, 0, 0, 0, 255, 9437238, 0, 100667446, 0, 0, 0, 255, 0, 0, 0, 0, 4, 0, 0, 0, 0, 0, 32, 3, 0, 0, 0, 0, 0, 0, 0, 0, 0, 33554433, 0, 100355, 0, 150994945, 536870913, 6292504, 0, 'AAA9AEAAAAAAAIC/'); - -INSERT INTO `ace_object` (`baseAceObjectId`, `weenieClassId`, `landblock`, `cell`, `posX`, `posY`, `posZ`, `qW`, `qX`, `qY`, `qZ`) -VALUES (2094620679, 51154, 52630, 61, 178.815, 119.068, 20.005, 0.5641662, 0, 0, -0.8256612); - -INSERT INTO `ace_object_palette_changes` (`baseAceObjectId`, `subPaletteId`, `offset`, `length`) -VALUES (2094620679, 67109561, 0, 24) - , (2094620679, 67117071, 24, 8) - , (2094620679, 67109567, 32, 8) - , (2094620679, 67112917, 136, 16) - , (2094620679, 67116864, 152, 8) - , (2094620679, 67112917, 174, 12) - , (2094620679, 67116864, 206, 10) - , (2094620679, 67112917, 72, 8) - , (2094620679, 67116864, 92, 4) - , (2094620679, 67112917, 116, 12) - , (2094620679, 67116864, 128, 8) - , (2094620679, 67112917, 108, 8) - , (2094620679, 67112917, 168, 6) - , (2094620679, 67112917, 160, 8); - -INSERT INTO `ace_object_texture_map_changes` (`baseAceObjectId`, `index`, `oldId`, `newId`) -VALUES (2094620679, 16, 83886232, 83890685) - , (2094620679, 16, 83886668, 83890516) - , (2094620679, 16, 83886837, 83890554) - , (2094620679, 16, 83886684, 83890629); - -INSERT INTO `ace_object_animation_changes` (`baseAceObjectId`, `index`, `animationId`) -VALUES (2094620679, 16, 16795665) - , (2094620679, 5, 16795222) - , (2094620679, 1, 16795220) - , (2094620679, 6, 16795221) - , (2094620679, 2, 16795219) - , (2094620679, 9, 16795212) - , (2094620679, 0, 16795206) - , (2094620679, 13, 16795211) - , (2094620679, 10, 16795209) - , (2094620679, 14, 16795210) - , (2094620679, 11, 16795208) - , (2094620679, 15, 16795217) - , (2094620679, 12, 16795216) - , (2094620679, 3, 16795214) - , (2094620679, 7, 16795215) - , (2094620679, 4, 16795223) - , (2094620679, 8, 16795224); - INSERT INTO `base_ace_object` (`baseAceObjectId`, `name`, `typeId`, `paletteId`, `ammoType`, `blipColor`, `bitField`, `burden`, `combatUse`, `cooldownDuration`, `cooldownId`, `effects`, `containersCapacity`, `header`, `hookTypeId`, `iconId`, `iconOverlayId`, `iconUnderlayId`, `hookItemTypes`, `itemsCapacity`, `location`, `materialType`, `maxStackSize`, `maxStructure`, `radar`, `pscript`, `spellId`, `stackSize`, `structure`, `targetTypeId`, `usability`, `useRadius`, `validLocations`, `value`, `workmanship`, `animationFrameId`, `defaultScript`, `defaultScriptIntensity`, `elasticity`, `friction`, `locationId`, `modelTableId`, `objectScale`, `physicsBitField`, `physicsTableId`, `motionTableId`, `soundTableId`, `physicsState`, `translucency`, `currentMotionState`) VALUES (3689605226, 'Emissary of Asheron', 16, 0, 0, 8, 4, 0, 0, 0, 0, 0, 255, 9437238, 0, 100670274, 0, 0, 0, 255, 0, 0, 0, 0, 4, 0, 0, 0, 0, 0, 32, 3, 0, 0, 0, 0, 0, 0, 0, 0, 0, 33556923, 0, 100355, 0, 150995087, 536870998, 6292504, 0, 'AAA9AAAAAAA='); @@ -31287,63 +31127,6 @@ VALUES (3692305098, 12, 16777304) , (3692305098, 4, 16777291) , (3692305098, 8, 16777298); -INSERT INTO `base_ace_object` (`baseAceObjectId`, `name`, `typeId`, `paletteId`, `ammoType`, `blipColor`, `bitField`, `burden`, `combatUse`, `cooldownDuration`, `cooldownId`, `effects`, `containersCapacity`, `header`, `hookTypeId`, `iconId`, `iconOverlayId`, `iconUnderlayId`, `hookItemTypes`, `itemsCapacity`, `location`, `materialType`, `maxStackSize`, `maxStructure`, `radar`, `pscript`, `spellId`, `stackSize`, `structure`, `targetTypeId`, `usability`, `useRadius`, `validLocations`, `value`, `workmanship`, `animationFrameId`, `defaultScript`, `defaultScriptIntensity`, `elasticity`, `friction`, `locationId`, `modelTableId`, `objectScale`, `physicsBitField`, `physicsTableId`, `motionTableId`, `soundTableId`, `physicsState`, `translucency`, `currentMotionState`) -VALUES (3692305043, 'Weary-looking Man', 16, 67108990, 0, 8, 516, 0, 0, 0, 0, 0, 255, 9437238, 0, 100667446, 0, 0, 0, 255, 0, 0, 0, 0, 4, 0, 0, 0, 0, 0, 32, 3, 0, 0, 0, 0, 0, 0, 0, 0, 0, 33554433, 0, 100355, 0, 150994945, 536870913, 2098200, 0, 'AAA9AAAAAAA='); - -INSERT INTO `ace_object` (`baseAceObjectId`, `weenieClassId`, `landblock`, `cell`, `posX`, `posY`, `posZ`, `qW`, `qX`, `qY`, `qZ`) -VALUES (3692305043, 2049, 51596, 285, 122.767, 180.535, 22.005, 0.9979096, 0, 0, -0.06462517); - -INSERT INTO `ace_object_palette_changes` (`baseAceObjectId`, `subPaletteId`, `offset`, `length`) -VALUES (3692305043, 67109562, 0, 24) - , (3692305043, 67117078, 24, 8) - , (3692305043, 67110062, 32, 8) - , (3692305043, 67110375, 64, 8) - , (3692305043, 67110544, 72, 8) - , (3692305043, 67109969, 92, 4) - , (3692305043, 67110366, 40, 24) - , (3692305043, 67110378, 160, 8); - -INSERT INTO `ace_object_texture_map_changes` (`baseAceObjectId`, `index`, `oldId`, `newId`) -VALUES (3692305043, 16, 83886232, 83890685) - , (3692305043, 16, 83886668, 83890451) - , (3692305043, 16, 83886837, 83890520) - , (3692305043, 16, 83886684, 83890665) - , (3692305043, 5, 83887064, 83886241) - , (3692305043, 1, 83887064, 83886241) - , (3692305043, 6, 83887066, 83887055) - , (3692305043, 2, 83887066, 83887055) - , (3692305043, 10, 83886796, 83886782) - , (3692305043, 13, 83886796, 83886782) - , (3692305043, 11, 83886788, 83891213) - , (3692305043, 14, 83886788, 83891213) - , (3692305043, 9, 83887061, 83890009) - , (3692305043, 9, 83887060, 83890010) - , (3692305043, 0, 83889072, 83890012) - , (3692305043, 0, 83889342, 83890011) - , (3692305043, 3, 83889344, 83887054) - , (3692305043, 7, 83889344, 83887054) - , (3692305043, 4, 83887068, 83887054) - , (3692305043, 8, 83887068, 83887054); - -INSERT INTO `ace_object_animation_changes` (`baseAceObjectId`, `index`, `animationId`) -VALUES (3692305043, 12, 16777304) - , (3692305043, 15, 16777307) - , (3692305043, 16, 16795662) - , (3692305043, 5, 16781819) - , (3692305043, 1, 16781836) - , (3692305043, 6, 16781857) - , (3692305043, 2, 16781860) - , (3692305043, 10, 16781858) - , (3692305043, 13, 16781856) - , (3692305043, 11, 16781822) - , (3692305043, 14, 16781821) - , (3692305043, 9, 16777300) - , (3692305043, 0, 16781835) - , (3692305043, 3, 16777292) - , (3692305043, 7, 16777296) - , (3692305043, 4, 16777291) - , (3692305043, 8, 16777298); - INSERT INTO `base_ace_object` (`baseAceObjectId`, `name`, `typeId`, `paletteId`, `ammoType`, `blipColor`, `bitField`, `burden`, `combatUse`, `cooldownDuration`, `cooldownId`, `effects`, `containersCapacity`, `header`, `hookTypeId`, `iconId`, `iconOverlayId`, `iconUnderlayId`, `hookItemTypes`, `itemsCapacity`, `location`, `materialType`, `maxStackSize`, `maxStructure`, `radar`, `pscript`, `spellId`, `stackSize`, `structure`, `targetTypeId`, `usability`, `useRadius`, `validLocations`, `value`, `workmanship`, `animationFrameId`, `defaultScript`, `defaultScriptIntensity`, `elasticity`, `friction`, `locationId`, `modelTableId`, `objectScale`, `physicsBitField`, `physicsTableId`, `motionTableId`, `soundTableId`, `physicsState`, `translucency`, `currentMotionState`) VALUES (3692156501, 'Delton Hardor', 16, 67108990, 0, 8, 4, 0, 0, 0, 0, 0, 255, 9437238, 0, 100667446, 0, 0, 0, 255, 0, 0, 0, 0, 4, 0, 0, 0, 0, 0, 32, 3, 0, 0, 0, 0, 0, 0, 0, 0, 0, 33554433, 0, 100355, 0, 150994945, 536870913, 6292504, 0, 'AAA9AAAAAAA='); @@ -35304,53 +35087,6 @@ VALUES (3692405512, 12, 16777304) , (3692405512, 13, 16783871) , (3692405512, 14, 16783855); -INSERT INTO `base_ace_object` (`baseAceObjectId`, `name`, `typeId`, `paletteId`, `ammoType`, `blipColor`, `bitField`, `burden`, `combatUse`, `cooldownDuration`, `cooldownId`, `effects`, `containersCapacity`, `header`, `hookTypeId`, `iconId`, `iconOverlayId`, `iconUnderlayId`, `hookItemTypes`, `itemsCapacity`, `location`, `materialType`, `maxStackSize`, `maxStructure`, `radar`, `pscript`, `spellId`, `stackSize`, `structure`, `targetTypeId`, `usability`, `useRadius`, `validLocations`, `value`, `workmanship`, `animationFrameId`, `defaultScript`, `defaultScriptIntensity`, `elasticity`, `friction`, `locationId`, `modelTableId`, `objectScale`, `physicsBitField`, `physicsTableId`, `motionTableId`, `soundTableId`, `physicsState`, `translucency`, `currentMotionState`) -VALUES (2016968709, 'Jibril ibn Rashid', 16, 67108990, 0, 8, 516, 0, 0, 0, 0, 0, 255, 9437238, 0, 100667446, 0, 0, 0, 255, 0, 0, 0, 0, 4, 0, 0, 0, 0, 0, 32, 3, 0, 0, 0, 0, 0, 0, 0, 0, 0, 33554433, 0, 100355, 0, 150994945, 536870913, 6292504, 0, 'AAA9AAAAAAA='); - -INSERT INTO `ace_object` (`baseAceObjectId`, `weenieClassId`, `landblock`, `cell`, `posX`, `posY`, `posZ`, `qW`, `qX`, `qY`, `qZ`) -VALUES (2016968709, 51156, 33672, 11, 40.0775, 61.8818, 86.005, 0.385371, 0, 0, -0.9227617); - -INSERT INTO `ace_object_palette_changes` (`baseAceObjectId`, `subPaletteId`, `offset`, `length`) -VALUES (2016968709, 67109552, 0, 24) - , (2016968709, 67117020, 24, 8) - , (2016968709, 67110062, 32, 8) - , (2016968709, 67113252, 136, 16) - , (2016968709, 67116864, 152, 8) - , (2016968709, 67113252, 174, 12) - , (2016968709, 67116864, 206, 10) - , (2016968709, 67113252, 72, 8) - , (2016968709, 67116864, 92, 4) - , (2016968709, 67113252, 116, 12) - , (2016968709, 67116864, 128, 8) - , (2016968709, 67113252, 108, 8) - , (2016968709, 67113252, 168, 6) - , (2016968709, 67113252, 160, 8); - -INSERT INTO `ace_object_texture_map_changes` (`baseAceObjectId`, `index`, `oldId`, `newId`) -VALUES (2016968709, 16, 83886232, 83890685) - , (2016968709, 16, 83886668, 83890475) - , (2016968709, 16, 83886837, 83890534) - , (2016968709, 16, 83886684, 83890621); - -INSERT INTO `ace_object_animation_changes` (`baseAceObjectId`, `index`, `animationId`) -VALUES (2016968709, 16, 16795650) - , (2016968709, 5, 16795222) - , (2016968709, 1, 16795220) - , (2016968709, 6, 16795221) - , (2016968709, 2, 16795219) - , (2016968709, 9, 16795212) - , (2016968709, 0, 16795206) - , (2016968709, 13, 16795211) - , (2016968709, 10, 16795209) - , (2016968709, 14, 16795210) - , (2016968709, 11, 16795208) - , (2016968709, 15, 16795217) - , (2016968709, 12, 16795216) - , (2016968709, 3, 16795214) - , (2016968709, 7, 16795215) - , (2016968709, 4, 16795223) - , (2016968709, 8, 16795224); - INSERT INTO `base_ace_object` (`baseAceObjectId`, `name`, `typeId`, `paletteId`, `ammoType`, `blipColor`, `bitField`, `burden`, `combatUse`, `cooldownDuration`, `cooldownId`, `effects`, `containersCapacity`, `header`, `hookTypeId`, `iconId`, `iconOverlayId`, `iconUnderlayId`, `hookItemTypes`, `itemsCapacity`, `location`, `materialType`, `maxStackSize`, `maxStructure`, `radar`, `pscript`, `spellId`, `stackSize`, `structure`, `targetTypeId`, `usability`, `useRadius`, `validLocations`, `value`, `workmanship`, `animationFrameId`, `defaultScript`, `defaultScriptIntensity`, `elasticity`, `friction`, `locationId`, `modelTableId`, `objectScale`, `physicsBitField`, `physicsTableId`, `motionTableId`, `soundTableId`, `physicsState`, `translucency`, `currentMotionState`) VALUES (3684813916, 'Sign', 16, 0, 0, 8, 4, 0, 0, 0, 0, 0, 255, 1048630, 0, 100668115, 0, 0, 0, 255, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 32, 3, 0, 0, 0, 0, 0, 0, 0, 0, 0, 33555088, 0, 100355, 0, 150995094, 536870930, 6292504, 0, 'AAA9AAAAAAA='); @@ -44431,64 +44167,6 @@ VALUES (3703263036, 11, 16777302) , (3703263036, 4, 16781855) , (3703263036, 8, 16781859); -INSERT INTO `base_ace_object` (`baseAceObjectId`, `name`, `typeId`, `paletteId`, `ammoType`, `blipColor`, `bitField`, `burden`, `combatUse`, `cooldownDuration`, `cooldownId`, `effects`, `containersCapacity`, `header`, `hookTypeId`, `iconId`, `iconOverlayId`, `iconUnderlayId`, `hookItemTypes`, `itemsCapacity`, `location`, `materialType`, `maxStackSize`, `maxStructure`, `radar`, `pscript`, `spellId`, `stackSize`, `structure`, `targetTypeId`, `usability`, `useRadius`, `validLocations`, `value`, `workmanship`, `animationFrameId`, `defaultScript`, `defaultScriptIntensity`, `elasticity`, `friction`, `locationId`, `modelTableId`, `objectScale`, `physicsBitField`, `physicsTableId`, `motionTableId`, `soundTableId`, `physicsState`, `translucency`, `currentMotionState`) -VALUES (3706113473, 'Weary-looking Man', 16, 67108990, 0, 8, 516, 0, 0, 0, 0, 0, 255, 9437238, 0, 100667446, 0, 0, 0, 255, 0, 0, 0, 0, 4, 0, 0, 0, 0, 0, 32, 3, 0, 0, 0, 0, 0, 0, 0, 0, 0, 33554433, 0, 100355, 0, 150994945, 536870913, 2098200, 0, 'AAA9AEAAAAAAAIC/'); - -INSERT INTO `ace_object` (`baseAceObjectId`, `weenieClassId`, `landblock`, `cell`, `posX`, `posY`, `posZ`, `qW`, `qX`, `qY`, `qZ`) -VALUES (3706113473, 2048, 52885, 35, 115.2896, 66.97411, 20.005, -0.02268708, 0, 0, -0.9997426); - -INSERT INTO `ace_object_palette_changes` (`baseAceObjectId`, `subPaletteId`, `offset`, `length`) -VALUES (3706113473, 67109561, 0, 24) - , (3706113473, 67116989, 24, 8) - , (3706113473, 67109567, 32, 8) - , (3706113473, 67110349, 64, 8) - , (3706113473, 67110539, 72, 8) - , (3706113473, 67110349, 40, 24) - , (3706113473, 67110551, 92, 4) - , (3706113473, 67110376, 216, 24) - , (3706113473, 67110378, 160, 8); - -INSERT INTO `ace_object_texture_map_changes` (`baseAceObjectId`, `index`, `oldId`, `newId`) -VALUES (3706113473, 16, 83886232, 83890685) - , (3706113473, 16, 83886668, 83890516) - , (3706113473, 16, 83886837, 83890546) - , (3706113473, 16, 83886684, 83890662) - , (3706113473, 5, 83887064, 83886241) - , (3706113473, 1, 83887064, 83886241) - , (3706113473, 10, 83886796, 83886782) - , (3706113473, 13, 83886796, 83886782) - , (3706113473, 11, 83886788, 83891213) - , (3706113473, 14, 83886788, 83891213) - , (3706113473, 9, 83887061, 83890009) - , (3706113473, 9, 83887060, 83890010) - , (3706113473, 0, 83889072, 83890012) - , (3706113473, 0, 83889342, 83890011) - , (3706113473, 2, 83887066, 83887051) - , (3706113473, 6, 83887066, 83887051) - , (3706113473, 3, 83889344, 83887054) - , (3706113473, 7, 83889344, 83887054) - , (3706113473, 4, 83887068, 83887054) - , (3706113473, 8, 83887068, 83887054); - -INSERT INTO `ace_object_animation_changes` (`baseAceObjectId`, `index`, `animationId`) -VALUES (3706113473, 12, 16777304) - , (3706113473, 15, 16777307) - , (3706113473, 16, 16795662) - , (3706113473, 5, 16777299) - , (3706113473, 1, 16777295) - , (3706113473, 10, 16781867) - , (3706113473, 13, 16781868) - , (3706113473, 11, 16781812) - , (3706113473, 14, 16781813) - , (3706113473, 9, 16777300) - , (3706113473, 0, 16781835) - , (3706113473, 2, 16781866) - , (3706113473, 6, 16781864) - , (3706113473, 3, 16781841) - , (3706113473, 7, 16781840) - , (3706113473, 4, 16781838) - , (3706113473, 8, 16781839); - INSERT INTO `base_ace_object` (`baseAceObjectId`, `name`, `typeId`, `paletteId`, `ammoType`, `blipColor`, `bitField`, `burden`, `combatUse`, `cooldownDuration`, `cooldownId`, `effects`, `containersCapacity`, `header`, `hookTypeId`, `iconId`, `iconOverlayId`, `iconUnderlayId`, `hookItemTypes`, `itemsCapacity`, `location`, `materialType`, `maxStackSize`, `maxStructure`, `radar`, `pscript`, `spellId`, `stackSize`, `structure`, `targetTypeId`, `usability`, `useRadius`, `validLocations`, `value`, `workmanship`, `animationFrameId`, `defaultScript`, `defaultScriptIntensity`, `elasticity`, `friction`, `locationId`, `modelTableId`, `objectScale`, `physicsBitField`, `physicsTableId`, `motionTableId`, `soundTableId`, `physicsState`, `translucency`, `currentMotionState`) VALUES (3706483167, 'Sir Yanov', 16, 67108990, 0, 8, 4, 0, 0, 0, 0, 0, 255, 9437238, 0, 100667446, 0, 0, 0, 255, 0, 0, 0, 0, 4, 0, 0, 0, 0, 0, 32, 3, 0, 0, 0, 0, 0, 0, 0, 0, 0, 33554433, 0, 100419, 0, 150994945, 536870913, 6292504, 0, 'AAA9AAAAAAA='); @@ -60173,64 +59851,6 @@ VALUES (2931558487, 5, 16794176) , (2931558487, 22, 16777708) , (2931558487, 21, 16777708); -INSERT INTO `base_ace_object` (`baseAceObjectId`, `name`, `typeId`, `paletteId`, `ammoType`, `blipColor`, `bitField`, `burden`, `combatUse`, `cooldownDuration`, `cooldownId`, `effects`, `containersCapacity`, `header`, `hookTypeId`, `iconId`, `iconOverlayId`, `iconUnderlayId`, `hookItemTypes`, `itemsCapacity`, `location`, `materialType`, `maxStackSize`, `maxStructure`, `radar`, `pscript`, `spellId`, `stackSize`, `structure`, `targetTypeId`, `usability`, `useRadius`, `validLocations`, `value`, `workmanship`, `animationFrameId`, `defaultScript`, `defaultScriptIntensity`, `elasticity`, `friction`, `locationId`, `modelTableId`, `objectScale`, `physicsBitField`, `physicsTableId`, `motionTableId`, `soundTableId`, `physicsState`, `translucency`, `currentMotionState`) -VALUES (2932423033, 'Weary-looking Man', 16, 67108990, 0, 8, 516, 0, 0, 0, 0, 0, 255, 9437238, 0, 100667446, 0, 0, 0, 255, 0, 0, 0, 0, 4, 0, 0, 0, 0, 0, 32, 3, 0, 0, 0, 0, 0, 0, 0, 0, 0, 33554433, 0, 100355, 0, 150994945, 536870913, 2098200, 0, 'AAA9AEAAAAAAAIC/'); - -INSERT INTO `ace_object` (`baseAceObjectId`, `weenieClassId`, `landblock`, `cell`, `posX`, `posY`, `posZ`, `qW`, `qX`, `qY`, `qZ`) -VALUES (2932423033, 2048, 52885, 44, 134.8475, 72.39401, 20.005, 0.9329535, 0, 0, -0.3599969); - -INSERT INTO `ace_object_palette_changes` (`baseAceObjectId`, `subPaletteId`, `offset`, `length`) -VALUES (2932423033, 67109559, 0, 24) - , (2932423033, 67117027, 24, 8) - , (2932423033, 67109566, 32, 8) - , (2932423033, 67110349, 64, 8) - , (2932423033, 67110539, 72, 8) - , (2932423033, 67110349, 40, 24) - , (2932423033, 67110551, 92, 4) - , (2932423033, 67110376, 216, 24) - , (2932423033, 67110378, 160, 8); - -INSERT INTO `ace_object_texture_map_changes` (`baseAceObjectId`, `index`, `oldId`, `newId`) -VALUES (2932423033, 16, 83886232, 83890685) - , (2932423033, 16, 83886668, 83890451) - , (2932423033, 16, 83886837, 83890559) - , (2932423033, 16, 83886684, 83890664) - , (2932423033, 5, 83887064, 83886241) - , (2932423033, 1, 83887064, 83886241) - , (2932423033, 10, 83886796, 83886782) - , (2932423033, 13, 83886796, 83886782) - , (2932423033, 11, 83886788, 83891213) - , (2932423033, 14, 83886788, 83891213) - , (2932423033, 9, 83887061, 83890009) - , (2932423033, 9, 83887060, 83890010) - , (2932423033, 0, 83889072, 83890012) - , (2932423033, 0, 83889342, 83890011) - , (2932423033, 2, 83887066, 83887051) - , (2932423033, 6, 83887066, 83887051) - , (2932423033, 3, 83889344, 83887054) - , (2932423033, 7, 83889344, 83887054) - , (2932423033, 4, 83887068, 83887054) - , (2932423033, 8, 83887068, 83887054); - -INSERT INTO `ace_object_animation_changes` (`baseAceObjectId`, `index`, `animationId`) -VALUES (2932423033, 12, 16777304) - , (2932423033, 15, 16777307) - , (2932423033, 16, 16795665) - , (2932423033, 5, 16777299) - , (2932423033, 1, 16777295) - , (2932423033, 10, 16781867) - , (2932423033, 13, 16781868) - , (2932423033, 11, 16781812) - , (2932423033, 14, 16781813) - , (2932423033, 9, 16777300) - , (2932423033, 0, 16781835) - , (2932423033, 2, 16781866) - , (2932423033, 6, 16781864) - , (2932423033, 3, 16781841) - , (2932423033, 7, 16781840) - , (2932423033, 4, 16781838) - , (2932423033, 8, 16781839); - INSERT INTO `base_ace_object` (`baseAceObjectId`, `name`, `typeId`, `paletteId`, `ammoType`, `blipColor`, `bitField`, `burden`, `combatUse`, `cooldownDuration`, `cooldownId`, `effects`, `containersCapacity`, `header`, `hookTypeId`, `iconId`, `iconOverlayId`, `iconUnderlayId`, `hookItemTypes`, `itemsCapacity`, `location`, `materialType`, `maxStackSize`, `maxStructure`, `radar`, `pscript`, `spellId`, `stackSize`, `structure`, `targetTypeId`, `usability`, `useRadius`, `validLocations`, `value`, `workmanship`, `animationFrameId`, `defaultScript`, `defaultScriptIntensity`, `elasticity`, `friction`, `locationId`, `modelTableId`, `objectScale`, `physicsBitField`, `physicsTableId`, `motionTableId`, `soundTableId`, `physicsState`, `translucency`, `currentMotionState`) VALUES (2932474444, 'Ancient Statue of the Viridian Root', 16, 0, 0, 8, 4, 0, 0, 0, 0, 0, 255, 9437238, 0, 100688311, 0, 0, 0, 255, 0, 0, 0, 0, 4, 0, 0, 0, 0, 0, 32, 3, 0, 0, 0, 0, 0, 0, 0, 0, 0, 33558954, 0, 104451, 872415274, 150995147, 536871052, 6294552, 0, 'AAA9AAAAAAA='); @@ -75007,53 +74627,6 @@ VALUES (3697781088, 12, 16777304) , (3697781088, 14, 16783855) , (3697781088, 16, 16785776); -INSERT INTO `base_ace_object` (`baseAceObjectId`, `name`, `typeId`, `paletteId`, `ammoType`, `blipColor`, `bitField`, `burden`, `combatUse`, `cooldownDuration`, `cooldownId`, `effects`, `containersCapacity`, `header`, `hookTypeId`, `iconId`, `iconOverlayId`, `iconUnderlayId`, `hookItemTypes`, `itemsCapacity`, `location`, `materialType`, `maxStackSize`, `maxStructure`, `radar`, `pscript`, `spellId`, `stackSize`, `structure`, `targetTypeId`, `usability`, `useRadius`, `validLocations`, `value`, `workmanship`, `animationFrameId`, `defaultScript`, `defaultScriptIntensity`, `elasticity`, `friction`, `locationId`, `modelTableId`, `objectScale`, `physicsBitField`, `physicsTableId`, `motionTableId`, `soundTableId`, `physicsState`, `translucency`, `currentMotionState`) -VALUES (2072080388, 'Koga Hideki', 16, 67108990, 0, 8, 516, 0, 0, 0, 0, 0, 255, 9437238, 0, 100667446, 0, 0, 0, 255, 0, 0, 0, 0, 4, 0, 0, 0, 0, 0, 32, 3, 0, 0, 0, 0, 0, 0, 0, 0, 0, 33554433, 0, 100355, 0, 150994945, 536870913, 6292504, 0, 'AAA9AAAAAAA='); - -INSERT INTO `ace_object` (`baseAceObjectId`, `weenieClassId`, `landblock`, `cell`, `posX`, `posY`, `posZ`, `qW`, `qX`, `qY`, `qZ`) -VALUES (2072080388, 51155, 47127, 63, 176.459, 165.611, 49.905, 0.767556, 0, 0, -0.6409819); - -INSERT INTO `ace_object_palette_changes` (`baseAceObjectId`, `subPaletteId`, `offset`, `length`) -VALUES (2072080388, 67110053, 0, 24) - , (2072080388, 67116998, 24, 8) - , (2072080388, 67110063, 32, 8) - , (2072080388, 67113253, 136, 16) - , (2072080388, 67116864, 152, 8) - , (2072080388, 67113253, 174, 12) - , (2072080388, 67116864, 206, 10) - , (2072080388, 67113253, 72, 8) - , (2072080388, 67116864, 92, 4) - , (2072080388, 67113253, 116, 12) - , (2072080388, 67116864, 128, 8) - , (2072080388, 67113253, 108, 8) - , (2072080388, 67113253, 168, 6) - , (2072080388, 67113253, 160, 8); - -INSERT INTO `ace_object_texture_map_changes` (`baseAceObjectId`, `index`, `oldId`, `newId`) -VALUES (2072080388, 16, 83886232, 83890685) - , (2072080388, 16, 83886668, 83890447) - , (2072080388, 16, 83886837, 83890548) - , (2072080388, 16, 83886684, 83890642); - -INSERT INTO `ace_object_animation_changes` (`baseAceObjectId`, `index`, `animationId`) -VALUES (2072080388, 16, 16795650) - , (2072080388, 5, 16795222) - , (2072080388, 1, 16795220) - , (2072080388, 6, 16795221) - , (2072080388, 2, 16795219) - , (2072080388, 9, 16795212) - , (2072080388, 0, 16795206) - , (2072080388, 13, 16795211) - , (2072080388, 10, 16795209) - , (2072080388, 14, 16795210) - , (2072080388, 11, 16795208) - , (2072080388, 15, 16795217) - , (2072080388, 12, 16795216) - , (2072080388, 3, 16795214) - , (2072080388, 7, 16795215) - , (2072080388, 4, 16795223) - , (2072080388, 8, 16795224); - INSERT INTO `base_ace_object` (`baseAceObjectId`, `name`, `typeId`, `paletteId`, `ammoType`, `blipColor`, `bitField`, `burden`, `combatUse`, `cooldownDuration`, `cooldownId`, `effects`, `containersCapacity`, `header`, `hookTypeId`, `iconId`, `iconOverlayId`, `iconUnderlayId`, `hookItemTypes`, `itemsCapacity`, `location`, `materialType`, `maxStackSize`, `maxStructure`, `radar`, `pscript`, `spellId`, `stackSize`, `structure`, `targetTypeId`, `usability`, `useRadius`, `validLocations`, `value`, `workmanship`, `animationFrameId`, `defaultScript`, `defaultScriptIntensity`, `elasticity`, `friction`, `locationId`, `modelTableId`, `objectScale`, `physicsBitField`, `physicsTableId`, `motionTableId`, `soundTableId`, `physicsState`, `translucency`, `currentMotionState`) VALUES (2448146986, 'Lugian Miner', 16, 67108990, 0, 8, 4, 0, 0, 0, 0, 0, 255, 9437238, 0, 100667446, 0, 0, 0, 255, 0, 0, 0, 0, 4, 0, 0, 0, 0, 0, 32, 3, 0, 0, 0, 0, 0, 0, 0, 0, 0, 33561112, 1.3, 104643, 872415236, 150995478, 536871128, 6292504, 0, 'AAA9AAAAAAA='); diff --git a/Database/objects/OtherNPCs_0.sql b/Database/3-Core/objects/CreaturesOtherNPCs_0.sql similarity index 100% rename from Database/objects/OtherNPCs_0.sql rename to Database/3-Core/objects/CreaturesOtherNPCs_0.sql diff --git a/Database/objects/SpecialNPCs_0.sql b/Database/3-Core/objects/CreaturesSpecialNPCs_0.sql similarity index 100% rename from Database/objects/SpecialNPCs_0.sql rename to Database/3-Core/objects/CreaturesSpecialNPCs_0.sql diff --git a/Database/objects/TownCriers_0.sql b/Database/3-Core/objects/CreaturesTownCriers_0.sql similarity index 100% rename from Database/objects/TownCriers_0.sql rename to Database/3-Core/objects/CreaturesTownCriers_0.sql diff --git a/Database/objects/Doors_0.sql b/Database/3-Core/objects/Doors_0.sql similarity index 100% rename from Database/objects/Doors_0.sql rename to Database/3-Core/objects/Doors_0.sql diff --git a/Database/objects/Generators_0.sql b/Database/3-Core/objects/Generators_0.sql similarity index 100% rename from Database/objects/Generators_0.sql rename to Database/3-Core/objects/Generators_0.sql diff --git a/Database/objects/HouseHooks_0.sql b/Database/3-Core/objects/HouseHooks_0.sql similarity index 100% rename from Database/objects/HouseHooks_0.sql rename to Database/3-Core/objects/HouseHooks_0.sql diff --git a/Database/objects/HouseHooks_1.sql b/Database/3-Core/objects/HouseHooks_1.sql similarity index 100% rename from Database/objects/HouseHooks_1.sql rename to Database/3-Core/objects/HouseHooks_1.sql diff --git a/Database/objects/HouseHooks_2.sql b/Database/3-Core/objects/HouseHooks_2.sql similarity index 100% rename from Database/objects/HouseHooks_2.sql rename to Database/3-Core/objects/HouseHooks_2.sql diff --git a/Database/objects/HouseHooks_3.sql b/Database/3-Core/objects/HouseHooks_3.sql similarity index 100% rename from Database/objects/HouseHooks_3.sql rename to Database/3-Core/objects/HouseHooks_3.sql diff --git a/Database/objects/HouseObjects_0.sql b/Database/3-Core/objects/HouseObjects_0.sql similarity index 100% rename from Database/objects/HouseObjects_0.sql rename to Database/3-Core/objects/HouseObjects_0.sql diff --git a/Database/objects/HousePortals_0.sql b/Database/3-Core/objects/HousePortals_0.sql similarity index 100% rename from Database/objects/HousePortals_0.sql rename to Database/3-Core/objects/HousePortals_0.sql diff --git a/Database/objects/HouseSlumLords_0.sql b/Database/3-Core/objects/HouseSlumLords_0.sql similarity index 100% rename from Database/objects/HouseSlumLords_0.sql rename to Database/3-Core/objects/HouseSlumLords_0.sql diff --git a/Database/objects/HouseStorage_0.sql b/Database/3-Core/objects/HouseStorage_0.sql similarity index 100% rename from Database/objects/HouseStorage_0.sql rename to Database/3-Core/objects/HouseStorage_0.sql diff --git a/Database/objects/LandscapeStatics_0.sql b/Database/3-Core/objects/LandscapeStatics_0.sql similarity index 100% rename from Database/objects/LandscapeStatics_0.sql rename to Database/3-Core/objects/LandscapeStatics_0.sql diff --git a/Database/objects/Lifestones_0.sql b/Database/3-Core/objects/Lifestones_0.sql similarity index 100% rename from Database/objects/Lifestones_0.sql rename to Database/3-Core/objects/Lifestones_0.sql diff --git a/Database/objects/MiscStaticsObjects_0.sql b/Database/3-Core/objects/MiscStaticsObjects_0.sql similarity index 100% rename from Database/objects/MiscStaticsObjects_0.sql rename to Database/3-Core/objects/MiscStaticsObjects_0.sql diff --git a/Database/objects/NPKSwitches_0.sql b/Database/3-Core/objects/NPKSwitches_0.sql similarity index 100% rename from Database/objects/NPKSwitches_0.sql rename to Database/3-Core/objects/NPKSwitches_0.sql diff --git a/Database/objects/PKSwitches_0.sql b/Database/3-Core/objects/PKSwitches_0.sql similarity index 100% rename from Database/objects/PKSwitches_0.sql rename to Database/3-Core/objects/PKSwitches_0.sql diff --git a/Database/objects/DestroyedPortals_0.sql b/Database/3-Core/objects/PortalsDestroyed_0.sql similarity index 100% rename from Database/objects/DestroyedPortals_0.sql rename to Database/3-Core/objects/PortalsDestroyed_0.sql diff --git a/Database/3-Core/objects/PortalsFloatingCity_0.sql b/Database/3-Core/objects/PortalsFloatingCity_0.sql new file mode 100644 index 0000000000..1d497e5bf6 --- /dev/null +++ b/Database/3-Core/objects/PortalsFloatingCity_0.sql @@ -0,0 +1,348 @@ +INSERT INTO `base_ace_object` (`baseAceObjectId`, `name`, `typeId`, `paletteId`, `ammoType`, `blipColor`, `bitField`, `burden`, `combatUse`, `cooldownDuration`, `cooldownId`, `effects`, `containersCapacity`, `header`, `hookTypeId`, `iconId`, `iconOverlayId`, `iconUnderlayId`, `hookItemTypes`, `itemsCapacity`, `location`, `materialType`, `maxStackSize`, `maxStructure`, `radar`, `pscript`, `spellId`, `stackSize`, `structure`, `targetTypeId`, `usability`, `useRadius`, `validLocations`, `value`, `workmanship`, `animationFrameId`, `defaultScript`, `defaultScriptIntensity`, `elasticity`, `friction`, `locationId`, `modelTableId`, `objectScale`, `physicsBitField`, `physicsTableId`, `motionTableId`, `soundTableId`, `physicsState`, `translucency`, `currentMotionState`) +VALUES (3708872223, 'The Floating City', 65536, 0, 0, 0, 262164, 0, 0, 0, 0, 0, 0, 8388656, 0, 100667499, 0, 0, 0, 0, 0, 0, 0, 0, 4, 0, 0, 0, 0, 0, 32, -0.1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 33554867, 0, 98307, 0, 150994947, 0, 3084, 0, 'AAA9AAAAAAA='); + +INSERT INTO `ace_object` (`baseAceObjectId`, `weenieClassId`, `landblock`, `cell`, `posX`, `posY`, `posZ`, `qW`, `qX`, `qY`, `qZ`) +VALUES (3708872223, 8190, 34323, 11, 30.39695, 69.75774, 261.937, 0.8433914, 0, 0, -0.5372996); + +INSERT INTO `base_ace_object` (`baseAceObjectId`, `name`, `typeId`, `paletteId`, `ammoType`, `blipColor`, `bitField`, `burden`, `combatUse`, `cooldownDuration`, `cooldownId`, `effects`, `containersCapacity`, `header`, `hookTypeId`, `iconId`, `iconOverlayId`, `iconUnderlayId`, `hookItemTypes`, `itemsCapacity`, `location`, `materialType`, `maxStackSize`, `maxStructure`, `radar`, `pscript`, `spellId`, `stackSize`, `structure`, `targetTypeId`, `usability`, `useRadius`, `validLocations`, `value`, `workmanship`, `animationFrameId`, `defaultScript`, `defaultScriptIntensity`, `elasticity`, `friction`, `locationId`, `modelTableId`, `objectScale`, `physicsBitField`, `physicsTableId`, `motionTableId`, `soundTableId`, `physicsState`, `translucency`, `currentMotionState`) +VALUES (1882001455, 'The Floating City', 65536, 0, 0, 0, 262164, 0, 0, 0, 0, 0, 0, 8388656, 0, 100667499, 0, 0, 0, 0, 0, 0, 0, 0, 4, 0, 0, 0, 0, 0, 32, -0.1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 33554867, 0, 98307, 0, 150994947, 0, 3084, 0, 'AAA9AAAAAAA='); + +INSERT INTO `ace_object` (`baseAceObjectId`, `weenieClassId`, `landblock`, `cell`, `posX`, `posY`, `posZ`, `qW`, `qX`, `qY`, `qZ`) +VALUES (1882001455, 8196, 721, 530, 40, -18.2, 5.937, 1, 0, 0, -4.37114E-08); + +INSERT INTO `base_ace_object` (`baseAceObjectId`, `name`, `typeId`, `paletteId`, `ammoType`, `blipColor`, `bitField`, `burden`, `combatUse`, `cooldownDuration`, `cooldownId`, `effects`, `containersCapacity`, `header`, `hookTypeId`, `iconId`, `iconOverlayId`, `iconUnderlayId`, `hookItemTypes`, `itemsCapacity`, `location`, `materialType`, `maxStackSize`, `maxStructure`, `radar`, `pscript`, `spellId`, `stackSize`, `structure`, `targetTypeId`, `usability`, `useRadius`, `validLocations`, `value`, `workmanship`, `animationFrameId`, `defaultScript`, `defaultScriptIntensity`, `elasticity`, `friction`, `locationId`, `modelTableId`, `objectScale`, `physicsBitField`, `physicsTableId`, `motionTableId`, `soundTableId`, `physicsState`, `translucency`, `currentMotionState`) +VALUES (1882001454, 'The Floating City', 65536, 0, 0, 0, 262164, 0, 0, 0, 0, 0, 0, 8388656, 0, 100667499, 0, 0, 0, 0, 0, 0, 0, 0, 4, 0, 0, 0, 0, 0, 32, -0.1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 33554867, 0, 98307, 0, 150994947, 0, 3084, 0, 'AAA9AAAAAAA='); + +INSERT INTO `ace_object` (`baseAceObjectId`, `weenieClassId`, `landblock`, `cell`, `posX`, `posY`, `posZ`, `qW`, `qX`, `qY`, `qZ`) +VALUES (1882001454, 8198, 721, 514, 106.75, -50, -0.06299996, -0.7071068, 0, 0, -0.7071068); + +INSERT INTO `base_ace_object` (`baseAceObjectId`, `name`, `typeId`, `paletteId`, `ammoType`, `blipColor`, `bitField`, `burden`, `combatUse`, `cooldownDuration`, `cooldownId`, `effects`, `containersCapacity`, `header`, `hookTypeId`, `iconId`, `iconOverlayId`, `iconUnderlayId`, `hookItemTypes`, `itemsCapacity`, `location`, `materialType`, `maxStackSize`, `maxStructure`, `radar`, `pscript`, `spellId`, `stackSize`, `structure`, `targetTypeId`, `usability`, `useRadius`, `validLocations`, `value`, `workmanship`, `animationFrameId`, `defaultScript`, `defaultScriptIntensity`, `elasticity`, `friction`, `locationId`, `modelTableId`, `objectScale`, `physicsBitField`, `physicsTableId`, `motionTableId`, `soundTableId`, `physicsState`, `translucency`, `currentMotionState`) +VALUES (1881980932, 'The Floating City', 65536, 0, 0, 0, 262164, 0, 0, 0, 0, 0, 0, 8388656, 0, 100667499, 0, 0, 0, 0, 0, 0, 0, 0, 4, 0, 0, 0, 0, 0, 32, -0.1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 33554867, 0, 98307, 0, 150994947, 0, 3084, 0, 'AAA9AAAAAAA='); + +INSERT INTO `ace_object` (`baseAceObjectId`, `weenieClassId`, `landblock`, `cell`, `posX`, `posY`, `posZ`, `qW`, `qX`, `qY`, `qZ`) +VALUES (1881980932, 8197, 716, 270, 40, -50, -0.06299996, 1, 0, 0, 0); + +INSERT INTO `base_ace_object` (`baseAceObjectId`, `name`, `typeId`, `paletteId`, `ammoType`, `blipColor`, `bitField`, `burden`, `combatUse`, `cooldownDuration`, `cooldownId`, `effects`, `containersCapacity`, `header`, `hookTypeId`, `iconId`, `iconOverlayId`, `iconUnderlayId`, `hookItemTypes`, `itemsCapacity`, `location`, `materialType`, `maxStackSize`, `maxStructure`, `radar`, `pscript`, `spellId`, `stackSize`, `structure`, `targetTypeId`, `usability`, `useRadius`, `validLocations`, `value`, `workmanship`, `animationFrameId`, `defaultScript`, `defaultScriptIntensity`, `elasticity`, `friction`, `locationId`, `modelTableId`, `objectScale`, `physicsBitField`, `physicsTableId`, `motionTableId`, `soundTableId`, `physicsState`, `translucency`, `currentMotionState`) +VALUES (3710519335, 'The Floating City', 65536, 0, 0, 0, 262164, 0, 0, 0, 0, 0, 0, 8388656, 0, 100667499, 0, 0, 0, 0, 0, 0, 0, 0, 4, 0, 0, 0, 0, 0, 32, -0.1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 33554867, 0, 98307, 0, 150994947, 0, 3084, 0, 'AAA9AAAAAAA='); + +INSERT INTO `ace_object` (`baseAceObjectId`, `weenieClassId`, `landblock`, `cell`, `posX`, `posY`, `posZ`, `qW`, `qX`, `qY`, `qZ`) +VALUES (3710519335, 8191, 716, 296, 3.023698, -20, 5.937, 0.9537169, 0, 0, -0.3007058); + +INSERT INTO `base_ace_object` (`baseAceObjectId`, `name`, `typeId`, `paletteId`, `ammoType`, `blipColor`, `bitField`, `burden`, `combatUse`, `cooldownDuration`, `cooldownId`, `effects`, `containersCapacity`, `header`, `hookTypeId`, `iconId`, `iconOverlayId`, `iconUnderlayId`, `hookItemTypes`, `itemsCapacity`, `location`, `materialType`, `maxStackSize`, `maxStructure`, `radar`, `pscript`, `spellId`, `stackSize`, `structure`, `targetTypeId`, `usability`, `useRadius`, `validLocations`, `value`, `workmanship`, `animationFrameId`, `defaultScript`, `defaultScriptIntensity`, `elasticity`, `friction`, `locationId`, `modelTableId`, `objectScale`, `physicsBitField`, `physicsTableId`, `motionTableId`, `soundTableId`, `physicsState`, `translucency`, `currentMotionState`) +VALUES (1881997313, 'The Floating City', 65536, 0, 0, 0, 262164, 0, 0, 0, 0, 0, 0, 8388656, 0, 100667499, 0, 0, 0, 0, 0, 0, 0, 0, 4, 0, 0, 0, 0, 0, 32, -0.1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 33554867, 0, 98307, 0, 150994947, 0, 3084, 0, 'AAA9AAAAAAA='); + +INSERT INTO `ace_object` (`baseAceObjectId`, `weenieClassId`, `landblock`, `cell`, `posX`, `posY`, `posZ`, `qW`, `qX`, `qY`, `qZ`) +VALUES (1881997313, 8192, 720, 343, 0, -20, 11.937, 1, 0, 0, 0); + +INSERT INTO `base_ace_object` (`baseAceObjectId`, `name`, `typeId`, `paletteId`, `ammoType`, `blipColor`, `bitField`, `burden`, `combatUse`, `cooldownDuration`, `cooldownId`, `effects`, `containersCapacity`, `header`, `hookTypeId`, `iconId`, `iconOverlayId`, `iconUnderlayId`, `hookItemTypes`, `itemsCapacity`, `location`, `materialType`, `maxStackSize`, `maxStructure`, `radar`, `pscript`, `spellId`, `stackSize`, `structure`, `targetTypeId`, `usability`, `useRadius`, `validLocations`, `value`, `workmanship`, `animationFrameId`, `defaultScript`, `defaultScriptIntensity`, `elasticity`, `friction`, `locationId`, `modelTableId`, `objectScale`, `physicsBitField`, `physicsTableId`, `motionTableId`, `soundTableId`, `physicsState`, `translucency`, `currentMotionState`) +VALUES (3710426063, 'The Floating City', 65536, 0, 0, 0, 262164, 0, 0, 0, 0, 0, 0, 8388656, 0, 100667499, 0, 0, 0, 0, 0, 0, 0, 0, 4, 0, 0, 0, 0, 0, 32, -0.1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 33554867, 0, 98307, 0, 150994947, 0, 3084, 0, 'AAA9AAAAAAA='); + +INSERT INTO `ace_object` (`baseAceObjectId`, `weenieClassId`, `landblock`, `cell`, `posX`, `posY`, `posZ`, `qW`, `qX`, `qY`, `qZ`) +VALUES (3710426063, 8198, 719, 353, 20, 0, 17.937, 0.9537169, 0, 0, -0.3007058); + +INSERT INTO `base_ace_object` (`baseAceObjectId`, `name`, `typeId`, `paletteId`, `ammoType`, `blipColor`, `bitField`, `burden`, `combatUse`, `cooldownDuration`, `cooldownId`, `effects`, `containersCapacity`, `header`, `hookTypeId`, `iconId`, `iconOverlayId`, `iconUnderlayId`, `hookItemTypes`, `itemsCapacity`, `location`, `materialType`, `maxStackSize`, `maxStructure`, `radar`, `pscript`, `spellId`, `stackSize`, `structure`, `targetTypeId`, `usability`, `useRadius`, `validLocations`, `value`, `workmanship`, `animationFrameId`, `defaultScript`, `defaultScriptIntensity`, `elasticity`, `friction`, `locationId`, `modelTableId`, `objectScale`, `physicsBitField`, `physicsTableId`, `motionTableId`, `soundTableId`, `physicsState`, `translucency`, `currentMotionState`) +VALUES (1881976847, 'The Floating City', 65536, 0, 0, 0, 262164, 0, 0, 0, 0, 0, 0, 8388656, 0, 100667499, 0, 0, 0, 0, 0, 0, 0, 0, 4, 0, 0, 0, 0, 0, 32, -0.1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 33554867, 0, 98307, 0, 150994947, 0, 3084, 0, 'AAA9AAAAAAA='); + +INSERT INTO `ace_object` (`baseAceObjectId`, `weenieClassId`, `landblock`, `cell`, `posX`, `posY`, `posZ`, `qW`, `qX`, `qY`, `qZ`) +VALUES (1881976847, 8199, 715, 279, 3.24999, -10, -0.06299996, 0.7071068, 0, 0, -0.7071068); + +INSERT INTO `base_ace_object` (`baseAceObjectId`, `name`, `typeId`, `paletteId`, `ammoType`, `blipColor`, `bitField`, `burden`, `combatUse`, `cooldownDuration`, `cooldownId`, `effects`, `containersCapacity`, `header`, `hookTypeId`, `iconId`, `iconOverlayId`, `iconUnderlayId`, `hookItemTypes`, `itemsCapacity`, `location`, `materialType`, `maxStackSize`, `maxStructure`, `radar`, `pscript`, `spellId`, `stackSize`, `structure`, `targetTypeId`, `usability`, `useRadius`, `validLocations`, `value`, `workmanship`, `animationFrameId`, `defaultScript`, `defaultScriptIntensity`, `elasticity`, `friction`, `locationId`, `modelTableId`, `objectScale`, `physicsBitField`, `physicsTableId`, `motionTableId`, `soundTableId`, `physicsState`, `translucency`, `currentMotionState`) +VALUES (1882001414, 'The Floating City', 65536, 0, 0, 0, 262164, 0, 0, 0, 0, 0, 0, 8388656, 0, 100667499, 0, 0, 0, 0, 0, 0, 0, 0, 4, 0, 0, 0, 0, 0, 32, -0.1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 33554867, 0, 98307, 0, 150994947, 0, 3084, 0, 'AAA9AAAAAAA='); + +INSERT INTO `ace_object` (`baseAceObjectId`, `weenieClassId`, `landblock`, `cell`, `posX`, `posY`, `posZ`, `qW`, `qX`, `qY`, `qZ`) +VALUES (1882001414, 8193, 721, 301, 90, -20, -24.063, -0.7071068, 0, 0, -0.7071068); + +INSERT INTO `base_ace_object` (`baseAceObjectId`, `name`, `typeId`, `paletteId`, `ammoType`, `blipColor`, `bitField`, `burden`, `combatUse`, `cooldownDuration`, `cooldownId`, `effects`, `containersCapacity`, `header`, `hookTypeId`, `iconId`, `iconOverlayId`, `iconUnderlayId`, `hookItemTypes`, `itemsCapacity`, `location`, `materialType`, `maxStackSize`, `maxStructure`, `radar`, `pscript`, `spellId`, `stackSize`, `structure`, `targetTypeId`, `usability`, `useRadius`, `validLocations`, `value`, `workmanship`, `animationFrameId`, `defaultScript`, `defaultScriptIntensity`, `elasticity`, `friction`, `locationId`, `modelTableId`, `objectScale`, `physicsBitField`, `physicsTableId`, `motionTableId`, `soundTableId`, `physicsState`, `translucency`, `currentMotionState`) +VALUES (1881989135, 'The Floating City', 65536, 0, 0, 0, 262164, 0, 0, 0, 0, 0, 0, 8388656, 0, 100667499, 0, 0, 0, 0, 0, 0, 0, 0, 4, 0, 0, 0, 0, 0, 32, -0.1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 33554867, 0, 98307, 0, 150994947, 0, 3084, 0, 'AAA9AAAAAAA='); + +INSERT INTO `ace_object` (`baseAceObjectId`, `weenieClassId`, `landblock`, `cell`, `posX`, `posY`, `posZ`, `qW`, `qX`, `qY`, `qZ`) +VALUES (1881989135, 8194, 718, 326, 20, 2.14, -0.06299996, -4.37114E-08, 0, 0, -1); + +INSERT INTO `base_ace_object` (`baseAceObjectId`, `name`, `typeId`, `paletteId`, `ammoType`, `blipColor`, `bitField`, `burden`, `combatUse`, `cooldownDuration`, `cooldownId`, `effects`, `containersCapacity`, `header`, `hookTypeId`, `iconId`, `iconOverlayId`, `iconUnderlayId`, `hookItemTypes`, `itemsCapacity`, `location`, `materialType`, `maxStackSize`, `maxStructure`, `radar`, `pscript`, `spellId`, `stackSize`, `structure`, `targetTypeId`, `usability`, `useRadius`, `validLocations`, `value`, `workmanship`, `animationFrameId`, `defaultScript`, `defaultScriptIntensity`, `elasticity`, `friction`, `locationId`, `modelTableId`, `objectScale`, `physicsBitField`, `physicsTableId`, `motionTableId`, `soundTableId`, `physicsState`, `translucency`, `currentMotionState`) +VALUES (1881989144, 'The Floating City', 65536, 0, 0, 0, 262164, 0, 0, 0, 0, 0, 0, 8388656, 0, 100667499, 0, 0, 0, 0, 0, 0, 0, 0, 4, 0, 0, 0, 0, 0, 32, -0.1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 33554867, 0, 98307, 0, 150994947, 0, 3084, 0, 'AAA9AAAAAAA='); + +INSERT INTO `ace_object` (`baseAceObjectId`, `weenieClassId`, `landblock`, `cell`, `posX`, `posY`, `posZ`, `qW`, `qX`, `qY`, `qZ`) +VALUES (1881989144, 8192, 718, 405, 40, 0, 5.937, 1, 0, 0, -4.37114E-08); + +INSERT INTO `base_ace_object` (`baseAceObjectId`, `name`, `typeId`, `paletteId`, `ammoType`, `blipColor`, `bitField`, `burden`, `combatUse`, `cooldownDuration`, `cooldownId`, `effects`, `containersCapacity`, `header`, `hookTypeId`, `iconId`, `iconOverlayId`, `iconUnderlayId`, `hookItemTypes`, `itemsCapacity`, `location`, `materialType`, `maxStackSize`, `maxStructure`, `radar`, `pscript`, `spellId`, `stackSize`, `structure`, `targetTypeId`, `usability`, `useRadius`, `validLocations`, `value`, `workmanship`, `animationFrameId`, `defaultScript`, `defaultScriptIntensity`, `elasticity`, `friction`, `locationId`, `modelTableId`, `objectScale`, `physicsBitField`, `physicsTableId`, `motionTableId`, `soundTableId`, `physicsState`, `translucency`, `currentMotionState`) +VALUES (3672626518, 'The Floating City', 65536, 0, 0, 0, 262164, 0, 0, 0, 0, 0, 0, 8388656, 0, 100667499, 0, 0, 0, 0, 0, 0, 0, 0, 4, 0, 0, 0, 0, 0, 32, -0.1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 33554867, 0, 98307, 0, 150994947, 0, 3084, 0, 'AAA9AAAAAAA='); + +INSERT INTO `ace_object` (`baseAceObjectId`, `weenieClassId`, `landblock`, `cell`, `posX`, `posY`, `posZ`, `qW`, `qX`, `qY`, `qZ`) +VALUES (3672626518, 8190, 53398, 11, 28.70296, 71.11643, -0.06299996, 0.7071068, 0, 0, -0.7071068); + +INSERT INTO `base_ace_object` (`baseAceObjectId`, `name`, `typeId`, `paletteId`, `ammoType`, `blipColor`, `bitField`, `burden`, `combatUse`, `cooldownDuration`, `cooldownId`, `effects`, `containersCapacity`, `header`, `hookTypeId`, `iconId`, `iconOverlayId`, `iconUnderlayId`, `hookItemTypes`, `itemsCapacity`, `location`, `materialType`, `maxStackSize`, `maxStructure`, `radar`, `pscript`, `spellId`, `stackSize`, `structure`, `targetTypeId`, `usability`, `useRadius`, `validLocations`, `value`, `workmanship`, `animationFrameId`, `defaultScript`, `defaultScriptIntensity`, `elasticity`, `friction`, `locationId`, `modelTableId`, `objectScale`, `physicsBitField`, `physicsTableId`, `motionTableId`, `soundTableId`, `physicsState`, `translucency`, `currentMotionState`) +VALUES (3361495782, 'The Floating City', 65536, 0, 0, 0, 262164, 0, 0, 0, 0, 0, 0, 8388656, 0, 100667499, 0, 0, 0, 0, 0, 0, 0, 0, 4, 0, 0, 0, 0, 0, 32, -0.1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 33554867, 0, 98307, 0, 150994947, 0, 3084, 0, 'AAA9AAAAAAA='); + +INSERT INTO `ace_object` (`baseAceObjectId`, `weenieClassId`, `landblock`, `cell`, `posX`, `posY`, `posZ`, `qW`, `qX`, `qY`, `qZ`) +VALUES (3361495782, 8190, 35316, 6, 1.9298, 138.6842, 7.333198, 0.8433914, 0, 0, -0.5372996); + +INSERT INTO `base_ace_object` (`baseAceObjectId`, `name`, `typeId`, `paletteId`, `ammoType`, `blipColor`, `bitField`, `burden`, `combatUse`, `cooldownDuration`, `cooldownId`, `effects`, `containersCapacity`, `header`, `hookTypeId`, `iconId`, `iconOverlayId`, `iconUnderlayId`, `hookItemTypes`, `itemsCapacity`, `location`, `materialType`, `maxStackSize`, `maxStructure`, `radar`, `pscript`, `spellId`, `stackSize`, `structure`, `targetTypeId`, `usability`, `useRadius`, `validLocations`, `value`, `workmanship`, `animationFrameId`, `defaultScript`, `defaultScriptIntensity`, `elasticity`, `friction`, `locationId`, `modelTableId`, `objectScale`, `physicsBitField`, `physicsTableId`, `motionTableId`, `soundTableId`, `physicsState`, `translucency`, `currentMotionState`) +VALUES (1882066973, 'The Floating City', 65536, 0, 0, 0, 262164, 0, 0, 0, 0, 0, 0, 8388656, 0, 100667499, 0, 0, 0, 0, 0, 0, 0, 0, 4, 0, 0, 0, 0, 0, 32, -0.1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 33554867, 0, 98307, 0, 150994947, 0, 3084, 0, 'AAA9AAAAAAA='); + +INSERT INTO `ace_object` (`baseAceObjectId`, `weenieClassId`, `landblock`, `cell`, `posX`, `posY`, `posZ`, `qW`, `qX`, `qY`, `qZ`) +VALUES (1882066973, 7935, 737, 661, 310, -270, -12.063, 1, 0, 0, 0); + +INSERT INTO `base_ace_object` (`baseAceObjectId`, `name`, `typeId`, `paletteId`, `ammoType`, `blipColor`, `bitField`, `burden`, `combatUse`, `cooldownDuration`, `cooldownId`, `effects`, `containersCapacity`, `header`, `hookTypeId`, `iconId`, `iconOverlayId`, `iconUnderlayId`, `hookItemTypes`, `itemsCapacity`, `location`, `materialType`, `maxStackSize`, `maxStructure`, `radar`, `pscript`, `spellId`, `stackSize`, `structure`, `targetTypeId`, `usability`, `useRadius`, `validLocations`, `value`, `workmanship`, `animationFrameId`, `defaultScript`, `defaultScriptIntensity`, `elasticity`, `friction`, `locationId`, `modelTableId`, `objectScale`, `physicsBitField`, `physicsTableId`, `motionTableId`, `soundTableId`, `physicsState`, `translucency`, `currentMotionState`) +VALUES (3694497110, 'The Floating City', 65536, 0, 0, 0, 262164, 0, 0, 0, 0, 0, 0, 8388656, 0, 100667499, 0, 0, 0, 0, 0, 0, 0, 0, 4, 0, 0, 0, 0, 0, 32, -0.1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 33554867, 0, 98307, 0, 150994947, 0, 3084, 0, 'AAA9AAAAAAA='); + +INSERT INTO `ace_object` (`baseAceObjectId`, `weenieClassId`, `landblock`, `cell`, `posX`, `posY`, `posZ`, `qW`, `qX`, `qY`, `qZ`) +VALUES (3694497110, 8190, 59952, 45, 137.4456, 96.06879, 144.6589, 0.8433914, 0, 0, -0.5372996); + +INSERT INTO `base_ace_object` (`baseAceObjectId`, `name`, `typeId`, `paletteId`, `ammoType`, `blipColor`, `bitField`, `burden`, `combatUse`, `cooldownDuration`, `cooldownId`, `effects`, `containersCapacity`, `header`, `hookTypeId`, `iconId`, `iconOverlayId`, `iconUnderlayId`, `hookItemTypes`, `itemsCapacity`, `location`, `materialType`, `maxStackSize`, `maxStructure`, `radar`, `pscript`, `spellId`, `stackSize`, `structure`, `targetTypeId`, `usability`, `useRadius`, `validLocations`, `value`, `workmanship`, `animationFrameId`, `defaultScript`, `defaultScriptIntensity`, `elasticity`, `friction`, `locationId`, `modelTableId`, `objectScale`, `physicsBitField`, `physicsTableId`, `motionTableId`, `soundTableId`, `physicsState`, `translucency`, `currentMotionState`) +VALUES (3710918096, 'The Floating City', 65536, 0, 0, 0, 262164, 0, 0, 0, 0, 0, 0, 8388656, 0, 100667499, 0, 0, 0, 0, 0, 0, 0, 0, 4, 0, 0, 0, 0, 0, 32, -0.1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 33554867, 0, 98307, 0, 150994947, 0, 3084, 0, 'AAA9AAAAAAA='); + +INSERT INTO `ace_object` (`baseAceObjectId`, `weenieClassId`, `landblock`, `cell`, `posX`, `posY`, `posZ`, `qW`, `qX`, `qY`, `qZ`) +VALUES (3710918096, 8190, 42900, 32, 73.16183, 185.2531, 32.94328, 0.8433914, 0, 0, -0.5372996); + +INSERT INTO `base_ace_object` (`baseAceObjectId`, `name`, `typeId`, `paletteId`, `ammoType`, `blipColor`, `bitField`, `burden`, `combatUse`, `cooldownDuration`, `cooldownId`, `effects`, `containersCapacity`, `header`, `hookTypeId`, `iconId`, `iconOverlayId`, `iconUnderlayId`, `hookItemTypes`, `itemsCapacity`, `location`, `materialType`, `maxStackSize`, `maxStructure`, `radar`, `pscript`, `spellId`, `stackSize`, `structure`, `targetTypeId`, `usability`, `useRadius`, `validLocations`, `value`, `workmanship`, `animationFrameId`, `defaultScript`, `defaultScriptIntensity`, `elasticity`, `friction`, `locationId`, `modelTableId`, `objectScale`, `physicsBitField`, `physicsTableId`, `motionTableId`, `soundTableId`, `physicsState`, `translucency`, `currentMotionState`) +VALUES (2629496066, 'The Floating City', 65536, 0, 0, 0, 262164, 0, 0, 0, 0, 0, 0, 8388656, 0, 100667499, 0, 0, 0, 0, 0, 0, 0, 0, 4, 0, 0, 0, 0, 0, 32, -0.1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 33554867, 0, 98307, 0, 150994947, 0, 3084, 0, 'AAA9AAAAAAA='); + +INSERT INTO `ace_object` (`baseAceObjectId`, `weenieClassId`, `landblock`, `cell`, `posX`, `posY`, `posZ`, `qW`, `qX`, `qY`, `qZ`) +VALUES (2629496066, 8190, 44128, 5, 21.23914, 104.0652, 23.2649, 0.8433914, 0, 0, -0.5372996); + +INSERT INTO `base_ace_object` (`baseAceObjectId`, `name`, `typeId`, `paletteId`, `ammoType`, `blipColor`, `bitField`, `burden`, `combatUse`, `cooldownDuration`, `cooldownId`, `effects`, `containersCapacity`, `header`, `hookTypeId`, `iconId`, `iconOverlayId`, `iconUnderlayId`, `hookItemTypes`, `itemsCapacity`, `location`, `materialType`, `maxStackSize`, `maxStructure`, `radar`, `pscript`, `spellId`, `stackSize`, `structure`, `targetTypeId`, `usability`, `useRadius`, `validLocations`, `value`, `workmanship`, `animationFrameId`, `defaultScript`, `defaultScriptIntensity`, `elasticity`, `friction`, `locationId`, `modelTableId`, `objectScale`, `physicsBitField`, `physicsTableId`, `motionTableId`, `soundTableId`, `physicsState`, `translucency`, `currentMotionState`) +VALUES (2629127458, 'The Floating City', 65536, 0, 0, 0, 262164, 0, 0, 0, 0, 0, 0, 8388656, 0, 100667499, 0, 0, 0, 0, 0, 0, 0, 0, 4, 0, 0, 0, 0, 0, 32, -0.1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 33554867, 0, 98307, 0, 150994947, 0, 3084, 0, 'AAA9AAAAAAA='); + +INSERT INTO `ace_object` (`baseAceObjectId`, `weenieClassId`, `landblock`, `cell`, `posX`, `posY`, `posZ`, `qW`, `qX`, `qY`, `qZ`) +VALUES (2629127458, 8190, 39746, 50, 157.3095, 28.88234, 109.937, 0.8433914, 0, 0, -0.5372996); + +INSERT INTO `base_ace_object` (`baseAceObjectId`, `name`, `typeId`, `paletteId`, `ammoType`, `blipColor`, `bitField`, `burden`, `combatUse`, `cooldownDuration`, `cooldownId`, `effects`, `containersCapacity`, `header`, `hookTypeId`, `iconId`, `iconOverlayId`, `iconUnderlayId`, `hookItemTypes`, `itemsCapacity`, `location`, `materialType`, `maxStackSize`, `maxStructure`, `radar`, `pscript`, `spellId`, `stackSize`, `structure`, `targetTypeId`, `usability`, `useRadius`, `validLocations`, `value`, `workmanship`, `animationFrameId`, `defaultScript`, `defaultScriptIntensity`, `elasticity`, `friction`, `locationId`, `modelTableId`, `objectScale`, `physicsBitField`, `physicsTableId`, `motionTableId`, `soundTableId`, `physicsState`, `translucency`, `currentMotionState`) +VALUES (2629758795, 'The Floating City', 65536, 0, 0, 0, 262164, 0, 0, 0, 0, 0, 0, 8388656, 0, 100667499, 0, 0, 0, 0, 0, 0, 0, 0, 4, 0, 0, 0, 0, 0, 32, -0.1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 33554867, 0, 98307, 0, 150994947, 0, 3084, 0, 'AAA9AAAAAAA='); + +INSERT INTO `ace_object` (`baseAceObjectId`, `weenieClassId`, `landblock`, `cell`, `posX`, `posY`, `posZ`, `qW`, `qX`, `qY`, `qZ`) +VALUES (2629758795, 8190, 31877, 31, 72.0219, 164.6678, 61.94065, 0.8433914, 0, 0, -0.5372996); + +INSERT INTO `base_ace_object` (`baseAceObjectId`, `name`, `typeId`, `paletteId`, `ammoType`, `blipColor`, `bitField`, `burden`, `combatUse`, `cooldownDuration`, `cooldownId`, `effects`, `containersCapacity`, `header`, `hookTypeId`, `iconId`, `iconOverlayId`, `iconUnderlayId`, `hookItemTypes`, `itemsCapacity`, `location`, `materialType`, `maxStackSize`, `maxStructure`, `radar`, `pscript`, `spellId`, `stackSize`, `structure`, `targetTypeId`, `usability`, `useRadius`, `validLocations`, `value`, `workmanship`, `animationFrameId`, `defaultScript`, `defaultScriptIntensity`, `elasticity`, `friction`, `locationId`, `modelTableId`, `objectScale`, `physicsBitField`, `physicsTableId`, `motionTableId`, `soundTableId`, `physicsState`, `translucency`, `currentMotionState`) +VALUES (2629056050, 'The Floating City', 65536, 0, 0, 0, 262164, 0, 0, 0, 0, 0, 0, 8388656, 0, 100667499, 0, 0, 0, 0, 0, 0, 0, 0, 4, 0, 0, 0, 0, 0, 32, -0.1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 33554867, 0, 98307, 0, 150994947, 0, 3084, 0, 'AAA9AAAAAAA='); + +INSERT INTO `ace_object` (`baseAceObjectId`, `weenieClassId`, `landblock`, `cell`, `posX`, `posY`, `posZ`, `qW`, `qX`, `qY`, `qZ`) +VALUES (2629056050, 8190, 38997, 29, 76.044, 113.2416, 13.3738, 0.8433914, 0, 0, -0.5372996); + +INSERT INTO `base_ace_object` (`baseAceObjectId`, `name`, `typeId`, `paletteId`, `ammoType`, `blipColor`, `bitField`, `burden`, `combatUse`, `cooldownDuration`, `cooldownId`, `effects`, `containersCapacity`, `header`, `hookTypeId`, `iconId`, `iconOverlayId`, `iconUnderlayId`, `hookItemTypes`, `itemsCapacity`, `location`, `materialType`, `maxStackSize`, `maxStructure`, `radar`, `pscript`, `spellId`, `stackSize`, `structure`, `targetTypeId`, `usability`, `useRadius`, `validLocations`, `value`, `workmanship`, `animationFrameId`, `defaultScript`, `defaultScriptIntensity`, `elasticity`, `friction`, `locationId`, `modelTableId`, `objectScale`, `physicsBitField`, `physicsTableId`, `motionTableId`, `soundTableId`, `physicsState`, `translucency`, `currentMotionState`) +VALUES (3359813584, 'The Floating City', 65536, 0, 0, 0, 262164, 0, 0, 0, 0, 0, 0, 8388656, 0, 100667499, 0, 0, 0, 0, 0, 0, 0, 0, 4, 0, 0, 0, 0, 0, 32, -0.1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 33554867, 0, 98307, 0, 150994947, 0, 3084, 0, 'AAA9AAAAAAA='); + +INSERT INTO `ace_object` (`baseAceObjectId`, `weenieClassId`, `landblock`, `cell`, `posX`, `posY`, `posZ`, `qW`, `qX`, `qY`, `qZ`) +VALUES (3359813584, 8190, 43614, 47, 130.7351, 160.7852, 17.937, 0.8433914, 0, 0, -0.5372996); + +INSERT INTO `base_ace_object` (`baseAceObjectId`, `name`, `typeId`, `paletteId`, `ammoType`, `blipColor`, `bitField`, `burden`, `combatUse`, `cooldownDuration`, `cooldownId`, `effects`, `containersCapacity`, `header`, `hookTypeId`, `iconId`, `iconOverlayId`, `iconUnderlayId`, `hookItemTypes`, `itemsCapacity`, `location`, `materialType`, `maxStackSize`, `maxStructure`, `radar`, `pscript`, `spellId`, `stackSize`, `structure`, `targetTypeId`, `usability`, `useRadius`, `validLocations`, `value`, `workmanship`, `animationFrameId`, `defaultScript`, `defaultScriptIntensity`, `elasticity`, `friction`, `locationId`, `modelTableId`, `objectScale`, `physicsBitField`, `physicsTableId`, `motionTableId`, `soundTableId`, `physicsState`, `translucency`, `currentMotionState`) +VALUES (3353850874, 'The Floating City', 65536, 0, 0, 0, 262164, 0, 0, 0, 0, 0, 0, 8388656, 0, 100667499, 0, 0, 0, 0, 0, 0, 0, 0, 4, 0, 0, 0, 0, 0, 32, -0.1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 33554867, 0, 98307, 0, 150994947, 0, 3084, 0, 'AAA9AAAAAAA='); + +INSERT INTO `ace_object` (`baseAceObjectId`, `weenieClassId`, `landblock`, `cell`, `posX`, `posY`, `posZ`, `qW`, `qX`, `qY`, `qZ`) +VALUES (3353850874, 8190, 39998, 19, 51.7993, 51.15506, 102.3073, 0.8433914, 0, 0, -0.5372996); + +INSERT INTO `base_ace_object` (`baseAceObjectId`, `name`, `typeId`, `paletteId`, `ammoType`, `blipColor`, `bitField`, `burden`, `combatUse`, `cooldownDuration`, `cooldownId`, `effects`, `containersCapacity`, `header`, `hookTypeId`, `iconId`, `iconOverlayId`, `iconUnderlayId`, `hookItemTypes`, `itemsCapacity`, `location`, `materialType`, `maxStackSize`, `maxStructure`, `radar`, `pscript`, `spellId`, `stackSize`, `structure`, `targetTypeId`, `usability`, `useRadius`, `validLocations`, `value`, `workmanship`, `animationFrameId`, `defaultScript`, `defaultScriptIntensity`, `elasticity`, `friction`, `locationId`, `modelTableId`, `objectScale`, `physicsBitField`, `physicsTableId`, `motionTableId`, `soundTableId`, `physicsState`, `translucency`, `currentMotionState`) +VALUES (3353921525, 'The Floating City', 65536, 0, 0, 0, 262164, 0, 0, 0, 0, 0, 0, 8388656, 0, 100667499, 0, 0, 0, 0, 0, 0, 0, 0, 4, 0, 0, 0, 0, 0, 32, -0.1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 33554867, 0, 98307, 0, 150994947, 0, 3084, 0, 'AAA9AAAAAAA='); + +INSERT INTO `ace_object` (`baseAceObjectId`, `weenieClassId`, `landblock`, `cell`, `posX`, `posY`, `posZ`, `qW`, `qX`, `qY`, `qZ`) +VALUES (3353921525, 8190, 36418, 64, 183.3773, 173.1005, 16.11, 0.8433914, 0, 0, -0.5372996); + +INSERT INTO `base_ace_object` (`baseAceObjectId`, `name`, `typeId`, `paletteId`, `ammoType`, `blipColor`, `bitField`, `burden`, `combatUse`, `cooldownDuration`, `cooldownId`, `effects`, `containersCapacity`, `header`, `hookTypeId`, `iconId`, `iconOverlayId`, `iconUnderlayId`, `hookItemTypes`, `itemsCapacity`, `location`, `materialType`, `maxStackSize`, `maxStructure`, `radar`, `pscript`, `spellId`, `stackSize`, `structure`, `targetTypeId`, `usability`, `useRadius`, `validLocations`, `value`, `workmanship`, `animationFrameId`, `defaultScript`, `defaultScriptIntensity`, `elasticity`, `friction`, `locationId`, `modelTableId`, `objectScale`, `physicsBitField`, `physicsTableId`, `motionTableId`, `soundTableId`, `physicsState`, `translucency`, `currentMotionState`) +VALUES (2447924126, 'The Floating City', 65536, 0, 0, 0, 262164, 0, 0, 0, 0, 0, 0, 8388656, 0, 100667499, 0, 0, 0, 0, 0, 0, 0, 0, 4, 0, 0, 0, 0, 0, 32, -0.1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 33554867, 0, 98307, 0, 150994947, 0, 3084, 0, 'AAA9AAAAAAA='); + +INSERT INTO `ace_object` (`baseAceObjectId`, `weenieClassId`, `landblock`, `cell`, `posX`, `posY`, `posZ`, `qW`, `qX`, `qY`, `qZ`) +VALUES (2447924126, 8190, 33416, 21, 65.9404, 109.9934, 200.7974, 0.8433914, 0, 0, -0.5372996); + +INSERT INTO `base_ace_object` (`baseAceObjectId`, `name`, `typeId`, `paletteId`, `ammoType`, `blipColor`, `bitField`, `burden`, `combatUse`, `cooldownDuration`, `cooldownId`, `effects`, `containersCapacity`, `header`, `hookTypeId`, `iconId`, `iconOverlayId`, `iconUnderlayId`, `hookItemTypes`, `itemsCapacity`, `location`, `materialType`, `maxStackSize`, `maxStructure`, `radar`, `pscript`, `spellId`, `stackSize`, `structure`, `targetTypeId`, `usability`, `useRadius`, `validLocations`, `value`, `workmanship`, `animationFrameId`, `defaultScript`, `defaultScriptIntensity`, `elasticity`, `friction`, `locationId`, `modelTableId`, `objectScale`, `physicsBitField`, `physicsTableId`, `motionTableId`, `soundTableId`, `physicsState`, `translucency`, `currentMotionState`) +VALUES (2447955502, 'The Floating City', 65536, 0, 0, 0, 262164, 0, 0, 0, 0, 0, 0, 8388656, 0, 100667499, 0, 0, 0, 0, 0, 0, 0, 0, 4, 0, 0, 0, 0, 0, 32, -0.1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 33554867, 0, 98307, 0, 150994947, 0, 3084, 0, 'AAA9AAAAAAA='); + +INSERT INTO `ace_object` (`baseAceObjectId`, `weenieClassId`, `landblock`, `cell`, `posX`, `posY`, `posZ`, `qW`, `qX`, `qY`, `qZ`) +VALUES (2447955502, 8195, 716, 296, 3.023698, -20, 5.937, 0.9537169, 0, 0, -0.3007058); + +INSERT INTO `base_ace_object` (`baseAceObjectId`, `name`, `typeId`, `paletteId`, `ammoType`, `blipColor`, `bitField`, `burden`, `combatUse`, `cooldownDuration`, `cooldownId`, `effects`, `containersCapacity`, `header`, `hookTypeId`, `iconId`, `iconOverlayId`, `iconUnderlayId`, `hookItemTypes`, `itemsCapacity`, `location`, `materialType`, `maxStackSize`, `maxStructure`, `radar`, `pscript`, `spellId`, `stackSize`, `structure`, `targetTypeId`, `usability`, `useRadius`, `validLocations`, `value`, `workmanship`, `animationFrameId`, `defaultScript`, `defaultScriptIntensity`, `elasticity`, `friction`, `locationId`, `modelTableId`, `objectScale`, `physicsBitField`, `physicsTableId`, `motionTableId`, `soundTableId`, `physicsState`, `translucency`, `currentMotionState`) +VALUES (1881985040, 'The Floating City', 65536, 0, 0, 0, 262164, 0, 0, 0, 0, 0, 0, 8388656, 0, 100667499, 0, 0, 0, 0, 0, 0, 0, 0, 4, 0, 0, 0, 0, 0, 32, -0.1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 33554867, 0, 98307, 0, 150994947, 0, 3084, 0, 'AAA9AAAAAAA='); + +INSERT INTO `ace_object` (`baseAceObjectId`, `weenieClassId`, `landblock`, `cell`, `posX`, `posY`, `posZ`, `qW`, `qX`, `qY`, `qZ`) +VALUES (1881985040, 8198, 717, 520, 19.9039, -17.6644, -0.06299996, -4.37114E-08, 0, 0, -1); + +INSERT INTO `base_ace_object` (`baseAceObjectId`, `name`, `typeId`, `paletteId`, `ammoType`, `blipColor`, `bitField`, `burden`, `combatUse`, `cooldownDuration`, `cooldownId`, `effects`, `containersCapacity`, `header`, `hookTypeId`, `iconId`, `iconOverlayId`, `iconUnderlayId`, `hookItemTypes`, `itemsCapacity`, `location`, `materialType`, `maxStackSize`, `maxStructure`, `radar`, `pscript`, `spellId`, `stackSize`, `structure`, `targetTypeId`, `usability`, `useRadius`, `validLocations`, `value`, `workmanship`, `animationFrameId`, `defaultScript`, `defaultScriptIntensity`, `elasticity`, `friction`, `locationId`, `modelTableId`, `objectScale`, `physicsBitField`, `physicsTableId`, `motionTableId`, `soundTableId`, `physicsState`, `translucency`, `currentMotionState`) +VALUES (1881985051, 'The Floating City', 65536, 0, 0, 0, 262164, 0, 0, 0, 0, 0, 0, 8388656, 0, 100667499, 0, 0, 0, 0, 0, 0, 0, 0, 4, 0, 0, 0, 0, 0, 32, -0.1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 33554867, 0, 98307, 0, 150994947, 0, 3084, 0, 'AAA9AAAAAAA='); + +INSERT INTO `ace_object` (`baseAceObjectId`, `weenieClassId`, `landblock`, `cell`, `posX`, `posY`, `posZ`, `qW`, `qX`, `qY`, `qZ`) +VALUES (1881985051, 8192, 717, 640, 23, -20, 11.937, 0.7071068, 0, 0, -0.7071068); + +INSERT INTO `base_ace_object` (`baseAceObjectId`, `name`, `typeId`, `paletteId`, `ammoType`, `blipColor`, `bitField`, `burden`, `combatUse`, `cooldownDuration`, `cooldownId`, `effects`, `containersCapacity`, `header`, `hookTypeId`, `iconId`, `iconOverlayId`, `iconUnderlayId`, `hookItemTypes`, `itemsCapacity`, `location`, `materialType`, `maxStackSize`, `maxStructure`, `radar`, `pscript`, `spellId`, `stackSize`, `structure`, `targetTypeId`, `usability`, `useRadius`, `validLocations`, `value`, `workmanship`, `animationFrameId`, `defaultScript`, `defaultScriptIntensity`, `elasticity`, `friction`, `locationId`, `modelTableId`, `objectScale`, `physicsBitField`, `physicsTableId`, `motionTableId`, `soundTableId`, `physicsState`, `translucency`, `currentMotionState`) +VALUES (2447929927, 'The Floating City', 65536, 0, 0, 0, 262164, 0, 0, 0, 0, 0, 0, 8388656, 0, 100667499, 0, 0, 0, 0, 0, 0, 0, 0, 4, 0, 0, 0, 0, 0, 32, -0.1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 33554867, 0, 98307, 0, 150994947, 0, 3084, 0, 'AAA9AAAAAAA='); + +INSERT INTO `ace_object` (`baseAceObjectId`, `weenieClassId`, `landblock`, `cell`, `posX`, `posY`, `posZ`, `qW`, `qX`, `qY`, `qZ`) +VALUES (2447929927, 8195, 719, 353, 20, 0, 17.937, 0.9537169, 0, 0, -0.3007058); + +INSERT INTO `base_ace_object` (`baseAceObjectId`, `name`, `typeId`, `paletteId`, `ammoType`, `blipColor`, `bitField`, `burden`, `combatUse`, `cooldownDuration`, `cooldownId`, `effects`, `containersCapacity`, `header`, `hookTypeId`, `iconId`, `iconOverlayId`, `iconUnderlayId`, `hookItemTypes`, `itemsCapacity`, `location`, `materialType`, `maxStackSize`, `maxStructure`, `radar`, `pscript`, `spellId`, `stackSize`, `structure`, `targetTypeId`, `usability`, `useRadius`, `validLocations`, `value`, `workmanship`, `animationFrameId`, `defaultScript`, `defaultScriptIntensity`, `elasticity`, `friction`, `locationId`, `modelTableId`, `objectScale`, `physicsBitField`, `physicsTableId`, `motionTableId`, `soundTableId`, `physicsState`, `translucency`, `currentMotionState`) +VALUES (2448404237, 'The Floating City', 65536, 0, 0, 0, 262164, 0, 0, 0, 0, 0, 0, 8388656, 0, 100667499, 0, 0, 0, 0, 0, 0, 0, 0, 4, 0, 0, 0, 0, 0, 32, -0.1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 33554867, 0, 98307, 0, 150994947, 0, 3084, 0, 'AAA9AAAAAAA='); + +INSERT INTO `ace_object` (`baseAceObjectId`, `weenieClassId`, `landblock`, `cell`, `posX`, `posY`, `posZ`, `qW`, `qX`, `qY`, `qZ`) +VALUES (2448404237, 8190, 43687, 24, 61.45273, 168.0104, 161.3002, 0.7071068, 0, 0, -0.7071068); + +INSERT INTO `base_ace_object` (`baseAceObjectId`, `name`, `typeId`, `paletteId`, `ammoType`, `blipColor`, `bitField`, `burden`, `combatUse`, `cooldownDuration`, `cooldownId`, `effects`, `containersCapacity`, `header`, `hookTypeId`, `iconId`, `iconOverlayId`, `iconUnderlayId`, `hookItemTypes`, `itemsCapacity`, `location`, `materialType`, `maxStackSize`, `maxStructure`, `radar`, `pscript`, `spellId`, `stackSize`, `structure`, `targetTypeId`, `usability`, `useRadius`, `validLocations`, `value`, `workmanship`, `animationFrameId`, `defaultScript`, `defaultScriptIntensity`, `elasticity`, `friction`, `locationId`, `modelTableId`, `objectScale`, `physicsBitField`, `physicsTableId`, `motionTableId`, `soundTableId`, `physicsState`, `translucency`, `currentMotionState`) +VALUES (2448302566, 'The Floating City', 65536, 0, 0, 0, 262164, 0, 0, 0, 0, 0, 0, 8388656, 0, 100667499, 0, 0, 0, 0, 0, 0, 0, 0, 4, 0, 0, 0, 0, 0, 32, -0.1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 33554867, 0, 98307, 0, 150994947, 0, 3084, 0, 'AAA9AAAAAAA='); + +INSERT INTO `ace_object` (`baseAceObjectId`, `weenieClassId`, `landblock`, `cell`, `posX`, `posY`, `posZ`, `qW`, `qX`, `qY`, `qZ`) +VALUES (2448302566, 8190, 47691, 21, 57.3029, 116.4902, 28.71224, 0.8433914, 0, 0, -0.5372996); + +INSERT INTO `base_ace_object` (`baseAceObjectId`, `name`, `typeId`, `paletteId`, `ammoType`, `blipColor`, `bitField`, `burden`, `combatUse`, `cooldownDuration`, `cooldownId`, `effects`, `containersCapacity`, `header`, `hookTypeId`, `iconId`, `iconOverlayId`, `iconUnderlayId`, `hookItemTypes`, `itemsCapacity`, `location`, `materialType`, `maxStackSize`, `maxStructure`, `radar`, `pscript`, `spellId`, `stackSize`, `structure`, `targetTypeId`, `usability`, `useRadius`, `validLocations`, `value`, `workmanship`, `animationFrameId`, `defaultScript`, `defaultScriptIntensity`, `elasticity`, `friction`, `locationId`, `modelTableId`, `objectScale`, `physicsBitField`, `physicsTableId`, `motionTableId`, `soundTableId`, `physicsState`, `translucency`, `currentMotionState`) +VALUES (2932205628, 'The Floating City', 65536, 0, 0, 0, 262164, 0, 0, 0, 0, 0, 0, 8388656, 0, 100667499, 0, 0, 0, 0, 0, 0, 0, 0, 4, 0, 0, 0, 0, 0, 32, -0.1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 33554867, 0, 98307, 0, 150994947, 0, 3084, 0, 'AAA9AAAAAAA='); + +INSERT INTO `ace_object` (`baseAceObjectId`, `weenieClassId`, `landblock`, `cell`, `posX`, `posY`, `posZ`, `qW`, `qX`, `qY`, `qZ`) +VALUES (2932205628, 8193, 716, 296, 3.023698, -20, 5.937, 0.9537169, 0, 0, -0.3007058); + +INSERT INTO `base_ace_object` (`baseAceObjectId`, `name`, `typeId`, `paletteId`, `ammoType`, `blipColor`, `bitField`, `burden`, `combatUse`, `cooldownDuration`, `cooldownId`, `effects`, `containersCapacity`, `header`, `hookTypeId`, `iconId`, `iconOverlayId`, `iconUnderlayId`, `hookItemTypes`, `itemsCapacity`, `location`, `materialType`, `maxStackSize`, `maxStructure`, `radar`, `pscript`, `spellId`, `stackSize`, `structure`, `targetTypeId`, `usability`, `useRadius`, `validLocations`, `value`, `workmanship`, `animationFrameId`, `defaultScript`, `defaultScriptIntensity`, `elasticity`, `friction`, `locationId`, `modelTableId`, `objectScale`, `physicsBitField`, `physicsTableId`, `motionTableId`, `soundTableId`, `physicsState`, `translucency`, `currentMotionState`) +VALUES (3707457466, 'The Floating City', 65536, 0, 0, 0, 262164, 0, 0, 0, 0, 0, 0, 8388656, 0, 100667499, 0, 0, 0, 0, 0, 0, 0, 0, 4, 0, 0, 0, 0, 0, 32, -0.1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 33554867, 0, 98307, 0, 150994947, 0, 3084, 0, 'AAA9AAAAAAA='); + +INSERT INTO `ace_object` (`baseAceObjectId`, `weenieClassId`, `landblock`, `cell`, `posX`, `posY`, `posZ`, `qW`, `qX`, `qY`, `qZ`) +VALUES (3707457466, 8190, 51805, 8, 0.6992493, 169.2242, 5.487, 0.8433914, 0, 0, -0.5372996); + +INSERT INTO `base_ace_object` (`baseAceObjectId`, `name`, `typeId`, `paletteId`, `ammoType`, `blipColor`, `bitField`, `burden`, `combatUse`, `cooldownDuration`, `cooldownId`, `effects`, `containersCapacity`, `header`, `hookTypeId`, `iconId`, `iconOverlayId`, `iconUnderlayId`, `hookItemTypes`, `itemsCapacity`, `location`, `materialType`, `maxStackSize`, `maxStructure`, `radar`, `pscript`, `spellId`, `stackSize`, `structure`, `targetTypeId`, `usability`, `useRadius`, `validLocations`, `value`, `workmanship`, `animationFrameId`, `defaultScript`, `defaultScriptIntensity`, `elasticity`, `friction`, `locationId`, `modelTableId`, `objectScale`, `physicsBitField`, `physicsTableId`, `motionTableId`, `soundTableId`, `physicsState`, `translucency`, `currentMotionState`) +VALUES (3631311295, 'The Floating City', 65536, 0, 0, 0, 262164, 0, 0, 0, 0, 0, 0, 8388656, 0, 100667499, 0, 0, 0, 0, 0, 0, 0, 0, 4, 0, 0, 0, 0, 0, 32, -0.1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 33554867, 0, 98307, 0, 150994947, 0, 3084, 0, 'AAA9AAAAAAA='); + +INSERT INTO `ace_object` (`baseAceObjectId`, `weenieClassId`, `landblock`, `cell`, `posX`, `posY`, `posZ`, `qW`, `qX`, `qY`, `qZ`) +VALUES (3631311295, 8190, 49761, 41, 126.4733, 3.440137, 5.937, 0.8433914, 0, 0, -0.5372996); + +INSERT INTO `base_ace_object` (`baseAceObjectId`, `name`, `typeId`, `paletteId`, `ammoType`, `blipColor`, `bitField`, `burden`, `combatUse`, `cooldownDuration`, `cooldownId`, `effects`, `containersCapacity`, `header`, `hookTypeId`, `iconId`, `iconOverlayId`, `iconUnderlayId`, `hookItemTypes`, `itemsCapacity`, `location`, `materialType`, `maxStackSize`, `maxStructure`, `radar`, `pscript`, `spellId`, `stackSize`, `structure`, `targetTypeId`, `usability`, `useRadius`, `validLocations`, `value`, `workmanship`, `animationFrameId`, `defaultScript`, `defaultScriptIntensity`, `elasticity`, `friction`, `locationId`, `modelTableId`, `objectScale`, `physicsBitField`, `physicsTableId`, `motionTableId`, `soundTableId`, `physicsState`, `translucency`, `currentMotionState`) +VALUES (2885596716, 'The Floating City', 65536, 0, 0, 0, 262164, 0, 0, 0, 0, 0, 0, 8388656, 0, 100667499, 0, 0, 0, 0, 0, 0, 0, 0, 4, 0, 0, 0, 0, 0, 32, -0.1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 33554867, 0, 98307, 0, 150994947, 0, 3084, 0, 'AAA9AAAAAAA='); + +INSERT INTO `ace_object` (`baseAceObjectId`, `weenieClassId`, `landblock`, `cell`, `posX`, `posY`, `posZ`, `qW`, `qX`, `qY`, `qZ`) +VALUES (2885596716, 8190, 37519, 57, 191.6762, 17.15224, 30.48067, 0.8433914, 0, 0, -0.5372996); + +INSERT INTO `base_ace_object` (`baseAceObjectId`, `name`, `typeId`, `paletteId`, `ammoType`, `blipColor`, `bitField`, `burden`, `combatUse`, `cooldownDuration`, `cooldownId`, `effects`, `containersCapacity`, `header`, `hookTypeId`, `iconId`, `iconOverlayId`, `iconUnderlayId`, `hookItemTypes`, `itemsCapacity`, `location`, `materialType`, `maxStackSize`, `maxStructure`, `radar`, `pscript`, `spellId`, `stackSize`, `structure`, `targetTypeId`, `usability`, `useRadius`, `validLocations`, `value`, `workmanship`, `animationFrameId`, `defaultScript`, `defaultScriptIntensity`, `elasticity`, `friction`, `locationId`, `modelTableId`, `objectScale`, `physicsBitField`, `physicsTableId`, `motionTableId`, `soundTableId`, `physicsState`, `translucency`, `currentMotionState`) +VALUES (2885662639, 'The Floating City', 65536, 0, 0, 0, 262164, 0, 0, 0, 0, 0, 0, 8388656, 0, 100667499, 0, 0, 0, 0, 0, 0, 0, 0, 4, 0, 0, 0, 0, 0, 32, -0.1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 33554867, 0, 98307, 0, 150994947, 0, 3084, 0, 'AAA9AAAAAAA='); + +INSERT INTO `ace_object` (`baseAceObjectId`, `weenieClassId`, `landblock`, `cell`, `posX`, `posY`, `posZ`, `qW`, `qX`, `qY`, `qZ`) +VALUES (2885662639, 8190, 33926, 37, 114.7204, 119.8211, 155.9519, 0.8433914, 0, 0, -0.5372996); + +INSERT INTO `base_ace_object` (`baseAceObjectId`, `name`, `typeId`, `paletteId`, `ammoType`, `blipColor`, `bitField`, `burden`, `combatUse`, `cooldownDuration`, `cooldownId`, `effects`, `containersCapacity`, `header`, `hookTypeId`, `iconId`, `iconOverlayId`, `iconUnderlayId`, `hookItemTypes`, `itemsCapacity`, `location`, `materialType`, `maxStackSize`, `maxStructure`, `radar`, `pscript`, `spellId`, `stackSize`, `structure`, `targetTypeId`, `usability`, `useRadius`, `validLocations`, `value`, `workmanship`, `animationFrameId`, `defaultScript`, `defaultScriptIntensity`, `elasticity`, `friction`, `locationId`, `modelTableId`, `objectScale`, `physicsBitField`, `physicsTableId`, `motionTableId`, `soundTableId`, `physicsState`, `translucency`, `currentMotionState`) +VALUES (2886239817, 'The Floating City', 65536, 0, 0, 0, 262164, 0, 0, 0, 0, 0, 0, 8388656, 0, 100667499, 0, 0, 0, 0, 0, 0, 0, 0, 4, 0, 0, 0, 0, 0, 32, -0.1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 33554867, 0, 98307, 0, 150994947, 0, 3084, 0, 'AAA9AAAAAAA='); + +INSERT INTO `ace_object` (`baseAceObjectId`, `weenieClassId`, `landblock`, `cell`, `posX`, `posY`, `posZ`, `qW`, `qX`, `qY`, `qZ`) +VALUES (2886239817, 8190, 34182, 13, 25.50334, 118.4165, 153.937, 0.8433914, 0, 0, -0.5372996); + +INSERT INTO `base_ace_object` (`baseAceObjectId`, `name`, `typeId`, `paletteId`, `ammoType`, `blipColor`, `bitField`, `burden`, `combatUse`, `cooldownDuration`, `cooldownId`, `effects`, `containersCapacity`, `header`, `hookTypeId`, `iconId`, `iconOverlayId`, `iconUnderlayId`, `hookItemTypes`, `itemsCapacity`, `location`, `materialType`, `maxStackSize`, `maxStructure`, `radar`, `pscript`, `spellId`, `stackSize`, `structure`, `targetTypeId`, `usability`, `useRadius`, `validLocations`, `value`, `workmanship`, `animationFrameId`, `defaultScript`, `defaultScriptIntensity`, `elasticity`, `friction`, `locationId`, `modelTableId`, `objectScale`, `physicsBitField`, `physicsTableId`, `motionTableId`, `soundTableId`, `physicsState`, `translucency`, `currentMotionState`) +VALUES (2871828208, 'The Floating City', 65536, 0, 0, 0, 262164, 0, 0, 0, 0, 0, 0, 8388656, 0, 100667499, 0, 0, 0, 0, 0, 0, 0, 0, 4, 0, 0, 0, 0, 0, 32, -0.1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 33554867, 0, 98307, 0, 150994947, 0, 3084, 0, 'AAA9AAAAAAA='); + +INSERT INTO `ace_object` (`baseAceObjectId`, `weenieClassId`, `landblock`, `cell`, `posX`, `posY`, `posZ`, `qW`, `qX`, `qY`, `qZ`) +VALUES (2871828208, 8190, 43655, 29, 78.68082, 97.96382, 29.54392, 0.8433914, 0, 0, -0.5372996); + +INSERT INTO `base_ace_object` (`baseAceObjectId`, `name`, `typeId`, `paletteId`, `ammoType`, `blipColor`, `bitField`, `burden`, `combatUse`, `cooldownDuration`, `cooldownId`, `effects`, `containersCapacity`, `header`, `hookTypeId`, `iconId`, `iconOverlayId`, `iconUnderlayId`, `hookItemTypes`, `itemsCapacity`, `location`, `materialType`, `maxStackSize`, `maxStructure`, `radar`, `pscript`, `spellId`, `stackSize`, `structure`, `targetTypeId`, `usability`, `useRadius`, `validLocations`, `value`, `workmanship`, `animationFrameId`, `defaultScript`, `defaultScriptIntensity`, `elasticity`, `friction`, `locationId`, `modelTableId`, `objectScale`, `physicsBitField`, `physicsTableId`, `motionTableId`, `soundTableId`, `physicsState`, `translucency`, `currentMotionState`) +VALUES (2630774512, 'The Floating City', 65536, 0, 0, 0, 262164, 0, 0, 0, 0, 0, 0, 8388656, 0, 100667499, 0, 0, 0, 0, 0, 0, 0, 0, 4, 0, 0, 0, 0, 0, 32, -0.1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 33554867, 0, 98307, 0, 150994947, 0, 3084, 0, 'AAA9AAAAAAA='); + +INSERT INTO `ace_object` (`baseAceObjectId`, `weenieClassId`, `landblock`, `cell`, `posX`, `posY`, `posZ`, `qW`, `qX`, `qY`, `qZ`) +VALUES (2630774512, 8190, 34182, 38, 96.61155, 124.6324, 153.937, 0.8433914, 0, 0, -0.5372996); + +INSERT INTO `base_ace_object` (`baseAceObjectId`, `name`, `typeId`, `paletteId`, `ammoType`, `blipColor`, `bitField`, `burden`, `combatUse`, `cooldownDuration`, `cooldownId`, `effects`, `containersCapacity`, `header`, `hookTypeId`, `iconId`, `iconOverlayId`, `iconUnderlayId`, `hookItemTypes`, `itemsCapacity`, `location`, `materialType`, `maxStackSize`, `maxStructure`, `radar`, `pscript`, `spellId`, `stackSize`, `structure`, `targetTypeId`, `usability`, `useRadius`, `validLocations`, `value`, `workmanship`, `animationFrameId`, `defaultScript`, `defaultScriptIntensity`, `elasticity`, `friction`, `locationId`, `modelTableId`, `objectScale`, `physicsBitField`, `physicsTableId`, `motionTableId`, `soundTableId`, `physicsState`, `translucency`, `currentMotionState`) +VALUES (2630653600, 'The Floating City', 65536, 0, 0, 0, 262164, 0, 0, 0, 0, 0, 0, 8388656, 0, 100667499, 0, 0, 0, 0, 0, 0, 0, 0, 4, 0, 0, 0, 0, 0, 32, -0.1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 33554867, 0, 98307, 0, 150994947, 0, 3084, 0, 'AAA9AAAAAAA='); + +INSERT INTO `ace_object` (`baseAceObjectId`, `weenieClassId`, `landblock`, `cell`, `posX`, `posY`, `posZ`, `qW`, `qX`, `qY`, `qZ`) +VALUES (2630653600, 8190, 46026, 45, 139.6797, 110.5113, 148.657, 0.7071068, 0, 0, -0.7071068); + +INSERT INTO `base_ace_object` (`baseAceObjectId`, `name`, `typeId`, `paletteId`, `ammoType`, `blipColor`, `bitField`, `burden`, `combatUse`, `cooldownDuration`, `cooldownId`, `effects`, `containersCapacity`, `header`, `hookTypeId`, `iconId`, `iconOverlayId`, `iconUnderlayId`, `hookItemTypes`, `itemsCapacity`, `location`, `materialType`, `maxStackSize`, `maxStructure`, `radar`, `pscript`, `spellId`, `stackSize`, `structure`, `targetTypeId`, `usability`, `useRadius`, `validLocations`, `value`, `workmanship`, `animationFrameId`, `defaultScript`, `defaultScriptIntensity`, `elasticity`, `friction`, `locationId`, `modelTableId`, `objectScale`, `physicsBitField`, `physicsTableId`, `motionTableId`, `soundTableId`, `physicsState`, `translucency`, `currentMotionState`) +VALUES (3362395038, 'The Floating City', 65536, 0, 0, 0, 262164, 0, 0, 0, 0, 0, 0, 8388656, 0, 100667499, 0, 0, 0, 0, 0, 0, 0, 0, 4, 0, 0, 0, 0, 0, 32, -0.1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 33554867, 0, 98307, 0, 150994947, 0, 3084, 0, 'AAA9AAAAAAA='); + +INSERT INTO `ace_object` (`baseAceObjectId`, `weenieClassId`, `landblock`, `cell`, `posX`, `posY`, `posZ`, `qW`, `qX`, `qY`, `qZ`) +VALUES (3362395038, 8190, 51635, 18, 55.90137, 26.79842, 212.1784, 0.7071068, 0, 0, -0.7071068); + +INSERT INTO `base_ace_object` (`baseAceObjectId`, `name`, `typeId`, `paletteId`, `ammoType`, `blipColor`, `bitField`, `burden`, `combatUse`, `cooldownDuration`, `cooldownId`, `effects`, `containersCapacity`, `header`, `hookTypeId`, `iconId`, `iconOverlayId`, `iconUnderlayId`, `hookItemTypes`, `itemsCapacity`, `location`, `materialType`, `maxStackSize`, `maxStructure`, `radar`, `pscript`, `spellId`, `stackSize`, `structure`, `targetTypeId`, `usability`, `useRadius`, `validLocations`, `value`, `workmanship`, `animationFrameId`, `defaultScript`, `defaultScriptIntensity`, `elasticity`, `friction`, `locationId`, `modelTableId`, `objectScale`, `physicsBitField`, `physicsTableId`, `motionTableId`, `soundTableId`, `physicsState`, `translucency`, `currentMotionState`) +VALUES (2930304464, 'The Floating City', 65536, 0, 0, 0, 262164, 0, 0, 0, 0, 0, 0, 8388656, 0, 100667499, 0, 0, 0, 0, 0, 0, 0, 0, 4, 0, 0, 0, 0, 0, 32, -0.1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 33554867, 0, 98307, 0, 150994947, 0, 3084, 0, 'AAA9AAAAAAA='); + +INSERT INTO `ace_object` (`baseAceObjectId`, `weenieClassId`, `landblock`, `cell`, `posX`, `posY`, `posZ`, `qW`, `qX`, `qY`, `qZ`) +VALUES (2930304464, 8190, 50086, 37, 108.2642, 108.5407, 52.98206, 0.7071068, 0, 0, -0.7071068); + +INSERT INTO `base_ace_object` (`baseAceObjectId`, `name`, `typeId`, `paletteId`, `ammoType`, `blipColor`, `bitField`, `burden`, `combatUse`, `cooldownDuration`, `cooldownId`, `effects`, `containersCapacity`, `header`, `hookTypeId`, `iconId`, `iconOverlayId`, `iconUnderlayId`, `hookItemTypes`, `itemsCapacity`, `location`, `materialType`, `maxStackSize`, `maxStructure`, `radar`, `pscript`, `spellId`, `stackSize`, `structure`, `targetTypeId`, `usability`, `useRadius`, `validLocations`, `value`, `workmanship`, `animationFrameId`, `defaultScript`, `defaultScriptIntensity`, `elasticity`, `friction`, `locationId`, `modelTableId`, `objectScale`, `physicsBitField`, `physicsTableId`, `motionTableId`, `soundTableId`, `physicsState`, `translucency`, `currentMotionState`) +VALUES (2930480265, 'The Floating City', 65536, 0, 0, 0, 262164, 0, 0, 0, 0, 0, 0, 8388656, 0, 100667499, 0, 0, 0, 0, 0, 0, 0, 0, 4, 0, 0, 0, 0, 0, 32, -0.1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 33554867, 0, 98307, 0, 150994947, 0, 3084, 0, 'AAA9AAAAAAA='); + +INSERT INTO `ace_object` (`baseAceObjectId`, `weenieClassId`, `landblock`, `cell`, `posX`, `posY`, `posZ`, `qW`, `qX`, `qY`, `qZ`) +VALUES (2930480265, 8190, 57910, 21, 49.83218, 112.4495, 120.5107, 0.8433914, 0, 0, -0.5372996); + +INSERT INTO `base_ace_object` (`baseAceObjectId`, `name`, `typeId`, `paletteId`, `ammoType`, `blipColor`, `bitField`, `burden`, `combatUse`, `cooldownDuration`, `cooldownId`, `effects`, `containersCapacity`, `header`, `hookTypeId`, `iconId`, `iconOverlayId`, `iconUnderlayId`, `hookItemTypes`, `itemsCapacity`, `location`, `materialType`, `maxStackSize`, `maxStructure`, `radar`, `pscript`, `spellId`, `stackSize`, `structure`, `targetTypeId`, `usability`, `useRadius`, `validLocations`, `value`, `workmanship`, `animationFrameId`, `defaultScript`, `defaultScriptIntensity`, `elasticity`, `friction`, `locationId`, `modelTableId`, `objectScale`, `physicsBitField`, `physicsTableId`, `motionTableId`, `soundTableId`, `physicsState`, `translucency`, `currentMotionState`) +VALUES (2931342173, 'The Floating City', 65536, 0, 0, 0, 262164, 0, 0, 0, 0, 0, 0, 8388656, 0, 100667499, 0, 0, 0, 0, 0, 0, 0, 0, 4, 0, 0, 0, 0, 0, 32, -0.1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 33554867, 0, 98307, 0, 150994947, 0, 3084, 0, 'AAA9AAAAAAA='); + +INSERT INTO `ace_object` (`baseAceObjectId`, `weenieClassId`, `landblock`, `cell`, `posX`, `posY`, `posZ`, `qW`, `qX`, `qY`, `qZ`) +VALUES (2931342173, 8190, 41573, 52, 164.4619, 87.04885, 25.64216, 0.8433914, 0, 0, -0.5372996); + +INSERT INTO `base_ace_object` (`baseAceObjectId`, `name`, `typeId`, `paletteId`, `ammoType`, `blipColor`, `bitField`, `burden`, `combatUse`, `cooldownDuration`, `cooldownId`, `effects`, `containersCapacity`, `header`, `hookTypeId`, `iconId`, `iconOverlayId`, `iconUnderlayId`, `hookItemTypes`, `itemsCapacity`, `location`, `materialType`, `maxStackSize`, `maxStructure`, `radar`, `pscript`, `spellId`, `stackSize`, `structure`, `targetTypeId`, `usability`, `useRadius`, `validLocations`, `value`, `workmanship`, `animationFrameId`, `defaultScript`, `defaultScriptIntensity`, `elasticity`, `friction`, `locationId`, `modelTableId`, `objectScale`, `physicsBitField`, `physicsTableId`, `motionTableId`, `soundTableId`, `physicsState`, `translucency`, `currentMotionState`) +VALUES (2931873001, 'The Floating City', 65536, 0, 0, 0, 262164, 0, 0, 0, 0, 0, 0, 8388656, 0, 100667499, 0, 0, 0, 0, 0, 0, 0, 0, 4, 0, 0, 0, 0, 0, 32, -0.1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 33554867, 0, 98307, 0, 150994947, 0, 3084, 0, 'AAA9AAAAAAA='); + +INSERT INTO `ace_object` (`baseAceObjectId`, `weenieClassId`, `landblock`, `cell`, `posX`, `posY`, `posZ`, `qW`, `qX`, `qY`, `qZ`) +VALUES (2931873001, 8190, 34461, 2, 6.706501, 35.87561, 106.9723, 0.7071068, 0, 0, -0.7071068); + +INSERT INTO `base_ace_object` (`baseAceObjectId`, `name`, `typeId`, `paletteId`, `ammoType`, `blipColor`, `bitField`, `burden`, `combatUse`, `cooldownDuration`, `cooldownId`, `effects`, `containersCapacity`, `header`, `hookTypeId`, `iconId`, `iconOverlayId`, `iconUnderlayId`, `hookItemTypes`, `itemsCapacity`, `location`, `materialType`, `maxStackSize`, `maxStructure`, `radar`, `pscript`, `spellId`, `stackSize`, `structure`, `targetTypeId`, `usability`, `useRadius`, `validLocations`, `value`, `workmanship`, `animationFrameId`, `defaultScript`, `defaultScriptIntensity`, `elasticity`, `friction`, `locationId`, `modelTableId`, `objectScale`, `physicsBitField`, `physicsTableId`, `motionTableId`, `soundTableId`, `physicsState`, `translucency`, `currentMotionState`) +VALUES (2883413788, 'The Floating City', 65536, 0, 0, 0, 262164, 0, 0, 0, 0, 0, 0, 8388656, 0, 100667499, 0, 0, 0, 0, 0, 0, 0, 0, 4, 0, 0, 0, 0, 0, 32, -0.1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 33554867, 0, 98307, 0, 150994947, 0, 3084, 0, 'AAA9AAAAAAA='); + +INSERT INTO `ace_object` (`baseAceObjectId`, `weenieClassId`, `landblock`, `cell`, `posX`, `posY`, `posZ`, `qW`, `qX`, `qY`, `qZ`) +VALUES (2883413788, 8190, 51862, 23, 62.833, 152.8861, 31.17308, 0.7071068, 0, 0, -0.7071068); + +INSERT INTO `base_ace_object` (`baseAceObjectId`, `name`, `typeId`, `paletteId`, `ammoType`, `blipColor`, `bitField`, `burden`, `combatUse`, `cooldownDuration`, `cooldownId`, `effects`, `containersCapacity`, `header`, `hookTypeId`, `iconId`, `iconOverlayId`, `iconUnderlayId`, `hookItemTypes`, `itemsCapacity`, `location`, `materialType`, `maxStackSize`, `maxStructure`, `radar`, `pscript`, `spellId`, `stackSize`, `structure`, `targetTypeId`, `usability`, `useRadius`, `validLocations`, `value`, `workmanship`, `animationFrameId`, `defaultScript`, `defaultScriptIntensity`, `elasticity`, `friction`, `locationId`, `modelTableId`, `objectScale`, `physicsBitField`, `physicsTableId`, `motionTableId`, `soundTableId`, `physicsState`, `translucency`, `currentMotionState`) +VALUES (3630748231, 'The Floating City', 65536, 0, 0, 0, 262164, 0, 0, 0, 0, 0, 0, 8388656, 0, 100667499, 0, 0, 0, 0, 0, 0, 0, 0, 4, 0, 0, 0, 0, 0, 32, -0.1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 33554867, 0, 98307, 0, 150994947, 0, 3084, 0, 'AAA9AAAAAAA='); + +INSERT INTO `ace_object` (`baseAceObjectId`, `weenieClassId`, `landblock`, `cell`, `posX`, `posY`, `posZ`, `qW`, `qX`, `qY`, `qZ`) +VALUES (3630748231, 8190, 45406, 33, 101.6903, 11.04703, 23.46281, 0.8433914, 0, 0, -0.5372996); + +INSERT INTO `base_ace_object` (`baseAceObjectId`, `name`, `typeId`, `paletteId`, `ammoType`, `blipColor`, `bitField`, `burden`, `combatUse`, `cooldownDuration`, `cooldownId`, `effects`, `containersCapacity`, `header`, `hookTypeId`, `iconId`, `iconOverlayId`, `iconUnderlayId`, `hookItemTypes`, `itemsCapacity`, `location`, `materialType`, `maxStackSize`, `maxStructure`, `radar`, `pscript`, `spellId`, `stackSize`, `structure`, `targetTypeId`, `usability`, `useRadius`, `validLocations`, `value`, `workmanship`, `animationFrameId`, `defaultScript`, `defaultScriptIntensity`, `elasticity`, `friction`, `locationId`, `modelTableId`, `objectScale`, `physicsBitField`, `physicsTableId`, `motionTableId`, `soundTableId`, `physicsState`, `translucency`, `currentMotionState`) +VALUES (2613865413, 'The Floating City', 65536, 0, 0, 0, 262164, 0, 0, 0, 0, 0, 0, 8388656, 0, 100667499, 0, 0, 0, 0, 0, 0, 0, 0, 4, 0, 0, 0, 0, 0, 32, -0.1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 33554867, 0, 98307, 0, 150994947, 0, 3084, 0, 'AAA9AAAAAAA='); + +INSERT INTO `ace_object` (`baseAceObjectId`, `weenieClassId`, `landblock`, `cell`, `posX`, `posY`, `posZ`, `qW`, `qX`, `qY`, `qZ`) +VALUES (2613865413, 8190, 46724, 44, 122.7787, 85.97993, 25.70544, 0.8433914, 0, 0, -0.5372996); + +INSERT INTO `base_ace_object` (`baseAceObjectId`, `name`, `typeId`, `paletteId`, `ammoType`, `blipColor`, `bitField`, `burden`, `combatUse`, `cooldownDuration`, `cooldownId`, `effects`, `containersCapacity`, `header`, `hookTypeId`, `iconId`, `iconOverlayId`, `iconUnderlayId`, `hookItemTypes`, `itemsCapacity`, `location`, `materialType`, `maxStackSize`, `maxStructure`, `radar`, `pscript`, `spellId`, `stackSize`, `structure`, `targetTypeId`, `usability`, `useRadius`, `validLocations`, `value`, `workmanship`, `animationFrameId`, `defaultScript`, `defaultScriptIntensity`, `elasticity`, `friction`, `locationId`, `modelTableId`, `objectScale`, `physicsBitField`, `physicsTableId`, `motionTableId`, `soundTableId`, `physicsState`, `translucency`, `currentMotionState`) +VALUES (3354821437, 'The Floating City', 65536, 0, 0, 0, 262164, 0, 0, 0, 0, 0, 0, 8388656, 0, 100667499, 0, 0, 0, 0, 0, 0, 0, 0, 4, 0, 0, 0, 0, 0, 32, -0.1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 33554867, 0, 98307, 0, 150994947, 0, 3084, 0, 'AAA9AAAAAAA='); + +INSERT INTO `ace_object` (`baseAceObjectId`, `weenieClassId`, `landblock`, `cell`, `posX`, `posY`, `posZ`, `qW`, `qX`, `qY`, `qZ`) +VALUES (3354821437, 8190, 52147, 21, 63.59947, 109.7426, 250.282, 0.7071068, 0, 0, -0.7071068); + +INSERT INTO `base_ace_object` (`baseAceObjectId`, `name`, `typeId`, `paletteId`, `ammoType`, `blipColor`, `bitField`, `burden`, `combatUse`, `cooldownDuration`, `cooldownId`, `effects`, `containersCapacity`, `header`, `hookTypeId`, `iconId`, `iconOverlayId`, `iconUnderlayId`, `hookItemTypes`, `itemsCapacity`, `location`, `materialType`, `maxStackSize`, `maxStructure`, `radar`, `pscript`, `spellId`, `stackSize`, `structure`, `targetTypeId`, `usability`, `useRadius`, `validLocations`, `value`, `workmanship`, `animationFrameId`, `defaultScript`, `defaultScriptIntensity`, `elasticity`, `friction`, `locationId`, `modelTableId`, `objectScale`, `physicsBitField`, `physicsTableId`, `motionTableId`, `soundTableId`, `physicsState`, `translucency`, `currentMotionState`) +VALUES (2882212056, 'The Floating City', 65536, 0, 0, 0, 262164, 0, 0, 0, 0, 0, 0, 8388656, 0, 100667499, 0, 0, 0, 0, 0, 0, 0, 0, 4, 0, 0, 0, 0, 0, 32, -0.1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 33554867, 0, 98307, 0, 150994947, 0, 3084, 0, 'AAA9AAAAAAA='); + +INSERT INTO `ace_object` (`baseAceObjectId`, `weenieClassId`, `landblock`, `cell`, `posX`, `posY`, `posZ`, `qW`, `qX`, `qY`, `qZ`) +VALUES (2882212056, 8190, 57399, 40, 118.5657, 189.4391, 70.15041, 0.8433914, 0, 0, -0.5372996); + +INSERT INTO `base_ace_object` (`baseAceObjectId`, `name`, `typeId`, `paletteId`, `ammoType`, `blipColor`, `bitField`, `burden`, `combatUse`, `cooldownDuration`, `cooldownId`, `effects`, `containersCapacity`, `header`, `hookTypeId`, `iconId`, `iconOverlayId`, `iconUnderlayId`, `hookItemTypes`, `itemsCapacity`, `location`, `materialType`, `maxStackSize`, `maxStructure`, `radar`, `pscript`, `spellId`, `stackSize`, `structure`, `targetTypeId`, `usability`, `useRadius`, `validLocations`, `value`, `workmanship`, `animationFrameId`, `defaultScript`, `defaultScriptIntensity`, `elasticity`, `friction`, `locationId`, `modelTableId`, `objectScale`, `physicsBitField`, `physicsTableId`, `motionTableId`, `soundTableId`, `physicsState`, `translucency`, `currentMotionState`) +VALUES (2881753680, 'The Floating City', 65536, 0, 0, 0, 262164, 0, 0, 0, 0, 0, 0, 8388656, 0, 100667499, 0, 0, 0, 0, 0, 0, 0, 0, 4, 0, 0, 0, 0, 0, 32, -0.1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 33554867, 0, 98307, 0, 150994947, 0, 3084, 0, 'AAA9AAAAAAA='); + +INSERT INTO `ace_object` (`baseAceObjectId`, `weenieClassId`, `landblock`, `cell`, `posX`, `posY`, `posZ`, `qW`, `qX`, `qY`, `qZ`) +VALUES (2881753680, 8190, 40125, 50, 152.3996, 33.85873, 97.23705, 0.7071068, 0, 0, -0.7071068); + +INSERT INTO `base_ace_object` (`baseAceObjectId`, `name`, `typeId`, `paletteId`, `ammoType`, `blipColor`, `bitField`, `burden`, `combatUse`, `cooldownDuration`, `cooldownId`, `effects`, `containersCapacity`, `header`, `hookTypeId`, `iconId`, `iconOverlayId`, `iconUnderlayId`, `hookItemTypes`, `itemsCapacity`, `location`, `materialType`, `maxStackSize`, `maxStructure`, `radar`, `pscript`, `spellId`, `stackSize`, `structure`, `targetTypeId`, `usability`, `useRadius`, `validLocations`, `value`, `workmanship`, `animationFrameId`, `defaultScript`, `defaultScriptIntensity`, `elasticity`, `friction`, `locationId`, `modelTableId`, `objectScale`, `physicsBitField`, `physicsTableId`, `motionTableId`, `soundTableId`, `physicsState`, `translucency`, `currentMotionState`) +VALUES (3326992199, 'The Floating City', 65536, 0, 0, 0, 262164, 0, 0, 0, 0, 0, 0, 8388656, 0, 100667499, 0, 0, 0, 0, 0, 0, 0, 0, 4, 0, 0, 0, 0, 0, 32, -0.1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 33554867, 0, 98307, 0, 150994947, 0, 3084, 0, 'AAA9AAAAAAA='); + +INSERT INTO `ace_object` (`baseAceObjectId`, `weenieClassId`, `landblock`, `cell`, `posX`, `posY`, `posZ`, `qW`, `qX`, `qY`, `qZ`) +VALUES (3326992199, 8190, 44699, 39, 100.1474, 166.6113, 71.82128, 0.7071068, 0, 0, -0.7071068); + +INSERT INTO `base_ace_object` (`baseAceObjectId`, `name`, `typeId`, `paletteId`, `ammoType`, `blipColor`, `bitField`, `burden`, `combatUse`, `cooldownDuration`, `cooldownId`, `effects`, `containersCapacity`, `header`, `hookTypeId`, `iconId`, `iconOverlayId`, `iconUnderlayId`, `hookItemTypes`, `itemsCapacity`, `location`, `materialType`, `maxStackSize`, `maxStructure`, `radar`, `pscript`, `spellId`, `stackSize`, `structure`, `targetTypeId`, `usability`, `useRadius`, `validLocations`, `value`, `workmanship`, `animationFrameId`, `defaultScript`, `defaultScriptIntensity`, `elasticity`, `friction`, `locationId`, `modelTableId`, `objectScale`, `physicsBitField`, `physicsTableId`, `motionTableId`, `soundTableId`, `physicsState`, `translucency`, `currentMotionState`) +VALUES (3359304123, 'The Floating City', 65536, 0, 0, 0, 262164, 0, 0, 0, 0, 0, 0, 8388656, 0, 100667499, 0, 0, 0, 0, 0, 0, 0, 0, 4, 0, 0, 0, 0, 0, 32, -0.1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 33554867, 0, 98307, 0, 150994947, 0, 3084, 0, 'AAA9AAAAAAA='); + +INSERT INTO `ace_object` (`baseAceObjectId`, `weenieClassId`, `landblock`, `cell`, `posX`, `posY`, `posZ`, `qW`, `qX`, `qY`, `qZ`) +VALUES (3359304123, 8190, 43461, 21, 54.23622, 111.7008, 121.7611, 0.7071068, 0, 0, -0.7071068); + +INSERT INTO `base_ace_object` (`baseAceObjectId`, `name`, `typeId`, `paletteId`, `ammoType`, `blipColor`, `bitField`, `burden`, `combatUse`, `cooldownDuration`, `cooldownId`, `effects`, `containersCapacity`, `header`, `hookTypeId`, `iconId`, `iconOverlayId`, `iconUnderlayId`, `hookItemTypes`, `itemsCapacity`, `location`, `materialType`, `maxStackSize`, `maxStructure`, `radar`, `pscript`, `spellId`, `stackSize`, `structure`, `targetTypeId`, `usability`, `useRadius`, `validLocations`, `value`, `workmanship`, `animationFrameId`, `defaultScript`, `defaultScriptIntensity`, `elasticity`, `friction`, `locationId`, `modelTableId`, `objectScale`, `physicsBitField`, `physicsTableId`, `motionTableId`, `soundTableId`, `physicsState`, `translucency`, `currentMotionState`) +VALUES (3710459047, 'The Floating City', 65536, 0, 0, 0, 262164, 0, 0, 0, 0, 0, 0, 8388656, 0, 100667499, 0, 0, 0, 0, 0, 0, 0, 0, 4, 0, 0, 0, 0, 0, 32, -0.1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 33554867, 0, 98307, 0, 150994947, 0, 3084, 0, 'AAA9AAAAAAA='); + +INSERT INTO `ace_object` (`baseAceObjectId`, `weenieClassId`, `landblock`, `cell`, `posX`, `posY`, `posZ`, `qW`, `qX`, `qY`, `qZ`) +VALUES (3710459047, 8190, 43600, 58, 180.7484, 40.28422, 37.937, 0.8433914, 0, 0, -0.5372996); + +INSERT INTO `base_ace_object` (`baseAceObjectId`, `name`, `typeId`, `paletteId`, `ammoType`, `blipColor`, `bitField`, `burden`, `combatUse`, `cooldownDuration`, `cooldownId`, `effects`, `containersCapacity`, `header`, `hookTypeId`, `iconId`, `iconOverlayId`, `iconUnderlayId`, `hookItemTypes`, `itemsCapacity`, `location`, `materialType`, `maxStackSize`, `maxStructure`, `radar`, `pscript`, `spellId`, `stackSize`, `structure`, `targetTypeId`, `usability`, `useRadius`, `validLocations`, `value`, `workmanship`, `animationFrameId`, `defaultScript`, `defaultScriptIntensity`, `elasticity`, `friction`, `locationId`, `modelTableId`, `objectScale`, `physicsBitField`, `physicsTableId`, `motionTableId`, `soundTableId`, `physicsState`, `translucency`, `currentMotionState`) +VALUES (2886203004, 'The Floating City', 65536, 0, 0, 0, 262164, 0, 0, 0, 0, 0, 0, 8388656, 0, 100667499, 0, 0, 0, 0, 0, 0, 0, 0, 4, 0, 0, 0, 0, 0, 32, -0.1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 33554867, 0, 98307, 0, 150994947, 0, 3084, 0, 'AAA9AAAAAAA='); + +INSERT INTO `ace_object` (`baseAceObjectId`, `weenieClassId`, `landblock`, `cell`, `posX`, `posY`, `posZ`, `qW`, `qX`, `qY`, `qZ`) +VALUES (2886203004, 8190, 44702, 40, 99.95518, 172.3101, 87.78194, 0.7071068, 0, 0, -0.7071068); + +INSERT INTO `base_ace_object` (`baseAceObjectId`, `name`, `typeId`, `paletteId`, `ammoType`, `blipColor`, `bitField`, `burden`, `combatUse`, `cooldownDuration`, `cooldownId`, `effects`, `containersCapacity`, `header`, `hookTypeId`, `iconId`, `iconOverlayId`, `iconUnderlayId`, `hookItemTypes`, `itemsCapacity`, `location`, `materialType`, `maxStackSize`, `maxStructure`, `radar`, `pscript`, `spellId`, `stackSize`, `structure`, `targetTypeId`, `usability`, `useRadius`, `validLocations`, `value`, `workmanship`, `animationFrameId`, `defaultScript`, `defaultScriptIntensity`, `elasticity`, `friction`, `locationId`, `modelTableId`, `objectScale`, `physicsBitField`, `physicsTableId`, `motionTableId`, `soundTableId`, `physicsState`, `translucency`, `currentMotionState`) +VALUES (2884687448, 'The Floating City', 65536, 0, 0, 0, 262164, 0, 0, 0, 0, 0, 0, 8388656, 0, 100667499, 0, 0, 0, 0, 0, 0, 0, 0, 4, 0, 0, 0, 0, 0, 32, -0.1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 33554867, 0, 98307, 0, 150994947, 0, 3084, 0, 'AAA9AAAAAAA='); + +INSERT INTO `ace_object` (`baseAceObjectId`, `weenieClassId`, `landblock`, `cell`, `posX`, `posY`, `posZ`, `qW`, `qX`, `qY`, `qZ`) +VALUES (2884687448, 8190, 44740, 48, 122.5534, 186.4846, 198.9949, 0.7071068, 0, 0, -0.7071068); + +INSERT INTO `base_ace_object` (`baseAceObjectId`, `name`, `typeId`, `paletteId`, `ammoType`, `blipColor`, `bitField`, `burden`, `combatUse`, `cooldownDuration`, `cooldownId`, `effects`, `containersCapacity`, `header`, `hookTypeId`, `iconId`, `iconOverlayId`, `iconUnderlayId`, `hookItemTypes`, `itemsCapacity`, `location`, `materialType`, `maxStackSize`, `maxStructure`, `radar`, `pscript`, `spellId`, `stackSize`, `structure`, `targetTypeId`, `usability`, `useRadius`, `validLocations`, `value`, `workmanship`, `animationFrameId`, `defaultScript`, `defaultScriptIntensity`, `elasticity`, `friction`, `locationId`, `modelTableId`, `objectScale`, `physicsBitField`, `physicsTableId`, `motionTableId`, `soundTableId`, `physicsState`, `translucency`, `currentMotionState`) +VALUES (2877510534, 'The Floating City', 65536, 0, 0, 0, 262164, 0, 0, 0, 0, 0, 0, 8388656, 0, 100667499, 0, 0, 0, 0, 0, 0, 0, 0, 4, 0, 0, 0, 0, 0, 32, -0.1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 33554867, 0, 98307, 0, 150994947, 0, 3084, 0, 'AAA9AAAAAAA='); + +INSERT INTO `ace_object` (`baseAceObjectId`, `weenieClassId`, `landblock`, `cell`, `posX`, `posY`, `posZ`, `qW`, `qX`, `qY`, `qZ`) +VALUES (2877510534, 8190, 54189, 16, 33.93514, 173.4009, 1.109071, 0.7071068, 0, 0, -0.7071068); + +INSERT INTO `base_ace_object` (`baseAceObjectId`, `name`, `typeId`, `paletteId`, `ammoType`, `blipColor`, `bitField`, `burden`, `combatUse`, `cooldownDuration`, `cooldownId`, `effects`, `containersCapacity`, `header`, `hookTypeId`, `iconId`, `iconOverlayId`, `iconUnderlayId`, `hookItemTypes`, `itemsCapacity`, `location`, `materialType`, `maxStackSize`, `maxStructure`, `radar`, `pscript`, `spellId`, `stackSize`, `structure`, `targetTypeId`, `usability`, `useRadius`, `validLocations`, `value`, `workmanship`, `animationFrameId`, `defaultScript`, `defaultScriptIntensity`, `elasticity`, `friction`, `locationId`, `modelTableId`, `objectScale`, `physicsBitField`, `physicsTableId`, `motionTableId`, `soundTableId`, `physicsState`, `translucency`, `currentMotionState`) +VALUES (3309575157, 'The Floating City', 65536, 0, 0, 0, 262164, 0, 0, 0, 0, 0, 0, 8388656, 0, 100667499, 0, 0, 0, 0, 0, 0, 0, 0, 4, 0, 0, 0, 0, 0, 32, -0.1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 33554867, 0, 98307, 0, 150994947, 0, 3084, 0, 'AAA9AAAAAAA='); + +INSERT INTO `ace_object` (`baseAceObjectId`, `weenieClassId`, `landblock`, `cell`, `posX`, `posY`, `posZ`, `qW`, `qX`, `qY`, `qZ`) +VALUES (3309575157, 8190, 63835, 7, 3.78131, 147.4012, -0.9629999, 0.8433914, 0, 0, -0.5372996); + +INSERT INTO `base_ace_object` (`baseAceObjectId`, `name`, `typeId`, `paletteId`, `ammoType`, `blipColor`, `bitField`, `burden`, `combatUse`, `cooldownDuration`, `cooldownId`, `effects`, `containersCapacity`, `header`, `hookTypeId`, `iconId`, `iconOverlayId`, `iconUnderlayId`, `hookItemTypes`, `itemsCapacity`, `location`, `materialType`, `maxStackSize`, `maxStructure`, `radar`, `pscript`, `spellId`, `stackSize`, `structure`, `targetTypeId`, `usability`, `useRadius`, `validLocations`, `value`, `workmanship`, `animationFrameId`, `defaultScript`, `defaultScriptIntensity`, `elasticity`, `friction`, `locationId`, `modelTableId`, `objectScale`, `physicsBitField`, `physicsTableId`, `motionTableId`, `soundTableId`, `physicsState`, `translucency`, `currentMotionState`) +VALUES (3631448376, 'The Floating City', 65536, 0, 0, 0, 262164, 0, 0, 0, 0, 0, 0, 8388656, 0, 100667499, 0, 0, 0, 0, 0, 0, 0, 0, 4, 0, 0, 0, 0, 0, 32, -0.1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 33554867, 0, 98307, 0, 150994947, 0, 3084, 0, 'AAA9AAAAAAA='); + +INSERT INTO `ace_object` (`baseAceObjectId`, `weenieClassId`, `landblock`, `cell`, `posX`, `posY`, `posZ`, `qW`, `qX`, `qY`, `qZ`) +VALUES (3631448376, 8190, 52573, 36, 104.3992, 94.83016, 17.937, 0.8433914, 0, 0, -0.5372996); + diff --git a/Database/3-Core/objects/PortalsGolemSanctum_0.sql b/Database/3-Core/objects/PortalsGolemSanctum_0.sql new file mode 100644 index 0000000000..acec412a26 --- /dev/null +++ b/Database/3-Core/objects/PortalsGolemSanctum_0.sql @@ -0,0 +1,174 @@ +INSERT INTO `base_ace_object` (`baseAceObjectId`, `name`, `typeId`, `paletteId`, `ammoType`, `blipColor`, `bitField`, `burden`, `combatUse`, `cooldownDuration`, `cooldownId`, `effects`, `containersCapacity`, `header`, `hookTypeId`, `iconId`, `iconOverlayId`, `iconUnderlayId`, `hookItemTypes`, `itemsCapacity`, `location`, `materialType`, `maxStackSize`, `maxStructure`, `radar`, `pscript`, `spellId`, `stackSize`, `structure`, `targetTypeId`, `usability`, `useRadius`, `validLocations`, `value`, `workmanship`, `animationFrameId`, `defaultScript`, `defaultScriptIntensity`, `elasticity`, `friction`, `locationId`, `modelTableId`, `objectScale`, `physicsBitField`, `physicsTableId`, `motionTableId`, `soundTableId`, `physicsState`, `translucency`, `currentMotionState`) +VALUES (3685917978, 'Golem Sanctum Portal', 65536, 0, 0, 0, 262164, 0, 0, 0, 0, 0, 0, 8388656, 0, 100667499, 0, 0, 0, 0, 0, 0, 0, 0, 4, 0, 0, 0, 0, 0, 32, -0.1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 33555926, 0, 98307, 0, 150994947, 0, 3084, 0, 'AAA9AAAAAAA='); + +INSERT INTO `ace_object` (`baseAceObjectId`, `weenieClassId`, `landblock`, `cell`, `posX`, `posY`, `posZ`, `qW`, `qX`, `qY`, `qZ`) +VALUES (3685917978, 7934, 37787, 3, 6.81813, 61.97723, 133.3007, 0.9537169, 0, 0, -0.3007058); + +INSERT INTO `base_ace_object` (`baseAceObjectId`, `name`, `typeId`, `paletteId`, `ammoType`, `blipColor`, `bitField`, `burden`, `combatUse`, `cooldownDuration`, `cooldownId`, `effects`, `containersCapacity`, `header`, `hookTypeId`, `iconId`, `iconOverlayId`, `iconUnderlayId`, `hookItemTypes`, `itemsCapacity`, `location`, `materialType`, `maxStackSize`, `maxStructure`, `radar`, `pscript`, `spellId`, `stackSize`, `structure`, `targetTypeId`, `usability`, `useRadius`, `validLocations`, `value`, `workmanship`, `animationFrameId`, `defaultScript`, `defaultScriptIntensity`, `elasticity`, `friction`, `locationId`, `modelTableId`, `objectScale`, `physicsBitField`, `physicsTableId`, `motionTableId`, `soundTableId`, `physicsState`, `translucency`, `currentMotionState`) +VALUES (3692328637, 'Golem Sanctum Portal', 65536, 0, 0, 0, 262164, 0, 0, 0, 0, 0, 0, 8388656, 0, 100667499, 0, 0, 0, 0, 0, 0, 0, 0, 4, 0, 0, 0, 0, 0, 32, -0.1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 33555926, 0, 98307, 0, 150994947, 0, 3084, 0, 'AAA9AAAAAAA='); + +INSERT INTO `ace_object` (`baseAceObjectId`, `weenieClassId`, `landblock`, `cell`, `posX`, `posY`, `posZ`, `qW`, `qX`, `qY`, `qZ`) +VALUES (3692328637, 7934, 50091, 58, 168.024, 29.32995, 115.4888, 0.9537169, 0, 0, -0.3007058); + +INSERT INTO `base_ace_object` (`baseAceObjectId`, `name`, `typeId`, `paletteId`, `ammoType`, `blipColor`, `bitField`, `burden`, `combatUse`, `cooldownDuration`, `cooldownId`, `effects`, `containersCapacity`, `header`, `hookTypeId`, `iconId`, `iconOverlayId`, `iconUnderlayId`, `hookItemTypes`, `itemsCapacity`, `location`, `materialType`, `maxStackSize`, `maxStructure`, `radar`, `pscript`, `spellId`, `stackSize`, `structure`, `targetTypeId`, `usability`, `useRadius`, `validLocations`, `value`, `workmanship`, `animationFrameId`, `defaultScript`, `defaultScriptIntensity`, `elasticity`, `friction`, `locationId`, `modelTableId`, `objectScale`, `physicsBitField`, `physicsTableId`, `motionTableId`, `soundTableId`, `physicsState`, `translucency`, `currentMotionState`) +VALUES (3700024128, 'Golem Sanctum Portal', 65536, 0, 0, 0, 262164, 0, 0, 0, 0, 0, 0, 8388656, 0, 100667499, 0, 0, 0, 0, 0, 0, 0, 0, 4, 0, 0, 0, 0, 0, 32, -0.1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 33555926, 0, 98307, 0, 150994947, 0, 3084, 0, 'AAA9AAAAAAA='); + +INSERT INTO `ace_object` (`baseAceObjectId`, `weenieClassId`, `landblock`, `cell`, `posX`, `posY`, `posZ`, `qW`, `qX`, `qY`, `qZ`) +VALUES (3700024128, 7934, 33683, 61, 171.7083, 96.86608, 123.937, 0.9537169, 0, 0, -0.3007058); + +INSERT INTO `base_ace_object` (`baseAceObjectId`, `name`, `typeId`, `paletteId`, `ammoType`, `blipColor`, `bitField`, `burden`, `combatUse`, `cooldownDuration`, `cooldownId`, `effects`, `containersCapacity`, `header`, `hookTypeId`, `iconId`, `iconOverlayId`, `iconUnderlayId`, `hookItemTypes`, `itemsCapacity`, `location`, `materialType`, `maxStackSize`, `maxStructure`, `radar`, `pscript`, `spellId`, `stackSize`, `structure`, `targetTypeId`, `usability`, `useRadius`, `validLocations`, `value`, `workmanship`, `animationFrameId`, `defaultScript`, `defaultScriptIntensity`, `elasticity`, `friction`, `locationId`, `modelTableId`, `objectScale`, `physicsBitField`, `physicsTableId`, `motionTableId`, `soundTableId`, `physicsState`, `translucency`, `currentMotionState`) +VALUES (3708804480, 'Golem Sanctum Portal', 65536, 0, 0, 0, 262164, 0, 0, 0, 0, 0, 0, 8388656, 0, 100667499, 0, 0, 0, 0, 0, 0, 0, 0, 4, 0, 0, 0, 0, 0, 32, -0.1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 33555926, 0, 98307, 0, 150994947, 0, 3084, 0, 'AAA9AAAAAAA='); + +INSERT INTO `ace_object` (`baseAceObjectId`, `weenieClassId`, `landblock`, `cell`, `posX`, `posY`, `posZ`, `qW`, `qX`, `qY`, `qZ`) +VALUES (3708804480, 7934, 35209, 63, 175.0471, 166.1951, 72.62647, 0.9537169, 0, 0, -0.3007058); + +INSERT INTO `base_ace_object` (`baseAceObjectId`, `name`, `typeId`, `paletteId`, `ammoType`, `blipColor`, `bitField`, `burden`, `combatUse`, `cooldownDuration`, `cooldownId`, `effects`, `containersCapacity`, `header`, `hookTypeId`, `iconId`, `iconOverlayId`, `iconUnderlayId`, `hookItemTypes`, `itemsCapacity`, `location`, `materialType`, `maxStackSize`, `maxStructure`, `radar`, `pscript`, `spellId`, `stackSize`, `structure`, `targetTypeId`, `usability`, `useRadius`, `validLocations`, `value`, `workmanship`, `animationFrameId`, `defaultScript`, `defaultScriptIntensity`, `elasticity`, `friction`, `locationId`, `modelTableId`, `objectScale`, `physicsBitField`, `physicsTableId`, `motionTableId`, `soundTableId`, `physicsState`, `translucency`, `currentMotionState`) +VALUES (3708924334, 'Golem Sanctum Portal', 65536, 0, 0, 0, 262164, 0, 0, 0, 0, 0, 0, 8388656, 0, 100667499, 0, 0, 0, 0, 0, 0, 0, 0, 4, 0, 0, 0, 0, 0, 32, -0.1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 33555926, 0, 98307, 0, 150994947, 0, 3084, 0, 'AAA9AAAAAAA='); + +INSERT INTO `ace_object` (`baseAceObjectId`, `weenieClassId`, `landblock`, `cell`, `posX`, `posY`, `posZ`, `qW`, `qX`, `qY`, `qZ`) +VALUES (3708924334, 7934, 42067, 11, 44.88294, 54.64265, 57.38345, 0.9537169, 0, 0, -0.3007058); + +INSERT INTO `base_ace_object` (`baseAceObjectId`, `name`, `typeId`, `paletteId`, `ammoType`, `blipColor`, `bitField`, `burden`, `combatUse`, `cooldownDuration`, `cooldownId`, `effects`, `containersCapacity`, `header`, `hookTypeId`, `iconId`, `iconOverlayId`, `iconUnderlayId`, `hookItemTypes`, `itemsCapacity`, `location`, `materialType`, `maxStackSize`, `maxStructure`, `radar`, `pscript`, `spellId`, `stackSize`, `structure`, `targetTypeId`, `usability`, `useRadius`, `validLocations`, `value`, `workmanship`, `animationFrameId`, `defaultScript`, `defaultScriptIntensity`, `elasticity`, `friction`, `locationId`, `modelTableId`, `objectScale`, `physicsBitField`, `physicsTableId`, `motionTableId`, `soundTableId`, `physicsState`, `translucency`, `currentMotionState`) +VALUES (3711001764, 'Golem Sanctum Portal', 65536, 0, 0, 0, 262164, 0, 0, 0, 0, 0, 0, 8388656, 0, 100667499, 0, 0, 0, 0, 0, 0, 0, 0, 4, 0, 0, 0, 0, 0, 32, -0.1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 33555926, 0, 98311, 0, 150994947, 0, 3084, 0, 'AAA9AAAAAAA='); + +INSERT INTO `ace_object` (`baseAceObjectId`, `weenieClassId`, `landblock`, `cell`, `posX`, `posY`, `posZ`, `qW`, `qX`, `qY`, `qZ`) +VALUES (3711001764, 7934, 44706, 17, 70.78506, 6.028717, 158.0382, 0.9537169, 0, 0, -0.3007058); + +INSERT INTO `base_ace_object` (`baseAceObjectId`, `name`, `typeId`, `paletteId`, `ammoType`, `blipColor`, `bitField`, `burden`, `combatUse`, `cooldownDuration`, `cooldownId`, `effects`, `containersCapacity`, `header`, `hookTypeId`, `iconId`, `iconOverlayId`, `iconUnderlayId`, `hookItemTypes`, `itemsCapacity`, `location`, `materialType`, `maxStackSize`, `maxStructure`, `radar`, `pscript`, `spellId`, `stackSize`, `structure`, `targetTypeId`, `usability`, `useRadius`, `validLocations`, `value`, `workmanship`, `animationFrameId`, `defaultScript`, `defaultScriptIntensity`, `elasticity`, `friction`, `locationId`, `modelTableId`, `objectScale`, `physicsBitField`, `physicsTableId`, `motionTableId`, `soundTableId`, `physicsState`, `translucency`, `currentMotionState`) +VALUES (3711029442, 'Golem Sanctum Portal', 65536, 0, 0, 0, 262164, 0, 0, 0, 0, 0, 0, 8388656, 0, 100667499, 0, 0, 0, 0, 0, 0, 0, 0, 4, 0, 0, 0, 0, 0, 32, -0.1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 33555926, 0, 98307, 0, 150994947, 0, 3084, 0, 'AAA9AAAAAAA='); + +INSERT INTO `ace_object` (`baseAceObjectId`, `weenieClassId`, `landblock`, `cell`, `posX`, `posY`, `posZ`, `qW`, `qX`, `qY`, `qZ`) +VALUES (3711029442, 7934, 52379, 17, 65.73511, 14.7364, 15.43722, 0.9537169, 0, 0, -0.3007058); + +INSERT INTO `base_ace_object` (`baseAceObjectId`, `name`, `typeId`, `paletteId`, `ammoType`, `blipColor`, `bitField`, `burden`, `combatUse`, `cooldownDuration`, `cooldownId`, `effects`, `containersCapacity`, `header`, `hookTypeId`, `iconId`, `iconOverlayId`, `iconUnderlayId`, `hookItemTypes`, `itemsCapacity`, `location`, `materialType`, `maxStackSize`, `maxStructure`, `radar`, `pscript`, `spellId`, `stackSize`, `structure`, `targetTypeId`, `usability`, `useRadius`, `validLocations`, `value`, `workmanship`, `animationFrameId`, `defaultScript`, `defaultScriptIntensity`, `elasticity`, `friction`, `locationId`, `modelTableId`, `objectScale`, `physicsBitField`, `physicsTableId`, `motionTableId`, `soundTableId`, `physicsState`, `translucency`, `currentMotionState`) +VALUES (3710887182, 'Golem Sanctum Portal', 65536, 0, 0, 0, 262164, 0, 0, 0, 0, 0, 0, 8388656, 0, 100667499, 0, 0, 0, 0, 0, 0, 0, 0, 4, 0, 0, 0, 0, 0, 32, -0.1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 33555926, 0, 98307, 0, 150994947, 0, 3084, 0, 'AAA9AAAAAAA='); + +INSERT INTO `ace_object` (`baseAceObjectId`, `weenieClassId`, `landblock`, `cell`, `posX`, `posY`, `posZ`, `qW`, `qX`, `qY`, `qZ`) +VALUES (3710887182, 7934, 48042, 17, 68.66483, 11.93276, 79.65907, 0.9537169, 0, 0, -0.3007058); + +INSERT INTO `base_ace_object` (`baseAceObjectId`, `name`, `typeId`, `paletteId`, `ammoType`, `blipColor`, `bitField`, `burden`, `combatUse`, `cooldownDuration`, `cooldownId`, `effects`, `containersCapacity`, `header`, `hookTypeId`, `iconId`, `iconOverlayId`, `iconUnderlayId`, `hookItemTypes`, `itemsCapacity`, `location`, `materialType`, `maxStackSize`, `maxStructure`, `radar`, `pscript`, `spellId`, `stackSize`, `structure`, `targetTypeId`, `usability`, `useRadius`, `validLocations`, `value`, `workmanship`, `animationFrameId`, `defaultScript`, `defaultScriptIntensity`, `elasticity`, `friction`, `locationId`, `modelTableId`, `objectScale`, `physicsBitField`, `physicsTableId`, `motionTableId`, `soundTableId`, `physicsState`, `translucency`, `currentMotionState`) +VALUES (3361234977, 'Golem Sanctum Portal', 65536, 0, 0, 0, 262164, 0, 0, 0, 0, 0, 0, 8388656, 0, 100667499, 0, 0, 0, 0, 0, 0, 0, 0, 4, 0, 0, 0, 0, 0, 32, -0.1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 33555926, 0, 98307, 0, 150994947, 0, 3084, 0, 'AAA9AAAAAAA='); + +INSERT INTO `ace_object` (`baseAceObjectId`, `weenieClassId`, `landblock`, `cell`, `posX`, `posY`, `posZ`, `qW`, `qX`, `qY`, `qZ`) +VALUES (3361234977, 7934, 34323, 11, 27.4564, 70.352, 261.937, 0.9537169, 0, 0, -0.3007058); + +INSERT INTO `base_ace_object` (`baseAceObjectId`, `name`, `typeId`, `paletteId`, `ammoType`, `blipColor`, `bitField`, `burden`, `combatUse`, `cooldownDuration`, `cooldownId`, `effects`, `containersCapacity`, `header`, `hookTypeId`, `iconId`, `iconOverlayId`, `iconUnderlayId`, `hookItemTypes`, `itemsCapacity`, `location`, `materialType`, `maxStackSize`, `maxStructure`, `radar`, `pscript`, `spellId`, `stackSize`, `structure`, `targetTypeId`, `usability`, `useRadius`, `validLocations`, `value`, `workmanship`, `animationFrameId`, `defaultScript`, `defaultScriptIntensity`, `elasticity`, `friction`, `locationId`, `modelTableId`, `objectScale`, `physicsBitField`, `physicsTableId`, `motionTableId`, `soundTableId`, `physicsState`, `translucency`, `currentMotionState`) +VALUES (2629000497, 'Golem Sanctum Portal', 65536, 0, 0, 0, 262164, 0, 0, 0, 0, 0, 0, 8388656, 0, 100667499, 0, 0, 0, 0, 0, 0, 0, 0, 4, 0, 0, 0, 0, 0, 32, -0.1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 33555926, 0, 98307, 0, 150994947, 0, 3084, 0, 'AAA9AAAAAAA='); + +INSERT INTO `ace_object` (`baseAceObjectId`, `weenieClassId`, `landblock`, `cell`, `posX`, `posY`, `posZ`, `qW`, `qX`, `qY`, `qZ`) +VALUES (2629000497, 7934, 31625, 23, 63.07824, 152.7609, 153.937, 0.9537169, 0, 0, -0.3007058); + +INSERT INTO `base_ace_object` (`baseAceObjectId`, `name`, `typeId`, `paletteId`, `ammoType`, `blipColor`, `bitField`, `burden`, `combatUse`, `cooldownDuration`, `cooldownId`, `effects`, `containersCapacity`, `header`, `hookTypeId`, `iconId`, `iconOverlayId`, `iconUnderlayId`, `hookItemTypes`, `itemsCapacity`, `location`, `materialType`, `maxStackSize`, `maxStructure`, `radar`, `pscript`, `spellId`, `stackSize`, `structure`, `targetTypeId`, `usability`, `useRadius`, `validLocations`, `value`, `workmanship`, `animationFrameId`, `defaultScript`, `defaultScriptIntensity`, `elasticity`, `friction`, `locationId`, `modelTableId`, `objectScale`, `physicsBitField`, `physicsTableId`, `motionTableId`, `soundTableId`, `physicsState`, `translucency`, `currentMotionState`) +VALUES (2629529557, 'Golem Sanctum Portal', 65536, 0, 0, 0, 262164, 0, 0, 0, 0, 0, 0, 8388656, 0, 100667499, 0, 0, 0, 0, 0, 0, 0, 0, 4, 0, 0, 0, 0, 0, 32, -0.1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 33555926, 0, 98307, 0, 150994947, 0, 3084, 0, 'AAA9AAAAAAA='); + +INSERT INTO `ace_object` (`baseAceObjectId`, `weenieClassId`, `landblock`, `cell`, `posX`, `posY`, `posZ`, `qW`, `qX`, `qY`, `qZ`) +VALUES (2629529557, 7934, 39504, 62, 174.1732, 138.4557, 13.46964, 0.9537169, 0, 0, -0.3007058); + +INSERT INTO `base_ace_object` (`baseAceObjectId`, `name`, `typeId`, `paletteId`, `ammoType`, `blipColor`, `bitField`, `burden`, `combatUse`, `cooldownDuration`, `cooldownId`, `effects`, `containersCapacity`, `header`, `hookTypeId`, `iconId`, `iconOverlayId`, `iconUnderlayId`, `hookItemTypes`, `itemsCapacity`, `location`, `materialType`, `maxStackSize`, `maxStructure`, `radar`, `pscript`, `spellId`, `stackSize`, `structure`, `targetTypeId`, `usability`, `useRadius`, `validLocations`, `value`, `workmanship`, `animationFrameId`, `defaultScript`, `defaultScriptIntensity`, `elasticity`, `friction`, `locationId`, `modelTableId`, `objectScale`, `physicsBitField`, `physicsTableId`, `motionTableId`, `soundTableId`, `physicsState`, `translucency`, `currentMotionState`) +VALUES (3353717569, 'Golem Sanctum Portal', 65536, 0, 0, 0, 262164, 0, 0, 0, 0, 0, 0, 8388656, 0, 100667499, 0, 0, 0, 0, 0, 0, 0, 0, 4, 0, 0, 0, 0, 0, 32, -0.1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 33555926, 0, 98307, 0, 150994947, 0, 3084, 0, 'AAA9AAAAAAA='); + +INSERT INTO `ace_object` (`baseAceObjectId`, `weenieClassId`, `landblock`, `cell`, `posX`, `posY`, `posZ`, `qW`, `qX`, `qY`, `qZ`) +VALUES (3353717569, 7934, 41014, 24, 56.81005, 186.4577, 61.937, 0.9537169, 0, 0, -0.3007058); + +INSERT INTO `base_ace_object` (`baseAceObjectId`, `name`, `typeId`, `paletteId`, `ammoType`, `blipColor`, `bitField`, `burden`, `combatUse`, `cooldownDuration`, `cooldownId`, `effects`, `containersCapacity`, `header`, `hookTypeId`, `iconId`, `iconOverlayId`, `iconUnderlayId`, `hookItemTypes`, `itemsCapacity`, `location`, `materialType`, `maxStackSize`, `maxStructure`, `radar`, `pscript`, `spellId`, `stackSize`, `structure`, `targetTypeId`, `usability`, `useRadius`, `validLocations`, `value`, `workmanship`, `animationFrameId`, `defaultScript`, `defaultScriptIntensity`, `elasticity`, `friction`, `locationId`, `modelTableId`, `objectScale`, `physicsBitField`, `physicsTableId`, `motionTableId`, `soundTableId`, `physicsState`, `translucency`, `currentMotionState`) +VALUES (1881985035, 'Golem Sanctum Portal', 65536, 0, 0, 0, 262164, 0, 0, 0, 0, 0, 0, 8388656, 0, 100667499, 0, 0, 0, 0, 0, 0, 0, 0, 4, 0, 0, 0, 0, 0, 32, -0.1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 33555926, 0, 98307, 0, 150994947, 0, 3084, 0, 'AAA9AAAAAAA='); + +INSERT INTO `ace_object` (`baseAceObjectId`, `weenieClassId`, `landblock`, `cell`, `posX`, `posY`, `posZ`, `qW`, `qX`, `qY`, `qZ`) +VALUES (1881985035, 7934, 717, 385, 108.075, -83.6721, -18.063, 0.9210611, 0, 0, -0.3894181); + +INSERT INTO `base_ace_object` (`baseAceObjectId`, `name`, `typeId`, `paletteId`, `ammoType`, `blipColor`, `bitField`, `burden`, `combatUse`, `cooldownDuration`, `cooldownId`, `effects`, `containersCapacity`, `header`, `hookTypeId`, `iconId`, `iconOverlayId`, `iconUnderlayId`, `hookItemTypes`, `itemsCapacity`, `location`, `materialType`, `maxStackSize`, `maxStructure`, `radar`, `pscript`, `spellId`, `stackSize`, `structure`, `targetTypeId`, `usability`, `useRadius`, `validLocations`, `value`, `workmanship`, `animationFrameId`, `defaultScript`, `defaultScriptIntensity`, `elasticity`, `friction`, `locationId`, `modelTableId`, `objectScale`, `physicsBitField`, `physicsTableId`, `motionTableId`, `soundTableId`, `physicsState`, `translucency`, `currentMotionState`) +VALUES (2447738156, 'Golem Sanctum Portal', 65536, 0, 0, 0, 262164, 0, 0, 0, 0, 0, 0, 8388656, 0, 100667499, 0, 0, 0, 0, 0, 0, 0, 0, 4, 0, 0, 0, 0, 0, 32, -0.1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 33555926, 0, 98307, 0, 150994947, 0, 3084, 0, 'AAA9AAAAAAA='); + +INSERT INTO `ace_object` (`baseAceObjectId`, `weenieClassId`, `landblock`, `cell`, `posX`, `posY`, `posZ`, `qW`, `qX`, `qY`, `qZ`) +VALUES (2447738156, 7934, 35316, 6, 4.8255, 137.9, 7.026542, 0.9537169, 0, 0, -0.3007058); + +INSERT INTO `base_ace_object` (`baseAceObjectId`, `name`, `typeId`, `paletteId`, `ammoType`, `blipColor`, `bitField`, `burden`, `combatUse`, `cooldownDuration`, `cooldownId`, `effects`, `containersCapacity`, `header`, `hookTypeId`, `iconId`, `iconOverlayId`, `iconUnderlayId`, `hookItemTypes`, `itemsCapacity`, `location`, `materialType`, `maxStackSize`, `maxStructure`, `radar`, `pscript`, `spellId`, `stackSize`, `structure`, `targetTypeId`, `usability`, `useRadius`, `validLocations`, `value`, `workmanship`, `animationFrameId`, `defaultScript`, `defaultScriptIntensity`, `elasticity`, `friction`, `locationId`, `modelTableId`, `objectScale`, `physicsBitField`, `physicsTableId`, `motionTableId`, `soundTableId`, `physicsState`, `translucency`, `currentMotionState`) +VALUES (2448633432, 'Golem Sanctum Portal', 65536, 0, 0, 0, 262164, 0, 0, 0, 0, 0, 0, 8388656, 0, 100667499, 0, 0, 0, 0, 0, 0, 0, 0, 4, 0, 0, 0, 0, 0, 32, -0.1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 33555926, 0, 98307, 0, 150994947, 0, 3084, 0, 'AAA9AAAAAAA='); + +INSERT INTO `ace_object` (`baseAceObjectId`, `weenieClassId`, `landblock`, `cell`, `posX`, `posY`, `posZ`, `qW`, `qX`, `qY`, `qZ`) +VALUES (2448633432, 7934, 37191, 4, 18.4041, 81.9464, 21.25057, 0.9537169, 0, 0, -0.3007058); + +INSERT INTO `base_ace_object` (`baseAceObjectId`, `name`, `typeId`, `paletteId`, `ammoType`, `blipColor`, `bitField`, `burden`, `combatUse`, `cooldownDuration`, `cooldownId`, `effects`, `containersCapacity`, `header`, `hookTypeId`, `iconId`, `iconOverlayId`, `iconUnderlayId`, `hookItemTypes`, `itemsCapacity`, `location`, `materialType`, `maxStackSize`, `maxStructure`, `radar`, `pscript`, `spellId`, `stackSize`, `structure`, `targetTypeId`, `usability`, `useRadius`, `validLocations`, `value`, `workmanship`, `animationFrameId`, `defaultScript`, `defaultScriptIntensity`, `elasticity`, `friction`, `locationId`, `modelTableId`, `objectScale`, `physicsBitField`, `physicsTableId`, `motionTableId`, `soundTableId`, `physicsState`, `translucency`, `currentMotionState`) +VALUES (2447551664, 'Golem Sanctum Portal', 65536, 0, 0, 0, 262164, 0, 0, 0, 0, 0, 0, 8388656, 0, 100667499, 0, 0, 0, 0, 0, 0, 0, 0, 4, 0, 0, 0, 0, 0, 32, -0.1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 33555926, 0, 98307, 0, 150994947, 0, 3084, 0, 'AAA9AAAAAAA='); + +INSERT INTO `ace_object` (`baseAceObjectId`, `weenieClassId`, `landblock`, `cell`, `posX`, `posY`, `posZ`, `qW`, `qX`, `qY`, `qZ`) +VALUES (2447551664, 7934, 37163, 62, 186.2813, 129.0112, -0.9629999, 0.9537169, 0, 0, -0.3007058); + +INSERT INTO `base_ace_object` (`baseAceObjectId`, `name`, `typeId`, `paletteId`, `ammoType`, `blipColor`, `bitField`, `burden`, `combatUse`, `cooldownDuration`, `cooldownId`, `effects`, `containersCapacity`, `header`, `hookTypeId`, `iconId`, `iconOverlayId`, `iconUnderlayId`, `hookItemTypes`, `itemsCapacity`, `location`, `materialType`, `maxStackSize`, `maxStructure`, `radar`, `pscript`, `spellId`, `stackSize`, `structure`, `targetTypeId`, `usability`, `useRadius`, `validLocations`, `value`, `workmanship`, `animationFrameId`, `defaultScript`, `defaultScriptIntensity`, `elasticity`, `friction`, `locationId`, `modelTableId`, `objectScale`, `physicsBitField`, `physicsTableId`, `motionTableId`, `soundTableId`, `physicsState`, `translucency`, `currentMotionState`) +VALUES (3335179940, 'Golem Sanctum Portal', 65536, 0, 0, 0, 262164, 0, 0, 0, 0, 0, 0, 8388656, 0, 100667499, 0, 0, 0, 0, 0, 0, 0, 0, 4, 0, 0, 0, 0, 0, 32, -0.1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 33555926, 0, 98307, 0, 150994947, 0, 3084, 0, 'AAA9AAAAAAA='); + +INSERT INTO `ace_object` (`baseAceObjectId`, `weenieClassId`, `landblock`, `cell`, `posX`, `posY`, `posZ`, `qW`, `qX`, `qY`, `qZ`) +VALUES (3335179940, 7934, 50087, 24, 48.98783, 187.3089, 80.99052, 0.9537169, 0, 0, -0.3007058); + +INSERT INTO `base_ace_object` (`baseAceObjectId`, `name`, `typeId`, `paletteId`, `ammoType`, `blipColor`, `bitField`, `burden`, `combatUse`, `cooldownDuration`, `cooldownId`, `effects`, `containersCapacity`, `header`, `hookTypeId`, `iconId`, `iconOverlayId`, `iconUnderlayId`, `hookItemTypes`, `itemsCapacity`, `location`, `materialType`, `maxStackSize`, `maxStructure`, `radar`, `pscript`, `spellId`, `stackSize`, `structure`, `targetTypeId`, `usability`, `useRadius`, `validLocations`, `value`, `workmanship`, `animationFrameId`, `defaultScript`, `defaultScriptIntensity`, `elasticity`, `friction`, `locationId`, `modelTableId`, `objectScale`, `physicsBitField`, `physicsTableId`, `motionTableId`, `soundTableId`, `physicsState`, `translucency`, `currentMotionState`) +VALUES (3335140920, 'Golem Sanctum Portal', 65536, 0, 0, 0, 262164, 0, 0, 0, 0, 0, 0, 8388656, 0, 100667499, 0, 0, 0, 0, 0, 0, 0, 0, 4, 0, 0, 0, 0, 0, 32, -0.1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 33555926, 0, 98307, 0, 150994947, 0, 3084, 0, 'AAA9AAAAAAA='); + +INSERT INTO `ace_object` (`baseAceObjectId`, `weenieClassId`, `landblock`, `cell`, `posX`, `posY`, `posZ`, `qW`, `qX`, `qY`, `qZ`) +VALUES (3335140920, 7934, 43940, 39, 98.78989, 166.0286, 229.472, 0.9537169, 0, 0, -0.3007058); + +INSERT INTO `base_ace_object` (`baseAceObjectId`, `name`, `typeId`, `paletteId`, `ammoType`, `blipColor`, `bitField`, `burden`, `combatUse`, `cooldownDuration`, `cooldownId`, `effects`, `containersCapacity`, `header`, `hookTypeId`, `iconId`, `iconOverlayId`, `iconUnderlayId`, `hookItemTypes`, `itemsCapacity`, `location`, `materialType`, `maxStackSize`, `maxStructure`, `radar`, `pscript`, `spellId`, `stackSize`, `structure`, `targetTypeId`, `usability`, `useRadius`, `validLocations`, `value`, `workmanship`, `animationFrameId`, `defaultScript`, `defaultScriptIntensity`, `elasticity`, `friction`, `locationId`, `modelTableId`, `objectScale`, `physicsBitField`, `physicsTableId`, `motionTableId`, `soundTableId`, `physicsState`, `translucency`, `currentMotionState`) +VALUES (2876516819, 'Golem Sanctum Portal', 65536, 0, 0, 0, 262164, 0, 0, 0, 0, 0, 0, 8388656, 0, 100667499, 0, 0, 0, 0, 0, 0, 0, 0, 4, 0, 0, 0, 0, 0, 32, -0.1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 33555926, 0, 98307, 0, 150994947, 0, 3084, 0, 'AAA9AAAAAAA='); + +INSERT INTO `ace_object` (`baseAceObjectId`, `weenieClassId`, `landblock`, `cell`, `posX`, `posY`, `posZ`, `qW`, `qX`, `qY`, `qZ`) +VALUES (2876516819, 7934, 60724, 59, 179.3463, 67.13857, 8.96513, 0.9537169, 0, 0, -0.3007058); + +INSERT INTO `base_ace_object` (`baseAceObjectId`, `name`, `typeId`, `paletteId`, `ammoType`, `blipColor`, `bitField`, `burden`, `combatUse`, `cooldownDuration`, `cooldownId`, `effects`, `containersCapacity`, `header`, `hookTypeId`, `iconId`, `iconOverlayId`, `iconUnderlayId`, `hookItemTypes`, `itemsCapacity`, `location`, `materialType`, `maxStackSize`, `maxStructure`, `radar`, `pscript`, `spellId`, `stackSize`, `structure`, `targetTypeId`, `usability`, `useRadius`, `validLocations`, `value`, `workmanship`, `animationFrameId`, `defaultScript`, `defaultScriptIntensity`, `elasticity`, `friction`, `locationId`, `modelTableId`, `objectScale`, `physicsBitField`, `physicsTableId`, `motionTableId`, `soundTableId`, `physicsState`, `translucency`, `currentMotionState`) +VALUES (2885112652, 'Golem Sanctum Portal', 65536, 0, 0, 0, 262164, 0, 0, 0, 0, 0, 0, 8388656, 0, 100667499, 0, 0, 0, 0, 0, 0, 0, 0, 4, 0, 0, 0, 0, 0, 32, -0.1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 33555926, 0, 98307, 0, 150994947, 0, 3084, 0, 'AAA9AAAAAAA='); + +INSERT INTO `ace_object` (`baseAceObjectId`, `weenieClassId`, `landblock`, `cell`, `posX`, `posY`, `posZ`, `qW`, `qX`, `qY`, `qZ`) +VALUES (2885112652, 7934, 36013, 22, 50.84715, 128.8414, 79.48939, 0.9537169, 0, 0, -0.3007058); + +INSERT INTO `base_ace_object` (`baseAceObjectId`, `name`, `typeId`, `paletteId`, `ammoType`, `blipColor`, `bitField`, `burden`, `combatUse`, `cooldownDuration`, `cooldownId`, `effects`, `containersCapacity`, `header`, `hookTypeId`, `iconId`, `iconOverlayId`, `iconUnderlayId`, `hookItemTypes`, `itemsCapacity`, `location`, `materialType`, `maxStackSize`, `maxStructure`, `radar`, `pscript`, `spellId`, `stackSize`, `structure`, `targetTypeId`, `usability`, `useRadius`, `validLocations`, `value`, `workmanship`, `animationFrameId`, `defaultScript`, `defaultScriptIntensity`, `elasticity`, `friction`, `locationId`, `modelTableId`, `objectScale`, `physicsBitField`, `physicsTableId`, `motionTableId`, `soundTableId`, `physicsState`, `translucency`, `currentMotionState`) +VALUES (2883267976, 'Golem Sanctum Portal', 65536, 0, 0, 0, 262164, 0, 0, 0, 0, 0, 0, 8388656, 0, 100667499, 0, 0, 0, 0, 0, 0, 0, 0, 4, 0, 0, 0, 0, 0, 32, -0.1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 33555926, 0, 98307, 0, 150994947, 0, 3084, 0, 'AAA9AAAAAAA='); + +INSERT INTO `ace_object` (`baseAceObjectId`, `weenieClassId`, `landblock`, `cell`, `posX`, `posY`, `posZ`, `qW`, `qX`, `qY`, `qZ`) +VALUES (2883267976, 7934, 52371, 10, 26.11054, 31.0444, 30.76293, 0.9537169, 0, 0, -0.3007058); + +INSERT INTO `base_ace_object` (`baseAceObjectId`, `name`, `typeId`, `paletteId`, `ammoType`, `blipColor`, `bitField`, `burden`, `combatUse`, `cooldownDuration`, `cooldownId`, `effects`, `containersCapacity`, `header`, `hookTypeId`, `iconId`, `iconOverlayId`, `iconUnderlayId`, `hookItemTypes`, `itemsCapacity`, `location`, `materialType`, `maxStackSize`, `maxStructure`, `radar`, `pscript`, `spellId`, `stackSize`, `structure`, `targetTypeId`, `usability`, `useRadius`, `validLocations`, `value`, `workmanship`, `animationFrameId`, `defaultScript`, `defaultScriptIntensity`, `elasticity`, `friction`, `locationId`, `modelTableId`, `objectScale`, `physicsBitField`, `physicsTableId`, `motionTableId`, `soundTableId`, `physicsState`, `translucency`, `currentMotionState`) +VALUES (2882459362, 'Golem Sanctum Portal', 65536, 0, 0, 0, 262164, 0, 0, 0, 0, 0, 0, 8388656, 0, 100667499, 0, 0, 0, 0, 0, 0, 0, 0, 4, 0, 0, 0, 0, 0, 32, -0.1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 33555926, 0, 98307, 0, 150994947, 0, 3084, 0, 'AAA9AAAAAAA='); + +INSERT INTO `ace_object` (`baseAceObjectId`, `weenieClassId`, `landblock`, `cell`, `posX`, `posY`, `posZ`, `qW`, `qX`, `qY`, `qZ`) +VALUES (2882459362, 7934, 45722, 44, 125.8963, 88.72029, 60.839, 0.9537169, 0, 0, -0.3007058); + +INSERT INTO `base_ace_object` (`baseAceObjectId`, `name`, `typeId`, `paletteId`, `ammoType`, `blipColor`, `bitField`, `burden`, `combatUse`, `cooldownDuration`, `cooldownId`, `effects`, `containersCapacity`, `header`, `hookTypeId`, `iconId`, `iconOverlayId`, `iconUnderlayId`, `hookItemTypes`, `itemsCapacity`, `location`, `materialType`, `maxStackSize`, `maxStructure`, `radar`, `pscript`, `spellId`, `stackSize`, `structure`, `targetTypeId`, `usability`, `useRadius`, `validLocations`, `value`, `workmanship`, `animationFrameId`, `defaultScript`, `defaultScriptIntensity`, `elasticity`, `friction`, `locationId`, `modelTableId`, `objectScale`, `physicsBitField`, `physicsTableId`, `motionTableId`, `soundTableId`, `physicsState`, `translucency`, `currentMotionState`) +VALUES (2613359503, 'Golem Sanctum Portal', 65536, 0, 0, 0, 262164, 0, 0, 0, 0, 0, 0, 8388656, 0, 100667499, 0, 0, 0, 0, 0, 0, 0, 0, 4, 0, 0, 0, 0, 0, 32, -0.1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 33555926, 0, 98307, 0, 150994947, 0, 3084, 0, 'AAA9AAAAAAA='); + +INSERT INTO `ace_object` (`baseAceObjectId`, `weenieClassId`, `landblock`, `cell`, `posX`, `posY`, `posZ`, `qW`, `qX`, `qY`, `qZ`) +VALUES (2613359503, 7934, 46725, 1, 20.96461, 16.14662, 32.40625, 0.9537169, 0, 0, -0.3007058); + +INSERT INTO `base_ace_object` (`baseAceObjectId`, `name`, `typeId`, `paletteId`, `ammoType`, `blipColor`, `bitField`, `burden`, `combatUse`, `cooldownDuration`, `cooldownId`, `effects`, `containersCapacity`, `header`, `hookTypeId`, `iconId`, `iconOverlayId`, `iconUnderlayId`, `hookItemTypes`, `itemsCapacity`, `location`, `materialType`, `maxStackSize`, `maxStructure`, `radar`, `pscript`, `spellId`, `stackSize`, `structure`, `targetTypeId`, `usability`, `useRadius`, `validLocations`, `value`, `workmanship`, `animationFrameId`, `defaultScript`, `defaultScriptIntensity`, `elasticity`, `friction`, `locationId`, `modelTableId`, `objectScale`, `physicsBitField`, `physicsTableId`, `motionTableId`, `soundTableId`, `physicsState`, `translucency`, `currentMotionState`) +VALUES (2870984381, 'Golem Sanctum Portal', 65536, 0, 0, 0, 262164, 0, 0, 0, 0, 0, 0, 8388656, 0, 100667499, 0, 0, 0, 0, 0, 0, 0, 0, 4, 0, 0, 0, 0, 0, 32, -0.1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 33555926, 0, 98307, 0, 150994947, 0, 3084, 0, 'AAA9AAAAAAA='); + +INSERT INTO `ace_object` (`baseAceObjectId`, `weenieClassId`, `landblock`, `cell`, `posX`, `posY`, `posZ`, `qW`, `qX`, `qY`, `qZ`) +VALUES (2870984381, 7934, 34711, 4, 11.64616, 90.76645, 76.38899, 0.9537169, 0, 0, -0.3007058); + +INSERT INTO `base_ace_object` (`baseAceObjectId`, `name`, `typeId`, `paletteId`, `ammoType`, `blipColor`, `bitField`, `burden`, `combatUse`, `cooldownDuration`, `cooldownId`, `effects`, `containersCapacity`, `header`, `hookTypeId`, `iconId`, `iconOverlayId`, `iconUnderlayId`, `hookItemTypes`, `itemsCapacity`, `location`, `materialType`, `maxStackSize`, `maxStructure`, `radar`, `pscript`, `spellId`, `stackSize`, `structure`, `targetTypeId`, `usability`, `useRadius`, `validLocations`, `value`, `workmanship`, `animationFrameId`, `defaultScript`, `defaultScriptIntensity`, `elasticity`, `friction`, `locationId`, `modelTableId`, `objectScale`, `physicsBitField`, `physicsTableId`, `motionTableId`, `soundTableId`, `physicsState`, `translucency`, `currentMotionState`) +VALUES (2881186901, 'Golem Sanctum Portal', 65536, 0, 0, 0, 262164, 0, 0, 0, 0, 0, 0, 8388656, 0, 100667499, 0, 0, 0, 0, 0, 0, 0, 0, 4, 0, 0, 0, 0, 0, 32, -0.1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 33555926, 0, 98307, 0, 150994947, 0, 3084, 0, 'AAA9AAAAAAA='); + +INSERT INTO `ace_object` (`baseAceObjectId`, `weenieClassId`, `landblock`, `cell`, `posX`, `posY`, `posZ`, `qW`, `qX`, `qY`, `qZ`) +VALUES (2881186901, 7934, 37696, 34, 118.5485, 26.63866, 39.937, 0.9537169, 0, 0, -0.3007058); + +INSERT INTO `base_ace_object` (`baseAceObjectId`, `name`, `typeId`, `paletteId`, `ammoType`, `blipColor`, `bitField`, `burden`, `combatUse`, `cooldownDuration`, `cooldownId`, `effects`, `containersCapacity`, `header`, `hookTypeId`, `iconId`, `iconOverlayId`, `iconUnderlayId`, `hookItemTypes`, `itemsCapacity`, `location`, `materialType`, `maxStackSize`, `maxStructure`, `radar`, `pscript`, `spellId`, `stackSize`, `structure`, `targetTypeId`, `usability`, `useRadius`, `validLocations`, `value`, `workmanship`, `animationFrameId`, `defaultScript`, `defaultScriptIntensity`, `elasticity`, `friction`, `locationId`, `modelTableId`, `objectScale`, `physicsBitField`, `physicsTableId`, `motionTableId`, `soundTableId`, `physicsState`, `translucency`, `currentMotionState`) +VALUES (2928599658, 'Golem Sanctum Portal', 65536, 0, 0, 0, 262164, 0, 0, 0, 0, 0, 0, 8388656, 0, 100667499, 0, 0, 0, 0, 0, 0, 0, 0, 4, 0, 0, 0, 0, 0, 32, -0.1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 33555926, 0, 98307, 0, 150994947, 0, 3084, 0, 'AAA9AAAAAAA='); + +INSERT INTO `ace_object` (`baseAceObjectId`, `weenieClassId`, `landblock`, `cell`, `posX`, `posY`, `posZ`, `qW`, `qX`, `qY`, `qZ`) +VALUES (2928599658, 7934, 46130, 15, 37.39941, 155.383, 50.82038, 0.9537169, 0, 0, -0.3007058); + +INSERT INTO `base_ace_object` (`baseAceObjectId`, `name`, `typeId`, `paletteId`, `ammoType`, `blipColor`, `bitField`, `burden`, `combatUse`, `cooldownDuration`, `cooldownId`, `effects`, `containersCapacity`, `header`, `hookTypeId`, `iconId`, `iconOverlayId`, `iconUnderlayId`, `hookItemTypes`, `itemsCapacity`, `location`, `materialType`, `maxStackSize`, `maxStructure`, `radar`, `pscript`, `spellId`, `stackSize`, `structure`, `targetTypeId`, `usability`, `useRadius`, `validLocations`, `value`, `workmanship`, `animationFrameId`, `defaultScript`, `defaultScriptIntensity`, `elasticity`, `friction`, `locationId`, `modelTableId`, `objectScale`, `physicsBitField`, `physicsTableId`, `motionTableId`, `soundTableId`, `physicsState`, `translucency`, `currentMotionState`) +VALUES (3710082207, 'Golem Sanctum Portal', 65536, 0, 0, 0, 262164, 0, 0, 0, 0, 0, 0, 8388656, 0, 100667499, 0, 0, 0, 0, 0, 0, 0, 0, 4, 0, 0, 0, 0, 0, 32, -0.1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 33555926, 0, 98307, 0, 150994947, 0, 3084, 0, 'AAA9AAAAAAA='); + +INSERT INTO `ace_object` (`baseAceObjectId`, `weenieClassId`, `landblock`, `cell`, `posX`, `posY`, `posZ`, `qW`, `qX`, `qY`, `qZ`) +VALUES (3710082207, 7934, 50239, 49, 158.8571, 20.18856, 60.61057, 0.9537169, 0, 0, -0.3007058); + +INSERT INTO `base_ace_object` (`baseAceObjectId`, `name`, `typeId`, `paletteId`, `ammoType`, `blipColor`, `bitField`, `burden`, `combatUse`, `cooldownDuration`, `cooldownId`, `effects`, `containersCapacity`, `header`, `hookTypeId`, `iconId`, `iconOverlayId`, `iconUnderlayId`, `hookItemTypes`, `itemsCapacity`, `location`, `materialType`, `maxStackSize`, `maxStructure`, `radar`, `pscript`, `spellId`, `stackSize`, `structure`, `targetTypeId`, `usability`, `useRadius`, `validLocations`, `value`, `workmanship`, `animationFrameId`, `defaultScript`, `defaultScriptIntensity`, `elasticity`, `friction`, `locationId`, `modelTableId`, `objectScale`, `physicsBitField`, `physicsTableId`, `motionTableId`, `soundTableId`, `physicsState`, `translucency`, `currentMotionState`) +VALUES (3326640092, 'Golem Sanctum Portal', 65536, 0, 0, 0, 262164, 0, 0, 0, 0, 0, 0, 8388656, 0, 100667499, 0, 0, 0, 0, 0, 0, 0, 0, 4, 0, 0, 0, 0, 0, 32, -0.1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 33555926, 0, 98307, 0, 150994947, 0, 3084, 0, 'AAA9AAAAAAA='); + +INSERT INTO `ace_object` (`baseAceObjectId`, `weenieClassId`, `landblock`, `cell`, `posX`, `posY`, `posZ`, `qW`, `qX`, `qY`, `qZ`) +VALUES (3326640092, 7934, 43606, 21, 62.11731, 97.48421, 21.937, 0.9537169, 0, 0, -0.3007058); + +INSERT INTO `base_ace_object` (`baseAceObjectId`, `name`, `typeId`, `paletteId`, `ammoType`, `blipColor`, `bitField`, `burden`, `combatUse`, `cooldownDuration`, `cooldownId`, `effects`, `containersCapacity`, `header`, `hookTypeId`, `iconId`, `iconOverlayId`, `iconUnderlayId`, `hookItemTypes`, `itemsCapacity`, `location`, `materialType`, `maxStackSize`, `maxStructure`, `radar`, `pscript`, `spellId`, `stackSize`, `structure`, `targetTypeId`, `usability`, `useRadius`, `validLocations`, `value`, `workmanship`, `animationFrameId`, `defaultScript`, `defaultScriptIntensity`, `elasticity`, `friction`, `locationId`, `modelTableId`, `objectScale`, `physicsBitField`, `physicsTableId`, `motionTableId`, `soundTableId`, `physicsState`, `translucency`, `currentMotionState`) +VALUES (3710091316, 'Golem Sanctum Portal', 65536, 0, 0, 0, 262164, 0, 0, 0, 0, 0, 0, 8388656, 0, 100667499, 0, 0, 0, 0, 0, 0, 0, 0, 4, 0, 0, 0, 0, 0, 32, -0.1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 33555926, 0, 98307, 0, 150994947, 0, 3084, 0, 'AAA9AAAAAAA='); + +INSERT INTO `ace_object` (`baseAceObjectId`, `weenieClassId`, `landblock`, `cell`, `posX`, `posY`, `posZ`, `qW`, `qX`, `qY`, `qZ`) +VALUES (3710091316, 7934, 38038, 40, 118.1609, 170.7651, 123.6316, 0.9537169, 0, 0, -0.3007058); + diff --git a/Database/3-Core/objects/PortalsHummingCrystal_0.sql b/Database/3-Core/objects/PortalsHummingCrystal_0.sql new file mode 100644 index 0000000000..a5a05b5e47 --- /dev/null +++ b/Database/3-Core/objects/PortalsHummingCrystal_0.sql @@ -0,0 +1,486 @@ +INSERT INTO `base_ace_object` (`baseAceObjectId`, `name`, `typeId`, `paletteId`, `ammoType`, `blipColor`, `bitField`, `burden`, `combatUse`, `cooldownDuration`, `cooldownId`, `effects`, `containersCapacity`, `header`, `hookTypeId`, `iconId`, `iconOverlayId`, `iconUnderlayId`, `hookItemTypes`, `itemsCapacity`, `location`, `materialType`, `maxStackSize`, `maxStructure`, `radar`, `pscript`, `spellId`, `stackSize`, `structure`, `targetTypeId`, `usability`, `useRadius`, `validLocations`, `value`, `workmanship`, `animationFrameId`, `defaultScript`, `defaultScriptIntensity`, `elasticity`, `friction`, `locationId`, `modelTableId`, `objectScale`, `physicsBitField`, `physicsTableId`, `motionTableId`, `soundTableId`, `physicsState`, `translucency`, `currentMotionState`) +VALUES (3685936273, 'Humming Crystal Portal', 65536, 67109370, 0, 0, 262164, 0, 0, 0, 0, 0, 0, 8388656, 0, 100667499, 0, 0, 0, 0, 0, 0, 0, 0, 4, 0, 0, 0, 0, 0, 32, -0.1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 33554867, 0, 98307, 0, 150994947, 0, 3084, 0, 'AAA9AAAAAAA='); + +INSERT INTO `ace_object` (`baseAceObjectId`, `weenieClassId`, `landblock`, `cell`, `posX`, `posY`, `posZ`, `qW`, `qX`, `qY`, `qZ`) +VALUES (3685936273, 9071, 36020, 59, 180.8361, 64.74545, 95.61123, 0.7917581, 0, 0, -0.6108347); + +INSERT INTO `ace_object_palette_changes` (`baseAceObjectId`, `subPaletteId`, `offset`, `length`) +VALUES (3685936273, 67111849, 1, 255); + +INSERT INTO `base_ace_object` (`baseAceObjectId`, `name`, `typeId`, `paletteId`, `ammoType`, `blipColor`, `bitField`, `burden`, `combatUse`, `cooldownDuration`, `cooldownId`, `effects`, `containersCapacity`, `header`, `hookTypeId`, `iconId`, `iconOverlayId`, `iconUnderlayId`, `hookItemTypes`, `itemsCapacity`, `location`, `materialType`, `maxStackSize`, `maxStructure`, `radar`, `pscript`, `spellId`, `stackSize`, `structure`, `targetTypeId`, `usability`, `useRadius`, `validLocations`, `value`, `workmanship`, `animationFrameId`, `defaultScript`, `defaultScriptIntensity`, `elasticity`, `friction`, `locationId`, `modelTableId`, `objectScale`, `physicsBitField`, `physicsTableId`, `motionTableId`, `soundTableId`, `physicsState`, `translucency`, `currentMotionState`) +VALUES (3685949267, 'Humming Crystal Portal', 65536, 67109370, 0, 0, 262164, 0, 0, 0, 0, 0, 0, 8388656, 0, 100667499, 0, 0, 0, 0, 0, 0, 0, 0, 4, 0, 0, 0, 0, 0, 32, -0.1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 33554867, 0, 98307, 0, 150994947, 0, 3084, 0, 'AAA9AAAAAAA='); + +INSERT INTO `ace_object` (`baseAceObjectId`, `weenieClassId`, `landblock`, `cell`, `posX`, `posY`, `posZ`, `qW`, `qX`, `qY`, `qZ`) +VALUES (3685949267, 9071, 34284, 40, 105.8859, 169.0918, 48.76082, -0.6982301, 0, 0, -0.7158734); + +INSERT INTO `ace_object_palette_changes` (`baseAceObjectId`, `subPaletteId`, `offset`, `length`) +VALUES (3685949267, 67111849, 1, 255); + +INSERT INTO `base_ace_object` (`baseAceObjectId`, `name`, `typeId`, `paletteId`, `ammoType`, `blipColor`, `bitField`, `burden`, `combatUse`, `cooldownDuration`, `cooldownId`, `effects`, `containersCapacity`, `header`, `hookTypeId`, `iconId`, `iconOverlayId`, `iconUnderlayId`, `hookItemTypes`, `itemsCapacity`, `location`, `materialType`, `maxStackSize`, `maxStructure`, `radar`, `pscript`, `spellId`, `stackSize`, `structure`, `targetTypeId`, `usability`, `useRadius`, `validLocations`, `value`, `workmanship`, `animationFrameId`, `defaultScript`, `defaultScriptIntensity`, `elasticity`, `friction`, `locationId`, `modelTableId`, `objectScale`, `physicsBitField`, `physicsTableId`, `motionTableId`, `soundTableId`, `physicsState`, `translucency`, `currentMotionState`) +VALUES (3685096722, 'Humming Crystal Portal', 65536, 67109370, 0, 0, 262164, 0, 0, 0, 0, 0, 0, 8388656, 0, 100667499, 0, 0, 0, 0, 0, 0, 0, 0, 4, 0, 0, 0, 0, 0, 32, -0.1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 33554867, 0, 98307, 0, 150994947, 0, 3084, 0, 'AAA9AAAAAAA='); + +INSERT INTO `ace_object` (`baseAceObjectId`, `weenieClassId`, `landblock`, `cell`, `posX`, `posY`, `posZ`, `qW`, `qX`, `qY`, `qZ`) +VALUES (3685096722, 9071, 24222, 22, 59.42059, 123.7189, 32.86673, 0.3321384, 0, 0, -0.9432306); + +INSERT INTO `ace_object_palette_changes` (`baseAceObjectId`, `subPaletteId`, `offset`, `length`) +VALUES (3685096722, 67111849, 1, 255); + +INSERT INTO `base_ace_object` (`baseAceObjectId`, `name`, `typeId`, `paletteId`, `ammoType`, `blipColor`, `bitField`, `burden`, `combatUse`, `cooldownDuration`, `cooldownId`, `effects`, `containersCapacity`, `header`, `hookTypeId`, `iconId`, `iconOverlayId`, `iconUnderlayId`, `hookItemTypes`, `itemsCapacity`, `location`, `materialType`, `maxStackSize`, `maxStructure`, `radar`, `pscript`, `spellId`, `stackSize`, `structure`, `targetTypeId`, `usability`, `useRadius`, `validLocations`, `value`, `workmanship`, `animationFrameId`, `defaultScript`, `defaultScriptIntensity`, `elasticity`, `friction`, `locationId`, `modelTableId`, `objectScale`, `physicsBitField`, `physicsTableId`, `motionTableId`, `soundTableId`, `physicsState`, `translucency`, `currentMotionState`) +VALUES (3687702544, 'Humming Crystal Portal', 65536, 67109370, 0, 0, 262164, 0, 0, 0, 0, 0, 0, 8388656, 0, 100667499, 0, 0, 0, 0, 0, 0, 0, 0, 4, 0, 0, 0, 0, 0, 32, -0.1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 33554867, 0, 98307, 0, 150994947, 0, 3084, 0, 'AAA9AAAAAAA='); + +INSERT INTO `ace_object` (`baseAceObjectId`, `weenieClassId`, `landblock`, `cell`, `posX`, `posY`, `posZ`, `qW`, `qX`, `qY`, `qZ`) +VALUES (3687702544, 9071, 24994, 17, 49.49653, 20.2042, 85.95526, 0.4955415, 0, 0, -0.8685843); + +INSERT INTO `ace_object_palette_changes` (`baseAceObjectId`, `subPaletteId`, `offset`, `length`) +VALUES (3687702544, 67111849, 1, 255); + +INSERT INTO `base_ace_object` (`baseAceObjectId`, `name`, `typeId`, `paletteId`, `ammoType`, `blipColor`, `bitField`, `burden`, `combatUse`, `cooldownDuration`, `cooldownId`, `effects`, `containersCapacity`, `header`, `hookTypeId`, `iconId`, `iconOverlayId`, `iconUnderlayId`, `hookItemTypes`, `itemsCapacity`, `location`, `materialType`, `maxStackSize`, `maxStructure`, `radar`, `pscript`, `spellId`, `stackSize`, `structure`, `targetTypeId`, `usability`, `useRadius`, `validLocations`, `value`, `workmanship`, `animationFrameId`, `defaultScript`, `defaultScriptIntensity`, `elasticity`, `friction`, `locationId`, `modelTableId`, `objectScale`, `physicsBitField`, `physicsTableId`, `motionTableId`, `soundTableId`, `physicsState`, `translucency`, `currentMotionState`) +VALUES (3687462328, 'Humming Crystal Portal', 65536, 67109370, 0, 0, 262164, 0, 0, 0, 0, 0, 0, 8388656, 0, 100667499, 0, 0, 0, 0, 0, 0, 0, 0, 4, 0, 0, 0, 0, 0, 32, -0.1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 33554867, 0, 98307, 0, 150994947, 0, 3084, 0, 'AAA9AAAAAAA='); + +INSERT INTO `ace_object` (`baseAceObjectId`, `weenieClassId`, `landblock`, `cell`, `posX`, `posY`, `posZ`, `qW`, `qX`, `qY`, `qZ`) +VALUES (3687462328, 9071, 23717, 29, 93.95393, 111.669, 52.81399, 0.04591229, 0, 0, -0.9989455); + +INSERT INTO `ace_object_palette_changes` (`baseAceObjectId`, `subPaletteId`, `offset`, `length`) +VALUES (3687462328, 67111849, 1, 255); + +INSERT INTO `base_ace_object` (`baseAceObjectId`, `name`, `typeId`, `paletteId`, `ammoType`, `blipColor`, `bitField`, `burden`, `combatUse`, `cooldownDuration`, `cooldownId`, `effects`, `containersCapacity`, `header`, `hookTypeId`, `iconId`, `iconOverlayId`, `iconUnderlayId`, `hookItemTypes`, `itemsCapacity`, `location`, `materialType`, `maxStackSize`, `maxStructure`, `radar`, `pscript`, `spellId`, `stackSize`, `structure`, `targetTypeId`, `usability`, `useRadius`, `validLocations`, `value`, `workmanship`, `animationFrameId`, `defaultScript`, `defaultScriptIntensity`, `elasticity`, `friction`, `locationId`, `modelTableId`, `objectScale`, `physicsBitField`, `physicsTableId`, `motionTableId`, `soundTableId`, `physicsState`, `translucency`, `currentMotionState`) +VALUES (3681014302, 'Humming Crystal Portal', 65536, 67109370, 0, 0, 262164, 0, 0, 0, 0, 0, 0, 8388656, 0, 100667499, 0, 0, 0, 0, 0, 0, 0, 0, 4, 0, 0, 0, 0, 0, 32, -0.1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 33554867, 0, 98307, 0, 150994947, 0, 3084, 0, 'AAA9AAAAAAA='); + +INSERT INTO `ace_object` (`baseAceObjectId`, `weenieClassId`, `landblock`, `cell`, `posX`, `posY`, `posZ`, `qW`, `qX`, `qY`, `qZ`) +VALUES (3681014302, 9071, 38358, 63, 189.4916, 163.7638, 81.20509, 0.08867732, 0, 0, -0.9960604); + +INSERT INTO `ace_object_palette_changes` (`baseAceObjectId`, `subPaletteId`, `offset`, `length`) +VALUES (3681014302, 67111849, 1, 255); + +INSERT INTO `base_ace_object` (`baseAceObjectId`, `name`, `typeId`, `paletteId`, `ammoType`, `blipColor`, `bitField`, `burden`, `combatUse`, `cooldownDuration`, `cooldownId`, `effects`, `containersCapacity`, `header`, `hookTypeId`, `iconId`, `iconOverlayId`, `iconUnderlayId`, `hookItemTypes`, `itemsCapacity`, `location`, `materialType`, `maxStackSize`, `maxStructure`, `radar`, `pscript`, `spellId`, `stackSize`, `structure`, `targetTypeId`, `usability`, `useRadius`, `validLocations`, `value`, `workmanship`, `animationFrameId`, `defaultScript`, `defaultScriptIntensity`, `elasticity`, `friction`, `locationId`, `modelTableId`, `objectScale`, `physicsBitField`, `physicsTableId`, `motionTableId`, `soundTableId`, `physicsState`, `translucency`, `currentMotionState`) +VALUES (3681047405, 'Humming Crystal Portal', 65536, 67109370, 0, 0, 262164, 0, 0, 0, 0, 0, 0, 8388656, 0, 100667499, 0, 0, 0, 0, 0, 0, 0, 0, 4, 0, 0, 0, 0, 0, 32, -0.1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 33554867, 0, 98307, 0, 150994947, 0, 3084, 0, 'AAA9AAAAAAA='); + +INSERT INTO `ace_object` (`baseAceObjectId`, `weenieClassId`, `landblock`, `cell`, `posX`, `posY`, `posZ`, `qW`, `qX`, `qY`, `qZ`) +VALUES (3681047405, 9071, 38362, 41, 133.4547, 18.16173, 107.937, -0.3981921, 0, 0, -0.9173021); + +INSERT INTO `ace_object_palette_changes` (`baseAceObjectId`, `subPaletteId`, `offset`, `length`) +VALUES (3681047405, 67111849, 1, 255); + +INSERT INTO `base_ace_object` (`baseAceObjectId`, `name`, `typeId`, `paletteId`, `ammoType`, `blipColor`, `bitField`, `burden`, `combatUse`, `cooldownDuration`, `cooldownId`, `effects`, `containersCapacity`, `header`, `hookTypeId`, `iconId`, `iconOverlayId`, `iconUnderlayId`, `hookItemTypes`, `itemsCapacity`, `location`, `materialType`, `maxStackSize`, `maxStructure`, `radar`, `pscript`, `spellId`, `stackSize`, `structure`, `targetTypeId`, `usability`, `useRadius`, `validLocations`, `value`, `workmanship`, `animationFrameId`, `defaultScript`, `defaultScriptIntensity`, `elasticity`, `friction`, `locationId`, `modelTableId`, `objectScale`, `physicsBitField`, `physicsTableId`, `motionTableId`, `soundTableId`, `physicsState`, `translucency`, `currentMotionState`) +VALUES (3360879356, 'Humming Crystal Portal', 65536, 67109370, 0, 0, 262164, 0, 0, 0, 0, 0, 0, 8388656, 0, 100667499, 0, 0, 0, 0, 0, 0, 0, 0, 4, 0, 0, 0, 0, 0, 32, -0.1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 33554867, 0, 98307, 0, 150994947, 0, 3084, 0, 'AAA9AAAAAAA='); + +INSERT INTO `ace_object` (`baseAceObjectId`, `weenieClassId`, `landblock`, `cell`, `posX`, `posY`, `posZ`, `qW`, `qX`, `qY`, `qZ`) +VALUES (3360879356, 9071, 38170, 36, 100.2203, 82.01337, 289.3208, -0.4173261, 0, 0, -0.9087568); + +INSERT INTO `ace_object_palette_changes` (`baseAceObjectId`, `subPaletteId`, `offset`, `length`) +VALUES (3360879356, 67111849, 1, 255); + +INSERT INTO `base_ace_object` (`baseAceObjectId`, `name`, `typeId`, `paletteId`, `ammoType`, `blipColor`, `bitField`, `burden`, `combatUse`, `cooldownDuration`, `cooldownId`, `effects`, `containersCapacity`, `header`, `hookTypeId`, `iconId`, `iconOverlayId`, `iconUnderlayId`, `hookItemTypes`, `itemsCapacity`, `location`, `materialType`, `maxStackSize`, `maxStructure`, `radar`, `pscript`, `spellId`, `stackSize`, `structure`, `targetTypeId`, `usability`, `useRadius`, `validLocations`, `value`, `workmanship`, `animationFrameId`, `defaultScript`, `defaultScriptIntensity`, `elasticity`, `friction`, `locationId`, `modelTableId`, `objectScale`, `physicsBitField`, `physicsTableId`, `motionTableId`, `soundTableId`, `physicsState`, `translucency`, `currentMotionState`) +VALUES (3361464496, 'Humming Crystal Portal', 65536, 67109370, 0, 0, 262164, 0, 0, 0, 0, 0, 0, 8388656, 0, 100667499, 0, 0, 0, 0, 0, 0, 0, 0, 4, 0, 0, 0, 0, 0, 32, -0.1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 33554867, 0, 98307, 0, 150994947, 0, 3084, 0, 'AAA9AAAAAAA='); + +INSERT INTO `ace_object` (`baseAceObjectId`, `weenieClassId`, `landblock`, `cell`, `posX`, `posY`, `posZ`, `qW`, `qX`, `qY`, `qZ`) +VALUES (3361464496, 9071, 51931, 48, 142.0362, 178.4731, -0.163, 0.9955669, 0, 0, -0.09405611); + +INSERT INTO `ace_object_palette_changes` (`baseAceObjectId`, `subPaletteId`, `offset`, `length`) +VALUES (3361464496, 67111849, 1, 255); + +INSERT INTO `base_ace_object` (`baseAceObjectId`, `name`, `typeId`, `paletteId`, `ammoType`, `blipColor`, `bitField`, `burden`, `combatUse`, `cooldownDuration`, `cooldownId`, `effects`, `containersCapacity`, `header`, `hookTypeId`, `iconId`, `iconOverlayId`, `iconUnderlayId`, `hookItemTypes`, `itemsCapacity`, `location`, `materialType`, `maxStackSize`, `maxStructure`, `radar`, `pscript`, `spellId`, `stackSize`, `structure`, `targetTypeId`, `usability`, `useRadius`, `validLocations`, `value`, `workmanship`, `animationFrameId`, `defaultScript`, `defaultScriptIntensity`, `elasticity`, `friction`, `locationId`, `modelTableId`, `objectScale`, `physicsBitField`, `physicsTableId`, `motionTableId`, `soundTableId`, `physicsState`, `translucency`, `currentMotionState`) +VALUES (3361798486, 'Humming Crystal Portal', 65536, 67109370, 0, 0, 262164, 0, 0, 0, 0, 0, 0, 8388656, 0, 100667499, 0, 0, 0, 0, 0, 0, 0, 0, 4, 0, 0, 0, 0, 0, 32, -0.1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 33554867, 0, 98307, 0, 150994947, 0, 3084, 0, 'AAA9AAAAAAA='); + +INSERT INTO `ace_object` (`baseAceObjectId`, `weenieClassId`, `landblock`, `cell`, `posX`, `posY`, `posZ`, `qW`, `qX`, `qY`, `qZ`) +VALUES (3361798486, 9071, 23826, 41, 131.3884, 5.304337, 33.20074, -0.7376478, 0, 0, -0.6751856); + +INSERT INTO `ace_object_palette_changes` (`baseAceObjectId`, `subPaletteId`, `offset`, `length`) +VALUES (3361798486, 67111849, 1, 255); + +INSERT INTO `base_ace_object` (`baseAceObjectId`, `name`, `typeId`, `paletteId`, `ammoType`, `blipColor`, `bitField`, `burden`, `combatUse`, `cooldownDuration`, `cooldownId`, `effects`, `containersCapacity`, `header`, `hookTypeId`, `iconId`, `iconOverlayId`, `iconUnderlayId`, `hookItemTypes`, `itemsCapacity`, `location`, `materialType`, `maxStackSize`, `maxStructure`, `radar`, `pscript`, `spellId`, `stackSize`, `structure`, `targetTypeId`, `usability`, `useRadius`, `validLocations`, `value`, `workmanship`, `animationFrameId`, `defaultScript`, `defaultScriptIntensity`, `elasticity`, `friction`, `locationId`, `modelTableId`, `objectScale`, `physicsBitField`, `physicsTableId`, `motionTableId`, `soundTableId`, `physicsState`, `translucency`, `currentMotionState`) +VALUES (3362053729, 'Humming Crystal Portal', 65536, 67109370, 0, 0, 262164, 0, 0, 0, 0, 0, 0, 8388656, 0, 100667499, 0, 0, 0, 0, 0, 0, 0, 0, 4, 0, 0, 0, 0, 0, 32, -0.1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 33554867, 0, 98307, 0, 150994947, 0, 3084, 0, 'AAA9AAAAAAA='); + +INSERT INTO `ace_object` (`baseAceObjectId`, `weenieClassId`, `landblock`, `cell`, `posX`, `posY`, `posZ`, `qW`, `qX`, `qY`, `qZ`) +VALUES (3362053729, 9071, 43277, 9, 33.05869, 5.622663, 0.4055552, 0.8770693, 0, 0, -0.4803638); + +INSERT INTO `ace_object_palette_changes` (`baseAceObjectId`, `subPaletteId`, `offset`, `length`) +VALUES (3362053729, 67111849, 1, 255); + +INSERT INTO `base_ace_object` (`baseAceObjectId`, `name`, `typeId`, `paletteId`, `ammoType`, `blipColor`, `bitField`, `burden`, `combatUse`, `cooldownDuration`, `cooldownId`, `effects`, `containersCapacity`, `header`, `hookTypeId`, `iconId`, `iconOverlayId`, `iconUnderlayId`, `hookItemTypes`, `itemsCapacity`, `location`, `materialType`, `maxStackSize`, `maxStructure`, `radar`, `pscript`, `spellId`, `stackSize`, `structure`, `targetTypeId`, `usability`, `useRadius`, `validLocations`, `value`, `workmanship`, `animationFrameId`, `defaultScript`, `defaultScriptIntensity`, `elasticity`, `friction`, `locationId`, `modelTableId`, `objectScale`, `physicsBitField`, `physicsTableId`, `motionTableId`, `soundTableId`, `physicsState`, `translucency`, `currentMotionState`) +VALUES (3361926518, 'Humming Crystal Portal', 65536, 67109370, 0, 0, 262164, 0, 0, 0, 0, 0, 0, 8388656, 0, 100667499, 0, 0, 0, 0, 0, 0, 0, 0, 4, 0, 0, 0, 0, 0, 32, -0.1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 33554867, 0, 98307, 0, 150994947, 0, 3084, 0, 'AAA9AAAAAAA='); + +INSERT INTO `ace_object` (`baseAceObjectId`, `weenieClassId`, `landblock`, `cell`, `posX`, `posY`, `posZ`, `qW`, `qX`, `qY`, `qZ`) +VALUES (3361926518, 9071, 45328, 59, 171.72, 55.6246, -0.9629999, 0.9863932, 0, 0, -0.1644031); + +INSERT INTO `ace_object_palette_changes` (`baseAceObjectId`, `subPaletteId`, `offset`, `length`) +VALUES (3361926518, 67111849, 1, 255); + +INSERT INTO `base_ace_object` (`baseAceObjectId`, `name`, `typeId`, `paletteId`, `ammoType`, `blipColor`, `bitField`, `burden`, `combatUse`, `cooldownDuration`, `cooldownId`, `effects`, `containersCapacity`, `header`, `hookTypeId`, `iconId`, `iconOverlayId`, `iconUnderlayId`, `hookItemTypes`, `itemsCapacity`, `location`, `materialType`, `maxStackSize`, `maxStructure`, `radar`, `pscript`, `spellId`, `stackSize`, `structure`, `targetTypeId`, `usability`, `useRadius`, `validLocations`, `value`, `workmanship`, `animationFrameId`, `defaultScript`, `defaultScriptIntensity`, `elasticity`, `friction`, `locationId`, `modelTableId`, `objectScale`, `physicsBitField`, `physicsTableId`, `motionTableId`, `soundTableId`, `physicsState`, `translucency`, `currentMotionState`) +VALUES (2927876879, 'Humming Crystal Portal', 65536, 67109370, 0, 0, 262164, 0, 0, 0, 0, 0, 0, 8388656, 0, 100667499, 0, 0, 0, 0, 0, 0, 0, 0, 4, 0, 0, 0, 0, 0, 32, -0.1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 33554867, 0, 98307, 0, 150994947, 0, 3084, 0, 'AAA9AAAAAAA='); + +INSERT INTO `ace_object` (`baseAceObjectId`, `weenieClassId`, `landblock`, `cell`, `posX`, `posY`, `posZ`, `qW`, `qX`, `qY`, `qZ`) +VALUES (2927876879, 9071, 38614, 6, 16.54044, 142.9247, 84.91705, 0.08867732, 0, 0, -0.9960604); + +INSERT INTO `ace_object_palette_changes` (`baseAceObjectId`, `subPaletteId`, `offset`, `length`) +VALUES (2927876879, 67111849, 1, 255); + +INSERT INTO `base_ace_object` (`baseAceObjectId`, `name`, `typeId`, `paletteId`, `ammoType`, `blipColor`, `bitField`, `burden`, `combatUse`, `cooldownDuration`, `cooldownId`, `effects`, `containersCapacity`, `header`, `hookTypeId`, `iconId`, `iconOverlayId`, `iconUnderlayId`, `hookItemTypes`, `itemsCapacity`, `location`, `materialType`, `maxStackSize`, `maxStructure`, `radar`, `pscript`, `spellId`, `stackSize`, `structure`, `targetTypeId`, `usability`, `useRadius`, `validLocations`, `value`, `workmanship`, `animationFrameId`, `defaultScript`, `defaultScriptIntensity`, `elasticity`, `friction`, `locationId`, `modelTableId`, `objectScale`, `physicsBitField`, `physicsTableId`, `motionTableId`, `soundTableId`, `physicsState`, `translucency`, `currentMotionState`) +VALUES (2879859887, 'Humming Crystal Portal', 65536, 67109370, 0, 0, 262164, 0, 0, 0, 0, 0, 0, 8388656, 0, 100667499, 0, 0, 0, 0, 0, 0, 0, 0, 4, 0, 0, 0, 0, 0, 32, -0.1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 33554867, 0, 98307, 0, 150994947, 0, 3084, 0, 'AAA9AAAAAAA='); + +INSERT INTO `ace_object` (`baseAceObjectId`, `weenieClassId`, `landblock`, `cell`, `posX`, `posY`, `posZ`, `qW`, `qX`, `qY`, `qZ`) +VALUES (2879859887, 9071, 46892, 35, 108.7363, 58.27373, 253.7318, -0.9891423, 0, 0, -0.1469607); + +INSERT INTO `ace_object_palette_changes` (`baseAceObjectId`, `subPaletteId`, `offset`, `length`) +VALUES (2879859887, 67111849, 1, 255); + +INSERT INTO `base_ace_object` (`baseAceObjectId`, `name`, `typeId`, `paletteId`, `ammoType`, `blipColor`, `bitField`, `burden`, `combatUse`, `cooldownDuration`, `cooldownId`, `effects`, `containersCapacity`, `header`, `hookTypeId`, `iconId`, `iconOverlayId`, `iconUnderlayId`, `hookItemTypes`, `itemsCapacity`, `location`, `materialType`, `maxStackSize`, `maxStructure`, `radar`, `pscript`, `spellId`, `stackSize`, `structure`, `targetTypeId`, `usability`, `useRadius`, `validLocations`, `value`, `workmanship`, `animationFrameId`, `defaultScript`, `defaultScriptIntensity`, `elasticity`, `friction`, `locationId`, `modelTableId`, `objectScale`, `physicsBitField`, `physicsTableId`, `motionTableId`, `soundTableId`, `physicsState`, `translucency`, `currentMotionState`) +VALUES (3684241789, 'Humming Crystal Portal', 65536, 67109370, 0, 0, 262164, 0, 0, 0, 0, 0, 0, 8388656, 0, 100667499, 0, 0, 0, 0, 0, 0, 0, 0, 4, 0, 0, 0, 0, 0, 32, -0.1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 33554867, 0, 98307, 0, 150994947, 0, 3084, 0, 'AAA9AAAAAAA='); + +INSERT INTO `ace_object` (`baseAceObjectId`, `weenieClassId`, `landblock`, `cell`, `posX`, `posY`, `posZ`, `qW`, `qX`, `qY`, `qZ`) +VALUES (3684241789, 9071, 42451, 8, 19.30692, 173.8565, 382.0294, -0.5433763, 0, 0, -0.8394892); + +INSERT INTO `ace_object_palette_changes` (`baseAceObjectId`, `subPaletteId`, `offset`, `length`) +VALUES (3684241789, 67111849, 1, 255); + +INSERT INTO `base_ace_object` (`baseAceObjectId`, `name`, `typeId`, `paletteId`, `ammoType`, `blipColor`, `bitField`, `burden`, `combatUse`, `cooldownDuration`, `cooldownId`, `effects`, `containersCapacity`, `header`, `hookTypeId`, `iconId`, `iconOverlayId`, `iconUnderlayId`, `hookItemTypes`, `itemsCapacity`, `location`, `materialType`, `maxStackSize`, `maxStructure`, `radar`, `pscript`, `spellId`, `stackSize`, `structure`, `targetTypeId`, `usability`, `useRadius`, `validLocations`, `value`, `workmanship`, `animationFrameId`, `defaultScript`, `defaultScriptIntensity`, `elasticity`, `friction`, `locationId`, `modelTableId`, `objectScale`, `physicsBitField`, `physicsTableId`, `motionTableId`, `soundTableId`, `physicsState`, `translucency`, `currentMotionState`) +VALUES (3697303839, 'Humming Crystal Portal', 65536, 67109370, 0, 0, 262164, 0, 0, 0, 0, 0, 0, 8388656, 0, 100667499, 0, 0, 0, 0, 0, 0, 0, 0, 4, 0, 0, 0, 0, 0, 32, -0.1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 33554867, 0, 98307, 0, 150994947, 0, 3084, 0, 'AAA9AAAAAAA='); + +INSERT INTO `ace_object` (`baseAceObjectId`, `weenieClassId`, `landblock`, `cell`, `posX`, `posY`, `posZ`, `qW`, `qX`, `qY`, `qZ`) +VALUES (3697303839, 9071, 23568, 32, 83.48069, 183.6706, 33.62022, 0.9547514, 0, 0, -0.2974052); + +INSERT INTO `ace_object_palette_changes` (`baseAceObjectId`, `subPaletteId`, `offset`, `length`) +VALUES (3697303839, 67111849, 1, 255); + +INSERT INTO `base_ace_object` (`baseAceObjectId`, `name`, `typeId`, `paletteId`, `ammoType`, `blipColor`, `bitField`, `burden`, `combatUse`, `cooldownDuration`, `cooldownId`, `effects`, `containersCapacity`, `header`, `hookTypeId`, `iconId`, `iconOverlayId`, `iconUnderlayId`, `hookItemTypes`, `itemsCapacity`, `location`, `materialType`, `maxStackSize`, `maxStructure`, `radar`, `pscript`, `spellId`, `stackSize`, `structure`, `targetTypeId`, `usability`, `useRadius`, `validLocations`, `value`, `workmanship`, `animationFrameId`, `defaultScript`, `defaultScriptIntensity`, `elasticity`, `friction`, `locationId`, `modelTableId`, `objectScale`, `physicsBitField`, `physicsTableId`, `motionTableId`, `soundTableId`, `physicsState`, `translucency`, `currentMotionState`) +VALUES (3709295039, 'Humming Crystal Portal', 65536, 67109370, 0, 0, 262164, 0, 0, 0, 0, 0, 0, 8388656, 0, 100667499, 0, 0, 0, 0, 0, 0, 0, 0, 4, 0, 0, 0, 0, 0, 32, -0.1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 33554867, 0, 98307, 0, 150994947, 0, 3084, 0, 'AAA9AAAAAAA='); + +INSERT INTO `ace_object` (`baseAceObjectId`, `weenieClassId`, `landblock`, `cell`, `posX`, `posY`, `posZ`, `qW`, `qX`, `qY`, `qZ`) +VALUES (3709295039, 9071, 42192, 61, 170.2157, 105.6113, 153.5677, -0.007272104, 0, 0, -0.9999735); + +INSERT INTO `ace_object_palette_changes` (`baseAceObjectId`, `subPaletteId`, `offset`, `length`) +VALUES (3709295039, 67111849, 1, 255); + +INSERT INTO `base_ace_object` (`baseAceObjectId`, `name`, `typeId`, `paletteId`, `ammoType`, `blipColor`, `bitField`, `burden`, `combatUse`, `cooldownDuration`, `cooldownId`, `effects`, `containersCapacity`, `header`, `hookTypeId`, `iconId`, `iconOverlayId`, `iconUnderlayId`, `hookItemTypes`, `itemsCapacity`, `location`, `materialType`, `maxStackSize`, `maxStructure`, `radar`, `pscript`, `spellId`, `stackSize`, `structure`, `targetTypeId`, `usability`, `useRadius`, `validLocations`, `value`, `workmanship`, `animationFrameId`, `defaultScript`, `defaultScriptIntensity`, `elasticity`, `friction`, `locationId`, `modelTableId`, `objectScale`, `physicsBitField`, `physicsTableId`, `motionTableId`, `soundTableId`, `physicsState`, `translucency`, `currentMotionState`) +VALUES (3709331708, 'Humming Crystal Portal', 65536, 67109370, 0, 0, 262164, 0, 0, 0, 0, 0, 0, 8388656, 0, 100667499, 0, 0, 0, 0, 0, 0, 0, 0, 4, 0, 0, 0, 0, 0, 32, -0.1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 33554867, 0, 98307, 0, 150994947, 0, 3084, 0, 'AAA9AAAAAAA='); + +INSERT INTO `ace_object` (`baseAceObjectId`, `weenieClassId`, `landblock`, `cell`, `posX`, `posY`, `posZ`, `qW`, `qX`, `qY`, `qZ`) +VALUES (3709331708, 9071, 42193, 46, 134.5045, 127.2464, 195.9351, -0.9231677, 0, 0, -0.3843974); + +INSERT INTO `ace_object_palette_changes` (`baseAceObjectId`, `subPaletteId`, `offset`, `length`) +VALUES (3709331708, 67111849, 1, 255); + +INSERT INTO `base_ace_object` (`baseAceObjectId`, `name`, `typeId`, `paletteId`, `ammoType`, `blipColor`, `bitField`, `burden`, `combatUse`, `cooldownDuration`, `cooldownId`, `effects`, `containersCapacity`, `header`, `hookTypeId`, `iconId`, `iconOverlayId`, `iconUnderlayId`, `hookItemTypes`, `itemsCapacity`, `location`, `materialType`, `maxStackSize`, `maxStructure`, `radar`, `pscript`, `spellId`, `stackSize`, `structure`, `targetTypeId`, `usability`, `useRadius`, `validLocations`, `value`, `workmanship`, `animationFrameId`, `defaultScript`, `defaultScriptIntensity`, `elasticity`, `friction`, `locationId`, `modelTableId`, `objectScale`, `physicsBitField`, `physicsTableId`, `motionTableId`, `soundTableId`, `physicsState`, `translucency`, `currentMotionState`) +VALUES (3706511947, 'Humming Crystal Portal', 65536, 67109370, 0, 0, 262164, 0, 0, 0, 0, 0, 0, 8388656, 0, 100667499, 0, 0, 0, 0, 0, 0, 0, 0, 4, 0, 0, 0, 0, 0, 32, -0.1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 33554867, 0, 98307, 0, 150994947, 0, 3084, 0, 'AAA9AAAAAAA='); + +INSERT INTO `ace_object` (`baseAceObjectId`, `weenieClassId`, `landblock`, `cell`, `posX`, `posY`, `posZ`, `qW`, `qX`, `qY`, `qZ`) +VALUES (3706511947, 9071, 37076, 59, 178.1392, 68.21989, 561.0066, -0.9509403, 0, 0, -0.3093746); + +INSERT INTO `ace_object_palette_changes` (`baseAceObjectId`, `subPaletteId`, `offset`, `length`) +VALUES (3706511947, 67111849, 1, 255); + +INSERT INTO `base_ace_object` (`baseAceObjectId`, `name`, `typeId`, `paletteId`, `ammoType`, `blipColor`, `bitField`, `burden`, `combatUse`, `cooldownDuration`, `cooldownId`, `effects`, `containersCapacity`, `header`, `hookTypeId`, `iconId`, `iconOverlayId`, `iconUnderlayId`, `hookItemTypes`, `itemsCapacity`, `location`, `materialType`, `maxStackSize`, `maxStructure`, `radar`, `pscript`, `spellId`, `stackSize`, `structure`, `targetTypeId`, `usability`, `useRadius`, `validLocations`, `value`, `workmanship`, `animationFrameId`, `defaultScript`, `defaultScriptIntensity`, `elasticity`, `friction`, `locationId`, `modelTableId`, `objectScale`, `physicsBitField`, `physicsTableId`, `motionTableId`, `soundTableId`, `physicsState`, `translucency`, `currentMotionState`) +VALUES (3711121962, 'Humming Crystal Portal', 65536, 67109370, 0, 0, 262164, 0, 0, 0, 0, 0, 0, 8388656, 0, 100667499, 0, 0, 0, 0, 0, 0, 0, 0, 4, 0, 0, 0, 0, 0, 32, -0.1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 33554867, 0, 98307, 0, 150994947, 0, 3084, 0, 'AAA9AAAAAAA='); + +INSERT INTO `ace_object` (`baseAceObjectId`, `weenieClassId`, `landblock`, `cell`, `posX`, `posY`, `posZ`, `qW`, `qX`, `qY`, `qZ`) +VALUES (3711121962, 9071, 51674, 19, 68.06039, 51.65954, 167.937, -0.9565456, 0, 0, -0.2915829); + +INSERT INTO `ace_object_palette_changes` (`baseAceObjectId`, `subPaletteId`, `offset`, `length`) +VALUES (3711121962, 67111849, 1, 255); + +INSERT INTO `base_ace_object` (`baseAceObjectId`, `name`, `typeId`, `paletteId`, `ammoType`, `blipColor`, `bitField`, `burden`, `combatUse`, `cooldownDuration`, `cooldownId`, `effects`, `containersCapacity`, `header`, `hookTypeId`, `iconId`, `iconOverlayId`, `iconUnderlayId`, `hookItemTypes`, `itemsCapacity`, `location`, `materialType`, `maxStackSize`, `maxStructure`, `radar`, `pscript`, `spellId`, `stackSize`, `structure`, `targetTypeId`, `usability`, `useRadius`, `validLocations`, `value`, `workmanship`, `animationFrameId`, `defaultScript`, `defaultScriptIntensity`, `elasticity`, `friction`, `locationId`, `modelTableId`, `objectScale`, `physicsBitField`, `physicsTableId`, `motionTableId`, `soundTableId`, `physicsState`, `translucency`, `currentMotionState`) +VALUES (3711134683, 'Humming Crystal Portal', 65536, 67109370, 0, 0, 262164, 0, 0, 0, 0, 0, 0, 8388656, 0, 100667499, 0, 0, 0, 0, 0, 0, 0, 0, 4, 0, 0, 0, 0, 0, 32, -0.1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 33554867, 0, 98307, 0, 150994947, 0, 3084, 0, 'AAA9AAAAAAA='); + +INSERT INTO `ace_object` (`baseAceObjectId`, `weenieClassId`, `landblock`, `cell`, `posX`, `posY`, `posZ`, `qW`, `qX`, `qY`, `qZ`) +VALUES (3711134683, 9071, 45785, 36, 112.8692, 84.49892, 31.25961, -0.4514093, 0, 0, -0.892317); + +INSERT INTO `ace_object_palette_changes` (`baseAceObjectId`, `subPaletteId`, `offset`, `length`) +VALUES (3711134683, 67111849, 1, 255); + +INSERT INTO `base_ace_object` (`baseAceObjectId`, `name`, `typeId`, `paletteId`, `ammoType`, `blipColor`, `bitField`, `burden`, `combatUse`, `cooldownDuration`, `cooldownId`, `effects`, `containersCapacity`, `header`, `hookTypeId`, `iconId`, `iconOverlayId`, `iconUnderlayId`, `hookItemTypes`, `itemsCapacity`, `location`, `materialType`, `maxStackSize`, `maxStructure`, `radar`, `pscript`, `spellId`, `stackSize`, `structure`, `targetTypeId`, `usability`, `useRadius`, `validLocations`, `value`, `workmanship`, `animationFrameId`, `defaultScript`, `defaultScriptIntensity`, `elasticity`, `friction`, `locationId`, `modelTableId`, `objectScale`, `physicsBitField`, `physicsTableId`, `motionTableId`, `soundTableId`, `physicsState`, `translucency`, `currentMotionState`) +VALUES (2628754599, 'Humming Crystal Portal', 65536, 67109370, 0, 0, 262164, 0, 0, 0, 0, 0, 0, 8388656, 0, 100667499, 0, 0, 0, 0, 0, 0, 0, 0, 4, 0, 0, 0, 0, 0, 32, -0.1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 33554867, 0, 98307, 0, 150994947, 0, 3084, 0, 'AAA9AAAAAAA='); + +INSERT INTO `ace_object` (`baseAceObjectId`, `weenieClassId`, `landblock`, `cell`, `posX`, `posY`, `posZ`, `qW`, `qX`, `qY`, `qZ`) +VALUES (2628754599, 9071, 21437, 61, 187.9949, 96.28907, 22.60451, -0.8670136, 0, 0, -0.4982845); + +INSERT INTO `ace_object_palette_changes` (`baseAceObjectId`, `subPaletteId`, `offset`, `length`) +VALUES (2628754599, 67111849, 1, 255); + +INSERT INTO `base_ace_object` (`baseAceObjectId`, `name`, `typeId`, `paletteId`, `ammoType`, `blipColor`, `bitField`, `burden`, `combatUse`, `cooldownDuration`, `cooldownId`, `effects`, `containersCapacity`, `header`, `hookTypeId`, `iconId`, `iconOverlayId`, `iconUnderlayId`, `hookItemTypes`, `itemsCapacity`, `location`, `materialType`, `maxStackSize`, `maxStructure`, `radar`, `pscript`, `spellId`, `stackSize`, `structure`, `targetTypeId`, `usability`, `useRadius`, `validLocations`, `value`, `workmanship`, `animationFrameId`, `defaultScript`, `defaultScriptIntensity`, `elasticity`, `friction`, `locationId`, `modelTableId`, `objectScale`, `physicsBitField`, `physicsTableId`, `motionTableId`, `soundTableId`, `physicsState`, `translucency`, `currentMotionState`) +VALUES (2448282364, 'Humming Crystal Portal', 65536, 67109370, 0, 0, 262164, 0, 0, 0, 0, 0, 0, 8388656, 0, 100667499, 0, 0, 0, 0, 0, 0, 0, 0, 4, 0, 0, 0, 0, 0, 32, -0.1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 33554867, 0, 98307, 0, 150994947, 0, 3084, 0, 'AAA9AAAAAAA='); + +INSERT INTO `ace_object` (`baseAceObjectId`, `weenieClassId`, `landblock`, `cell`, `posX`, `posY`, `posZ`, `qW`, `qX`, `qY`, `qZ`) +VALUES (2448282364, 9071, 36786, 21, 55.17745, 110.1962, 80.91438, -0.2625919, 0, 0, -0.964907); + +INSERT INTO `ace_object_palette_changes` (`baseAceObjectId`, `subPaletteId`, `offset`, `length`) +VALUES (2448282364, 67111849, 1, 255); + +INSERT INTO `base_ace_object` (`baseAceObjectId`, `name`, `typeId`, `paletteId`, `ammoType`, `blipColor`, `bitField`, `burden`, `combatUse`, `cooldownDuration`, `cooldownId`, `effects`, `containersCapacity`, `header`, `hookTypeId`, `iconId`, `iconOverlayId`, `iconUnderlayId`, `hookItemTypes`, `itemsCapacity`, `location`, `materialType`, `maxStackSize`, `maxStructure`, `radar`, `pscript`, `spellId`, `stackSize`, `structure`, `targetTypeId`, `usability`, `useRadius`, `validLocations`, `value`, `workmanship`, `animationFrameId`, `defaultScript`, `defaultScriptIntensity`, `elasticity`, `friction`, `locationId`, `modelTableId`, `objectScale`, `physicsBitField`, `physicsTableId`, `motionTableId`, `soundTableId`, `physicsState`, `translucency`, `currentMotionState`) +VALUES (3710254732, 'Humming Crystal Portal', 65536, 67109370, 0, 0, 262164, 0, 0, 0, 0, 0, 0, 8388656, 0, 100667499, 0, 0, 0, 0, 0, 0, 0, 0, 4, 0, 0, 0, 0, 0, 32, -0.1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 33554867, 0, 98307, 0, 150994947, 0, 3084, 0, 'AAA9AAAAAAA='); + +INSERT INTO `ace_object` (`baseAceObjectId`, `weenieClassId`, `landblock`, `cell`, `posX`, `posY`, `posZ`, `qW`, `qX`, `qY`, `qZ`) +VALUES (3710254732, 9071, 47639, 58, 171.4489, 44.71914, 147.7602, -0.9204186, 0, 0, -0.3909344); + +INSERT INTO `ace_object_palette_changes` (`baseAceObjectId`, `subPaletteId`, `offset`, `length`) +VALUES (3710254732, 67111849, 1, 255); + +INSERT INTO `base_ace_object` (`baseAceObjectId`, `name`, `typeId`, `paletteId`, `ammoType`, `blipColor`, `bitField`, `burden`, `combatUse`, `cooldownDuration`, `cooldownId`, `effects`, `containersCapacity`, `header`, `hookTypeId`, `iconId`, `iconOverlayId`, `iconUnderlayId`, `hookItemTypes`, `itemsCapacity`, `location`, `materialType`, `maxStackSize`, `maxStructure`, `radar`, `pscript`, `spellId`, `stackSize`, `structure`, `targetTypeId`, `usability`, `useRadius`, `validLocations`, `value`, `workmanship`, `animationFrameId`, `defaultScript`, `defaultScriptIntensity`, `elasticity`, `friction`, `locationId`, `modelTableId`, `objectScale`, `physicsBitField`, `physicsTableId`, `motionTableId`, `soundTableId`, `physicsState`, `translucency`, `currentMotionState`) +VALUES (3708150962, 'Humming Crystal Portal', 65536, 67109370, 0, 0, 262164, 0, 0, 0, 0, 0, 0, 8388656, 0, 100667499, 0, 0, 0, 0, 0, 0, 0, 0, 4, 0, 0, 0, 0, 0, 32, -0.1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 33554867, 0, 98311, 0, 150994947, 0, 3084, 0, 'AAA9AAAAAAA='); + +INSERT INTO `ace_object` (`baseAceObjectId`, `weenieClassId`, `landblock`, `cell`, `posX`, `posY`, `posZ`, `qW`, `qX`, `qY`, `qZ`) +VALUES (3708150962, 9071, 17842, 27, 94.0494, 67.35378, 77.32518, -0.686272, 0, 0, -0.7273449); + +INSERT INTO `ace_object_palette_changes` (`baseAceObjectId`, `subPaletteId`, `offset`, `length`) +VALUES (3708150962, 67111849, 1, 255); + +INSERT INTO `base_ace_object` (`baseAceObjectId`, `name`, `typeId`, `paletteId`, `ammoType`, `blipColor`, `bitField`, `burden`, `combatUse`, `cooldownDuration`, `cooldownId`, `effects`, `containersCapacity`, `header`, `hookTypeId`, `iconId`, `iconOverlayId`, `iconUnderlayId`, `hookItemTypes`, `itemsCapacity`, `location`, `materialType`, `maxStackSize`, `maxStructure`, `radar`, `pscript`, `spellId`, `stackSize`, `structure`, `targetTypeId`, `usability`, `useRadius`, `validLocations`, `value`, `workmanship`, `animationFrameId`, `defaultScript`, `defaultScriptIntensity`, `elasticity`, `friction`, `locationId`, `modelTableId`, `objectScale`, `physicsBitField`, `physicsTableId`, `motionTableId`, `soundTableId`, `physicsState`, `translucency`, `currentMotionState`) +VALUES (3709025767, 'Humming Crystal Portal', 65536, 67109370, 0, 0, 262164, 0, 0, 0, 0, 0, 0, 8388656, 0, 100667499, 0, 0, 0, 0, 0, 0, 0, 0, 4, 0, 0, 0, 0, 0, 32, -0.1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 33554867, 0, 98307, 0, 150994947, 0, 3084, 0, 'AAA9AAAAAAA='); + +INSERT INTO `ace_object` (`baseAceObjectId`, `weenieClassId`, `landblock`, `cell`, `posX`, `posY`, `posZ`, `qW`, `qX`, `qY`, `qZ`) +VALUES (3709025767, 9071, 19376, 46, 125.4253, 130.1445, 58.44796, 0.9788937, 0, 0, -0.20437); + +INSERT INTO `ace_object_palette_changes` (`baseAceObjectId`, `subPaletteId`, `offset`, `length`) +VALUES (3709025767, 67111849, 1, 255); + +INSERT INTO `base_ace_object` (`baseAceObjectId`, `name`, `typeId`, `paletteId`, `ammoType`, `blipColor`, `bitField`, `burden`, `combatUse`, `cooldownDuration`, `cooldownId`, `effects`, `containersCapacity`, `header`, `hookTypeId`, `iconId`, `iconOverlayId`, `iconUnderlayId`, `hookItemTypes`, `itemsCapacity`, `location`, `materialType`, `maxStackSize`, `maxStructure`, `radar`, `pscript`, `spellId`, `stackSize`, `structure`, `targetTypeId`, `usability`, `useRadius`, `validLocations`, `value`, `workmanship`, `animationFrameId`, `defaultScript`, `defaultScriptIntensity`, `elasticity`, `friction`, `locationId`, `modelTableId`, `objectScale`, `physicsBitField`, `physicsTableId`, `motionTableId`, `soundTableId`, `physicsState`, `translucency`, `currentMotionState`) +VALUES (3335642601, 'Humming Crystal Portal', 65536, 67109370, 0, 0, 262164, 0, 0, 0, 0, 0, 0, 8388656, 0, 100667499, 0, 0, 0, 0, 0, 0, 0, 0, 4, 0, 0, 0, 0, 0, 32, -0.1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 33554867, 0, 98307, 0, 150994947, 0, 3084, 0, 'AAA9AAAAAAA='); + +INSERT INTO `ace_object` (`baseAceObjectId`, `weenieClassId`, `landblock`, `cell`, `posX`, `posY`, `posZ`, `qW`, `qX`, `qY`, `qZ`) +VALUES (3335642601, 9071, 33731, 10, 37.70506, 34.44676, 107.6359, 0.1706929, 0, 0, -0.9853243); + +INSERT INTO `ace_object_palette_changes` (`baseAceObjectId`, `subPaletteId`, `offset`, `length`) +VALUES (3335642601, 67111849, 1, 255); + +INSERT INTO `base_ace_object` (`baseAceObjectId`, `name`, `typeId`, `paletteId`, `ammoType`, `blipColor`, `bitField`, `burden`, `combatUse`, `cooldownDuration`, `cooldownId`, `effects`, `containersCapacity`, `header`, `hookTypeId`, `iconId`, `iconOverlayId`, `iconUnderlayId`, `hookItemTypes`, `itemsCapacity`, `location`, `materialType`, `maxStackSize`, `maxStructure`, `radar`, `pscript`, `spellId`, `stackSize`, `structure`, `targetTypeId`, `usability`, `useRadius`, `validLocations`, `value`, `workmanship`, `animationFrameId`, `defaultScript`, `defaultScriptIntensity`, `elasticity`, `friction`, `locationId`, `modelTableId`, `objectScale`, `physicsBitField`, `physicsTableId`, `motionTableId`, `soundTableId`, `physicsState`, `translucency`, `currentMotionState`) +VALUES (2870466487, 'Humming Crystal Portal', 65536, 67109370, 0, 0, 262164, 0, 0, 0, 0, 0, 0, 8388656, 0, 100667499, 0, 0, 0, 0, 0, 0, 0, 0, 4, 0, 0, 0, 0, 0, 32, -0.1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 33554867, 0, 98307, 0, 150994947, 0, 3084, 0, 'AAA9AAAAAAA='); + +INSERT INTO `ace_object` (`baseAceObjectId`, `weenieClassId`, `landblock`, `cell`, `posX`, `posY`, `posZ`, `qW`, `qX`, `qY`, `qZ`) +VALUES (2870466487, 9071, 32789, 9, 47.62739, 16.57247, 211.937, -0.3691559, 0, 0, -0.9293675); + +INSERT INTO `ace_object_palette_changes` (`baseAceObjectId`, `subPaletteId`, `offset`, `length`) +VALUES (2870466487, 67111849, 1, 255); + +INSERT INTO `base_ace_object` (`baseAceObjectId`, `name`, `typeId`, `paletteId`, `ammoType`, `blipColor`, `bitField`, `burden`, `combatUse`, `cooldownDuration`, `cooldownId`, `effects`, `containersCapacity`, `header`, `hookTypeId`, `iconId`, `iconOverlayId`, `iconUnderlayId`, `hookItemTypes`, `itemsCapacity`, `location`, `materialType`, `maxStackSize`, `maxStructure`, `radar`, `pscript`, `spellId`, `stackSize`, `structure`, `targetTypeId`, `usability`, `useRadius`, `validLocations`, `value`, `workmanship`, `animationFrameId`, `defaultScript`, `defaultScriptIntensity`, `elasticity`, `friction`, `locationId`, `modelTableId`, `objectScale`, `physicsBitField`, `physicsTableId`, `motionTableId`, `soundTableId`, `physicsState`, `translucency`, `currentMotionState`) +VALUES (2630497659, 'Humming Crystal Portal', 65536, 67109370, 0, 0, 262164, 0, 0, 0, 0, 0, 0, 8388656, 0, 100667499, 0, 0, 0, 0, 0, 0, 0, 0, 4, 0, 0, 0, 0, 0, 32, -0.1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 33554867, 0, 98307, 0, 150994947, 0, 3084, 0, 'AAA9AAAAAAA='); + +INSERT INTO `ace_object` (`baseAceObjectId`, `weenieClassId`, `landblock`, `cell`, `posX`, `posY`, `posZ`, `qW`, `qX`, `qY`, `qZ`) +VALUES (2630497659, 9071, 36553, 29, 83.42623, 114.2887, 87.84137, -0.9724097, 0, 0, -0.2332796); + +INSERT INTO `ace_object_palette_changes` (`baseAceObjectId`, `subPaletteId`, `offset`, `length`) +VALUES (2630497659, 67111849, 1, 255); + +INSERT INTO `base_ace_object` (`baseAceObjectId`, `name`, `typeId`, `paletteId`, `ammoType`, `blipColor`, `bitField`, `burden`, `combatUse`, `cooldownDuration`, `cooldownId`, `effects`, `containersCapacity`, `header`, `hookTypeId`, `iconId`, `iconOverlayId`, `iconUnderlayId`, `hookItemTypes`, `itemsCapacity`, `location`, `materialType`, `maxStackSize`, `maxStructure`, `radar`, `pscript`, `spellId`, `stackSize`, `structure`, `targetTypeId`, `usability`, `useRadius`, `validLocations`, `value`, `workmanship`, `animationFrameId`, `defaultScript`, `defaultScriptIntensity`, `elasticity`, `friction`, `locationId`, `modelTableId`, `objectScale`, `physicsBitField`, `physicsTableId`, `motionTableId`, `soundTableId`, `physicsState`, `translucency`, `currentMotionState`) +VALUES (2631026066, 'Humming Crystal Portal', 65536, 67109370, 0, 0, 262164, 0, 0, 0, 0, 0, 0, 8388656, 0, 100667499, 0, 0, 0, 0, 0, 0, 0, 0, 4, 0, 0, 0, 0, 0, 32, -0.1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 33554867, 0, 98307, 0, 150994947, 0, 3084, 0, 'AAA9AAAAAAA='); + +INSERT INTO `ace_object` (`baseAceObjectId`, `weenieClassId`, `landblock`, `cell`, `posX`, `posY`, `posZ`, `qW`, `qX`, `qY`, `qZ`) +VALUES (2631026066, 9071, 40409, 34, 116.5688, 36.72133, 51.937, -0.3124548, 0, 0, -0.9499326); + +INSERT INTO `ace_object_palette_changes` (`baseAceObjectId`, `subPaletteId`, `offset`, `length`) +VALUES (2631026066, 67111849, 1, 255); + +INSERT INTO `base_ace_object` (`baseAceObjectId`, `name`, `typeId`, `paletteId`, `ammoType`, `blipColor`, `bitField`, `burden`, `combatUse`, `cooldownDuration`, `cooldownId`, `effects`, `containersCapacity`, `header`, `hookTypeId`, `iconId`, `iconOverlayId`, `iconUnderlayId`, `hookItemTypes`, `itemsCapacity`, `location`, `materialType`, `maxStackSize`, `maxStructure`, `radar`, `pscript`, `spellId`, `stackSize`, `structure`, `targetTypeId`, `usability`, `useRadius`, `validLocations`, `value`, `workmanship`, `animationFrameId`, `defaultScript`, `defaultScriptIntensity`, `elasticity`, `friction`, `locationId`, `modelTableId`, `objectScale`, `physicsBitField`, `physicsTableId`, `motionTableId`, `soundTableId`, `physicsState`, `translucency`, `currentMotionState`) +VALUES (2876520185, 'Humming Crystal Portal', 65536, 67109370, 0, 0, 262164, 0, 0, 0, 0, 0, 0, 8388656, 0, 100667499, 0, 0, 0, 0, 0, 0, 0, 0, 4, 0, 0, 0, 0, 0, 32, -0.1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 33554867, 0, 98307, 0, 150994947, 0, 3084, 0, 'AAA9AAAAAAA='); + +INSERT INTO `ace_object` (`baseAceObjectId`, `weenieClassId`, `landblock`, `cell`, `posX`, `posY`, `posZ`, `qW`, `qX`, `qY`, `qZ`) +VALUES (2876520185, 9071, 56613, 59, 191.608, 69.92365, -0.06299996, -0.9570307, 0, 0, -0.2899867); + +INSERT INTO `ace_object_palette_changes` (`baseAceObjectId`, `subPaletteId`, `offset`, `length`) +VALUES (2876520185, 67111849, 1, 255); + +INSERT INTO `base_ace_object` (`baseAceObjectId`, `name`, `typeId`, `paletteId`, `ammoType`, `blipColor`, `bitField`, `burden`, `combatUse`, `cooldownDuration`, `cooldownId`, `effects`, `containersCapacity`, `header`, `hookTypeId`, `iconId`, `iconOverlayId`, `iconUnderlayId`, `hookItemTypes`, `itemsCapacity`, `location`, `materialType`, `maxStackSize`, `maxStructure`, `radar`, `pscript`, `spellId`, `stackSize`, `structure`, `targetTypeId`, `usability`, `useRadius`, `validLocations`, `value`, `workmanship`, `animationFrameId`, `defaultScript`, `defaultScriptIntensity`, `elasticity`, `friction`, `locationId`, `modelTableId`, `objectScale`, `physicsBitField`, `physicsTableId`, `motionTableId`, `soundTableId`, `physicsState`, `translucency`, `currentMotionState`) +VALUES (2877009450, 'Humming Crystal Portal', 65536, 67109370, 0, 0, 262164, 0, 0, 0, 0, 0, 0, 8388656, 0, 100667499, 0, 0, 0, 0, 0, 0, 0, 0, 4, 0, 0, 0, 0, 0, 32, -0.1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 33554867, 0, 98307, 0, 150994947, 0, 3084, 0, 'AAA9AAAAAAA='); + +INSERT INTO `ace_object` (`baseAceObjectId`, `weenieClassId`, `landblock`, `cell`, `posX`, `posY`, `posZ`, `qW`, `qX`, `qY`, `qZ`) +VALUES (2877009450, 9071, 33552, 62, 185.6464, 122.4974, -0.5129999, 0.7504933, 0, 0, -0.660878); + +INSERT INTO `ace_object_palette_changes` (`baseAceObjectId`, `subPaletteId`, `offset`, `length`) +VALUES (2877009450, 67111849, 1, 255); + +INSERT INTO `base_ace_object` (`baseAceObjectId`, `name`, `typeId`, `paletteId`, `ammoType`, `blipColor`, `bitField`, `burden`, `combatUse`, `cooldownDuration`, `cooldownId`, `effects`, `containersCapacity`, `header`, `hookTypeId`, `iconId`, `iconOverlayId`, `iconUnderlayId`, `hookItemTypes`, `itemsCapacity`, `location`, `materialType`, `maxStackSize`, `maxStructure`, `radar`, `pscript`, `spellId`, `stackSize`, `structure`, `targetTypeId`, `usability`, `useRadius`, `validLocations`, `value`, `workmanship`, `animationFrameId`, `defaultScript`, `defaultScriptIntensity`, `elasticity`, `friction`, `locationId`, `modelTableId`, `objectScale`, `physicsBitField`, `physicsTableId`, `motionTableId`, `soundTableId`, `physicsState`, `translucency`, `currentMotionState`) +VALUES (2931784948, 'Humming Crystal Portal', 65536, 67109370, 0, 0, 262164, 0, 0, 0, 0, 0, 0, 8388656, 0, 100667499, 0, 0, 0, 0, 0, 0, 0, 0, 4, 0, 0, 0, 0, 0, 32, -0.1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 33554867, 0, 98307, 0, 150994947, 0, 3084, 0, 'AAA9AAAAAAA='); + +INSERT INTO `ace_object` (`baseAceObjectId`, `weenieClassId`, `landblock`, `cell`, `posX`, `posY`, `posZ`, `qW`, `qX`, `qY`, `qZ`) +VALUES (2931784948, 9071, 33726, 37, 107.6008, 102.3579, 106.9301, -0.5299283, 0, 0, -0.8480425); + +INSERT INTO `ace_object_palette_changes` (`baseAceObjectId`, `subPaletteId`, `offset`, `length`) +VALUES (2931784948, 67111849, 1, 255); + +INSERT INTO `base_ace_object` (`baseAceObjectId`, `name`, `typeId`, `paletteId`, `ammoType`, `blipColor`, `bitField`, `burden`, `combatUse`, `cooldownDuration`, `cooldownId`, `effects`, `containersCapacity`, `header`, `hookTypeId`, `iconId`, `iconOverlayId`, `iconUnderlayId`, `hookItemTypes`, `itemsCapacity`, `location`, `materialType`, `maxStackSize`, `maxStructure`, `radar`, `pscript`, `spellId`, `stackSize`, `structure`, `targetTypeId`, `usability`, `useRadius`, `validLocations`, `value`, `workmanship`, `animationFrameId`, `defaultScript`, `defaultScriptIntensity`, `elasticity`, `friction`, `locationId`, `modelTableId`, `objectScale`, `physicsBitField`, `physicsTableId`, `motionTableId`, `soundTableId`, `physicsState`, `translucency`, `currentMotionState`) +VALUES (2871172211, 'Humming Crystal Portal', 65536, 67109370, 0, 0, 262164, 0, 0, 0, 0, 0, 0, 8388656, 0, 100667499, 0, 0, 0, 0, 0, 0, 0, 0, 4, 0, 0, 0, 0, 0, 32, -0.1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 33554867, 0, 98307, 0, 150994947, 0, 3084, 0, 'AAA9AAAAAAA='); + +INSERT INTO `ace_object` (`baseAceObjectId`, `weenieClassId`, `landblock`, `cell`, `posX`, `posY`, `posZ`, `qW`, `qX`, `qY`, `qZ`) +VALUES (2871172211, 9071, 37669, 51, 159.5518, 53.52145, 140.4446, -0.9764233, 0, 0, -0.2158647); + +INSERT INTO `ace_object_palette_changes` (`baseAceObjectId`, `subPaletteId`, `offset`, `length`) +VALUES (2871172211, 67111849, 1, 255); + +INSERT INTO `base_ace_object` (`baseAceObjectId`, `name`, `typeId`, `paletteId`, `ammoType`, `blipColor`, `bitField`, `burden`, `combatUse`, `cooldownDuration`, `cooldownId`, `effects`, `containersCapacity`, `header`, `hookTypeId`, `iconId`, `iconOverlayId`, `iconUnderlayId`, `hookItemTypes`, `itemsCapacity`, `location`, `materialType`, `maxStackSize`, `maxStructure`, `radar`, `pscript`, `spellId`, `stackSize`, `structure`, `targetTypeId`, `usability`, `useRadius`, `validLocations`, `value`, `workmanship`, `animationFrameId`, `defaultScript`, `defaultScriptIntensity`, `elasticity`, `friction`, `locationId`, `modelTableId`, `objectScale`, `physicsBitField`, `physicsTableId`, `motionTableId`, `soundTableId`, `physicsState`, `translucency`, `currentMotionState`) +VALUES (3355735045, 'Humming Crystal Portal', 65536, 67109370, 0, 0, 262164, 0, 0, 0, 0, 0, 0, 8388656, 0, 100667499, 0, 0, 0, 0, 0, 0, 0, 0, 4, 0, 0, 0, 0, 0, 32, -0.1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 33554867, 0, 98307, 0, 150994947, 0, 3084, 0, 'AAA9AAAAAAA='); + +INSERT INTO `ace_object` (`baseAceObjectId`, `weenieClassId`, `landblock`, `cell`, `posX`, `posY`, `posZ`, `qW`, `qX`, `qY`, `qZ`) +VALUES (3355735045, 9071, 41944, 33, 116.2154, 12.51351, 122.8086, -0.01387985, 0, 0, -0.9999037); + +INSERT INTO `ace_object_palette_changes` (`baseAceObjectId`, `subPaletteId`, `offset`, `length`) +VALUES (3355735045, 67111849, 1, 255); + +INSERT INTO `base_ace_object` (`baseAceObjectId`, `name`, `typeId`, `paletteId`, `ammoType`, `blipColor`, `bitField`, `burden`, `combatUse`, `cooldownDuration`, `cooldownId`, `effects`, `containersCapacity`, `header`, `hookTypeId`, `iconId`, `iconOverlayId`, `iconUnderlayId`, `hookItemTypes`, `itemsCapacity`, `location`, `materialType`, `maxStackSize`, `maxStructure`, `radar`, `pscript`, `spellId`, `stackSize`, `structure`, `targetTypeId`, `usability`, `useRadius`, `validLocations`, `value`, `workmanship`, `animationFrameId`, `defaultScript`, `defaultScriptIntensity`, `elasticity`, `friction`, `locationId`, `modelTableId`, `objectScale`, `physicsBitField`, `physicsTableId`, `motionTableId`, `soundTableId`, `physicsState`, `translucency`, `currentMotionState`) +VALUES (3355738435, 'Humming Crystal Portal', 65536, 67109370, 0, 0, 262164, 0, 0, 0, 0, 0, 0, 8388656, 0, 100667499, 0, 0, 0, 0, 0, 0, 0, 0, 4, 0, 0, 0, 0, 0, 32, -0.1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 33554867, 0, 98307, 0, 150994947, 0, 3084, 0, 'AAA9AAAAAAA='); + +INSERT INTO `ace_object` (`baseAceObjectId`, `weenieClassId`, `landblock`, `cell`, `posX`, `posY`, `posZ`, `qW`, `qX`, `qY`, `qZ`) +VALUES (3355738435, 9071, 44245, 20, 64.44088, 86.5506, 54.14183, 0.03636662, 0, 0, -0.9993385); + +INSERT INTO `ace_object_palette_changes` (`baseAceObjectId`, `subPaletteId`, `offset`, `length`) +VALUES (3355738435, 67111849, 1, 255); + +INSERT INTO `base_ace_object` (`baseAceObjectId`, `name`, `typeId`, `paletteId`, `ammoType`, `blipColor`, `bitField`, `burden`, `combatUse`, `cooldownDuration`, `cooldownId`, `effects`, `containersCapacity`, `header`, `hookTypeId`, `iconId`, `iconOverlayId`, `iconUnderlayId`, `hookItemTypes`, `itemsCapacity`, `location`, `materialType`, `maxStackSize`, `maxStructure`, `radar`, `pscript`, `spellId`, `stackSize`, `structure`, `targetTypeId`, `usability`, `useRadius`, `validLocations`, `value`, `workmanship`, `animationFrameId`, `defaultScript`, `defaultScriptIntensity`, `elasticity`, `friction`, `locationId`, `modelTableId`, `objectScale`, `physicsBitField`, `physicsTableId`, `motionTableId`, `soundTableId`, `physicsState`, `translucency`, `currentMotionState`) +VALUES (3355502462, 'Humming Crystal Portal', 65536, 67109370, 0, 0, 262164, 0, 0, 0, 0, 0, 0, 8388656, 0, 100667499, 0, 0, 0, 0, 0, 0, 0, 0, 4, 0, 0, 0, 0, 0, 32, -0.1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 33554867, 0, 98307, 0, 150994947, 0, 3084, 0, 'AAA9AAAAAAA='); + +INSERT INTO `ace_object` (`baseAceObjectId`, `weenieClassId`, `landblock`, `cell`, `posX`, `posY`, `posZ`, `qW`, `qX`, `qY`, `qZ`) +VALUES (3355502462, 9071, 48086, 29, 80.68315, 104.3165, 59.35364, -0.6901926, 0, 0, -0.7236257); + +INSERT INTO `ace_object_palette_changes` (`baseAceObjectId`, `subPaletteId`, `offset`, `length`) +VALUES (3355502462, 67111849, 1, 255); + +INSERT INTO `base_ace_object` (`baseAceObjectId`, `name`, `typeId`, `paletteId`, `ammoType`, `blipColor`, `bitField`, `burden`, `combatUse`, `cooldownDuration`, `cooldownId`, `effects`, `containersCapacity`, `header`, `hookTypeId`, `iconId`, `iconOverlayId`, `iconUnderlayId`, `hookItemTypes`, `itemsCapacity`, `location`, `materialType`, `maxStackSize`, `maxStructure`, `radar`, `pscript`, `spellId`, `stackSize`, `structure`, `targetTypeId`, `usability`, `useRadius`, `validLocations`, `value`, `workmanship`, `animationFrameId`, `defaultScript`, `defaultScriptIntensity`, `elasticity`, `friction`, `locationId`, `modelTableId`, `objectScale`, `physicsBitField`, `physicsTableId`, `motionTableId`, `soundTableId`, `physicsState`, `translucency`, `currentMotionState`) +VALUES (2928548028, 'Humming Crystal Portal', 65536, 67109370, 0, 0, 262164, 0, 0, 0, 0, 0, 0, 8388656, 0, 100667499, 0, 0, 0, 0, 0, 0, 0, 0, 4, 0, 0, 0, 0, 0, 32, -0.1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 33554867, 0, 98307, 0, 150994947, 0, 3084, 0, 'AAA9AAAAAAA='); + +INSERT INTO `ace_object` (`baseAceObjectId`, `weenieClassId`, `landblock`, `cell`, `posX`, `posY`, `posZ`, `qW`, `qX`, `qY`, `qZ`) +VALUES (2928548028, 9071, 43795, 53, 161.7594, 115.7379, 115.7423, 0.05771428, 0, 0, -0.9983332); + +INSERT INTO `ace_object_palette_changes` (`baseAceObjectId`, `subPaletteId`, `offset`, `length`) +VALUES (2928548028, 67111849, 1, 255); + +INSERT INTO `base_ace_object` (`baseAceObjectId`, `name`, `typeId`, `paletteId`, `ammoType`, `blipColor`, `bitField`, `burden`, `combatUse`, `cooldownDuration`, `cooldownId`, `effects`, `containersCapacity`, `header`, `hookTypeId`, `iconId`, `iconOverlayId`, `iconUnderlayId`, `hookItemTypes`, `itemsCapacity`, `location`, `materialType`, `maxStackSize`, `maxStructure`, `radar`, `pscript`, `spellId`, `stackSize`, `structure`, `targetTypeId`, `usability`, `useRadius`, `validLocations`, `value`, `workmanship`, `animationFrameId`, `defaultScript`, `defaultScriptIntensity`, `elasticity`, `friction`, `locationId`, `modelTableId`, `objectScale`, `physicsBitField`, `physicsTableId`, `motionTableId`, `soundTableId`, `physicsState`, `translucency`, `currentMotionState`) +VALUES (2883634656, 'Humming Crystal Portal', 65536, 67109370, 0, 0, 262164, 0, 0, 0, 0, 0, 0, 8388656, 0, 100667499, 0, 0, 0, 0, 0, 0, 0, 0, 4, 0, 0, 0, 0, 0, 32, -0.1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 33554867, 0, 98307, 0, 150994947, 0, 3084, 0, 'AAA9AAAAAAA='); + +INSERT INTO `ace_object` (`baseAceObjectId`, `weenieClassId`, `landblock`, `cell`, `posX`, `posY`, `posZ`, `qW`, `qX`, `qY`, `qZ`) +VALUES (2883634656, 9071, 18356, 16, 28.04726, 179.5648, 108.9244, 0.6947163, 0, 0, -0.7192838); + +INSERT INTO `ace_object_palette_changes` (`baseAceObjectId`, `subPaletteId`, `offset`, `length`) +VALUES (2883634656, 67111849, 1, 255); + +INSERT INTO `base_ace_object` (`baseAceObjectId`, `name`, `typeId`, `paletteId`, `ammoType`, `blipColor`, `bitField`, `burden`, `combatUse`, `cooldownDuration`, `cooldownId`, `effects`, `containersCapacity`, `header`, `hookTypeId`, `iconId`, `iconOverlayId`, `iconUnderlayId`, `hookItemTypes`, `itemsCapacity`, `location`, `materialType`, `maxStackSize`, `maxStructure`, `radar`, `pscript`, `spellId`, `stackSize`, `structure`, `targetTypeId`, `usability`, `useRadius`, `validLocations`, `value`, `workmanship`, `animationFrameId`, `defaultScript`, `defaultScriptIntensity`, `elasticity`, `friction`, `locationId`, `modelTableId`, `objectScale`, `physicsBitField`, `physicsTableId`, `motionTableId`, `soundTableId`, `physicsState`, `translucency`, `currentMotionState`) +VALUES (3332806867, 'Humming Crystal Portal', 65536, 67109370, 0, 0, 262164, 0, 0, 0, 0, 0, 0, 8388656, 0, 100667499, 0, 0, 0, 0, 0, 0, 0, 0, 4, 0, 0, 0, 0, 0, 32, -0.1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 33554867, 0, 98307, 0, 150994947, 0, 3084, 0, 'AAA9AAAAAAA='); + +INSERT INTO `ace_object` (`baseAceObjectId`, `weenieClassId`, `landblock`, `cell`, `posX`, `posY`, `posZ`, `qW`, `qX`, `qY`, `qZ`) +VALUES (3332806867, 9071, 25769, 58, 188.4346, 39.87207, 56.61433, 0.02989224, 0, 0, -0.9995531); + +INSERT INTO `ace_object_palette_changes` (`baseAceObjectId`, `subPaletteId`, `offset`, `length`) +VALUES (3332806867, 67111849, 1, 255); + +INSERT INTO `base_ace_object` (`baseAceObjectId`, `name`, `typeId`, `paletteId`, `ammoType`, `blipColor`, `bitField`, `burden`, `combatUse`, `cooldownDuration`, `cooldownId`, `effects`, `containersCapacity`, `header`, `hookTypeId`, `iconId`, `iconOverlayId`, `iconUnderlayId`, `hookItemTypes`, `itemsCapacity`, `location`, `materialType`, `maxStackSize`, `maxStructure`, `radar`, `pscript`, `spellId`, `stackSize`, `structure`, `targetTypeId`, `usability`, `useRadius`, `validLocations`, `value`, `workmanship`, `animationFrameId`, `defaultScript`, `defaultScriptIntensity`, `elasticity`, `friction`, `locationId`, `modelTableId`, `objectScale`, `physicsBitField`, `physicsTableId`, `motionTableId`, `soundTableId`, `physicsState`, `translucency`, `currentMotionState`) +VALUES (3332553091, 'Humming Crystal Portal', 65536, 67109370, 0, 0, 262164, 0, 0, 0, 0, 0, 0, 8388656, 0, 100667499, 0, 0, 0, 0, 0, 0, 0, 0, 4, 0, 0, 0, 0, 0, 32, -0.1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 33554867, 0, 98307, 0, 150994947, 0, 3084, 0, 'AAA9AAAAAAA='); + +INSERT INTO `ace_object` (`baseAceObjectId`, `weenieClassId`, `landblock`, `cell`, `posX`, `posY`, `posZ`, `qW`, `qX`, `qY`, `qZ`) +VALUES (3332553091, 9071, 27308, 52, 160.638, 76.23833, 88.1307, -0.9216579, 0, 0, -0.3880035); + +INSERT INTO `ace_object_palette_changes` (`baseAceObjectId`, `subPaletteId`, `offset`, `length`) +VALUES (3332553091, 67111849, 1, 255); + +INSERT INTO `base_ace_object` (`baseAceObjectId`, `name`, `typeId`, `paletteId`, `ammoType`, `blipColor`, `bitField`, `burden`, `combatUse`, `cooldownDuration`, `cooldownId`, `effects`, `containersCapacity`, `header`, `hookTypeId`, `iconId`, `iconOverlayId`, `iconUnderlayId`, `hookItemTypes`, `itemsCapacity`, `location`, `materialType`, `maxStackSize`, `maxStructure`, `radar`, `pscript`, `spellId`, `stackSize`, `structure`, `targetTypeId`, `usability`, `useRadius`, `validLocations`, `value`, `workmanship`, `animationFrameId`, `defaultScript`, `defaultScriptIntensity`, `elasticity`, `friction`, `locationId`, `modelTableId`, `objectScale`, `physicsBitField`, `physicsTableId`, `motionTableId`, `soundTableId`, `physicsState`, `translucency`, `currentMotionState`) +VALUES (2877264673, 'Humming Crystal Portal', 65536, 67109370, 0, 0, 262164, 0, 0, 0, 0, 0, 0, 8388656, 0, 100667499, 0, 0, 0, 0, 0, 0, 0, 0, 4, 0, 0, 0, 0, 0, 32, -0.1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 33554867, 0, 98311, 0, 150994947, 0, 3084, 0, 'AAA9AAAAAAA='); + +INSERT INTO `ace_object` (`baseAceObjectId`, `weenieClassId`, `landblock`, `cell`, `posX`, `posY`, `posZ`, `qW`, `qX`, `qY`, `qZ`) +VALUES (2877264673, 9071, 38122, 57, 185.8841, 20.67041, 42.96296, -0.9498438, 0, 0, -0.3127247); + +INSERT INTO `ace_object_palette_changes` (`baseAceObjectId`, `subPaletteId`, `offset`, `length`) +VALUES (2877264673, 67111849, 1, 255); + +INSERT INTO `base_ace_object` (`baseAceObjectId`, `name`, `typeId`, `paletteId`, `ammoType`, `blipColor`, `bitField`, `burden`, `combatUse`, `cooldownDuration`, `cooldownId`, `effects`, `containersCapacity`, `header`, `hookTypeId`, `iconId`, `iconOverlayId`, `iconUnderlayId`, `hookItemTypes`, `itemsCapacity`, `location`, `materialType`, `maxStackSize`, `maxStructure`, `radar`, `pscript`, `spellId`, `stackSize`, `structure`, `targetTypeId`, `usability`, `useRadius`, `validLocations`, `value`, `workmanship`, `animationFrameId`, `defaultScript`, `defaultScriptIntensity`, `elasticity`, `friction`, `locationId`, `modelTableId`, `objectScale`, `physicsBitField`, `physicsTableId`, `motionTableId`, `soundTableId`, `physicsState`, `translucency`, `currentMotionState`) +VALUES (2877417176, 'Humming Crystal Portal', 65536, 67109370, 0, 0, 262164, 0, 0, 0, 0, 0, 0, 8388656, 0, 100667499, 0, 0, 0, 0, 0, 0, 0, 0, 4, 0, 0, 0, 0, 0, 32, -0.1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 33554867, 0, 98307, 0, 150994947, 0, 3084, 0, 'AAA9AAAAAAA='); + +INSERT INTO `ace_object` (`baseAceObjectId`, `weenieClassId`, `landblock`, `cell`, `posX`, `posY`, `posZ`, `qW`, `qX`, `qY`, `qZ`) +VALUES (2877417176, 9071, 39660, 42, 131.8011, 36.86763, 16.8647, -0.8443326, 0, 0, -0.5358195); + +INSERT INTO `ace_object_palette_changes` (`baseAceObjectId`, `subPaletteId`, `offset`, `length`) +VALUES (2877417176, 67111849, 1, 255); + +INSERT INTO `base_ace_object` (`baseAceObjectId`, `name`, `typeId`, `paletteId`, `ammoType`, `blipColor`, `bitField`, `burden`, `combatUse`, `cooldownDuration`, `cooldownId`, `effects`, `containersCapacity`, `header`, `hookTypeId`, `iconId`, `iconOverlayId`, `iconUnderlayId`, `hookItemTypes`, `itemsCapacity`, `location`, `materialType`, `maxStackSize`, `maxStructure`, `radar`, `pscript`, `spellId`, `stackSize`, `structure`, `targetTypeId`, `usability`, `useRadius`, `validLocations`, `value`, `workmanship`, `animationFrameId`, `defaultScript`, `defaultScriptIntensity`, `elasticity`, `friction`, `locationId`, `modelTableId`, `objectScale`, `physicsBitField`, `physicsTableId`, `motionTableId`, `soundTableId`, `physicsState`, `translucency`, `currentMotionState`) +VALUES (2877958939, 'Humming Crystal Portal', 65536, 67109370, 0, 0, 262164, 0, 0, 0, 0, 0, 0, 8388656, 0, 100667499, 0, 0, 0, 0, 0, 0, 0, 0, 4, 0, 0, 0, 0, 0, 32, -0.1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 33554867, 0, 98307, 0, 150994947, 0, 3084, 0, 'AAA9AAAAAAA='); + +INSERT INTO `ace_object` (`baseAceObjectId`, `weenieClassId`, `landblock`, `cell`, `posX`, `posY`, `posZ`, `qW`, `qX`, `qY`, `qZ`) +VALUES (2877958939, 9071, 48404, 19, 54.04424, 66.29805, 7.994048, -0.5052496, 0, 0, -0.8629733); + +INSERT INTO `ace_object_palette_changes` (`baseAceObjectId`, `subPaletteId`, `offset`, `length`) +VALUES (2877958939, 67111849, 1, 255); + +INSERT INTO `base_ace_object` (`baseAceObjectId`, `name`, `typeId`, `paletteId`, `ammoType`, `blipColor`, `bitField`, `burden`, `combatUse`, `cooldownDuration`, `cooldownId`, `effects`, `containersCapacity`, `header`, `hookTypeId`, `iconId`, `iconOverlayId`, `iconUnderlayId`, `hookItemTypes`, `itemsCapacity`, `location`, `materialType`, `maxStackSize`, `maxStructure`, `radar`, `pscript`, `spellId`, `stackSize`, `structure`, `targetTypeId`, `usability`, `useRadius`, `validLocations`, `value`, `workmanship`, `animationFrameId`, `defaultScript`, `defaultScriptIntensity`, `elasticity`, `friction`, `locationId`, `modelTableId`, `objectScale`, `physicsBitField`, `physicsTableId`, `motionTableId`, `soundTableId`, `physicsState`, `translucency`, `currentMotionState`) +VALUES (2877938668, 'Humming Crystal Portal', 65536, 67109370, 0, 0, 262164, 0, 0, 0, 0, 0, 0, 8388656, 0, 100667499, 0, 0, 0, 0, 0, 0, 0, 0, 4, 0, 0, 0, 0, 0, 32, -0.1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 33554867, 0, 98307, 0, 150994947, 0, 3084, 0, 'AAA9AAAAAAA='); + +INSERT INTO `ace_object` (`baseAceObjectId`, `weenieClassId`, `landblock`, `cell`, `posX`, `posY`, `posZ`, `qW`, `qX`, `qY`, `qZ`) +VALUES (2877938668, 9071, 31506, 4, 13.50484, 73.50514, 1.937, 0.9206644, 0, 0, -0.390355); + +INSERT INTO `ace_object_palette_changes` (`baseAceObjectId`, `subPaletteId`, `offset`, `length`) +VALUES (2877938668, 67111849, 1, 255); + +INSERT INTO `base_ace_object` (`baseAceObjectId`, `name`, `typeId`, `paletteId`, `ammoType`, `blipColor`, `bitField`, `burden`, `combatUse`, `cooldownDuration`, `cooldownId`, `effects`, `containersCapacity`, `header`, `hookTypeId`, `iconId`, `iconOverlayId`, `iconUnderlayId`, `hookItemTypes`, `itemsCapacity`, `location`, `materialType`, `maxStackSize`, `maxStructure`, `radar`, `pscript`, `spellId`, `stackSize`, `structure`, `targetTypeId`, `usability`, `useRadius`, `validLocations`, `value`, `workmanship`, `animationFrameId`, `defaultScript`, `defaultScriptIntensity`, `elasticity`, `friction`, `locationId`, `modelTableId`, `objectScale`, `physicsBitField`, `physicsTableId`, `motionTableId`, `soundTableId`, `physicsState`, `translucency`, `currentMotionState`) +VALUES (2879619075, 'Humming Crystal Portal', 65536, 67109370, 0, 0, 262164, 0, 0, 0, 0, 0, 0, 8388656, 0, 100667499, 0, 0, 0, 0, 0, 0, 0, 0, 4, 0, 0, 0, 0, 0, 32, -0.1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 33554867, 0, 98307, 0, 150994947, 0, 3084, 0, 'AAA9AAAAAAA='); + +INSERT INTO `ace_object` (`baseAceObjectId`, `weenieClassId`, `landblock`, `cell`, `posX`, `posY`, `posZ`, `qW`, `qX`, `qY`, `qZ`) +VALUES (2879619075, 9071, 16292, 5, 9.384371, 114.3227, 14.71903, 0.6984568, 0, 0, -0.7156523); + +INSERT INTO `ace_object_palette_changes` (`baseAceObjectId`, `subPaletteId`, `offset`, `length`) +VALUES (2879619075, 67111849, 1, 255); + +INSERT INTO `base_ace_object` (`baseAceObjectId`, `name`, `typeId`, `paletteId`, `ammoType`, `blipColor`, `bitField`, `burden`, `combatUse`, `cooldownDuration`, `cooldownId`, `effects`, `containersCapacity`, `header`, `hookTypeId`, `iconId`, `iconOverlayId`, `iconUnderlayId`, `hookItemTypes`, `itemsCapacity`, `location`, `materialType`, `maxStackSize`, `maxStructure`, `radar`, `pscript`, `spellId`, `stackSize`, `structure`, `targetTypeId`, `usability`, `useRadius`, `validLocations`, `value`, `workmanship`, `animationFrameId`, `defaultScript`, `defaultScriptIntensity`, `elasticity`, `friction`, `locationId`, `modelTableId`, `objectScale`, `physicsBitField`, `physicsTableId`, `motionTableId`, `soundTableId`, `physicsState`, `translucency`, `currentMotionState`) +VALUES (2879144221, 'Humming Crystal Portal', 65536, 67109370, 0, 0, 262164, 0, 0, 0, 0, 0, 0, 8388656, 0, 100667499, 0, 0, 0, 0, 0, 0, 0, 0, 4, 0, 0, 0, 0, 0, 32, -0.1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 33554867, 0, 98307, 0, 150994947, 0, 3084, 0, 'AAA9AAAAAAA='); + +INSERT INTO `ace_object` (`baseAceObjectId`, `weenieClassId`, `landblock`, `cell`, `posX`, `posY`, `posZ`, `qW`, `qX`, `qY`, `qZ`) +VALUES (2879144221, 9071, 20122, 8, 5.714404, 168.3351, 23.06837, 0.09618156, 0, 0, -0.9953638); + +INSERT INTO `ace_object_palette_changes` (`baseAceObjectId`, `subPaletteId`, `offset`, `length`) +VALUES (2879144221, 67111849, 1, 255); + +INSERT INTO `base_ace_object` (`baseAceObjectId`, `name`, `typeId`, `paletteId`, `ammoType`, `blipColor`, `bitField`, `burden`, `combatUse`, `cooldownDuration`, `cooldownId`, `effects`, `containersCapacity`, `header`, `hookTypeId`, `iconId`, `iconOverlayId`, `iconUnderlayId`, `hookItemTypes`, `itemsCapacity`, `location`, `materialType`, `maxStackSize`, `maxStructure`, `radar`, `pscript`, `spellId`, `stackSize`, `structure`, `targetTypeId`, `usability`, `useRadius`, `validLocations`, `value`, `workmanship`, `animationFrameId`, `defaultScript`, `defaultScriptIntensity`, `elasticity`, `friction`, `locationId`, `modelTableId`, `objectScale`, `physicsBitField`, `physicsTableId`, `motionTableId`, `soundTableId`, `physicsState`, `translucency`, `currentMotionState`) +VALUES (2881036071, 'Humming Crystal Portal', 65536, 67109370, 0, 0, 262164, 0, 0, 0, 0, 0, 0, 8388656, 0, 100667499, 0, 0, 0, 0, 0, 0, 0, 0, 4, 0, 0, 0, 0, 0, 32, -0.1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 33554867, 0, 98307, 0, 150994947, 0, 3084, 0, 'AAA9AAAAAAA='); + +INSERT INTO `ace_object` (`baseAceObjectId`, `weenieClassId`, `landblock`, `cell`, `posX`, `posY`, `posZ`, `qW`, `qX`, `qY`, `qZ`) +VALUES (2881036071, 9071, 36134, 32, 93.4087, 174.7316, -0.9629999, 0.3731284, 0, 0, -0.9277797); + +INSERT INTO `ace_object_palette_changes` (`baseAceObjectId`, `subPaletteId`, `offset`, `length`) +VALUES (2881036071, 67111849, 1, 255); + +INSERT INTO `base_ace_object` (`baseAceObjectId`, `name`, `typeId`, `paletteId`, `ammoType`, `blipColor`, `bitField`, `burden`, `combatUse`, `cooldownDuration`, `cooldownId`, `effects`, `containersCapacity`, `header`, `hookTypeId`, `iconId`, `iconOverlayId`, `iconUnderlayId`, `hookItemTypes`, `itemsCapacity`, `location`, `materialType`, `maxStackSize`, `maxStructure`, `radar`, `pscript`, `spellId`, `stackSize`, `structure`, `targetTypeId`, `usability`, `useRadius`, `validLocations`, `value`, `workmanship`, `animationFrameId`, `defaultScript`, `defaultScriptIntensity`, `elasticity`, `friction`, `locationId`, `modelTableId`, `objectScale`, `physicsBitField`, `physicsTableId`, `motionTableId`, `soundTableId`, `physicsState`, `translucency`, `currentMotionState`) +VALUES (3308476084, 'Humming Crystal Portal', 65536, 67109370, 0, 0, 262164, 0, 0, 0, 0, 0, 0, 8388656, 0, 100667499, 0, 0, 0, 0, 0, 0, 0, 0, 4, 0, 0, 0, 0, 0, 32, -0.1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 33554867, 0, 98307, 0, 150994947, 0, 3084, 0, 'AAA9AAAAAAA='); + +INSERT INTO `ace_object` (`baseAceObjectId`, `weenieClassId`, `landblock`, `cell`, `posX`, `posY`, `posZ`, `qW`, `qX`, `qY`, `qZ`) +VALUES (3308476084, 9071, 38893, 49, 161.7248, 4.855356, -0.163, -0.5875497, 0, 0, -0.8091881); + +INSERT INTO `ace_object_palette_changes` (`baseAceObjectId`, `subPaletteId`, `offset`, `length`) +VALUES (3308476084, 67111849, 1, 255); + +INSERT INTO `base_ace_object` (`baseAceObjectId`, `name`, `typeId`, `paletteId`, `ammoType`, `blipColor`, `bitField`, `burden`, `combatUse`, `cooldownDuration`, `cooldownId`, `effects`, `containersCapacity`, `header`, `hookTypeId`, `iconId`, `iconOverlayId`, `iconUnderlayId`, `hookItemTypes`, `itemsCapacity`, `location`, `materialType`, `maxStackSize`, `maxStructure`, `radar`, `pscript`, `spellId`, `stackSize`, `structure`, `targetTypeId`, `usability`, `useRadius`, `validLocations`, `value`, `workmanship`, `animationFrameId`, `defaultScript`, `defaultScriptIntensity`, `elasticity`, `friction`, `locationId`, `modelTableId`, `objectScale`, `physicsBitField`, `physicsTableId`, `motionTableId`, `soundTableId`, `physicsState`, `translucency`, `currentMotionState`) +VALUES (3629066518, 'Humming Crystal Portal', 65536, 67109370, 0, 0, 262164, 0, 0, 0, 0, 0, 0, 8388656, 0, 100667499, 0, 0, 0, 0, 0, 0, 0, 0, 4, 0, 0, 0, 0, 0, 32, -0.1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 33554867, 0, 98307, 0, 150994947, 0, 3084, 0, 'AAA9AAAAAAA='); + +INSERT INTO `ace_object` (`baseAceObjectId`, `weenieClassId`, `landblock`, `cell`, `posX`, `posY`, `posZ`, `qW`, `qX`, `qY`, `qZ`) +VALUES (3629066518, 9071, 44577, 7, 3.803031, 155.6231, 218.5437, -0.3868457, 0, 0, -0.9221445); + +INSERT INTO `ace_object_palette_changes` (`baseAceObjectId`, `subPaletteId`, `offset`, `length`) +VALUES (3629066518, 67111849, 1, 255); + +INSERT INTO `base_ace_object` (`baseAceObjectId`, `name`, `typeId`, `paletteId`, `ammoType`, `blipColor`, `bitField`, `burden`, `combatUse`, `cooldownDuration`, `cooldownId`, `effects`, `containersCapacity`, `header`, `hookTypeId`, `iconId`, `iconOverlayId`, `iconUnderlayId`, `hookItemTypes`, `itemsCapacity`, `location`, `materialType`, `maxStackSize`, `maxStructure`, `radar`, `pscript`, `spellId`, `stackSize`, `structure`, `targetTypeId`, `usability`, `useRadius`, `validLocations`, `value`, `workmanship`, `animationFrameId`, `defaultScript`, `defaultScriptIntensity`, `elasticity`, `friction`, `locationId`, `modelTableId`, `objectScale`, `physicsBitField`, `physicsTableId`, `motionTableId`, `soundTableId`, `physicsState`, `translucency`, `currentMotionState`) +VALUES (3630446188, 'Humming Crystal Portal', 65536, 67109370, 0, 0, 262164, 0, 0, 0, 0, 0, 0, 8388656, 0, 100667499, 0, 0, 0, 0, 0, 0, 0, 0, 4, 0, 0, 0, 0, 0, 32, -0.1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 33554867, 0, 98307, 0, 150994947, 0, 3084, 0, 'AAA9AAAAAAA='); + +INSERT INTO `ace_object` (`baseAceObjectId`, `weenieClassId`, `landblock`, `cell`, `posX`, `posY`, `posZ`, `qW`, `qX`, `qY`, `qZ`) +VALUES (3630446188, 9071, 39204, 21, 70.61021, 102.2915, 89.62569, -0.9331964, 0, 0, -0.3593667); + +INSERT INTO `ace_object_palette_changes` (`baseAceObjectId`, `subPaletteId`, `offset`, `length`) +VALUES (3630446188, 67111849, 1, 255); + +INSERT INTO `base_ace_object` (`baseAceObjectId`, `name`, `typeId`, `paletteId`, `ammoType`, `blipColor`, `bitField`, `burden`, `combatUse`, `cooldownDuration`, `cooldownId`, `effects`, `containersCapacity`, `header`, `hookTypeId`, `iconId`, `iconOverlayId`, `iconUnderlayId`, `hookItemTypes`, `itemsCapacity`, `location`, `materialType`, `maxStackSize`, `maxStructure`, `radar`, `pscript`, `spellId`, `stackSize`, `structure`, `targetTypeId`, `usability`, `useRadius`, `validLocations`, `value`, `workmanship`, `animationFrameId`, `defaultScript`, `defaultScriptIntensity`, `elasticity`, `friction`, `locationId`, `modelTableId`, `objectScale`, `physicsBitField`, `physicsTableId`, `motionTableId`, `soundTableId`, `physicsState`, `translucency`, `currentMotionState`) +VALUES (3630468808, 'Humming Crystal Portal', 65536, 67109370, 0, 0, 262164, 0, 0, 0, 0, 0, 0, 8388656, 0, 100667499, 0, 0, 0, 0, 0, 0, 0, 0, 4, 0, 0, 0, 0, 0, 32, -0.1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 33554867, 0, 98307, 0, 150994947, 0, 3084, 0, 'AAA9AAAAAAA='); + +INSERT INTO `ace_object` (`baseAceObjectId`, `weenieClassId`, `landblock`, `cell`, `posX`, `posY`, `posZ`, `qW`, `qX`, `qY`, `qZ`) +VALUES (3630468808, 9071, 45607, 13, 33.52023, 101.3992, 179.4871, 0.9392027, 0, 0, -0.3433633); + +INSERT INTO `ace_object_palette_changes` (`baseAceObjectId`, `subPaletteId`, `offset`, `length`) +VALUES (3630468808, 67111849, 1, 255); + +INSERT INTO `base_ace_object` (`baseAceObjectId`, `name`, `typeId`, `paletteId`, `ammoType`, `blipColor`, `bitField`, `burden`, `combatUse`, `cooldownDuration`, `cooldownId`, `effects`, `containersCapacity`, `header`, `hookTypeId`, `iconId`, `iconOverlayId`, `iconUnderlayId`, `hookItemTypes`, `itemsCapacity`, `location`, `materialType`, `maxStackSize`, `maxStructure`, `radar`, `pscript`, `spellId`, `stackSize`, `structure`, `targetTypeId`, `usability`, `useRadius`, `validLocations`, `value`, `workmanship`, `animationFrameId`, `defaultScript`, `defaultScriptIntensity`, `elasticity`, `friction`, `locationId`, `modelTableId`, `objectScale`, `physicsBitField`, `physicsTableId`, `motionTableId`, `soundTableId`, `physicsState`, `translucency`, `currentMotionState`) +VALUES (3630605415, 'Humming Crystal Portal', 65536, 67109370, 0, 0, 262164, 0, 0, 0, 0, 0, 0, 8388656, 0, 100667499, 0, 0, 0, 0, 0, 0, 0, 0, 4, 0, 0, 0, 0, 0, 32, -0.1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 33554867, 0, 98307, 0, 150994947, 0, 3084, 0, 'AAA9AAAAAAA='); + +INSERT INTO `ace_object` (`baseAceObjectId`, `weenieClassId`, `landblock`, `cell`, `posX`, `posY`, `posZ`, `qW`, `qX`, `qY`, `qZ`) +VALUES (3630605415, 9071, 46610, 44, 139.3648, 85.04061, 123.6949, 0.9348514, 0, 0, -0.3550392); + +INSERT INTO `ace_object_palette_changes` (`baseAceObjectId`, `subPaletteId`, `offset`, `length`) +VALUES (3630605415, 67111849, 1, 255); + +INSERT INTO `base_ace_object` (`baseAceObjectId`, `name`, `typeId`, `paletteId`, `ammoType`, `blipColor`, `bitField`, `burden`, `combatUse`, `cooldownDuration`, `cooldownId`, `effects`, `containersCapacity`, `header`, `hookTypeId`, `iconId`, `iconOverlayId`, `iconUnderlayId`, `hookItemTypes`, `itemsCapacity`, `location`, `materialType`, `maxStackSize`, `maxStructure`, `radar`, `pscript`, `spellId`, `stackSize`, `structure`, `targetTypeId`, `usability`, `useRadius`, `validLocations`, `value`, `workmanship`, `animationFrameId`, `defaultScript`, `defaultScriptIntensity`, `elasticity`, `friction`, `locationId`, `modelTableId`, `objectScale`, `physicsBitField`, `physicsTableId`, `motionTableId`, `soundTableId`, `physicsState`, `translucency`, `currentMotionState`) +VALUES (3631493175, 'Humming Crystal Portal', 65536, 67109370, 0, 0, 262164, 0, 0, 0, 0, 0, 0, 8388656, 0, 100667499, 0, 0, 0, 0, 0, 0, 0, 0, 4, 0, 0, 0, 0, 0, 32, -0.1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 33554867, 0, 98307, 0, 150994947, 0, 3084, 0, 'AAA9AAAAAAA='); + +INSERT INTO `ace_object` (`baseAceObjectId`, `weenieClassId`, `landblock`, `cell`, `posX`, `posY`, `posZ`, `qW`, `qX`, `qY`, `qZ`) +VALUES (3631493175, 9071, 39204, 4, 10.75007, 91.68721, 92.32236, -0.9806562, 0, 0, -0.195738); + +INSERT INTO `ace_object_palette_changes` (`baseAceObjectId`, `subPaletteId`, `offset`, `length`) +VALUES (3631493175, 67111849, 1, 255); + diff --git a/Database/3-Core/objects/PortalsTheOrphanage_0.sql b/Database/3-Core/objects/PortalsTheOrphanage_0.sql new file mode 100644 index 0000000000..f14f727842 --- /dev/null +++ b/Database/3-Core/objects/PortalsTheOrphanage_0.sql @@ -0,0 +1,534 @@ +INSERT INTO `base_ace_object` (`baseAceObjectId`, `name`, `typeId`, `paletteId`, `ammoType`, `blipColor`, `bitField`, `burden`, `combatUse`, `cooldownDuration`, `cooldownId`, `effects`, `containersCapacity`, `header`, `hookTypeId`, `iconId`, `iconOverlayId`, `iconUnderlayId`, `hookItemTypes`, `itemsCapacity`, `location`, `materialType`, `maxStackSize`, `maxStructure`, `radar`, `pscript`, `spellId`, `stackSize`, `structure`, `targetTypeId`, `usability`, `useRadius`, `validLocations`, `value`, `workmanship`, `animationFrameId`, `defaultScript`, `defaultScriptIntensity`, `elasticity`, `friction`, `locationId`, `modelTableId`, `objectScale`, `physicsBitField`, `physicsTableId`, `motionTableId`, `soundTableId`, `physicsState`, `translucency`, `currentMotionState`) +VALUES (3689326758, 'The Orphanage', 65536, 0, 0, 0, 262164, 0, 0, 0, 0, 0, 0, 8388656, 0, 100667499, 0, 0, 0, 0, 0, 0, 0, 0, 4, 0, 0, 0, 0, 0, 32, -0.1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 33555925, 0, 98307, 0, 150994947, 0, 3084, 0, 'AAA9AAAAAAA='); + +INSERT INTO `ace_object` (`baseAceObjectId`, `weenieClassId`, `landblock`, `cell`, `posX`, `posY`, `posZ`, `qW`, `qX`, `qY`, `qZ`) +VALUES (3689326758, 27298, 2311, 17, 49.54465, 8.581906, 59.22184, 1, 0, 0, 0); + +INSERT INTO `base_ace_object` (`baseAceObjectId`, `name`, `typeId`, `paletteId`, `ammoType`, `blipColor`, `bitField`, `burden`, `combatUse`, `cooldownDuration`, `cooldownId`, `effects`, `containersCapacity`, `header`, `hookTypeId`, `iconId`, `iconOverlayId`, `iconUnderlayId`, `hookItemTypes`, `itemsCapacity`, `location`, `materialType`, `maxStackSize`, `maxStructure`, `radar`, `pscript`, `spellId`, `stackSize`, `structure`, `targetTypeId`, `usability`, `useRadius`, `validLocations`, `value`, `workmanship`, `animationFrameId`, `defaultScript`, `defaultScriptIntensity`, `elasticity`, `friction`, `locationId`, `modelTableId`, `objectScale`, `physicsBitField`, `physicsTableId`, `motionTableId`, `soundTableId`, `physicsState`, `translucency`, `currentMotionState`) +VALUES (3689349718, 'The Orphanage', 65536, 0, 0, 0, 262164, 0, 0, 0, 0, 0, 0, 8388656, 0, 100667499, 0, 0, 0, 0, 0, 0, 0, 0, 4, 0, 0, 0, 0, 0, 32, -0.1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 33555925, 0, 98307, 0, 150994947, 0, 3084, 0, 'AAA9AAAAAAA='); + +INSERT INTO `ace_object` (`baseAceObjectId`, `weenieClassId`, `landblock`, `cell`, `posX`, `posY`, `posZ`, `qW`, `qX`, `qY`, `qZ`) +VALUES (3689349718, 27298, 1798, 54, 163.1421, 135.744, 64.001, 1, 0, 0, 0); + +INSERT INTO `base_ace_object` (`baseAceObjectId`, `name`, `typeId`, `paletteId`, `ammoType`, `blipColor`, `bitField`, `burden`, `combatUse`, `cooldownDuration`, `cooldownId`, `effects`, `containersCapacity`, `header`, `hookTypeId`, `iconId`, `iconOverlayId`, `iconUnderlayId`, `hookItemTypes`, `itemsCapacity`, `location`, `materialType`, `maxStackSize`, `maxStructure`, `radar`, `pscript`, `spellId`, `stackSize`, `structure`, `targetTypeId`, `usability`, `useRadius`, `validLocations`, `value`, `workmanship`, `animationFrameId`, `defaultScript`, `defaultScriptIntensity`, `elasticity`, `friction`, `locationId`, `modelTableId`, `objectScale`, `physicsBitField`, `physicsTableId`, `motionTableId`, `soundTableId`, `physicsState`, `translucency`, `currentMotionState`) +VALUES (3690607758, 'The Orphanage', 65536, 0, 0, 0, 262164, 0, 0, 0, 0, 0, 0, 8388656, 0, 100667499, 0, 0, 0, 0, 0, 0, 0, 0, 4, 0, 0, 0, 0, 0, 32, -0.1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 33555925, 0, 98307, 0, 150994947, 0, 3084, 0, 'AAA9AAAAAAA='); + +INSERT INTO `ace_object` (`baseAceObjectId`, `weenieClassId`, `landblock`, `cell`, `posX`, `posY`, `posZ`, `qW`, `qX`, `qY`, `qZ`) +VALUES (3690607758, 27298, 1806, 26, 78.71951, 34.27671, 22.79339, 0.1185608, 0, 0, -0.9929468); + +INSERT INTO `base_ace_object` (`baseAceObjectId`, `name`, `typeId`, `paletteId`, `ammoType`, `blipColor`, `bitField`, `burden`, `combatUse`, `cooldownDuration`, `cooldownId`, `effects`, `containersCapacity`, `header`, `hookTypeId`, `iconId`, `iconOverlayId`, `iconUnderlayId`, `hookItemTypes`, `itemsCapacity`, `location`, `materialType`, `maxStackSize`, `maxStructure`, `radar`, `pscript`, `spellId`, `stackSize`, `structure`, `targetTypeId`, `usability`, `useRadius`, `validLocations`, `value`, `workmanship`, `animationFrameId`, `defaultScript`, `defaultScriptIntensity`, `elasticity`, `friction`, `locationId`, `modelTableId`, `objectScale`, `physicsBitField`, `physicsTableId`, `motionTableId`, `soundTableId`, `physicsState`, `translucency`, `currentMotionState`) +VALUES (3692025556, 'The Orphanage', 65536, 0, 0, 0, 262164, 0, 0, 0, 0, 0, 0, 8388656, 0, 100667499, 0, 0, 0, 0, 0, 0, 0, 0, 4, 0, 0, 0, 0, 0, 32, -0.1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 33555925, 0, 98307, 0, 150994947, 0, 3084, 0, 'AAA9AAAAAAA='); + +INSERT INTO `ace_object` (`baseAceObjectId`, `weenieClassId`, `landblock`, `cell`, `posX`, `posY`, `posZ`, `qW`, `qX`, `qY`, `qZ`) +VALUES (3692025556, 27298, 2316, 46, 121.3344, 139.3277, 82.88013, 1, 0, 0, 0); + +INSERT INTO `base_ace_object` (`baseAceObjectId`, `name`, `typeId`, `paletteId`, `ammoType`, `blipColor`, `bitField`, `burden`, `combatUse`, `cooldownDuration`, `cooldownId`, `effects`, `containersCapacity`, `header`, `hookTypeId`, `iconId`, `iconOverlayId`, `iconUnderlayId`, `hookItemTypes`, `itemsCapacity`, `location`, `materialType`, `maxStackSize`, `maxStructure`, `radar`, `pscript`, `spellId`, `stackSize`, `structure`, `targetTypeId`, `usability`, `useRadius`, `validLocations`, `value`, `workmanship`, `animationFrameId`, `defaultScript`, `defaultScriptIntensity`, `elasticity`, `friction`, `locationId`, `modelTableId`, `objectScale`, `physicsBitField`, `physicsTableId`, `motionTableId`, `soundTableId`, `physicsState`, `translucency`, `currentMotionState`) +VALUES (3692027283, 'The Orphanage', 65536, 0, 0, 0, 262164, 0, 0, 0, 0, 0, 0, 8388656, 0, 100667499, 0, 0, 0, 0, 0, 0, 0, 0, 4, 0, 0, 0, 0, 0, 32, -0.1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 33555925, 0, 98307, 0, 150994947, 0, 3084, 0, 'AAA9AAAAAAA='); + +INSERT INTO `ace_object` (`baseAceObjectId`, `weenieClassId`, `landblock`, `cell`, `posX`, `posY`, `posZ`, `qW`, `qX`, `qY`, `qZ`) +VALUES (3692027283, 27298, 2319, 34, 105.8193, 44.34615, 76.36532, 1, 0, 0, 0); + +INSERT INTO `base_ace_object` (`baseAceObjectId`, `name`, `typeId`, `paletteId`, `ammoType`, `blipColor`, `bitField`, `burden`, `combatUse`, `cooldownDuration`, `cooldownId`, `effects`, `containersCapacity`, `header`, `hookTypeId`, `iconId`, `iconOverlayId`, `iconUnderlayId`, `hookItemTypes`, `itemsCapacity`, `location`, `materialType`, `maxStackSize`, `maxStructure`, `radar`, `pscript`, `spellId`, `stackSize`, `structure`, `targetTypeId`, `usability`, `useRadius`, `validLocations`, `value`, `workmanship`, `animationFrameId`, `defaultScript`, `defaultScriptIntensity`, `elasticity`, `friction`, `locationId`, `modelTableId`, `objectScale`, `physicsBitField`, `physicsTableId`, `motionTableId`, `soundTableId`, `physicsState`, `translucency`, `currentMotionState`) +VALUES (3692028682, 'The Orphanage', 65536, 0, 0, 0, 262164, 0, 0, 0, 0, 0, 0, 8388656, 0, 100667499, 0, 0, 0, 0, 0, 0, 0, 0, 4, 0, 0, 0, 0, 0, 32, -0.1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 33555925, 0, 98307, 0, 150994947, 0, 3084, 0, 'AAA9AAAAAAA='); + +INSERT INTO `ace_object` (`baseAceObjectId`, `weenieClassId`, `landblock`, `cell`, `posX`, `posY`, `posZ`, `qW`, `qX`, `qY`, `qZ`) +VALUES (3692028682, 27298, 2564, 36, 117.938, 89.34162, 22.83554, 0.5494158, 0, 0, -0.8355491); + +INSERT INTO `base_ace_object` (`baseAceObjectId`, `name`, `typeId`, `paletteId`, `ammoType`, `blipColor`, `bitField`, `burden`, `combatUse`, `cooldownDuration`, `cooldownId`, `effects`, `containersCapacity`, `header`, `hookTypeId`, `iconId`, `iconOverlayId`, `iconUnderlayId`, `hookItemTypes`, `itemsCapacity`, `location`, `materialType`, `maxStackSize`, `maxStructure`, `radar`, `pscript`, `spellId`, `stackSize`, `structure`, `targetTypeId`, `usability`, `useRadius`, `validLocations`, `value`, `workmanship`, `animationFrameId`, `defaultScript`, `defaultScriptIntensity`, `elasticity`, `friction`, `locationId`, `modelTableId`, `objectScale`, `physicsBitField`, `physicsTableId`, `motionTableId`, `soundTableId`, `physicsState`, `translucency`, `currentMotionState`) +VALUES (3692032125, 'The Orphanage', 65536, 0, 0, 0, 262164, 0, 0, 0, 0, 0, 0, 8388656, 0, 100667499, 0, 0, 0, 0, 0, 0, 0, 0, 4, 0, 0, 0, 0, 0, 32, -0.1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 33555925, 0, 98307, 0, 150994947, 0, 3084, 0, 'AAA9AAAAAAA='); + +INSERT INTO `ace_object` (`baseAceObjectId`, `weenieClassId`, `landblock`, `cell`, `posX`, `posY`, `posZ`, `qW`, `qX`, `qY`, `qZ`) +VALUES (3692032125, 27298, 2309, 35, 108.1643, 48.12187, 104.8482, 1, 0, 0, 0); + +INSERT INTO `base_ace_object` (`baseAceObjectId`, `name`, `typeId`, `paletteId`, `ammoType`, `blipColor`, `bitField`, `burden`, `combatUse`, `cooldownDuration`, `cooldownId`, `effects`, `containersCapacity`, `header`, `hookTypeId`, `iconId`, `iconOverlayId`, `iconUnderlayId`, `hookItemTypes`, `itemsCapacity`, `location`, `materialType`, `maxStackSize`, `maxStructure`, `radar`, `pscript`, `spellId`, `stackSize`, `structure`, `targetTypeId`, `usability`, `useRadius`, `validLocations`, `value`, `workmanship`, `animationFrameId`, `defaultScript`, `defaultScriptIntensity`, `elasticity`, `friction`, `locationId`, `modelTableId`, `objectScale`, `physicsBitField`, `physicsTableId`, `motionTableId`, `soundTableId`, `physicsState`, `translucency`, `currentMotionState`) +VALUES (3696771538, 'The Orphanage', 65536, 0, 0, 0, 262164, 0, 0, 0, 0, 0, 0, 8388656, 0, 100667499, 0, 0, 0, 0, 0, 0, 0, 0, 4, 0, 0, 0, 0, 0, 32, -0.1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 33555925, 0, 98307, 0, 150994947, 0, 3084, 0, 'AAA9AAAAAAA='); + +INSERT INTO `ace_object` (`baseAceObjectId`, `weenieClassId`, `landblock`, `cell`, `posX`, `posY`, `posZ`, `qW`, `qX`, `qY`, `qZ`) +VALUES (3696771538, 27298, 2573, 7, 4.870433, 161.4104, 24.48614, -0.3577481, 0, 0, -0.9338182); + +INSERT INTO `base_ace_object` (`baseAceObjectId`, `name`, `typeId`, `paletteId`, `ammoType`, `blipColor`, `bitField`, `burden`, `combatUse`, `cooldownDuration`, `cooldownId`, `effects`, `containersCapacity`, `header`, `hookTypeId`, `iconId`, `iconOverlayId`, `iconUnderlayId`, `hookItemTypes`, `itemsCapacity`, `location`, `materialType`, `maxStackSize`, `maxStructure`, `radar`, `pscript`, `spellId`, `stackSize`, `structure`, `targetTypeId`, `usability`, `useRadius`, `validLocations`, `value`, `workmanship`, `animationFrameId`, `defaultScript`, `defaultScriptIntensity`, `elasticity`, `friction`, `locationId`, `modelTableId`, `objectScale`, `physicsBitField`, `physicsTableId`, `motionTableId`, `soundTableId`, `physicsState`, `translucency`, `currentMotionState`) +VALUES (3696883938, 'The Orphanage', 65536, 0, 0, 0, 262164, 0, 0, 0, 0, 0, 0, 8388656, 0, 100667499, 0, 0, 0, 0, 0, 0, 0, 0, 4, 0, 0, 0, 0, 0, 32, -0.1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 33555925, 0, 98307, 0, 150994947, 0, 3084, 0, 'AAA9AAAAAAA='); + +INSERT INTO `ace_object` (`baseAceObjectId`, `weenieClassId`, `landblock`, `cell`, `posX`, `posY`, `posZ`, `qW`, `qX`, `qY`, `qZ`) +VALUES (3696883938, 27298, 1805, 44, 123.9122, 88.64041, 17.36244, 0.9950003, 0, 0, -0.0998721); + +INSERT INTO `base_ace_object` (`baseAceObjectId`, `name`, `typeId`, `paletteId`, `ammoType`, `blipColor`, `bitField`, `burden`, `combatUse`, `cooldownDuration`, `cooldownId`, `effects`, `containersCapacity`, `header`, `hookTypeId`, `iconId`, `iconOverlayId`, `iconUnderlayId`, `hookItemTypes`, `itemsCapacity`, `location`, `materialType`, `maxStackSize`, `maxStructure`, `radar`, `pscript`, `spellId`, `stackSize`, `structure`, `targetTypeId`, `usability`, `useRadius`, `validLocations`, `value`, `workmanship`, `animationFrameId`, `defaultScript`, `defaultScriptIntensity`, `elasticity`, `friction`, `locationId`, `modelTableId`, `objectScale`, `physicsBitField`, `physicsTableId`, `motionTableId`, `soundTableId`, `physicsState`, `translucency`, `currentMotionState`) +VALUES (3696638000, 'The Orphanage', 65536, 0, 0, 0, 262164, 0, 0, 0, 0, 0, 0, 8388656, 0, 100667499, 0, 0, 0, 0, 0, 0, 0, 0, 4, 0, 0, 0, 0, 0, 32, -0.1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 33555925, 0, 98307, 0, 150994947, 0, 3084, 0, 'AAA9AAAAAAA='); + +INSERT INTO `ace_object` (`baseAceObjectId`, `weenieClassId`, `landblock`, `cell`, `posX`, `posY`, `posZ`, `qW`, `qX`, `qY`, `qZ`) +VALUES (3696638000, 27298, 2564, 3, 6.708881, 49.15378, 10.81885, 0.03968348, 0, 0, -0.9992123); + +INSERT INTO `base_ace_object` (`baseAceObjectId`, `name`, `typeId`, `paletteId`, `ammoType`, `blipColor`, `bitField`, `burden`, `combatUse`, `cooldownDuration`, `cooldownId`, `effects`, `containersCapacity`, `header`, `hookTypeId`, `iconId`, `iconOverlayId`, `iconUnderlayId`, `hookItemTypes`, `itemsCapacity`, `location`, `materialType`, `maxStackSize`, `maxStructure`, `radar`, `pscript`, `spellId`, `stackSize`, `structure`, `targetTypeId`, `usability`, `useRadius`, `validLocations`, `value`, `workmanship`, `animationFrameId`, `defaultScript`, `defaultScriptIntensity`, `elasticity`, `friction`, `locationId`, `modelTableId`, `objectScale`, `physicsBitField`, `physicsTableId`, `motionTableId`, `soundTableId`, `physicsState`, `translucency`, `currentMotionState`) +VALUES (3699149219, 'The Orphanage', 65536, 0, 0, 0, 262164, 0, 0, 0, 0, 0, 0, 8388656, 0, 100667499, 0, 0, 0, 0, 0, 0, 0, 0, 4, 0, 0, 0, 0, 0, 32, -0.1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 33555925, 0, 98307, 0, 150994947, 0, 3084, 0, 'AAA9AAAAAAA='); + +INSERT INTO `ace_object` (`baseAceObjectId`, `weenieClassId`, `landblock`, `cell`, `posX`, `posY`, `posZ`, `qW`, `qX`, `qY`, `qZ`) +VALUES (3699149219, 27298, 3080, 19, 54.66933, 54.1013, 35.27298, 1, 0, 0, 0); + +INSERT INTO `base_ace_object` (`baseAceObjectId`, `name`, `typeId`, `paletteId`, `ammoType`, `blipColor`, `bitField`, `burden`, `combatUse`, `cooldownDuration`, `cooldownId`, `effects`, `containersCapacity`, `header`, `hookTypeId`, `iconId`, `iconOverlayId`, `iconUnderlayId`, `hookItemTypes`, `itemsCapacity`, `location`, `materialType`, `maxStackSize`, `maxStructure`, `radar`, `pscript`, `spellId`, `stackSize`, `structure`, `targetTypeId`, `usability`, `useRadius`, `validLocations`, `value`, `workmanship`, `animationFrameId`, `defaultScript`, `defaultScriptIntensity`, `elasticity`, `friction`, `locationId`, `modelTableId`, `objectScale`, `physicsBitField`, `physicsTableId`, `motionTableId`, `soundTableId`, `physicsState`, `translucency`, `currentMotionState`) +VALUES (3699150926, 'The Orphanage', 65536, 0, 0, 0, 262164, 0, 0, 0, 0, 0, 0, 8388656, 0, 100667499, 0, 0, 0, 0, 0, 0, 0, 0, 4, 0, 0, 0, 0, 0, 32, -0.1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 33555925, 0, 98307, 0, 150994947, 0, 3084, 0, 'AAA9AAAAAAA='); + +INSERT INTO `ace_object` (`baseAceObjectId`, `weenieClassId`, `landblock`, `cell`, `posX`, `posY`, `posZ`, `qW`, `qX`, `qY`, `qZ`) +VALUES (3699150926, 27298, 2566, 32, 90.80316, 177.5148, 70.60005, 1, 0, 0, 0); + +INSERT INTO `base_ace_object` (`baseAceObjectId`, `name`, `typeId`, `paletteId`, `ammoType`, `blipColor`, `bitField`, `burden`, `combatUse`, `cooldownDuration`, `cooldownId`, `effects`, `containersCapacity`, `header`, `hookTypeId`, `iconId`, `iconOverlayId`, `iconUnderlayId`, `hookItemTypes`, `itemsCapacity`, `location`, `materialType`, `maxStackSize`, `maxStructure`, `radar`, `pscript`, `spellId`, `stackSize`, `structure`, `targetTypeId`, `usability`, `useRadius`, `validLocations`, `value`, `workmanship`, `animationFrameId`, `defaultScript`, `defaultScriptIntensity`, `elasticity`, `friction`, `locationId`, `modelTableId`, `objectScale`, `physicsBitField`, `physicsTableId`, `motionTableId`, `soundTableId`, `physicsState`, `translucency`, `currentMotionState`) +VALUES (3701836283, 'The Orphanage', 65536, 0, 0, 0, 262164, 0, 0, 0, 0, 0, 0, 8388656, 0, 100667499, 0, 0, 0, 0, 0, 0, 0, 0, 4, 0, 0, 0, 0, 0, 32, -0.1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 33555925, 0, 98307, 0, 150994947, 0, 3084, 0, 'AAA9AAAAAAA='); + +INSERT INTO `ace_object` (`baseAceObjectId`, `weenieClassId`, `landblock`, `cell`, `posX`, `posY`, `posZ`, `qW`, `qX`, `qY`, `qZ`) +VALUES (3701836283, 27298, 2057, 58, 177.758, 38.7119, 15.12383, -0.7692295, 0, 0, 0.6389726); + +INSERT INTO `base_ace_object` (`baseAceObjectId`, `name`, `typeId`, `paletteId`, `ammoType`, `blipColor`, `bitField`, `burden`, `combatUse`, `cooldownDuration`, `cooldownId`, `effects`, `containersCapacity`, `header`, `hookTypeId`, `iconId`, `iconOverlayId`, `iconUnderlayId`, `hookItemTypes`, `itemsCapacity`, `location`, `materialType`, `maxStackSize`, `maxStructure`, `radar`, `pscript`, `spellId`, `stackSize`, `structure`, `targetTypeId`, `usability`, `useRadius`, `validLocations`, `value`, `workmanship`, `animationFrameId`, `defaultScript`, `defaultScriptIntensity`, `elasticity`, `friction`, `locationId`, `modelTableId`, `objectScale`, `physicsBitField`, `physicsTableId`, `motionTableId`, `soundTableId`, `physicsState`, `translucency`, `currentMotionState`) +VALUES (3701408264, 'The Orphanage', 65536, 0, 0, 0, 262164, 0, 0, 0, 0, 0, 0, 8388656, 0, 100667499, 0, 0, 0, 0, 0, 0, 0, 0, 4, 0, 0, 0, 0, 0, 32, -0.1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 33555925, 0, 98307, 0, 150994947, 0, 3084, 0, 'AAA9AAAAAAA='); + +INSERT INTO `ace_object` (`baseAceObjectId`, `weenieClassId`, `landblock`, `cell`, `posX`, `posY`, `posZ`, `qW`, `qX`, `qY`, `qZ`) +VALUES (3701408264, 27298, 3079, 14, 46.81489, 136.2381, 21.4877, -0.1777005, 0, 0, -0.9840846); + +INSERT INTO `base_ace_object` (`baseAceObjectId`, `name`, `typeId`, `paletteId`, `ammoType`, `blipColor`, `bitField`, `burden`, `combatUse`, `cooldownDuration`, `cooldownId`, `effects`, `containersCapacity`, `header`, `hookTypeId`, `iconId`, `iconOverlayId`, `iconUnderlayId`, `hookItemTypes`, `itemsCapacity`, `location`, `materialType`, `maxStackSize`, `maxStructure`, `radar`, `pscript`, `spellId`, `stackSize`, `structure`, `targetTypeId`, `usability`, `useRadius`, `validLocations`, `value`, `workmanship`, `animationFrameId`, `defaultScript`, `defaultScriptIntensity`, `elasticity`, `friction`, `locationId`, `modelTableId`, `objectScale`, `physicsBitField`, `physicsTableId`, `motionTableId`, `soundTableId`, `physicsState`, `translucency`, `currentMotionState`) +VALUES (3701909598, 'The Orphanage', 65536, 0, 0, 0, 262164, 0, 0, 0, 0, 0, 0, 8388656, 0, 100667499, 0, 0, 0, 0, 0, 0, 0, 0, 4, 0, 0, 0, 0, 0, 32, -0.1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 33555925, 0, 98307, 0, 150994947, 0, 3084, 0, 'AAA9AAAAAAA='); + +INSERT INTO `ace_object` (`baseAceObjectId`, `weenieClassId`, `landblock`, `cell`, `posX`, `posY`, `posZ`, `qW`, `qX`, `qY`, `qZ`) +VALUES (3701909598, 27298, 2830, 11, 31.30587, 55.56042, 47.97804, 1, 0, 0, 0); + +INSERT INTO `base_ace_object` (`baseAceObjectId`, `name`, `typeId`, `paletteId`, `ammoType`, `blipColor`, `bitField`, `burden`, `combatUse`, `cooldownDuration`, `cooldownId`, `effects`, `containersCapacity`, `header`, `hookTypeId`, `iconId`, `iconOverlayId`, `iconUnderlayId`, `hookItemTypes`, `itemsCapacity`, `location`, `materialType`, `maxStackSize`, `maxStructure`, `radar`, `pscript`, `spellId`, `stackSize`, `structure`, `targetTypeId`, `usability`, `useRadius`, `validLocations`, `value`, `workmanship`, `animationFrameId`, `defaultScript`, `defaultScriptIntensity`, `elasticity`, `friction`, `locationId`, `modelTableId`, `objectScale`, `physicsBitField`, `physicsTableId`, `motionTableId`, `soundTableId`, `physicsState`, `translucency`, `currentMotionState`) +VALUES (3705080082, 'The Orphanage', 65536, 0, 0, 0, 262164, 0, 0, 0, 0, 0, 0, 8388656, 0, 100667499, 0, 0, 0, 0, 0, 0, 0, 0, 4, 0, 0, 0, 0, 0, 32, -0.1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 33555925, 0, 98307, 0, 150994947, 0, 3084, 0, 'AAA9AAAAAAA='); + +INSERT INTO `ace_object` (`baseAceObjectId`, `weenieClassId`, `landblock`, `cell`, `posX`, `posY`, `posZ`, `qW`, `qX`, `qY`, `qZ`) +VALUES (3705080082, 27298, 2565, 40, 109.4092, 183.4843, 68.77555, 1, 0, 0, 0); + +INSERT INTO `base_ace_object` (`baseAceObjectId`, `name`, `typeId`, `paletteId`, `ammoType`, `blipColor`, `bitField`, `burden`, `combatUse`, `cooldownDuration`, `cooldownId`, `effects`, `containersCapacity`, `header`, `hookTypeId`, `iconId`, `iconOverlayId`, `iconUnderlayId`, `hookItemTypes`, `itemsCapacity`, `location`, `materialType`, `maxStackSize`, `maxStructure`, `radar`, `pscript`, `spellId`, `stackSize`, `structure`, `targetTypeId`, `usability`, `useRadius`, `validLocations`, `value`, `workmanship`, `animationFrameId`, `defaultScript`, `defaultScriptIntensity`, `elasticity`, `friction`, `locationId`, `modelTableId`, `objectScale`, `physicsBitField`, `physicsTableId`, `motionTableId`, `soundTableId`, `physicsState`, `translucency`, `currentMotionState`) +VALUES (3684512940, 'The Orphanage', 65536, 0, 0, 0, 262164, 0, 0, 0, 0, 0, 0, 8388656, 0, 100667499, 0, 0, 0, 0, 0, 0, 0, 0, 4, 0, 0, 0, 0, 0, 32, -0.1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 33555925, 0, 98307, 0, 150994947, 0, 3084, 0, 'AAA9AAAAAAA='); + +INSERT INTO `ace_object` (`baseAceObjectId`, `weenieClassId`, `landblock`, `cell`, `posX`, `posY`, `posZ`, `qW`, `qX`, `qY`, `qZ`) +VALUES (3684512940, 27298, 2309, 27, 90.11284, 53.99685, 111.3905, 1, 0, 0, 0); + +INSERT INTO `base_ace_object` (`baseAceObjectId`, `name`, `typeId`, `paletteId`, `ammoType`, `blipColor`, `bitField`, `burden`, `combatUse`, `cooldownDuration`, `cooldownId`, `effects`, `containersCapacity`, `header`, `hookTypeId`, `iconId`, `iconOverlayId`, `iconUnderlayId`, `hookItemTypes`, `itemsCapacity`, `location`, `materialType`, `maxStackSize`, `maxStructure`, `radar`, `pscript`, `spellId`, `stackSize`, `structure`, `targetTypeId`, `usability`, `useRadius`, `validLocations`, `value`, `workmanship`, `animationFrameId`, `defaultScript`, `defaultScriptIntensity`, `elasticity`, `friction`, `locationId`, `modelTableId`, `objectScale`, `physicsBitField`, `physicsTableId`, `motionTableId`, `soundTableId`, `physicsState`, `translucency`, `currentMotionState`) +VALUES (3684606261, 'The Orphanage', 65536, 0, 0, 0, 262164, 0, 0, 0, 0, 0, 0, 8388656, 0, 100667499, 0, 0, 0, 0, 0, 0, 0, 0, 4, 0, 0, 0, 0, 0, 32, -0.1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 33555925, 0, 98307, 0, 150994947, 0, 3084, 0, 'AAA9AAAAAAA='); + +INSERT INTO `ace_object` (`baseAceObjectId`, `weenieClassId`, `landblock`, `cell`, `posX`, `posY`, `posZ`, `qW`, `qX`, `qY`, `qZ`) +VALUES (3684606261, 27298, 2057, 50, 156.2071, 32.67535, 15.937, -0.7692295, 0, 0, 0.6389726); + +INSERT INTO `base_ace_object` (`baseAceObjectId`, `name`, `typeId`, `paletteId`, `ammoType`, `blipColor`, `bitField`, `burden`, `combatUse`, `cooldownDuration`, `cooldownId`, `effects`, `containersCapacity`, `header`, `hookTypeId`, `iconId`, `iconOverlayId`, `iconUnderlayId`, `hookItemTypes`, `itemsCapacity`, `location`, `materialType`, `maxStackSize`, `maxStructure`, `radar`, `pscript`, `spellId`, `stackSize`, `structure`, `targetTypeId`, `usability`, `useRadius`, `validLocations`, `value`, `workmanship`, `animationFrameId`, `defaultScript`, `defaultScriptIntensity`, `elasticity`, `friction`, `locationId`, `modelTableId`, `objectScale`, `physicsBitField`, `physicsTableId`, `motionTableId`, `soundTableId`, `physicsState`, `translucency`, `currentMotionState`) +VALUES (3663702246, 'The Orphanage', 65536, 0, 0, 0, 262164, 0, 0, 0, 0, 0, 0, 8388656, 0, 100667499, 0, 0, 0, 0, 0, 0, 0, 0, 4, 0, 0, 0, 0, 0, 32, -0.1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 33555925, 0, 98307, 0, 150994947, 0, 3084, 0, 'AAA9AAAAAAA='); + +INSERT INTO `ace_object` (`baseAceObjectId`, `weenieClassId`, `landblock`, `cell`, `posX`, `posY`, `posZ`, `qW`, `qX`, `qY`, `qZ`) +VALUES (3663702246, 27298, 2312, 15, 46.64226, 153.631, 13.937, 1, 0, 0, 0); + +INSERT INTO `base_ace_object` (`baseAceObjectId`, `name`, `typeId`, `paletteId`, `ammoType`, `blipColor`, `bitField`, `burden`, `combatUse`, `cooldownDuration`, `cooldownId`, `effects`, `containersCapacity`, `header`, `hookTypeId`, `iconId`, `iconOverlayId`, `iconUnderlayId`, `hookItemTypes`, `itemsCapacity`, `location`, `materialType`, `maxStackSize`, `maxStructure`, `radar`, `pscript`, `spellId`, `stackSize`, `structure`, `targetTypeId`, `usability`, `useRadius`, `validLocations`, `value`, `workmanship`, `animationFrameId`, `defaultScript`, `defaultScriptIntensity`, `elasticity`, `friction`, `locationId`, `modelTableId`, `objectScale`, `physicsBitField`, `physicsTableId`, `motionTableId`, `soundTableId`, `physicsState`, `translucency`, `currentMotionState`) +VALUES (3682992756, 'The Orphanage', 65536, 0, 0, 0, 262164, 0, 0, 0, 0, 0, 0, 8388656, 0, 100667499, 0, 0, 0, 0, 0, 0, 0, 0, 4, 0, 0, 0, 0, 0, 32, -0.1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 33555925, 0, 98307, 0, 150994947, 0, 3084, 0, 'AAA9AAAAAAA='); + +INSERT INTO `ace_object` (`baseAceObjectId`, `weenieClassId`, `landblock`, `cell`, `posX`, `posY`, `posZ`, `qW`, `qX`, `qY`, `qZ`) +VALUES (3682992756, 27298, 1287, 54, 148.2128, 140.069, 14.90728, 1, 0, 0, 0); + +INSERT INTO `base_ace_object` (`baseAceObjectId`, `name`, `typeId`, `paletteId`, `ammoType`, `blipColor`, `bitField`, `burden`, `combatUse`, `cooldownDuration`, `cooldownId`, `effects`, `containersCapacity`, `header`, `hookTypeId`, `iconId`, `iconOverlayId`, `iconUnderlayId`, `hookItemTypes`, `itemsCapacity`, `location`, `materialType`, `maxStackSize`, `maxStructure`, `radar`, `pscript`, `spellId`, `stackSize`, `structure`, `targetTypeId`, `usability`, `useRadius`, `validLocations`, `value`, `workmanship`, `animationFrameId`, `defaultScript`, `defaultScriptIntensity`, `elasticity`, `friction`, `locationId`, `modelTableId`, `objectScale`, `physicsBitField`, `physicsTableId`, `motionTableId`, `soundTableId`, `physicsState`, `translucency`, `currentMotionState`) +VALUES (3683067456, 'The Orphanage', 65536, 0, 0, 0, 262164, 0, 0, 0, 0, 0, 0, 8388656, 0, 100667499, 0, 0, 0, 0, 0, 0, 0, 0, 4, 0, 0, 0, 0, 0, 32, -0.1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 33555925, 0, 98307, 0, 150994947, 0, 3084, 0, 'AAA9AAAAAAA='); + +INSERT INTO `ace_object` (`baseAceObjectId`, `weenieClassId`, `landblock`, `cell`, `posX`, `posY`, `posZ`, `qW`, `qX`, `qY`, `qZ`) +VALUES (3683067456, 27298, 2316, 37, 106.213, 103.2317, 56.00728, 1, 0, 0, 0); + +INSERT INTO `base_ace_object` (`baseAceObjectId`, `name`, `typeId`, `paletteId`, `ammoType`, `blipColor`, `bitField`, `burden`, `combatUse`, `cooldownDuration`, `cooldownId`, `effects`, `containersCapacity`, `header`, `hookTypeId`, `iconId`, `iconOverlayId`, `iconUnderlayId`, `hookItemTypes`, `itemsCapacity`, `location`, `materialType`, `maxStackSize`, `maxStructure`, `radar`, `pscript`, `spellId`, `stackSize`, `structure`, `targetTypeId`, `usability`, `useRadius`, `validLocations`, `value`, `workmanship`, `animationFrameId`, `defaultScript`, `defaultScriptIntensity`, `elasticity`, `friction`, `locationId`, `modelTableId`, `objectScale`, `physicsBitField`, `physicsTableId`, `motionTableId`, `soundTableId`, `physicsState`, `translucency`, `currentMotionState`) +VALUES (3683249763, 'The Orphanage', 65536, 0, 0, 0, 262164, 0, 0, 0, 0, 0, 0, 8388656, 0, 100667499, 0, 0, 0, 0, 0, 0, 0, 0, 4, 0, 0, 0, 0, 0, 32, -0.1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 33555925, 0, 98307, 0, 150994947, 0, 3084, 0, 'AAA9AAAAAAA='); + +INSERT INTO `ace_object` (`baseAceObjectId`, `weenieClassId`, `landblock`, `cell`, `posX`, `posY`, `posZ`, `qW`, `qX`, `qY`, `qZ`) +VALUES (3683249763, 27298, 1286, 47, 129.9485, 150.8853, 68.21567, 1, 0, 0, 0); + +INSERT INTO `base_ace_object` (`baseAceObjectId`, `name`, `typeId`, `paletteId`, `ammoType`, `blipColor`, `bitField`, `burden`, `combatUse`, `cooldownDuration`, `cooldownId`, `effects`, `containersCapacity`, `header`, `hookTypeId`, `iconId`, `iconOverlayId`, `iconUnderlayId`, `hookItemTypes`, `itemsCapacity`, `location`, `materialType`, `maxStackSize`, `maxStructure`, `radar`, `pscript`, `spellId`, `stackSize`, `structure`, `targetTypeId`, `usability`, `useRadius`, `validLocations`, `value`, `workmanship`, `animationFrameId`, `defaultScript`, `defaultScriptIntensity`, `elasticity`, `friction`, `locationId`, `modelTableId`, `objectScale`, `physicsBitField`, `physicsTableId`, `motionTableId`, `soundTableId`, `physicsState`, `translucency`, `currentMotionState`) +VALUES (3682989780, 'The Orphanage', 65536, 0, 0, 0, 262164, 0, 0, 0, 0, 0, 0, 8388656, 0, 100667499, 0, 0, 0, 0, 0, 0, 0, 0, 4, 0, 0, 0, 0, 0, 32, -0.1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 33555925, 0, 98307, 0, 150994947, 0, 3084, 0, 'AAA9AAAAAAA='); + +INSERT INTO `ace_object` (`baseAceObjectId`, `weenieClassId`, `landblock`, `cell`, `posX`, `posY`, `posZ`, `qW`, `qX`, `qY`, `qZ`) +VALUES (3682989780, 27298, 2063, 20, 71.6493, 82.53096, 38.19696, 1, 0, 0, 0); + +INSERT INTO `base_ace_object` (`baseAceObjectId`, `name`, `typeId`, `paletteId`, `ammoType`, `blipColor`, `bitField`, `burden`, `combatUse`, `cooldownDuration`, `cooldownId`, `effects`, `containersCapacity`, `header`, `hookTypeId`, `iconId`, `iconOverlayId`, `iconUnderlayId`, `hookItemTypes`, `itemsCapacity`, `location`, `materialType`, `maxStackSize`, `maxStructure`, `radar`, `pscript`, `spellId`, `stackSize`, `structure`, `targetTypeId`, `usability`, `useRadius`, `validLocations`, `value`, `workmanship`, `animationFrameId`, `defaultScript`, `defaultScriptIntensity`, `elasticity`, `friction`, `locationId`, `modelTableId`, `objectScale`, `physicsBitField`, `physicsTableId`, `motionTableId`, `soundTableId`, `physicsState`, `translucency`, `currentMotionState`) +VALUES (3683068866, 'The Orphanage', 65536, 0, 0, 0, 262164, 0, 0, 0, 0, 0, 0, 8388656, 0, 100667499, 0, 0, 0, 0, 0, 0, 0, 0, 4, 0, 0, 0, 0, 0, 32, -0.1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 33555925, 0, 98307, 0, 150994947, 0, 3084, 0, 'AAA9AAAAAAA='); + +INSERT INTO `ace_object` (`baseAceObjectId`, `weenieClassId`, `landblock`, `cell`, `posX`, `posY`, `posZ`, `qW`, `qX`, `qY`, `qZ`) +VALUES (3683068866, 27298, 1807, 33, 116.1638, 2.63382, 60.85151, 1, 0, 0, 0); + +INSERT INTO `base_ace_object` (`baseAceObjectId`, `name`, `typeId`, `paletteId`, `ammoType`, `blipColor`, `bitField`, `burden`, `combatUse`, `cooldownDuration`, `cooldownId`, `effects`, `containersCapacity`, `header`, `hookTypeId`, `iconId`, `iconOverlayId`, `iconUnderlayId`, `hookItemTypes`, `itemsCapacity`, `location`, `materialType`, `maxStackSize`, `maxStructure`, `radar`, `pscript`, `spellId`, `stackSize`, `structure`, `targetTypeId`, `usability`, `useRadius`, `validLocations`, `value`, `workmanship`, `animationFrameId`, `defaultScript`, `defaultScriptIntensity`, `elasticity`, `friction`, `locationId`, `modelTableId`, `objectScale`, `physicsBitField`, `physicsTableId`, `motionTableId`, `soundTableId`, `physicsState`, `translucency`, `currentMotionState`) +VALUES (3679265410, 'The Orphanage', 65536, 0, 0, 0, 262164, 0, 0, 0, 0, 0, 0, 8388656, 0, 100667499, 0, 0, 0, 0, 0, 0, 0, 0, 4, 0, 0, 0, 0, 0, 32, -0.1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 33555925, 0, 98307, 0, 150994947, 0, 3084, 0, 'AAA9AAAAAAA='); + +INSERT INTO `ace_object` (`baseAceObjectId`, `weenieClassId`, `landblock`, `cell`, `posX`, `posY`, `posZ`, `qW`, `qX`, `qY`, `qZ`) +VALUES (3679265410, 27298, 2312, 43, 120.0255, 50.94886, 17.94337, 1, 0, 0, 0); + +INSERT INTO `base_ace_object` (`baseAceObjectId`, `name`, `typeId`, `paletteId`, `ammoType`, `blipColor`, `bitField`, `burden`, `combatUse`, `cooldownDuration`, `cooldownId`, `effects`, `containersCapacity`, `header`, `hookTypeId`, `iconId`, `iconOverlayId`, `iconUnderlayId`, `hookItemTypes`, `itemsCapacity`, `location`, `materialType`, `maxStackSize`, `maxStructure`, `radar`, `pscript`, `spellId`, `stackSize`, `structure`, `targetTypeId`, `usability`, `useRadius`, `validLocations`, `value`, `workmanship`, `animationFrameId`, `defaultScript`, `defaultScriptIntensity`, `elasticity`, `friction`, `locationId`, `modelTableId`, `objectScale`, `physicsBitField`, `physicsTableId`, `motionTableId`, `soundTableId`, `physicsState`, `translucency`, `currentMotionState`) +VALUES (3678637785, 'The Orphanage', 65536, 0, 0, 0, 262164, 0, 0, 0, 0, 0, 0, 8388656, 0, 100667499, 0, 0, 0, 0, 0, 0, 0, 0, 4, 0, 0, 0, 0, 0, 32, -0.1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 33555925, 0, 98307, 0, 150994947, 0, 3084, 0, 'AAA9AAAAAAA='); + +INSERT INTO `ace_object` (`baseAceObjectId`, `weenieClassId`, `landblock`, `cell`, `posX`, `posY`, `posZ`, `qW`, `qX`, `qY`, `qZ`) +VALUES (3678637785, 27298, 2312, 40, 105.2989, 176.4421, 19.48682, 1, 0, 0, 0); + +INSERT INTO `base_ace_object` (`baseAceObjectId`, `name`, `typeId`, `paletteId`, `ammoType`, `blipColor`, `bitField`, `burden`, `combatUse`, `cooldownDuration`, `cooldownId`, `effects`, `containersCapacity`, `header`, `hookTypeId`, `iconId`, `iconOverlayId`, `iconUnderlayId`, `hookItemTypes`, `itemsCapacity`, `location`, `materialType`, `maxStackSize`, `maxStructure`, `radar`, `pscript`, `spellId`, `stackSize`, `structure`, `targetTypeId`, `usability`, `useRadius`, `validLocations`, `value`, `workmanship`, `animationFrameId`, `defaultScript`, `defaultScriptIntensity`, `elasticity`, `friction`, `locationId`, `modelTableId`, `objectScale`, `physicsBitField`, `physicsTableId`, `motionTableId`, `soundTableId`, `physicsState`, `translucency`, `currentMotionState`) +VALUES (3678793845, 'The Orphanage', 65536, 0, 0, 0, 262164, 0, 0, 0, 0, 0, 0, 8388656, 0, 100667499, 0, 0, 0, 0, 0, 0, 0, 0, 4, 0, 0, 0, 0, 0, 32, -0.1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 33555925, 0, 98307, 0, 150994947, 0, 3084, 0, 'AAA9AAAAAAA='); + +INSERT INTO `ace_object` (`baseAceObjectId`, `weenieClassId`, `landblock`, `cell`, `posX`, `posY`, `posZ`, `qW`, `qX`, `qY`, `qZ`) +VALUES (3678793845, 27298, 2312, 17, 54.44093, 11.22939, 10.34977, 1, 0, 0, 0); + +INSERT INTO `base_ace_object` (`baseAceObjectId`, `name`, `typeId`, `paletteId`, `ammoType`, `blipColor`, `bitField`, `burden`, `combatUse`, `cooldownDuration`, `cooldownId`, `effects`, `containersCapacity`, `header`, `hookTypeId`, `iconId`, `iconOverlayId`, `iconUnderlayId`, `hookItemTypes`, `itemsCapacity`, `location`, `materialType`, `maxStackSize`, `maxStructure`, `radar`, `pscript`, `spellId`, `stackSize`, `structure`, `targetTypeId`, `usability`, `useRadius`, `validLocations`, `value`, `workmanship`, `animationFrameId`, `defaultScript`, `defaultScriptIntensity`, `elasticity`, `friction`, `locationId`, `modelTableId`, `objectScale`, `physicsBitField`, `physicsTableId`, `motionTableId`, `soundTableId`, `physicsState`, `translucency`, `currentMotionState`) +VALUES (3679263712, 'The Orphanage', 65536, 0, 0, 0, 262164, 0, 0, 0, 0, 0, 0, 8388656, 0, 100667499, 0, 0, 0, 0, 0, 0, 0, 0, 4, 0, 0, 0, 0, 0, 32, -0.1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 33555925, 0, 98307, 0, 150994947, 0, 3084, 0, 'AAA9AAAAAAA='); + +INSERT INTO `ace_object` (`baseAceObjectId`, `weenieClassId`, `landblock`, `cell`, `posX`, `posY`, `posZ`, `qW`, `qX`, `qY`, `qZ`) +VALUES (3679263712, 27298, 2057, 58, 177.75, 40.47973, 15.1245, -0.7692295, 0, 0, 0.6389726); + +INSERT INTO `base_ace_object` (`baseAceObjectId`, `name`, `typeId`, `paletteId`, `ammoType`, `blipColor`, `bitField`, `burden`, `combatUse`, `cooldownDuration`, `cooldownId`, `effects`, `containersCapacity`, `header`, `hookTypeId`, `iconId`, `iconOverlayId`, `iconUnderlayId`, `hookItemTypes`, `itemsCapacity`, `location`, `materialType`, `maxStackSize`, `maxStructure`, `radar`, `pscript`, `spellId`, `stackSize`, `structure`, `targetTypeId`, `usability`, `useRadius`, `validLocations`, `value`, `workmanship`, `animationFrameId`, `defaultScript`, `defaultScriptIntensity`, `elasticity`, `friction`, `locationId`, `modelTableId`, `objectScale`, `physicsBitField`, `physicsTableId`, `motionTableId`, `soundTableId`, `physicsState`, `translucency`, `currentMotionState`) +VALUES (3678852431, 'The Orphanage', 65536, 0, 0, 0, 262164, 0, 0, 0, 0, 0, 0, 8388656, 0, 100667499, 0, 0, 0, 0, 0, 0, 0, 0, 4, 0, 0, 0, 0, 0, 32, -0.1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 33555925, 0, 98307, 0, 150994947, 0, 3084, 0, 'AAA9AAAAAAA='); + +INSERT INTO `ace_object` (`baseAceObjectId`, `weenieClassId`, `landblock`, `cell`, `posX`, `posY`, `posZ`, `qW`, `qX`, `qY`, `qZ`) +VALUES (3678852431, 27298, 2313, 50, 148.7586, 41.84939, 28.48086, 1, 0, 0, 0); + +INSERT INTO `base_ace_object` (`baseAceObjectId`, `name`, `typeId`, `paletteId`, `ammoType`, `blipColor`, `bitField`, `burden`, `combatUse`, `cooldownDuration`, `cooldownId`, `effects`, `containersCapacity`, `header`, `hookTypeId`, `iconId`, `iconOverlayId`, `iconUnderlayId`, `hookItemTypes`, `itemsCapacity`, `location`, `materialType`, `maxStackSize`, `maxStructure`, `radar`, `pscript`, `spellId`, `stackSize`, `structure`, `targetTypeId`, `usability`, `useRadius`, `validLocations`, `value`, `workmanship`, `animationFrameId`, `defaultScript`, `defaultScriptIntensity`, `elasticity`, `friction`, `locationId`, `modelTableId`, `objectScale`, `physicsBitField`, `physicsTableId`, `motionTableId`, `soundTableId`, `physicsState`, `translucency`, `currentMotionState`) +VALUES (2929841951, 'The Orphanage', 65536, 0, 0, 0, 262164, 0, 0, 0, 0, 0, 0, 8388656, 0, 100667499, 0, 0, 0, 0, 0, 0, 0, 0, 4, 0, 0, 0, 0, 0, 32, -0.1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 33555925, 0, 98307, 0, 150994947, 0, 3084, 0, 'AAA9AAAAAAA='); + +INSERT INTO `ace_object` (`baseAceObjectId`, `weenieClassId`, `landblock`, `cell`, `posX`, `posY`, `posZ`, `qW`, `qX`, `qY`, `qZ`) +VALUES (2929841951, 27298, 2308, 59, 184.7936, 61.3867, 13.7386, 0.6653969, 0, 0, -0.7464898); + +INSERT INTO `base_ace_object` (`baseAceObjectId`, `name`, `typeId`, `paletteId`, `ammoType`, `blipColor`, `bitField`, `burden`, `combatUse`, `cooldownDuration`, `cooldownId`, `effects`, `containersCapacity`, `header`, `hookTypeId`, `iconId`, `iconOverlayId`, `iconUnderlayId`, `hookItemTypes`, `itemsCapacity`, `location`, `materialType`, `maxStackSize`, `maxStructure`, `radar`, `pscript`, `spellId`, `stackSize`, `structure`, `targetTypeId`, `usability`, `useRadius`, `validLocations`, `value`, `workmanship`, `animationFrameId`, `defaultScript`, `defaultScriptIntensity`, `elasticity`, `friction`, `locationId`, `modelTableId`, `objectScale`, `physicsBitField`, `physicsTableId`, `motionTableId`, `soundTableId`, `physicsState`, `translucency`, `currentMotionState`) +VALUES (2929884186, 'The Orphanage', 65536, 0, 0, 0, 262164, 0, 0, 0, 0, 0, 0, 8388656, 0, 100667499, 0, 0, 0, 0, 0, 0, 0, 0, 4, 0, 0, 0, 0, 0, 32, -0.1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 33555925, 0, 98307, 0, 150994947, 0, 3084, 0, 'AAA9AAAAAAA='); + +INSERT INTO `ace_object` (`baseAceObjectId`, `weenieClassId`, `landblock`, `cell`, `posX`, `posY`, `posZ`, `qW`, `qX`, `qY`, `qZ`) +VALUES (2929884186, 27298, 1795, 40, 109.699, 190.895, 62.71716, 1, 0, 0, 0); + +INSERT INTO `base_ace_object` (`baseAceObjectId`, `name`, `typeId`, `paletteId`, `ammoType`, `blipColor`, `bitField`, `burden`, `combatUse`, `cooldownDuration`, `cooldownId`, `effects`, `containersCapacity`, `header`, `hookTypeId`, `iconId`, `iconOverlayId`, `iconUnderlayId`, `hookItemTypes`, `itemsCapacity`, `location`, `materialType`, `maxStackSize`, `maxStructure`, `radar`, `pscript`, `spellId`, `stackSize`, `structure`, `targetTypeId`, `usability`, `useRadius`, `validLocations`, `value`, `workmanship`, `animationFrameId`, `defaultScript`, `defaultScriptIntensity`, `elasticity`, `friction`, `locationId`, `modelTableId`, `objectScale`, `physicsBitField`, `physicsTableId`, `motionTableId`, `soundTableId`, `physicsState`, `translucency`, `currentMotionState`) +VALUES (2929842734, 'The Orphanage', 65536, 0, 0, 0, 262164, 0, 0, 0, 0, 0, 0, 8388656, 0, 100667499, 0, 0, 0, 0, 0, 0, 0, 0, 4, 0, 0, 0, 0, 0, 32, -0.1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 33555925, 0, 98307, 0, 150994947, 0, 3084, 0, 'AAA9AAAAAAA='); + +INSERT INTO `ace_object` (`baseAceObjectId`, `weenieClassId`, `landblock`, `cell`, `posX`, `posY`, `posZ`, `qW`, `qX`, `qY`, `qZ`) +VALUES (2929842734, 27298, 3075, 31, 86.06104, 162.0737, 12.80805, 0.3428196, 0, 0, -0.9394013); + +INSERT INTO `base_ace_object` (`baseAceObjectId`, `name`, `typeId`, `paletteId`, `ammoType`, `blipColor`, `bitField`, `burden`, `combatUse`, `cooldownDuration`, `cooldownId`, `effects`, `containersCapacity`, `header`, `hookTypeId`, `iconId`, `iconOverlayId`, `iconUnderlayId`, `hookItemTypes`, `itemsCapacity`, `location`, `materialType`, `maxStackSize`, `maxStructure`, `radar`, `pscript`, `spellId`, `stackSize`, `structure`, `targetTypeId`, `usability`, `useRadius`, `validLocations`, `value`, `workmanship`, `animationFrameId`, `defaultScript`, `defaultScriptIntensity`, `elasticity`, `friction`, `locationId`, `modelTableId`, `objectScale`, `physicsBitField`, `physicsTableId`, `motionTableId`, `soundTableId`, `physicsState`, `translucency`, `currentMotionState`) +VALUES (2929271367, 'The Orphanage', 65536, 0, 0, 0, 262164, 0, 0, 0, 0, 0, 0, 8388656, 0, 100667499, 0, 0, 0, 0, 0, 0, 0, 0, 4, 0, 0, 0, 0, 0, 32, -0.1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 33555925, 0, 98307, 0, 150994947, 0, 3084, 0, 'AAA9AAAAAAA='); + +INSERT INTO `ace_object` (`baseAceObjectId`, `weenieClassId`, `landblock`, `cell`, `posX`, `posY`, `posZ`, `qW`, `qX`, `qY`, `qZ`) +VALUES (2929271367, 27298, 1795, 53, 152.9614, 117.4061, 23.47433, 1, 0, 0, 0); + +INSERT INTO `base_ace_object` (`baseAceObjectId`, `name`, `typeId`, `paletteId`, `ammoType`, `blipColor`, `bitField`, `burden`, `combatUse`, `cooldownDuration`, `cooldownId`, `effects`, `containersCapacity`, `header`, `hookTypeId`, `iconId`, `iconOverlayId`, `iconUnderlayId`, `hookItemTypes`, `itemsCapacity`, `location`, `materialType`, `maxStackSize`, `maxStructure`, `radar`, `pscript`, `spellId`, `stackSize`, `structure`, `targetTypeId`, `usability`, `useRadius`, `validLocations`, `value`, `workmanship`, `animationFrameId`, `defaultScript`, `defaultScriptIntensity`, `elasticity`, `friction`, `locationId`, `modelTableId`, `objectScale`, `physicsBitField`, `physicsTableId`, `motionTableId`, `soundTableId`, `physicsState`, `translucency`, `currentMotionState`) +VALUES (2930338020, 'The Orphanage', 65536, 0, 0, 0, 262164, 0, 0, 0, 0, 0, 0, 8388656, 0, 100667499, 0, 0, 0, 0, 0, 0, 0, 0, 4, 0, 0, 0, 0, 0, 32, -0.1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 33555925, 0, 98307, 0, 150994947, 0, 3084, 0, 'AAA9AAAAAAA='); + +INSERT INTO `ace_object` (`baseAceObjectId`, `weenieClassId`, `landblock`, `cell`, `posX`, `posY`, `posZ`, `qW`, `qX`, `qY`, `qZ`) +VALUES (2930338020, 27298, 3076, 30, 95.41068, 128.1697, 8.133437, 1, 0, 0, 0); + +INSERT INTO `base_ace_object` (`baseAceObjectId`, `name`, `typeId`, `paletteId`, `ammoType`, `blipColor`, `bitField`, `burden`, `combatUse`, `cooldownDuration`, `cooldownId`, `effects`, `containersCapacity`, `header`, `hookTypeId`, `iconId`, `iconOverlayId`, `iconUnderlayId`, `hookItemTypes`, `itemsCapacity`, `location`, `materialType`, `maxStackSize`, `maxStructure`, `radar`, `pscript`, `spellId`, `stackSize`, `structure`, `targetTypeId`, `usability`, `useRadius`, `validLocations`, `value`, `workmanship`, `animationFrameId`, `defaultScript`, `defaultScriptIntensity`, `elasticity`, `friction`, `locationId`, `modelTableId`, `objectScale`, `physicsBitField`, `physicsTableId`, `motionTableId`, `soundTableId`, `physicsState`, `translucency`, `currentMotionState`) +VALUES (2930042605, 'The Orphanage', 65536, 0, 0, 0, 262164, 0, 0, 0, 0, 0, 0, 8388656, 0, 100667499, 0, 0, 0, 0, 0, 0, 0, 0, 4, 0, 0, 0, 0, 0, 32, -0.1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 33555925, 0, 98307, 0, 150994947, 0, 3084, 0, 'AAA9AAAAAAA='); + +INSERT INTO `ace_object` (`baseAceObjectId`, `weenieClassId`, `landblock`, `cell`, `posX`, `posY`, `posZ`, `qW`, `qX`, `qY`, `qZ`) +VALUES (2930042605, 27298, 1794, 7, 8.084088, 155.0119, 33.07763, 1, 0, 0, 0); + +INSERT INTO `base_ace_object` (`baseAceObjectId`, `name`, `typeId`, `paletteId`, `ammoType`, `blipColor`, `bitField`, `burden`, `combatUse`, `cooldownDuration`, `cooldownId`, `effects`, `containersCapacity`, `header`, `hookTypeId`, `iconId`, `iconOverlayId`, `iconUnderlayId`, `hookItemTypes`, `itemsCapacity`, `location`, `materialType`, `maxStackSize`, `maxStructure`, `radar`, `pscript`, `spellId`, `stackSize`, `structure`, `targetTypeId`, `usability`, `useRadius`, `validLocations`, `value`, `workmanship`, `animationFrameId`, `defaultScript`, `defaultScriptIntensity`, `elasticity`, `friction`, `locationId`, `modelTableId`, `objectScale`, `physicsBitField`, `physicsTableId`, `motionTableId`, `soundTableId`, `physicsState`, `translucency`, `currentMotionState`) +VALUES (2929478473, 'The Orphanage', 65536, 0, 0, 0, 262164, 0, 0, 0, 0, 0, 0, 8388656, 0, 100667499, 0, 0, 0, 0, 0, 0, 0, 0, 4, 0, 0, 0, 0, 0, 32, -0.1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 33555925, 0, 98307, 0, 150994947, 0, 3084, 0, 'AAA9AAAAAAA='); + +INSERT INTO `ace_object` (`baseAceObjectId`, `weenieClassId`, `landblock`, `cell`, `posX`, `posY`, `posZ`, `qW`, `qX`, `qY`, `qZ`) +VALUES (2929478473, 27298, 1540, 55, 152.3479, 152.7195, 19.19129, -0.8856162, 0, 0, -0.4644178); + +INSERT INTO `base_ace_object` (`baseAceObjectId`, `name`, `typeId`, `paletteId`, `ammoType`, `blipColor`, `bitField`, `burden`, `combatUse`, `cooldownDuration`, `cooldownId`, `effects`, `containersCapacity`, `header`, `hookTypeId`, `iconId`, `iconOverlayId`, `iconUnderlayId`, `hookItemTypes`, `itemsCapacity`, `location`, `materialType`, `maxStackSize`, `maxStructure`, `radar`, `pscript`, `spellId`, `stackSize`, `structure`, `targetTypeId`, `usability`, `useRadius`, `validLocations`, `value`, `workmanship`, `animationFrameId`, `defaultScript`, `defaultScriptIntensity`, `elasticity`, `friction`, `locationId`, `modelTableId`, `objectScale`, `physicsBitField`, `physicsTableId`, `motionTableId`, `soundTableId`, `physicsState`, `translucency`, `currentMotionState`) +VALUES (2927934022, 'The Orphanage', 65536, 0, 0, 0, 262164, 0, 0, 0, 0, 0, 0, 8388656, 0, 100667499, 0, 0, 0, 0, 0, 0, 0, 0, 4, 0, 0, 0, 0, 0, 32, -0.1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 33555925, 0, 98307, 0, 150994947, 0, 3084, 0, 'AAA9AAAAAAA='); + +INSERT INTO `ace_object` (`baseAceObjectId`, `weenieClassId`, `landblock`, `cell`, `posX`, `posY`, `posZ`, `qW`, `qX`, `qY`, `qZ`) +VALUES (2927934022, 27298, 2054, 34, 108.5663, 47.99211, 11.937, 1, 0, 0, 0); + +INSERT INTO `base_ace_object` (`baseAceObjectId`, `name`, `typeId`, `paletteId`, `ammoType`, `blipColor`, `bitField`, `burden`, `combatUse`, `cooldownDuration`, `cooldownId`, `effects`, `containersCapacity`, `header`, `hookTypeId`, `iconId`, `iconOverlayId`, `iconUnderlayId`, `hookItemTypes`, `itemsCapacity`, `location`, `materialType`, `maxStackSize`, `maxStructure`, `radar`, `pscript`, `spellId`, `stackSize`, `structure`, `targetTypeId`, `usability`, `useRadius`, `validLocations`, `value`, `workmanship`, `animationFrameId`, `defaultScript`, `defaultScriptIntensity`, `elasticity`, `friction`, `locationId`, `modelTableId`, `objectScale`, `physicsBitField`, `physicsTableId`, `motionTableId`, `soundTableId`, `physicsState`, `translucency`, `currentMotionState`) +VALUES (2930192748, 'The Orphanage', 65536, 0, 0, 0, 262164, 0, 0, 0, 0, 0, 0, 8388656, 0, 100667499, 0, 0, 0, 0, 0, 0, 0, 0, 4, 0, 0, 0, 0, 0, 32, -0.1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 33555925, 0, 98307, 0, 150994947, 0, 3084, 0, 'AAA9AAAAAAA='); + +INSERT INTO `ace_object` (`baseAceObjectId`, `weenieClassId`, `landblock`, `cell`, `posX`, `posY`, `posZ`, `qW`, `qX`, `qY`, `qZ`) +VALUES (2930192748, 27298, 2309, 5, 19.19257, 116.3865, 83.20368, 1, 0, 0, 0); + +INSERT INTO `base_ace_object` (`baseAceObjectId`, `name`, `typeId`, `paletteId`, `ammoType`, `blipColor`, `bitField`, `burden`, `combatUse`, `cooldownDuration`, `cooldownId`, `effects`, `containersCapacity`, `header`, `hookTypeId`, `iconId`, `iconOverlayId`, `iconUnderlayId`, `hookItemTypes`, `itemsCapacity`, `location`, `materialType`, `maxStackSize`, `maxStructure`, `radar`, `pscript`, `spellId`, `stackSize`, `structure`, `targetTypeId`, `usability`, `useRadius`, `validLocations`, `value`, `workmanship`, `animationFrameId`, `defaultScript`, `defaultScriptIntensity`, `elasticity`, `friction`, `locationId`, `modelTableId`, `objectScale`, `physicsBitField`, `physicsTableId`, `motionTableId`, `soundTableId`, `physicsState`, `translucency`, `currentMotionState`) +VALUES (2930116729, 'The Orphanage', 65536, 0, 0, 0, 262164, 0, 0, 0, 0, 0, 0, 8388656, 0, 100667499, 0, 0, 0, 0, 0, 0, 0, 0, 4, 0, 0, 0, 0, 0, 32, -0.1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 33555925, 0, 98307, 0, 150994947, 0, 3084, 0, 'AAA9AAAAAAA='); + +INSERT INTO `ace_object` (`baseAceObjectId`, `weenieClassId`, `landblock`, `cell`, `posX`, `posY`, `posZ`, `qW`, `qX`, `qY`, `qZ`) +VALUES (2930116729, 27298, 2053, 45, 134.4646, 101.5783, 87.11547, 1, 0, 0, 0); + +INSERT INTO `base_ace_object` (`baseAceObjectId`, `name`, `typeId`, `paletteId`, `ammoType`, `blipColor`, `bitField`, `burden`, `combatUse`, `cooldownDuration`, `cooldownId`, `effects`, `containersCapacity`, `header`, `hookTypeId`, `iconId`, `iconOverlayId`, `iconUnderlayId`, `hookItemTypes`, `itemsCapacity`, `location`, `materialType`, `maxStackSize`, `maxStructure`, `radar`, `pscript`, `spellId`, `stackSize`, `structure`, `targetTypeId`, `usability`, `useRadius`, `validLocations`, `value`, `workmanship`, `animationFrameId`, `defaultScript`, `defaultScriptIntensity`, `elasticity`, `friction`, `locationId`, `modelTableId`, `objectScale`, `physicsBitField`, `physicsTableId`, `motionTableId`, `soundTableId`, `physicsState`, `translucency`, `currentMotionState`) +VALUES (2929804014, 'The Orphanage', 65536, 0, 0, 0, 262164, 0, 0, 0, 0, 0, 0, 8388656, 0, 100667499, 0, 0, 0, 0, 0, 0, 0, 0, 4, 0, 0, 0, 0, 0, 32, -0.1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 33555925, 0, 98307, 0, 150994947, 0, 3084, 0, 'AAA9AAAAAAA='); + +INSERT INTO `ace_object` (`baseAceObjectId`, `weenieClassId`, `landblock`, `cell`, `posX`, `posY`, `posZ`, `qW`, `qX`, `qY`, `qZ`) +VALUES (2929804014, 27298, 2566, 17, 54.37254, 19.03353, 61.17862, 1, 0, 0, 0); + +INSERT INTO `base_ace_object` (`baseAceObjectId`, `name`, `typeId`, `paletteId`, `ammoType`, `blipColor`, `bitField`, `burden`, `combatUse`, `cooldownDuration`, `cooldownId`, `effects`, `containersCapacity`, `header`, `hookTypeId`, `iconId`, `iconOverlayId`, `iconUnderlayId`, `hookItemTypes`, `itemsCapacity`, `location`, `materialType`, `maxStackSize`, `maxStructure`, `radar`, `pscript`, `spellId`, `stackSize`, `structure`, `targetTypeId`, `usability`, `useRadius`, `validLocations`, `value`, `workmanship`, `animationFrameId`, `defaultScript`, `defaultScriptIntensity`, `elasticity`, `friction`, `locationId`, `modelTableId`, `objectScale`, `physicsBitField`, `physicsTableId`, `motionTableId`, `soundTableId`, `physicsState`, `translucency`, `currentMotionState`) +VALUES (2930072242, 'The Orphanage', 65536, 0, 0, 0, 262164, 0, 0, 0, 0, 0, 0, 8388656, 0, 100667499, 0, 0, 0, 0, 0, 0, 0, 0, 4, 0, 0, 0, 0, 0, 32, -0.1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 33555925, 0, 98307, 0, 150994947, 0, 3084, 0, 'AAA9AAAAAAA='); + +INSERT INTO `ace_object` (`baseAceObjectId`, `weenieClassId`, `landblock`, `cell`, `posX`, `posY`, `posZ`, `qW`, `qX`, `qY`, `qZ`) +VALUES (2930072242, 27298, 3332, 29, 86.40649, 116.0505, 83.88758, 1, 0, 0, 0); + +INSERT INTO `base_ace_object` (`baseAceObjectId`, `name`, `typeId`, `paletteId`, `ammoType`, `blipColor`, `bitField`, `burden`, `combatUse`, `cooldownDuration`, `cooldownId`, `effects`, `containersCapacity`, `header`, `hookTypeId`, `iconId`, `iconOverlayId`, `iconUnderlayId`, `hookItemTypes`, `itemsCapacity`, `location`, `materialType`, `maxStackSize`, `maxStructure`, `radar`, `pscript`, `spellId`, `stackSize`, `structure`, `targetTypeId`, `usability`, `useRadius`, `validLocations`, `value`, `workmanship`, `animationFrameId`, `defaultScript`, `defaultScriptIntensity`, `elasticity`, `friction`, `locationId`, `modelTableId`, `objectScale`, `physicsBitField`, `physicsTableId`, `motionTableId`, `soundTableId`, `physicsState`, `translucency`, `currentMotionState`) +VALUES (2928722550, 'The Orphanage', 65536, 0, 0, 0, 262164, 0, 0, 0, 0, 0, 0, 8388656, 0, 100667499, 0, 0, 0, 0, 0, 0, 0, 0, 4, 0, 0, 0, 0, 0, 32, -0.1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 33555925, 0, 98307, 0, 150994947, 0, 3084, 0, 'AAA9AAAAAAA='); + +INSERT INTO `ace_object` (`baseAceObjectId`, `weenieClassId`, `landblock`, `cell`, `posX`, `posY`, `posZ`, `qW`, `qX`, `qY`, `qZ`) +VALUES (2928722550, 27298, 1796, 20, 68.40574, 92.49676, 6.221352, 1, 0, 0, 0); + +INSERT INTO `base_ace_object` (`baseAceObjectId`, `name`, `typeId`, `paletteId`, `ammoType`, `blipColor`, `bitField`, `burden`, `combatUse`, `cooldownDuration`, `cooldownId`, `effects`, `containersCapacity`, `header`, `hookTypeId`, `iconId`, `iconOverlayId`, `iconUnderlayId`, `hookItemTypes`, `itemsCapacity`, `location`, `materialType`, `maxStackSize`, `maxStructure`, `radar`, `pscript`, `spellId`, `stackSize`, `structure`, `targetTypeId`, `usability`, `useRadius`, `validLocations`, `value`, `workmanship`, `animationFrameId`, `defaultScript`, `defaultScriptIntensity`, `elasticity`, `friction`, `locationId`, `modelTableId`, `objectScale`, `physicsBitField`, `physicsTableId`, `motionTableId`, `soundTableId`, `physicsState`, `translucency`, `currentMotionState`) +VALUES (2930122990, 'The Orphanage', 65536, 0, 0, 0, 262164, 0, 0, 0, 0, 0, 0, 8388656, 0, 100667499, 0, 0, 0, 0, 0, 0, 0, 0, 4, 0, 0, 0, 0, 0, 32, -0.1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 33555925, 0, 98307, 0, 150994947, 0, 3084, 0, 'AAA9AAAAAAA='); + +INSERT INTO `ace_object` (`baseAceObjectId`, `weenieClassId`, `landblock`, `cell`, `posX`, `posY`, `posZ`, `qW`, `qX`, `qY`, `qZ`) +VALUES (2930122990, 27298, 1284, 30, 72.92796, 124.4881, 111.9123, 1, 0, 0, 0); + +INSERT INTO `base_ace_object` (`baseAceObjectId`, `name`, `typeId`, `paletteId`, `ammoType`, `blipColor`, `bitField`, `burden`, `combatUse`, `cooldownDuration`, `cooldownId`, `effects`, `containersCapacity`, `header`, `hookTypeId`, `iconId`, `iconOverlayId`, `iconUnderlayId`, `hookItemTypes`, `itemsCapacity`, `location`, `materialType`, `maxStackSize`, `maxStructure`, `radar`, `pscript`, `spellId`, `stackSize`, `structure`, `targetTypeId`, `usability`, `useRadius`, `validLocations`, `value`, `workmanship`, `animationFrameId`, `defaultScript`, `defaultScriptIntensity`, `elasticity`, `friction`, `locationId`, `modelTableId`, `objectScale`, `physicsBitField`, `physicsTableId`, `motionTableId`, `soundTableId`, `physicsState`, `translucency`, `currentMotionState`) +VALUES (2930167826, 'The Orphanage', 65536, 0, 0, 0, 262164, 0, 0, 0, 0, 0, 0, 8388656, 0, 100667499, 0, 0, 0, 0, 0, 0, 0, 0, 4, 0, 0, 0, 0, 0, 32, -0.1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 33555925, 0, 98307, 0, 150994947, 0, 3084, 0, 'AAA9AAAAAAA='); + +INSERT INTO `ace_object` (`baseAceObjectId`, `weenieClassId`, `landblock`, `cell`, `posX`, `posY`, `posZ`, `qW`, `qX`, `qY`, `qZ`) +VALUES (2930167826, 27298, 3075, 46, 142.5231, 141.7923, 19.937, 0.95522, 0, 0, -0.2958964); + +INSERT INTO `base_ace_object` (`baseAceObjectId`, `name`, `typeId`, `paletteId`, `ammoType`, `blipColor`, `bitField`, `burden`, `combatUse`, `cooldownDuration`, `cooldownId`, `effects`, `containersCapacity`, `header`, `hookTypeId`, `iconId`, `iconOverlayId`, `iconUnderlayId`, `hookItemTypes`, `itemsCapacity`, `location`, `materialType`, `maxStackSize`, `maxStructure`, `radar`, `pscript`, `spellId`, `stackSize`, `structure`, `targetTypeId`, `usability`, `useRadius`, `validLocations`, `value`, `workmanship`, `animationFrameId`, `defaultScript`, `defaultScriptIntensity`, `elasticity`, `friction`, `locationId`, `modelTableId`, `objectScale`, `physicsBitField`, `physicsTableId`, `motionTableId`, `soundTableId`, `physicsState`, `translucency`, `currentMotionState`) +VALUES (2930411202, 'The Orphanage', 65536, 0, 0, 0, 262164, 0, 0, 0, 0, 0, 0, 8388656, 0, 100667499, 0, 0, 0, 0, 0, 0, 0, 0, 4, 0, 0, 0, 0, 0, 32, -0.1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 33555925, 0, 98307, 0, 150994947, 0, 3084, 0, 'AAA9AAAAAAA='); + +INSERT INTO `ace_object` (`baseAceObjectId`, `weenieClassId`, `landblock`, `cell`, `posX`, `posY`, `posZ`, `qW`, `qX`, `qY`, `qZ`) +VALUES (2930411202, 27298, 3331, 24, 51.3742, 174.017, 37.48519, 1, 0, 0, 0); + +INSERT INTO `base_ace_object` (`baseAceObjectId`, `name`, `typeId`, `paletteId`, `ammoType`, `blipColor`, `bitField`, `burden`, `combatUse`, `cooldownDuration`, `cooldownId`, `effects`, `containersCapacity`, `header`, `hookTypeId`, `iconId`, `iconOverlayId`, `iconUnderlayId`, `hookItemTypes`, `itemsCapacity`, `location`, `materialType`, `maxStackSize`, `maxStructure`, `radar`, `pscript`, `spellId`, `stackSize`, `structure`, `targetTypeId`, `usability`, `useRadius`, `validLocations`, `value`, `workmanship`, `animationFrameId`, `defaultScript`, `defaultScriptIntensity`, `elasticity`, `friction`, `locationId`, `modelTableId`, `objectScale`, `physicsBitField`, `physicsTableId`, `motionTableId`, `soundTableId`, `physicsState`, `translucency`, `currentMotionState`) +VALUES (2930241451, 'The Orphanage', 65536, 0, 0, 0, 262164, 0, 0, 0, 0, 0, 0, 8388656, 0, 100667499, 0, 0, 0, 0, 0, 0, 0, 0, 4, 0, 0, 0, 0, 0, 32, -0.1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 33555925, 0, 98307, 0, 150994947, 0, 3084, 0, 'AAA9AAAAAAA='); + +INSERT INTO `ace_object` (`baseAceObjectId`, `weenieClassId`, `landblock`, `cell`, `posX`, `posY`, `posZ`, `qW`, `qX`, `qY`, `qZ`) +VALUES (2930241451, 27298, 1794, 19, 71.59507, 56.55328, 226.7345, 1, 0, 0, 0); + +INSERT INTO `base_ace_object` (`baseAceObjectId`, `name`, `typeId`, `paletteId`, `ammoType`, `blipColor`, `bitField`, `burden`, `combatUse`, `cooldownDuration`, `cooldownId`, `effects`, `containersCapacity`, `header`, `hookTypeId`, `iconId`, `iconOverlayId`, `iconUnderlayId`, `hookItemTypes`, `itemsCapacity`, `location`, `materialType`, `maxStackSize`, `maxStructure`, `radar`, `pscript`, `spellId`, `stackSize`, `structure`, `targetTypeId`, `usability`, `useRadius`, `validLocations`, `value`, `workmanship`, `animationFrameId`, `defaultScript`, `defaultScriptIntensity`, `elasticity`, `friction`, `locationId`, `modelTableId`, `objectScale`, `physicsBitField`, `physicsTableId`, `motionTableId`, `soundTableId`, `physicsState`, `translucency`, `currentMotionState`) +VALUES (2930556785, 'The Orphanage', 65536, 0, 0, 0, 262164, 0, 0, 0, 0, 0, 0, 8388656, 0, 100667499, 0, 0, 0, 0, 0, 0, 0, 0, 4, 0, 0, 0, 0, 0, 32, -0.1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 33555925, 0, 98307, 0, 150994947, 0, 3084, 0, 'AAA9AAAAAAA='); + +INSERT INTO `ace_object` (`baseAceObjectId`, `weenieClassId`, `landblock`, `cell`, `posX`, `posY`, `posZ`, `qW`, `qX`, `qY`, `qZ`) +VALUES (2930556785, 27298, 2564, 22, 66.39949, 126.9524, 23.90042, 0.779606, 0, 0, -0.6262702); + +INSERT INTO `base_ace_object` (`baseAceObjectId`, `name`, `typeId`, `paletteId`, `ammoType`, `blipColor`, `bitField`, `burden`, `combatUse`, `cooldownDuration`, `cooldownId`, `effects`, `containersCapacity`, `header`, `hookTypeId`, `iconId`, `iconOverlayId`, `iconUnderlayId`, `hookItemTypes`, `itemsCapacity`, `location`, `materialType`, `maxStackSize`, `maxStructure`, `radar`, `pscript`, `spellId`, `stackSize`, `structure`, `targetTypeId`, `usability`, `useRadius`, `validLocations`, `value`, `workmanship`, `animationFrameId`, `defaultScript`, `defaultScriptIntensity`, `elasticity`, `friction`, `locationId`, `modelTableId`, `objectScale`, `physicsBitField`, `physicsTableId`, `motionTableId`, `soundTableId`, `physicsState`, `translucency`, `currentMotionState`) +VALUES (2929448063, 'The Orphanage', 65536, 0, 0, 0, 262164, 0, 0, 0, 0, 0, 0, 8388656, 0, 100667499, 0, 0, 0, 0, 0, 0, 0, 0, 4, 0, 0, 0, 0, 0, 32, -0.1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 33555925, 0, 98307, 0, 150994947, 0, 3084, 0, 'AAA9AAAAAAA='); + +INSERT INTO `ace_object` (`baseAceObjectId`, `weenieClassId`, `landblock`, `cell`, `posX`, `posY`, `posZ`, `qW`, `qX`, `qY`, `qZ`) +VALUES (2929448063, 27298, 2566, 19, 57.12028, 57.95117, 18.68918, 1, 0, 0, 0); + +INSERT INTO `base_ace_object` (`baseAceObjectId`, `name`, `typeId`, `paletteId`, `ammoType`, `blipColor`, `bitField`, `burden`, `combatUse`, `cooldownDuration`, `cooldownId`, `effects`, `containersCapacity`, `header`, `hookTypeId`, `iconId`, `iconOverlayId`, `iconUnderlayId`, `hookItemTypes`, `itemsCapacity`, `location`, `materialType`, `maxStackSize`, `maxStructure`, `radar`, `pscript`, `spellId`, `stackSize`, `structure`, `targetTypeId`, `usability`, `useRadius`, `validLocations`, `value`, `workmanship`, `animationFrameId`, `defaultScript`, `defaultScriptIntensity`, `elasticity`, `friction`, `locationId`, `modelTableId`, `objectScale`, `physicsBitField`, `physicsTableId`, `motionTableId`, `soundTableId`, `physicsState`, `translucency`, `currentMotionState`) +VALUES (2930571160, 'The Orphanage', 65536, 0, 0, 0, 262164, 0, 0, 0, 0, 0, 0, 8388656, 0, 100667499, 0, 0, 0, 0, 0, 0, 0, 0, 4, 0, 0, 0, 0, 0, 32, -0.1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 33555925, 0, 98307, 0, 150994947, 0, 3084, 0, 'AAA9AAAAAAA='); + +INSERT INTO `ace_object` (`baseAceObjectId`, `weenieClassId`, `landblock`, `cell`, `posX`, `posY`, `posZ`, `qW`, `qX`, `qY`, `qZ`) +VALUES (2930571160, 27298, 1796, 18, 71.631, 44.49101, 16.49108, 1, 0, 0, 0); + +INSERT INTO `base_ace_object` (`baseAceObjectId`, `name`, `typeId`, `paletteId`, `ammoType`, `blipColor`, `bitField`, `burden`, `combatUse`, `cooldownDuration`, `cooldownId`, `effects`, `containersCapacity`, `header`, `hookTypeId`, `iconId`, `iconOverlayId`, `iconUnderlayId`, `hookItemTypes`, `itemsCapacity`, `location`, `materialType`, `maxStackSize`, `maxStructure`, `radar`, `pscript`, `spellId`, `stackSize`, `structure`, `targetTypeId`, `usability`, `useRadius`, `validLocations`, `value`, `workmanship`, `animationFrameId`, `defaultScript`, `defaultScriptIntensity`, `elasticity`, `friction`, `locationId`, `modelTableId`, `objectScale`, `physicsBitField`, `physicsTableId`, `motionTableId`, `soundTableId`, `physicsState`, `translucency`, `currentMotionState`) +VALUES (2930276477, 'The Orphanage', 65536, 0, 0, 0, 262164, 0, 0, 0, 0, 0, 0, 8388656, 0, 100667499, 0, 0, 0, 0, 0, 0, 0, 0, 4, 0, 0, 0, 0, 0, 32, -0.1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 33555925, 0, 98307, 0, 150994947, 0, 3084, 0, 'AAA9AAAAAAA='); + +INSERT INTO `ace_object` (`baseAceObjectId`, `weenieClassId`, `landblock`, `cell`, `posX`, `posY`, `posZ`, `qW`, `qX`, `qY`, `qZ`) +VALUES (2930276477, 27298, 2309, 35, 99.1974, 61.77228, 106.3094, 1, 0, 0, 0); + +INSERT INTO `base_ace_object` (`baseAceObjectId`, `name`, `typeId`, `paletteId`, `ammoType`, `blipColor`, `bitField`, `burden`, `combatUse`, `cooldownDuration`, `cooldownId`, `effects`, `containersCapacity`, `header`, `hookTypeId`, `iconId`, `iconOverlayId`, `iconUnderlayId`, `hookItemTypes`, `itemsCapacity`, `location`, `materialType`, `maxStackSize`, `maxStructure`, `radar`, `pscript`, `spellId`, `stackSize`, `structure`, `targetTypeId`, `usability`, `useRadius`, `validLocations`, `value`, `workmanship`, `animationFrameId`, `defaultScript`, `defaultScriptIntensity`, `elasticity`, `friction`, `locationId`, `modelTableId`, `objectScale`, `physicsBitField`, `physicsTableId`, `motionTableId`, `soundTableId`, `physicsState`, `translucency`, `currentMotionState`) +VALUES (3701609121, 'The Orphanage', 65536, 0, 0, 0, 262164, 0, 0, 0, 0, 0, 0, 8388656, 0, 100667499, 0, 0, 0, 0, 0, 0, 0, 0, 4, 0, 0, 0, 0, 0, 32, -0.1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 33555925, 0, 98307, 0, 150994947, 0, 3084, 0, 'AAA9AAAAAAA='); + +INSERT INTO `ace_object` (`baseAceObjectId`, `weenieClassId`, `landblock`, `cell`, `posX`, `posY`, `posZ`, `qW`, `qX`, `qY`, `qZ`) +VALUES (3701609121, 27298, 2057, 50, 161.0934, 24.55385, 15.937, -0.7692295, 0, 0, 0.6389726); + +INSERT INTO `base_ace_object` (`baseAceObjectId`, `name`, `typeId`, `paletteId`, `ammoType`, `blipColor`, `bitField`, `burden`, `combatUse`, `cooldownDuration`, `cooldownId`, `effects`, `containersCapacity`, `header`, `hookTypeId`, `iconId`, `iconOverlayId`, `iconUnderlayId`, `hookItemTypes`, `itemsCapacity`, `location`, `materialType`, `maxStackSize`, `maxStructure`, `radar`, `pscript`, `spellId`, `stackSize`, `structure`, `targetTypeId`, `usability`, `useRadius`, `validLocations`, `value`, `workmanship`, `animationFrameId`, `defaultScript`, `defaultScriptIntensity`, `elasticity`, `friction`, `locationId`, `modelTableId`, `objectScale`, `physicsBitField`, `physicsTableId`, `motionTableId`, `soundTableId`, `physicsState`, `translucency`, `currentMotionState`) +VALUES (3359348218, 'The Orphanage', 65536, 0, 0, 0, 262164, 0, 0, 0, 0, 0, 0, 8388656, 0, 100667499, 0, 0, 0, 0, 0, 0, 0, 0, 4, 0, 0, 0, 0, 0, 32, -0.1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 33555925, 0, 98307, 0, 150994947, 0, 3084, 0, 'AAA9AAAAAAA='); + +INSERT INTO `ace_object` (`baseAceObjectId`, `weenieClassId`, `landblock`, `cell`, `posX`, `posY`, `posZ`, `qW`, `qX`, `qY`, `qZ`) +VALUES (3359348218, 27298, 2309, 6, 23.71915, 121.4992, 78.6755, 1, 0, 0, 0); + +INSERT INTO `base_ace_object` (`baseAceObjectId`, `name`, `typeId`, `paletteId`, `ammoType`, `blipColor`, `bitField`, `burden`, `combatUse`, `cooldownDuration`, `cooldownId`, `effects`, `containersCapacity`, `header`, `hookTypeId`, `iconId`, `iconOverlayId`, `iconUnderlayId`, `hookItemTypes`, `itemsCapacity`, `location`, `materialType`, `maxStackSize`, `maxStructure`, `radar`, `pscript`, `spellId`, `stackSize`, `structure`, `targetTypeId`, `usability`, `useRadius`, `validLocations`, `value`, `workmanship`, `animationFrameId`, `defaultScript`, `defaultScriptIntensity`, `elasticity`, `friction`, `locationId`, `modelTableId`, `objectScale`, `physicsBitField`, `physicsTableId`, `motionTableId`, `soundTableId`, `physicsState`, `translucency`, `currentMotionState`) +VALUES (3359625445, 'The Orphanage', 65536, 0, 0, 0, 262164, 0, 0, 0, 0, 0, 0, 8388656, 0, 100667499, 0, 0, 0, 0, 0, 0, 0, 0, 4, 0, 0, 0, 0, 0, 32, -0.1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 33555925, 0, 98307, 0, 150994947, 0, 3084, 0, 'AAA9AAAAAAA='); + +INSERT INTO `ace_object` (`baseAceObjectId`, `weenieClassId`, `landblock`, `cell`, `posX`, `posY`, `posZ`, `qW`, `qX`, `qY`, `qZ`) +VALUES (3359625445, 27298, 2565, 32, 95.16367, 173.1642, 65.937, 1, 0, 0, 0); + +INSERT INTO `base_ace_object` (`baseAceObjectId`, `name`, `typeId`, `paletteId`, `ammoType`, `blipColor`, `bitField`, `burden`, `combatUse`, `cooldownDuration`, `cooldownId`, `effects`, `containersCapacity`, `header`, `hookTypeId`, `iconId`, `iconOverlayId`, `iconUnderlayId`, `hookItemTypes`, `itemsCapacity`, `location`, `materialType`, `maxStackSize`, `maxStructure`, `radar`, `pscript`, `spellId`, `stackSize`, `structure`, `targetTypeId`, `usability`, `useRadius`, `validLocations`, `value`, `workmanship`, `animationFrameId`, `defaultScript`, `defaultScriptIntensity`, `elasticity`, `friction`, `locationId`, `modelTableId`, `objectScale`, `physicsBitField`, `physicsTableId`, `motionTableId`, `soundTableId`, `physicsState`, `translucency`, `currentMotionState`) +VALUES (3691631508, 'The Orphanage', 65536, 0, 0, 0, 262164, 0, 0, 0, 0, 0, 0, 8388656, 0, 100667499, 0, 0, 0, 0, 0, 0, 0, 0, 4, 0, 0, 0, 0, 0, 32, -0.1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 33555925, 0, 98307, 0, 150994947, 0, 3084, 0, 'AAA9AAAAAAA='); + +INSERT INTO `ace_object` (`baseAceObjectId`, `weenieClassId`, `landblock`, `cell`, `posX`, `posY`, `posZ`, `qW`, `qX`, `qY`, `qZ`) +VALUES (3691631508, 27298, 2312, 6, 10.85216, 132.5342, 13.937, 1, 0, 0, 0); + +INSERT INTO `base_ace_object` (`baseAceObjectId`, `name`, `typeId`, `paletteId`, `ammoType`, `blipColor`, `bitField`, `burden`, `combatUse`, `cooldownDuration`, `cooldownId`, `effects`, `containersCapacity`, `header`, `hookTypeId`, `iconId`, `iconOverlayId`, `iconUnderlayId`, `hookItemTypes`, `itemsCapacity`, `location`, `materialType`, `maxStackSize`, `maxStructure`, `radar`, `pscript`, `spellId`, `stackSize`, `structure`, `targetTypeId`, `usability`, `useRadius`, `validLocations`, `value`, `workmanship`, `animationFrameId`, `defaultScript`, `defaultScriptIntensity`, `elasticity`, `friction`, `locationId`, `modelTableId`, `objectScale`, `physicsBitField`, `physicsTableId`, `motionTableId`, `soundTableId`, `physicsState`, `translucency`, `currentMotionState`) +VALUES (3694172129, 'The Orphanage', 65536, 0, 0, 0, 262164, 0, 0, 0, 0, 0, 0, 8388656, 0, 100667499, 0, 0, 0, 0, 0, 0, 0, 0, 4, 0, 0, 0, 0, 0, 32, -0.1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 33555925, 0, 98307, 0, 150994947, 0, 3084, 0, 'AAA9AAAAAAA='); + +INSERT INTO `ace_object` (`baseAceObjectId`, `weenieClassId`, `landblock`, `cell`, `posX`, `posY`, `posZ`, `qW`, `qX`, `qY`, `qZ`) +VALUES (3694172129, 27298, 1795, 53, 159.3811, 107.2169, 32.20528, 1, 0, 0, 0); + +INSERT INTO `base_ace_object` (`baseAceObjectId`, `name`, `typeId`, `paletteId`, `ammoType`, `blipColor`, `bitField`, `burden`, `combatUse`, `cooldownDuration`, `cooldownId`, `effects`, `containersCapacity`, `header`, `hookTypeId`, `iconId`, `iconOverlayId`, `iconUnderlayId`, `hookItemTypes`, `itemsCapacity`, `location`, `materialType`, `maxStackSize`, `maxStructure`, `radar`, `pscript`, `spellId`, `stackSize`, `structure`, `targetTypeId`, `usability`, `useRadius`, `validLocations`, `value`, `workmanship`, `animationFrameId`, `defaultScript`, `defaultScriptIntensity`, `elasticity`, `friction`, `locationId`, `modelTableId`, `objectScale`, `physicsBitField`, `physicsTableId`, `motionTableId`, `soundTableId`, `physicsState`, `translucency`, `currentMotionState`) +VALUES (2780503044, 'The Orphanage', 65536, 0, 0, 0, 262164, 0, 0, 0, 0, 0, 0, 8388656, 0, 100667499, 0, 0, 0, 0, 0, 0, 0, 0, 4, 0, 0, 0, 0, 0, 32, -0.1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 33555925, 0, 98307, 0, 150994947, 0, 3084, 0, 'AAA9AAAAAAA='); + +INSERT INTO `ace_object` (`baseAceObjectId`, `weenieClassId`, `landblock`, `cell`, `posX`, `posY`, `posZ`, `qW`, `qX`, `qY`, `qZ`) +VALUES (2780503044, 27298, 3081, 13, 29.07047, 111.6967, 52.3191, 1, 0, 0, 0); + +INSERT INTO `base_ace_object` (`baseAceObjectId`, `name`, `typeId`, `paletteId`, `ammoType`, `blipColor`, `bitField`, `burden`, `combatUse`, `cooldownDuration`, `cooldownId`, `effects`, `containersCapacity`, `header`, `hookTypeId`, `iconId`, `iconOverlayId`, `iconUnderlayId`, `hookItemTypes`, `itemsCapacity`, `location`, `materialType`, `maxStackSize`, `maxStructure`, `radar`, `pscript`, `spellId`, `stackSize`, `structure`, `targetTypeId`, `usability`, `useRadius`, `validLocations`, `value`, `workmanship`, `animationFrameId`, `defaultScript`, `defaultScriptIntensity`, `elasticity`, `friction`, `locationId`, `modelTableId`, `objectScale`, `physicsBitField`, `physicsTableId`, `motionTableId`, `soundTableId`, `physicsState`, `translucency`, `currentMotionState`) +VALUES (3710789503, 'The Orphanage', 65536, 0, 0, 0, 262164, 0, 0, 0, 0, 0, 0, 8388656, 0, 100667499, 0, 0, 0, 0, 0, 0, 0, 0, 4, 0, 0, 0, 0, 0, 32, -0.1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 33555925, 0, 98307, 0, 150994947, 0, 3084, 0, 'AAA9AAAAAAA='); + +INSERT INTO `ace_object` (`baseAceObjectId`, `weenieClassId`, `landblock`, `cell`, `posX`, `posY`, `posZ`, `qW`, `qX`, `qY`, `qZ`) +VALUES (3710789503, 27298, 2057, 50, 162.0623, 47.02558, 15.937, -0.7692295, 0, 0, 0.6389726); + +INSERT INTO `base_ace_object` (`baseAceObjectId`, `name`, `typeId`, `paletteId`, `ammoType`, `blipColor`, `bitField`, `burden`, `combatUse`, `cooldownDuration`, `cooldownId`, `effects`, `containersCapacity`, `header`, `hookTypeId`, `iconId`, `iconOverlayId`, `iconUnderlayId`, `hookItemTypes`, `itemsCapacity`, `location`, `materialType`, `maxStackSize`, `maxStructure`, `radar`, `pscript`, `spellId`, `stackSize`, `structure`, `targetTypeId`, `usability`, `useRadius`, `validLocations`, `value`, `workmanship`, `animationFrameId`, `defaultScript`, `defaultScriptIntensity`, `elasticity`, `friction`, `locationId`, `modelTableId`, `objectScale`, `physicsBitField`, `physicsTableId`, `motionTableId`, `soundTableId`, `physicsState`, `translucency`, `currentMotionState`) +VALUES (3711413611, 'The Orphanage', 65536, 0, 0, 0, 262164, 0, 0, 0, 0, 0, 0, 8388656, 0, 100667499, 0, 0, 0, 0, 0, 0, 0, 0, 4, 0, 0, 0, 0, 0, 32, -0.1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 33555925, 0, 98307, 0, 150994947, 0, 3084, 0, 'AAA9AAAAAAA='); + +INSERT INTO `ace_object` (`baseAceObjectId`, `weenieClassId`, `landblock`, `cell`, `posX`, `posY`, `posZ`, `qW`, `qX`, `qY`, `qZ`) +VALUES (3711413611, 27298, 2569, 33, 111.1485, 17.21583, 4.190462, 0.07894811, 0, 0, -0.9968787); + +INSERT INTO `base_ace_object` (`baseAceObjectId`, `name`, `typeId`, `paletteId`, `ammoType`, `blipColor`, `bitField`, `burden`, `combatUse`, `cooldownDuration`, `cooldownId`, `effects`, `containersCapacity`, `header`, `hookTypeId`, `iconId`, `iconOverlayId`, `iconUnderlayId`, `hookItemTypes`, `itemsCapacity`, `location`, `materialType`, `maxStackSize`, `maxStructure`, `radar`, `pscript`, `spellId`, `stackSize`, `structure`, `targetTypeId`, `usability`, `useRadius`, `validLocations`, `value`, `workmanship`, `animationFrameId`, `defaultScript`, `defaultScriptIntensity`, `elasticity`, `friction`, `locationId`, `modelTableId`, `objectScale`, `physicsBitField`, `physicsTableId`, `motionTableId`, `soundTableId`, `physicsState`, `translucency`, `currentMotionState`) +VALUES (3711410508, 'The Orphanage', 65536, 0, 0, 0, 262164, 0, 0, 0, 0, 0, 0, 8388656, 0, 100667499, 0, 0, 0, 0, 0, 0, 0, 0, 4, 0, 0, 0, 0, 0, 32, -0.1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 33555925, 0, 98307, 0, 150994947, 0, 3084, 0, 'AAA9AAAAAAA='); + +INSERT INTO `ace_object` (`baseAceObjectId`, `weenieClassId`, `landblock`, `cell`, `posX`, `posY`, `posZ`, `qW`, `qX`, `qY`, `qZ`) +VALUES (3711410508, 27298, 2057, 59, 178.1588, 48.76208, 15.09044, -0.7692295, 0, 0, 0.6389726); + +INSERT INTO `base_ace_object` (`baseAceObjectId`, `name`, `typeId`, `paletteId`, `ammoType`, `blipColor`, `bitField`, `burden`, `combatUse`, `cooldownDuration`, `cooldownId`, `effects`, `containersCapacity`, `header`, `hookTypeId`, `iconId`, `iconOverlayId`, `iconUnderlayId`, `hookItemTypes`, `itemsCapacity`, `location`, `materialType`, `maxStackSize`, `maxStructure`, `radar`, `pscript`, `spellId`, `stackSize`, `structure`, `targetTypeId`, `usability`, `useRadius`, `validLocations`, `value`, `workmanship`, `animationFrameId`, `defaultScript`, `defaultScriptIntensity`, `elasticity`, `friction`, `locationId`, `modelTableId`, `objectScale`, `physicsBitField`, `physicsTableId`, `motionTableId`, `soundTableId`, `physicsState`, `translucency`, `currentMotionState`) +VALUES (3711451376, 'The Orphanage', 65536, 0, 0, 0, 262164, 0, 0, 0, 0, 0, 0, 8388656, 0, 100667499, 0, 0, 0, 0, 0, 0, 0, 0, 4, 0, 0, 0, 0, 0, 32, -0.1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 33555925, 0, 98307, 0, 150994947, 0, 3084, 0, 'AAA9AAAAAAA='); + +INSERT INTO `ace_object` (`baseAceObjectId`, `weenieClassId`, `landblock`, `cell`, `posX`, `posY`, `posZ`, `qW`, `qX`, `qY`, `qZ`) +VALUES (3711451376, 27298, 1547, 1, 3.954544, 6.778705, 26.36224, 0.9130983, 0, 0, -0.4077395); + +INSERT INTO `base_ace_object` (`baseAceObjectId`, `name`, `typeId`, `paletteId`, `ammoType`, `blipColor`, `bitField`, `burden`, `combatUse`, `cooldownDuration`, `cooldownId`, `effects`, `containersCapacity`, `header`, `hookTypeId`, `iconId`, `iconOverlayId`, `iconUnderlayId`, `hookItemTypes`, `itemsCapacity`, `location`, `materialType`, `maxStackSize`, `maxStructure`, `radar`, `pscript`, `spellId`, `stackSize`, `structure`, `targetTypeId`, `usability`, `useRadius`, `validLocations`, `value`, `workmanship`, `animationFrameId`, `defaultScript`, `defaultScriptIntensity`, `elasticity`, `friction`, `locationId`, `modelTableId`, `objectScale`, `physicsBitField`, `physicsTableId`, `motionTableId`, `soundTableId`, `physicsState`, `translucency`, `currentMotionState`) +VALUES (3359770219, 'The Orphanage', 65536, 0, 0, 0, 262164, 0, 0, 0, 0, 0, 0, 8388656, 0, 100667499, 0, 0, 0, 0, 0, 0, 0, 0, 4, 0, 0, 0, 0, 0, 32, -0.1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 33555925, 0, 98307, 0, 150994947, 0, 3084, 0, 'AAA9AAAAAAA='); + +INSERT INTO `ace_object` (`baseAceObjectId`, `weenieClassId`, `landblock`, `cell`, `posX`, `posY`, `posZ`, `qW`, `qX`, `qY`, `qZ`) +VALUES (3359770219, 27298, 2310, 64, 173.3469, 170.0147, 46.77646, 1, 0, 0, 0); + +INSERT INTO `base_ace_object` (`baseAceObjectId`, `name`, `typeId`, `paletteId`, `ammoType`, `blipColor`, `bitField`, `burden`, `combatUse`, `cooldownDuration`, `cooldownId`, `effects`, `containersCapacity`, `header`, `hookTypeId`, `iconId`, `iconOverlayId`, `iconUnderlayId`, `hookItemTypes`, `itemsCapacity`, `location`, `materialType`, `maxStackSize`, `maxStructure`, `radar`, `pscript`, `spellId`, `stackSize`, `structure`, `targetTypeId`, `usability`, `useRadius`, `validLocations`, `value`, `workmanship`, `animationFrameId`, `defaultScript`, `defaultScriptIntensity`, `elasticity`, `friction`, `locationId`, `modelTableId`, `objectScale`, `physicsBitField`, `physicsTableId`, `motionTableId`, `soundTableId`, `physicsState`, `translucency`, `currentMotionState`) +VALUES (3361060914, 'The Orphanage', 65536, 0, 0, 0, 262164, 0, 0, 0, 0, 0, 0, 8388656, 0, 100667499, 0, 0, 0, 0, 0, 0, 0, 0, 4, 0, 0, 0, 0, 0, 32, -0.1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 33555925, 0, 98307, 0, 150994947, 0, 3084, 0, 'AAA9AAAAAAA='); + +INSERT INTO `ace_object` (`baseAceObjectId`, `weenieClassId`, `landblock`, `cell`, `posX`, `posY`, `posZ`, `qW`, `qX`, `qY`, `qZ`) +VALUES (3361060914, 27298, 2312, 18, 61.49331, 46.9638, 21.31033, -0.6565791, 0, 0, -0.7542571); + +INSERT INTO `base_ace_object` (`baseAceObjectId`, `name`, `typeId`, `paletteId`, `ammoType`, `blipColor`, `bitField`, `burden`, `combatUse`, `cooldownDuration`, `cooldownId`, `effects`, `containersCapacity`, `header`, `hookTypeId`, `iconId`, `iconOverlayId`, `iconUnderlayId`, `hookItemTypes`, `itemsCapacity`, `location`, `materialType`, `maxStackSize`, `maxStructure`, `radar`, `pscript`, `spellId`, `stackSize`, `structure`, `targetTypeId`, `usability`, `useRadius`, `validLocations`, `value`, `workmanship`, `animationFrameId`, `defaultScript`, `defaultScriptIntensity`, `elasticity`, `friction`, `locationId`, `modelTableId`, `objectScale`, `physicsBitField`, `physicsTableId`, `motionTableId`, `soundTableId`, `physicsState`, `translucency`, `currentMotionState`) +VALUES (2448372296, 'The Orphanage', 65536, 0, 0, 0, 262164, 0, 0, 0, 0, 0, 0, 8388656, 0, 100667499, 0, 0, 0, 0, 0, 0, 0, 0, 4, 0, 0, 0, 0, 0, 32, -0.1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 33555925, 0, 98307, 0, 150994947, 0, 3084, 0, 'AAA9AAAAAAA='); + +INSERT INTO `ace_object` (`baseAceObjectId`, `weenieClassId`, `landblock`, `cell`, `posX`, `posY`, `posZ`, `qW`, `qX`, `qY`, `qZ`) +VALUES (2448372296, 27298, 2311, 25, 73.61407, 13.46997, 59.937, 1, 0, 0, 0); + +INSERT INTO `base_ace_object` (`baseAceObjectId`, `name`, `typeId`, `paletteId`, `ammoType`, `blipColor`, `bitField`, `burden`, `combatUse`, `cooldownDuration`, `cooldownId`, `effects`, `containersCapacity`, `header`, `hookTypeId`, `iconId`, `iconOverlayId`, `iconUnderlayId`, `hookItemTypes`, `itemsCapacity`, `location`, `materialType`, `maxStackSize`, `maxStructure`, `radar`, `pscript`, `spellId`, `stackSize`, `structure`, `targetTypeId`, `usability`, `useRadius`, `validLocations`, `value`, `workmanship`, `animationFrameId`, `defaultScript`, `defaultScriptIntensity`, `elasticity`, `friction`, `locationId`, `modelTableId`, `objectScale`, `physicsBitField`, `physicsTableId`, `motionTableId`, `soundTableId`, `physicsState`, `translucency`, `currentMotionState`) +VALUES (2448203458, 'The Orphanage', 65536, 0, 0, 0, 262164, 0, 0, 0, 0, 0, 0, 8388656, 0, 100667499, 0, 0, 0, 0, 0, 0, 0, 0, 4, 0, 0, 0, 0, 0, 32, -0.1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 33555925, 0, 98307, 0, 150994947, 0, 3084, 0, 'AAA9AAAAAAA='); + +INSERT INTO `ace_object` (`baseAceObjectId`, `weenieClassId`, `landblock`, `cell`, `posX`, `posY`, `posZ`, `qW`, `qX`, `qY`, `qZ`) +VALUES (2448203458, 27298, 3086, 10, 42.54288, 45.34995, 29.54829, 1, 0, 0, 0); + +INSERT INTO `base_ace_object` (`baseAceObjectId`, `name`, `typeId`, `paletteId`, `ammoType`, `blipColor`, `bitField`, `burden`, `combatUse`, `cooldownDuration`, `cooldownId`, `effects`, `containersCapacity`, `header`, `hookTypeId`, `iconId`, `iconOverlayId`, `iconUnderlayId`, `hookItemTypes`, `itemsCapacity`, `location`, `materialType`, `maxStackSize`, `maxStructure`, `radar`, `pscript`, `spellId`, `stackSize`, `structure`, `targetTypeId`, `usability`, `useRadius`, `validLocations`, `value`, `workmanship`, `animationFrameId`, `defaultScript`, `defaultScriptIntensity`, `elasticity`, `friction`, `locationId`, `modelTableId`, `objectScale`, `physicsBitField`, `physicsTableId`, `motionTableId`, `soundTableId`, `physicsState`, `translucency`, `currentMotionState`) +VALUES (2448308568, 'The Orphanage', 65536, 0, 0, 0, 262164, 0, 0, 0, 0, 0, 0, 8388656, 0, 100667499, 0, 0, 0, 0, 0, 0, 0, 0, 4, 0, 0, 0, 0, 0, 32, -0.1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 33555925, 0, 98307, 0, 150994947, 0, 3084, 0, 'AAA9AAAAAAA='); + +INSERT INTO `ace_object` (`baseAceObjectId`, `weenieClassId`, `landblock`, `cell`, `posX`, `posY`, `posZ`, `qW`, `qX`, `qY`, `qZ`) +VALUES (2448308568, 27298, 2050, 28, 80.68974, 93.55533, 35.7868, 1, 0, 0, 0); + +INSERT INTO `base_ace_object` (`baseAceObjectId`, `name`, `typeId`, `paletteId`, `ammoType`, `blipColor`, `bitField`, `burden`, `combatUse`, `cooldownDuration`, `cooldownId`, `effects`, `containersCapacity`, `header`, `hookTypeId`, `iconId`, `iconOverlayId`, `iconUnderlayId`, `hookItemTypes`, `itemsCapacity`, `location`, `materialType`, `maxStackSize`, `maxStructure`, `radar`, `pscript`, `spellId`, `stackSize`, `structure`, `targetTypeId`, `usability`, `useRadius`, `validLocations`, `value`, `workmanship`, `animationFrameId`, `defaultScript`, `defaultScriptIntensity`, `elasticity`, `friction`, `locationId`, `modelTableId`, `objectScale`, `physicsBitField`, `physicsTableId`, `motionTableId`, `soundTableId`, `physicsState`, `translucency`, `currentMotionState`) +VALUES (2448142633, 'The Orphanage', 65536, 0, 0, 0, 262164, 0, 0, 0, 0, 0, 0, 8388656, 0, 100667499, 0, 0, 0, 0, 0, 0, 0, 0, 4, 0, 0, 0, 0, 0, 32, -0.1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 33555925, 0, 98307, 0, 150994947, 0, 3084, 0, 'AAA9AAAAAAA='); + +INSERT INTO `ace_object` (`baseAceObjectId`, `weenieClassId`, `landblock`, `cell`, `posX`, `posY`, `posZ`, `qW`, `qX`, `qY`, `qZ`) +VALUES (2448142633, 27298, 3334, 53, 161.9367, 103.2134, 24.53812, -0.8026248, 0, 0, -0.5964842); + +INSERT INTO `base_ace_object` (`baseAceObjectId`, `name`, `typeId`, `paletteId`, `ammoType`, `blipColor`, `bitField`, `burden`, `combatUse`, `cooldownDuration`, `cooldownId`, `effects`, `containersCapacity`, `header`, `hookTypeId`, `iconId`, `iconOverlayId`, `iconUnderlayId`, `hookItemTypes`, `itemsCapacity`, `location`, `materialType`, `maxStackSize`, `maxStructure`, `radar`, `pscript`, `spellId`, `stackSize`, `structure`, `targetTypeId`, `usability`, `useRadius`, `validLocations`, `value`, `workmanship`, `animationFrameId`, `defaultScript`, `defaultScriptIntensity`, `elasticity`, `friction`, `locationId`, `modelTableId`, `objectScale`, `physicsBitField`, `physicsTableId`, `motionTableId`, `soundTableId`, `physicsState`, `translucency`, `currentMotionState`) +VALUES (2447744786, 'The Orphanage', 65536, 0, 0, 0, 262164, 0, 0, 0, 0, 0, 0, 8388656, 0, 100667499, 0, 0, 0, 0, 0, 0, 0, 0, 4, 0, 0, 0, 0, 0, 32, -0.1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 33555925, 0, 98307, 0, 150994947, 0, 3084, 0, 'AAA9AAAAAAA='); + +INSERT INTO `ace_object` (`baseAceObjectId`, `weenieClassId`, `landblock`, `cell`, `posX`, `posY`, `posZ`, `qW`, `qX`, `qY`, `qZ`) +VALUES (2447744786, 27298, 1539, 56, 157.493, 169.4401, 4.941406, 0.9978598, 0, 0, -0.06538972); + +INSERT INTO `base_ace_object` (`baseAceObjectId`, `name`, `typeId`, `paletteId`, `ammoType`, `blipColor`, `bitField`, `burden`, `combatUse`, `cooldownDuration`, `cooldownId`, `effects`, `containersCapacity`, `header`, `hookTypeId`, `iconId`, `iconOverlayId`, `iconUnderlayId`, `hookItemTypes`, `itemsCapacity`, `location`, `materialType`, `maxStackSize`, `maxStructure`, `radar`, `pscript`, `spellId`, `stackSize`, `structure`, `targetTypeId`, `usability`, `useRadius`, `validLocations`, `value`, `workmanship`, `animationFrameId`, `defaultScript`, `defaultScriptIntensity`, `elasticity`, `friction`, `locationId`, `modelTableId`, `objectScale`, `physicsBitField`, `physicsTableId`, `motionTableId`, `soundTableId`, `physicsState`, `translucency`, `currentMotionState`) +VALUES (2447750265, 'The Orphanage', 65536, 0, 0, 0, 262164, 0, 0, 0, 0, 0, 0, 8388656, 0, 100667499, 0, 0, 0, 0, 0, 0, 0, 0, 4, 0, 0, 0, 0, 0, 32, -0.1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 33555925, 0, 98307, 0, 150994947, 0, 3084, 0, 'AAA9AAAAAAA='); + +INSERT INTO `ace_object` (`baseAceObjectId`, `weenieClassId`, `landblock`, `cell`, `posX`, `posY`, `posZ`, `qW`, `qX`, `qY`, `qZ`) +VALUES (2447750265, 27298, 2312, 5, 2.000153, 99.64717, 13.937, -0.8056389, 0, 0, -0.5924069); + +INSERT INTO `base_ace_object` (`baseAceObjectId`, `name`, `typeId`, `paletteId`, `ammoType`, `blipColor`, `bitField`, `burden`, `combatUse`, `cooldownDuration`, `cooldownId`, `effects`, `containersCapacity`, `header`, `hookTypeId`, `iconId`, `iconOverlayId`, `iconUnderlayId`, `hookItemTypes`, `itemsCapacity`, `location`, `materialType`, `maxStackSize`, `maxStructure`, `radar`, `pscript`, `spellId`, `stackSize`, `structure`, `targetTypeId`, `usability`, `useRadius`, `validLocations`, `value`, `workmanship`, `animationFrameId`, `defaultScript`, `defaultScriptIntensity`, `elasticity`, `friction`, `locationId`, `modelTableId`, `objectScale`, `physicsBitField`, `physicsTableId`, `motionTableId`, `soundTableId`, `physicsState`, `translucency`, `currentMotionState`) +VALUES (2447751380, 'The Orphanage', 65536, 0, 0, 0, 262164, 0, 0, 0, 0, 0, 0, 8388656, 0, 100667499, 0, 0, 0, 0, 0, 0, 0, 0, 4, 0, 0, 0, 0, 0, 32, -0.1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 33555925, 0, 98307, 0, 150994947, 0, 3084, 0, 'AAA9AAAAAAA='); + +INSERT INTO `ace_object` (`baseAceObjectId`, `weenieClassId`, `landblock`, `cell`, `posX`, `posY`, `posZ`, `qW`, `qX`, `qY`, `qZ`) +VALUES (2447751380, 27298, 2312, 23, 56.00038, 166.3559, 13.937, 1, 0, 0, 0); + +INSERT INTO `base_ace_object` (`baseAceObjectId`, `name`, `typeId`, `paletteId`, `ammoType`, `blipColor`, `bitField`, `burden`, `combatUse`, `cooldownDuration`, `cooldownId`, `effects`, `containersCapacity`, `header`, `hookTypeId`, `iconId`, `iconOverlayId`, `iconUnderlayId`, `hookItemTypes`, `itemsCapacity`, `location`, `materialType`, `maxStackSize`, `maxStructure`, `radar`, `pscript`, `spellId`, `stackSize`, `structure`, `targetTypeId`, `usability`, `useRadius`, `validLocations`, `value`, `workmanship`, `animationFrameId`, `defaultScript`, `defaultScriptIntensity`, `elasticity`, `friction`, `locationId`, `modelTableId`, `objectScale`, `physicsBitField`, `physicsTableId`, `motionTableId`, `soundTableId`, `physicsState`, `translucency`, `currentMotionState`) +VALUES (2447558201, 'The Orphanage', 65536, 0, 0, 0, 262164, 0, 0, 0, 0, 0, 0, 8388656, 0, 100667499, 0, 0, 0, 0, 0, 0, 0, 0, 4, 0, 0, 0, 0, 0, 32, -0.1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 33555925, 0, 98307, 0, 150994947, 0, 3084, 0, 'AAA9AAAAAAA='); + +INSERT INTO `ace_object` (`baseAceObjectId`, `weenieClassId`, `landblock`, `cell`, `posX`, `posY`, `posZ`, `qW`, `qX`, `qY`, `qZ`) +VALUES (2447558201, 27298, 1806, 13, 38.05582, 101.2453, 29.4828, 1, 0, 0, 0); + +INSERT INTO `base_ace_object` (`baseAceObjectId`, `name`, `typeId`, `paletteId`, `ammoType`, `blipColor`, `bitField`, `burden`, `combatUse`, `cooldownDuration`, `cooldownId`, `effects`, `containersCapacity`, `header`, `hookTypeId`, `iconId`, `iconOverlayId`, `iconUnderlayId`, `hookItemTypes`, `itemsCapacity`, `location`, `materialType`, `maxStackSize`, `maxStructure`, `radar`, `pscript`, `spellId`, `stackSize`, `structure`, `targetTypeId`, `usability`, `useRadius`, `validLocations`, `value`, `workmanship`, `animationFrameId`, `defaultScript`, `defaultScriptIntensity`, `elasticity`, `friction`, `locationId`, `modelTableId`, `objectScale`, `physicsBitField`, `physicsTableId`, `motionTableId`, `soundTableId`, `physicsState`, `translucency`, `currentMotionState`) +VALUES (2448156291, 'The Orphanage', 65536, 0, 0, 0, 262164, 0, 0, 0, 0, 0, 0, 8388656, 0, 100667499, 0, 0, 0, 0, 0, 0, 0, 0, 4, 0, 0, 0, 0, 0, 32, -0.1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 33555925, 0, 98307, 0, 150994947, 0, 3084, 0, 'AAA9AAAAAAA='); + +INSERT INTO `ace_object` (`baseAceObjectId`, `weenieClassId`, `landblock`, `cell`, `posX`, `posY`, `posZ`, `qW`, `qX`, `qY`, `qZ`) +VALUES (2448156291, 27298, 2056, 60, 183.1245, 82.83588, 14.67663, -0.8056389, 0, 0, -0.5924069); + +INSERT INTO `base_ace_object` (`baseAceObjectId`, `name`, `typeId`, `paletteId`, `ammoType`, `blipColor`, `bitField`, `burden`, `combatUse`, `cooldownDuration`, `cooldownId`, `effects`, `containersCapacity`, `header`, `hookTypeId`, `iconId`, `iconOverlayId`, `iconUnderlayId`, `hookItemTypes`, `itemsCapacity`, `location`, `materialType`, `maxStackSize`, `maxStructure`, `radar`, `pscript`, `spellId`, `stackSize`, `structure`, `targetTypeId`, `usability`, `useRadius`, `validLocations`, `value`, `workmanship`, `animationFrameId`, `defaultScript`, `defaultScriptIntensity`, `elasticity`, `friction`, `locationId`, `modelTableId`, `objectScale`, `physicsBitField`, `physicsTableId`, `motionTableId`, `soundTableId`, `physicsState`, `translucency`, `currentMotionState`) +VALUES (2448256356, 'The Orphanage', 65536, 0, 0, 0, 262164, 0, 0, 0, 0, 0, 0, 8388656, 0, 100667499, 0, 0, 0, 0, 0, 0, 0, 0, 4, 0, 0, 0, 0, 0, 32, -0.1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 33555925, 0, 98307, 0, 150994947, 0, 3084, 0, 'AAA9AAAAAAA='); + +INSERT INTO `ace_object` (`baseAceObjectId`, `weenieClassId`, `landblock`, `cell`, `posX`, `posY`, `posZ`, `qW`, `qX`, `qY`, `qZ`) +VALUES (2448256356, 27298, 2057, 61, 177.9187, 106.9568, 21.19696, 1, 0, 0, 0); + +INSERT INTO `base_ace_object` (`baseAceObjectId`, `name`, `typeId`, `paletteId`, `ammoType`, `blipColor`, `bitField`, `burden`, `combatUse`, `cooldownDuration`, `cooldownId`, `effects`, `containersCapacity`, `header`, `hookTypeId`, `iconId`, `iconOverlayId`, `iconUnderlayId`, `hookItemTypes`, `itemsCapacity`, `location`, `materialType`, `maxStackSize`, `maxStructure`, `radar`, `pscript`, `spellId`, `stackSize`, `structure`, `targetTypeId`, `usability`, `useRadius`, `validLocations`, `value`, `workmanship`, `animationFrameId`, `defaultScript`, `defaultScriptIntensity`, `elasticity`, `friction`, `locationId`, `modelTableId`, `objectScale`, `physicsBitField`, `physicsTableId`, `motionTableId`, `soundTableId`, `physicsState`, `translucency`, `currentMotionState`) +VALUES (3334173233, 'The Orphanage', 65536, 0, 0, 0, 262164, 0, 0, 0, 0, 0, 0, 8388656, 0, 100667499, 0, 0, 0, 0, 0, 0, 0, 0, 4, 0, 0, 0, 0, 0, 32, -0.1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 33555925, 0, 98307, 0, 150994947, 0, 3084, 0, 'AAA9AAAAAAA='); + +INSERT INTO `ace_object` (`baseAceObjectId`, `weenieClassId`, `landblock`, `cell`, `posX`, `posY`, `posZ`, `qW`, `qX`, `qY`, `qZ`) +VALUES (3334173233, 27298, 3592, 5, 20.81759, 107.1898, 26.3155, 0.9195553, 0, 0, -0.3929606); + +INSERT INTO `base_ace_object` (`baseAceObjectId`, `name`, `typeId`, `paletteId`, `ammoType`, `blipColor`, `bitField`, `burden`, `combatUse`, `cooldownDuration`, `cooldownId`, `effects`, `containersCapacity`, `header`, `hookTypeId`, `iconId`, `iconOverlayId`, `iconUnderlayId`, `hookItemTypes`, `itemsCapacity`, `location`, `materialType`, `maxStackSize`, `maxStructure`, `radar`, `pscript`, `spellId`, `stackSize`, `structure`, `targetTypeId`, `usability`, `useRadius`, `validLocations`, `value`, `workmanship`, `animationFrameId`, `defaultScript`, `defaultScriptIntensity`, `elasticity`, `friction`, `locationId`, `modelTableId`, `objectScale`, `physicsBitField`, `physicsTableId`, `motionTableId`, `soundTableId`, `physicsState`, `translucency`, `currentMotionState`) +VALUES (3334177854, 'The Orphanage', 65536, 0, 0, 0, 262164, 0, 0, 0, 0, 0, 0, 8388656, 0, 100667499, 0, 0, 0, 0, 0, 0, 0, 0, 4, 0, 0, 0, 0, 0, 32, -0.1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 33555925, 0, 98307, 0, 150994947, 0, 3084, 0, 'AAA9AAAAAAA='); + +INSERT INTO `ace_object` (`baseAceObjectId`, `weenieClassId`, `landblock`, `cell`, `posX`, `posY`, `posZ`, `qW`, `qX`, `qY`, `qZ`) +VALUES (3334177854, 27298, 3339, 41, 134.4487, 23.30216, 100.6183, 1, 0, 0, 0); + +INSERT INTO `base_ace_object` (`baseAceObjectId`, `name`, `typeId`, `paletteId`, `ammoType`, `blipColor`, `bitField`, `burden`, `combatUse`, `cooldownDuration`, `cooldownId`, `effects`, `containersCapacity`, `header`, `hookTypeId`, `iconId`, `iconOverlayId`, `iconUnderlayId`, `hookItemTypes`, `itemsCapacity`, `location`, `materialType`, `maxStackSize`, `maxStructure`, `radar`, `pscript`, `spellId`, `stackSize`, `structure`, `targetTypeId`, `usability`, `useRadius`, `validLocations`, `value`, `workmanship`, `animationFrameId`, `defaultScript`, `defaultScriptIntensity`, `elasticity`, `friction`, `locationId`, `modelTableId`, `objectScale`, `physicsBitField`, `physicsTableId`, `motionTableId`, `soundTableId`, `physicsState`, `translucency`, `currentMotionState`) +VALUES (3333913300, 'The Orphanage', 65536, 0, 0, 0, 262164, 0, 0, 0, 0, 0, 0, 8388656, 0, 100667499, 0, 0, 0, 0, 0, 0, 0, 0, 4, 0, 0, 0, 0, 0, 32, -0.1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 33555925, 0, 98307, 0, 150994947, 0, 3084, 0, 'AAA9AAAAAAA='); + +INSERT INTO `ace_object` (`baseAceObjectId`, `weenieClassId`, `landblock`, `cell`, `posX`, `posY`, `posZ`, `qW`, `qX`, `qY`, `qZ`) +VALUES (3333913300, 27298, 2819, 35, 110.662, 68.51821, 3.356702, -0.9509664, 0, 0, -0.3092941); + +INSERT INTO `base_ace_object` (`baseAceObjectId`, `name`, `typeId`, `paletteId`, `ammoType`, `blipColor`, `bitField`, `burden`, `combatUse`, `cooldownDuration`, `cooldownId`, `effects`, `containersCapacity`, `header`, `hookTypeId`, `iconId`, `iconOverlayId`, `iconUnderlayId`, `hookItemTypes`, `itemsCapacity`, `location`, `materialType`, `maxStackSize`, `maxStructure`, `radar`, `pscript`, `spellId`, `stackSize`, `structure`, `targetTypeId`, `usability`, `useRadius`, `validLocations`, `value`, `workmanship`, `animationFrameId`, `defaultScript`, `defaultScriptIntensity`, `elasticity`, `friction`, `locationId`, `modelTableId`, `objectScale`, `physicsBitField`, `physicsTableId`, `motionTableId`, `soundTableId`, `physicsState`, `translucency`, `currentMotionState`) +VALUES (3334179062, 'The Orphanage', 65536, 0, 0, 0, 262164, 0, 0, 0, 0, 0, 0, 8388656, 0, 100667499, 0, 0, 0, 0, 0, 0, 0, 0, 4, 0, 0, 0, 0, 0, 32, -0.1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 33555925, 0, 98307, 0, 150994947, 0, 3084, 0, 'AAA9AAAAAAA='); + +INSERT INTO `ace_object` (`baseAceObjectId`, `weenieClassId`, `landblock`, `cell`, `posX`, `posY`, `posZ`, `qW`, `qX`, `qY`, `qZ`) +VALUES (3334179062, 27298, 2052, 40, 97.92319, 190.9115, 100.7456, 1, 0, 0, 0); + +INSERT INTO `base_ace_object` (`baseAceObjectId`, `name`, `typeId`, `paletteId`, `ammoType`, `blipColor`, `bitField`, `burden`, `combatUse`, `cooldownDuration`, `cooldownId`, `effects`, `containersCapacity`, `header`, `hookTypeId`, `iconId`, `iconOverlayId`, `iconUnderlayId`, `hookItemTypes`, `itemsCapacity`, `location`, `materialType`, `maxStackSize`, `maxStructure`, `radar`, `pscript`, `spellId`, `stackSize`, `structure`, `targetTypeId`, `usability`, `useRadius`, `validLocations`, `value`, `workmanship`, `animationFrameId`, `defaultScript`, `defaultScriptIntensity`, `elasticity`, `friction`, `locationId`, `modelTableId`, `objectScale`, `physicsBitField`, `physicsTableId`, `motionTableId`, `soundTableId`, `physicsState`, `translucency`, `currentMotionState`) +VALUES (3334017828, 'The Orphanage', 65536, 0, 0, 0, 262164, 0, 0, 0, 0, 0, 0, 8388656, 0, 100667499, 0, 0, 0, 0, 0, 0, 0, 0, 4, 0, 0, 0, 0, 0, 32, -0.1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 33555925, 0, 98307, 0, 150994947, 0, 3084, 0, 'AAA9AAAAAAA='); + +INSERT INTO `ace_object` (`baseAceObjectId`, `weenieClassId`, `landblock`, `cell`, `posX`, `posY`, `posZ`, `qW`, `qX`, `qY`, `qZ`) +VALUES (3334017828, 27298, 777, 51, 147.9131, 57.05978, 74.89749, 1, 0, 0, 0); + +INSERT INTO `base_ace_object` (`baseAceObjectId`, `name`, `typeId`, `paletteId`, `ammoType`, `blipColor`, `bitField`, `burden`, `combatUse`, `cooldownDuration`, `cooldownId`, `effects`, `containersCapacity`, `header`, `hookTypeId`, `iconId`, `iconOverlayId`, `iconUnderlayId`, `hookItemTypes`, `itemsCapacity`, `location`, `materialType`, `maxStackSize`, `maxStructure`, `radar`, `pscript`, `spellId`, `stackSize`, `structure`, `targetTypeId`, `usability`, `useRadius`, `validLocations`, `value`, `workmanship`, `animationFrameId`, `defaultScript`, `defaultScriptIntensity`, `elasticity`, `friction`, `locationId`, `modelTableId`, `objectScale`, `physicsBitField`, `physicsTableId`, `motionTableId`, `soundTableId`, `physicsState`, `translucency`, `currentMotionState`) +VALUES (3334019550, 'The Orphanage', 65536, 0, 0, 0, 262164, 0, 0, 0, 0, 0, 0, 8388656, 0, 100667499, 0, 0, 0, 0, 0, 0, 0, 0, 4, 0, 0, 0, 0, 0, 32, -0.1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 33555925, 0, 98311, 0, 150994947, 0, 3084, 0, 'AAA9AAAAAAA='); + +INSERT INTO `ace_object` (`baseAceObjectId`, `weenieClassId`, `landblock`, `cell`, `posX`, `posY`, `posZ`, `qW`, `qX`, `qY`, `qZ`) +VALUES (3334019550, 27298, 778, 52, 160.7109, 85.46651, 78.37524, 1, 0, 0, 0); + +INSERT INTO `base_ace_object` (`baseAceObjectId`, `name`, `typeId`, `paletteId`, `ammoType`, `blipColor`, `bitField`, `burden`, `combatUse`, `cooldownDuration`, `cooldownId`, `effects`, `containersCapacity`, `header`, `hookTypeId`, `iconId`, `iconOverlayId`, `iconUnderlayId`, `hookItemTypes`, `itemsCapacity`, `location`, `materialType`, `maxStackSize`, `maxStructure`, `radar`, `pscript`, `spellId`, `stackSize`, `structure`, `targetTypeId`, `usability`, `useRadius`, `validLocations`, `value`, `workmanship`, `animationFrameId`, `defaultScript`, `defaultScriptIntensity`, `elasticity`, `friction`, `locationId`, `modelTableId`, `objectScale`, `physicsBitField`, `physicsTableId`, `motionTableId`, `soundTableId`, `physicsState`, `translucency`, `currentMotionState`) +VALUES (3334069955, 'The Orphanage', 65536, 0, 0, 0, 262164, 0, 0, 0, 0, 0, 0, 8388656, 0, 100667499, 0, 0, 0, 0, 0, 0, 0, 0, 4, 0, 0, 0, 0, 0, 32, -0.1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 33555925, 0, 98307, 0, 150994947, 0, 3084, 0, 'AAA9AAAAAAA='); + +INSERT INTO `ace_object` (`baseAceObjectId`, `weenieClassId`, `landblock`, `cell`, `posX`, `posY`, `posZ`, `qW`, `qX`, `qY`, `qZ`) +VALUES (3334069955, 27298, 1801, 10, 28.61804, 36.613, 71.937, 1, 0, 0, 0); + +INSERT INTO `base_ace_object` (`baseAceObjectId`, `name`, `typeId`, `paletteId`, `ammoType`, `blipColor`, `bitField`, `burden`, `combatUse`, `cooldownDuration`, `cooldownId`, `effects`, `containersCapacity`, `header`, `hookTypeId`, `iconId`, `iconOverlayId`, `iconUnderlayId`, `hookItemTypes`, `itemsCapacity`, `location`, `materialType`, `maxStackSize`, `maxStructure`, `radar`, `pscript`, `spellId`, `stackSize`, `structure`, `targetTypeId`, `usability`, `useRadius`, `validLocations`, `value`, `workmanship`, `animationFrameId`, `defaultScript`, `defaultScriptIntensity`, `elasticity`, `friction`, `locationId`, `modelTableId`, `objectScale`, `physicsBitField`, `physicsTableId`, `motionTableId`, `soundTableId`, `physicsState`, `translucency`, `currentMotionState`) +VALUES (3334079661, 'The Orphanage', 65536, 0, 0, 0, 262164, 0, 0, 0, 0, 0, 0, 8388656, 0, 100667499, 0, 0, 0, 0, 0, 0, 0, 0, 4, 0, 0, 0, 0, 0, 32, -0.1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 33555925, 0, 98307, 0, 150994947, 0, 3084, 0, 'AAA9AAAAAAA='); + +INSERT INTO `ace_object` (`baseAceObjectId`, `weenieClassId`, `landblock`, `cell`, `posX`, `posY`, `posZ`, `qW`, `qX`, `qY`, `qZ`) +VALUES (3334079661, 27298, 2573, 21, 66.18857, 104.6134, 24.65478, -0.02601072, 0, 0, -0.9996617); + +INSERT INTO `base_ace_object` (`baseAceObjectId`, `name`, `typeId`, `paletteId`, `ammoType`, `blipColor`, `bitField`, `burden`, `combatUse`, `cooldownDuration`, `cooldownId`, `effects`, `containersCapacity`, `header`, `hookTypeId`, `iconId`, `iconOverlayId`, `iconUnderlayId`, `hookItemTypes`, `itemsCapacity`, `location`, `materialType`, `maxStackSize`, `maxStructure`, `radar`, `pscript`, `spellId`, `stackSize`, `structure`, `targetTypeId`, `usability`, `useRadius`, `validLocations`, `value`, `workmanship`, `animationFrameId`, `defaultScript`, `defaultScriptIntensity`, `elasticity`, `friction`, `locationId`, `modelTableId`, `objectScale`, `physicsBitField`, `physicsTableId`, `motionTableId`, `soundTableId`, `physicsState`, `translucency`, `currentMotionState`) +VALUES (3334110420, 'The Orphanage', 65536, 0, 0, 0, 262164, 0, 0, 0, 0, 0, 0, 8388656, 0, 100667499, 0, 0, 0, 0, 0, 0, 0, 0, 4, 0, 0, 0, 0, 0, 32, -0.1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 33555925, 0, 98307, 0, 150994947, 0, 3084, 0, 'AAA9AAAAAAA='); + +INSERT INTO `ace_object` (`baseAceObjectId`, `weenieClassId`, `landblock`, `cell`, `posX`, `posY`, `posZ`, `qW`, `qX`, `qY`, `qZ`) +VALUES (3334110420, 27298, 3339, 45, 131.1931, 107.0971, 25.92101, -0.9552746, 0, 0, -0.29572); + +INSERT INTO `base_ace_object` (`baseAceObjectId`, `name`, `typeId`, `paletteId`, `ammoType`, `blipColor`, `bitField`, `burden`, `combatUse`, `cooldownDuration`, `cooldownId`, `effects`, `containersCapacity`, `header`, `hookTypeId`, `iconId`, `iconOverlayId`, `iconUnderlayId`, `hookItemTypes`, `itemsCapacity`, `location`, `materialType`, `maxStackSize`, `maxStructure`, `radar`, `pscript`, `spellId`, `stackSize`, `structure`, `targetTypeId`, `usability`, `useRadius`, `validLocations`, `value`, `workmanship`, `animationFrameId`, `defaultScript`, `defaultScriptIntensity`, `elasticity`, `friction`, `locationId`, `modelTableId`, `objectScale`, `physicsBitField`, `physicsTableId`, `motionTableId`, `soundTableId`, `physicsState`, `translucency`, `currentMotionState`) +VALUES (2624519199, 'The Orphanage', 65536, 0, 0, 0, 262164, 0, 0, 0, 0, 0, 0, 8388656, 0, 100667499, 0, 0, 0, 0, 0, 0, 0, 0, 4, 0, 0, 0, 0, 0, 32, -0.1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 33555925, 0, 98307, 0, 150994947, 0, 3084, 0, 'AAA9AAAAAAA='); + +INSERT INTO `ace_object` (`baseAceObjectId`, `weenieClassId`, `landblock`, `cell`, `posX`, `posY`, `posZ`, `qW`, `qX`, `qY`, `qZ`) +VALUES (2624519199, 27298, 2312, 6, 7.739687, 139.4809, 13.937, 1, 0, 0, 0); + +INSERT INTO `base_ace_object` (`baseAceObjectId`, `name`, `typeId`, `paletteId`, `ammoType`, `blipColor`, `bitField`, `burden`, `combatUse`, `cooldownDuration`, `cooldownId`, `effects`, `containersCapacity`, `header`, `hookTypeId`, `iconId`, `iconOverlayId`, `iconUnderlayId`, `hookItemTypes`, `itemsCapacity`, `location`, `materialType`, `maxStackSize`, `maxStructure`, `radar`, `pscript`, `spellId`, `stackSize`, `structure`, `targetTypeId`, `usability`, `useRadius`, `validLocations`, `value`, `workmanship`, `animationFrameId`, `defaultScript`, `defaultScriptIntensity`, `elasticity`, `friction`, `locationId`, `modelTableId`, `objectScale`, `physicsBitField`, `physicsTableId`, `motionTableId`, `soundTableId`, `physicsState`, `translucency`, `currentMotionState`) +VALUES (2883649881, 'The Orphanage', 65536, 0, 0, 0, 262164, 0, 0, 0, 0, 0, 0, 8388656, 0, 100667499, 0, 0, 0, 0, 0, 0, 0, 0, 4, 0, 0, 0, 0, 0, 32, -0.1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 33555925, 0, 98307, 0, 150994947, 0, 3084, 0, 'AAA9AAAAAAA='); + +INSERT INTO `ace_object` (`baseAceObjectId`, `weenieClassId`, `landblock`, `cell`, `posX`, `posY`, `posZ`, `qW`, `qX`, `qY`, `qZ`) +VALUES (2883649881, 27298, 2823, 63, 182.9391, 166.4401, 79.93997, 1, 0, 0, 0); + +INSERT INTO `base_ace_object` (`baseAceObjectId`, `name`, `typeId`, `paletteId`, `ammoType`, `blipColor`, `bitField`, `burden`, `combatUse`, `cooldownDuration`, `cooldownId`, `effects`, `containersCapacity`, `header`, `hookTypeId`, `iconId`, `iconOverlayId`, `iconUnderlayId`, `hookItemTypes`, `itemsCapacity`, `location`, `materialType`, `maxStackSize`, `maxStructure`, `radar`, `pscript`, `spellId`, `stackSize`, `structure`, `targetTypeId`, `usability`, `useRadius`, `validLocations`, `value`, `workmanship`, `animationFrameId`, `defaultScript`, `defaultScriptIntensity`, `elasticity`, `friction`, `locationId`, `modelTableId`, `objectScale`, `physicsBitField`, `physicsTableId`, `motionTableId`, `soundTableId`, `physicsState`, `translucency`, `currentMotionState`) +VALUES (2884078577, 'The Orphanage', 65536, 0, 0, 0, 262164, 0, 0, 0, 0, 0, 0, 8388656, 0, 100667499, 0, 0, 0, 0, 0, 0, 0, 0, 4, 0, 0, 0, 0, 0, 32, -0.1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 33555925, 0, 98307, 0, 150994947, 0, 3084, 0, 'AAA9AAAAAAA='); + +INSERT INTO `ace_object` (`baseAceObjectId`, `weenieClassId`, `landblock`, `cell`, `posX`, `posY`, `posZ`, `qW`, `qX`, `qY`, `qZ`) +VALUES (2884078577, 27298, 2826, 8, 1.454773, 186.6216, 64.5204, 1, 0, 0, 0); + +INSERT INTO `base_ace_object` (`baseAceObjectId`, `name`, `typeId`, `paletteId`, `ammoType`, `blipColor`, `bitField`, `burden`, `combatUse`, `cooldownDuration`, `cooldownId`, `effects`, `containersCapacity`, `header`, `hookTypeId`, `iconId`, `iconOverlayId`, `iconUnderlayId`, `hookItemTypes`, `itemsCapacity`, `location`, `materialType`, `maxStackSize`, `maxStructure`, `radar`, `pscript`, `spellId`, `stackSize`, `structure`, `targetTypeId`, `usability`, `useRadius`, `validLocations`, `value`, `workmanship`, `animationFrameId`, `defaultScript`, `defaultScriptIntensity`, `elasticity`, `friction`, `locationId`, `modelTableId`, `objectScale`, `physicsBitField`, `physicsTableId`, `motionTableId`, `soundTableId`, `physicsState`, `translucency`, `currentMotionState`) +VALUES (2884015478, 'The Orphanage', 65536, 0, 0, 0, 262164, 0, 0, 0, 0, 0, 0, 8388656, 0, 100667499, 0, 0, 0, 0, 0, 0, 0, 0, 4, 0, 0, 0, 0, 0, 32, -0.1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 33555925, 0, 98307, 0, 150994947, 0, 3084, 0, 'AAA9AAAAAAA='); + +INSERT INTO `ace_object` (`baseAceObjectId`, `weenieClassId`, `landblock`, `cell`, `posX`, `posY`, `posZ`, `qW`, `qX`, `qY`, `qZ`) +VALUES (2884015478, 27298, 1291, 9, 42.00618, 0.2450186, 28.49774, 0.6744883, 0, 0, -0.7382855); + +INSERT INTO `base_ace_object` (`baseAceObjectId`, `name`, `typeId`, `paletteId`, `ammoType`, `blipColor`, `bitField`, `burden`, `combatUse`, `cooldownDuration`, `cooldownId`, `effects`, `containersCapacity`, `header`, `hookTypeId`, `iconId`, `iconOverlayId`, `iconUnderlayId`, `hookItemTypes`, `itemsCapacity`, `location`, `materialType`, `maxStackSize`, `maxStructure`, `radar`, `pscript`, `spellId`, `stackSize`, `structure`, `targetTypeId`, `usability`, `useRadius`, `validLocations`, `value`, `workmanship`, `animationFrameId`, `defaultScript`, `defaultScriptIntensity`, `elasticity`, `friction`, `locationId`, `modelTableId`, `objectScale`, `physicsBitField`, `physicsTableId`, `motionTableId`, `soundTableId`, `physicsState`, `translucency`, `currentMotionState`) +VALUES (2884094109, 'The Orphanage', 65536, 0, 0, 0, 262164, 0, 0, 0, 0, 0, 0, 8388656, 0, 100667499, 0, 0, 0, 0, 0, 0, 0, 0, 4, 0, 0, 0, 0, 0, 32, -0.1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 33555925, 0, 98307, 0, 150994947, 0, 3084, 0, 'AAA9AAAAAAA='); + +INSERT INTO `ace_object` (`baseAceObjectId`, `weenieClassId`, `landblock`, `cell`, `posX`, `posY`, `posZ`, `qW`, `qX`, `qY`, `qZ`) +VALUES (2884094109, 27298, 2053, 44, 128.3298, 91.65771, 89.16042, 1, 0, 0, 0); + +INSERT INTO `base_ace_object` (`baseAceObjectId`, `name`, `typeId`, `paletteId`, `ammoType`, `blipColor`, `bitField`, `burden`, `combatUse`, `cooldownDuration`, `cooldownId`, `effects`, `containersCapacity`, `header`, `hookTypeId`, `iconId`, `iconOverlayId`, `iconUnderlayId`, `hookItemTypes`, `itemsCapacity`, `location`, `materialType`, `maxStackSize`, `maxStructure`, `radar`, `pscript`, `spellId`, `stackSize`, `structure`, `targetTypeId`, `usability`, `useRadius`, `validLocations`, `value`, `workmanship`, `animationFrameId`, `defaultScript`, `defaultScriptIntensity`, `elasticity`, `friction`, `locationId`, `modelTableId`, `objectScale`, `physicsBitField`, `physicsTableId`, `motionTableId`, `soundTableId`, `physicsState`, `translucency`, `currentMotionState`) +VALUES (2884102846, 'The Orphanage', 65536, 0, 0, 0, 262164, 0, 0, 0, 0, 0, 0, 8388656, 0, 100667499, 0, 0, 0, 0, 0, 0, 0, 0, 4, 0, 0, 0, 0, 0, 32, -0.1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 33555925, 0, 98307, 0, 150994947, 0, 3084, 0, 'AAA9AAAAAAA='); + +INSERT INTO `ace_object` (`baseAceObjectId`, `weenieClassId`, `landblock`, `cell`, `posX`, `posY`, `posZ`, `qW`, `qX`, `qY`, `qZ`) +VALUES (2884102846, 27298, 1802, 47, 132.214, 165.5431, 71.18938, 1, 0, 0, 0); + +INSERT INTO `base_ace_object` (`baseAceObjectId`, `name`, `typeId`, `paletteId`, `ammoType`, `blipColor`, `bitField`, `burden`, `combatUse`, `cooldownDuration`, `cooldownId`, `effects`, `containersCapacity`, `header`, `hookTypeId`, `iconId`, `iconOverlayId`, `iconUnderlayId`, `hookItemTypes`, `itemsCapacity`, `location`, `materialType`, `maxStackSize`, `maxStructure`, `radar`, `pscript`, `spellId`, `stackSize`, `structure`, `targetTypeId`, `usability`, `useRadius`, `validLocations`, `value`, `workmanship`, `animationFrameId`, `defaultScript`, `defaultScriptIntensity`, `elasticity`, `friction`, `locationId`, `modelTableId`, `objectScale`, `physicsBitField`, `physicsTableId`, `motionTableId`, `soundTableId`, `physicsState`, `translucency`, `currentMotionState`) +VALUES (2929147532, 'The Orphanage', 65536, 0, 0, 0, 262164, 0, 0, 0, 0, 0, 0, 8388656, 0, 100667499, 0, 0, 0, 0, 0, 0, 0, 0, 4, 0, 0, 0, 0, 0, 32, -0.1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 33555925, 0, 98307, 0, 150994947, 0, 3084, 0, 'AAA9AAAAAAA='); + +INSERT INTO `ace_object` (`baseAceObjectId`, `weenieClassId`, `landblock`, `cell`, `posX`, `posY`, `posZ`, `qW`, `qX`, `qY`, `qZ`) +VALUES (2929147532, 27298, 2311, 17, 61.39702, 14.27956, 59.05342, 1, 0, 0, 0); + +INSERT INTO `base_ace_object` (`baseAceObjectId`, `name`, `typeId`, `paletteId`, `ammoType`, `blipColor`, `bitField`, `burden`, `combatUse`, `cooldownDuration`, `cooldownId`, `effects`, `containersCapacity`, `header`, `hookTypeId`, `iconId`, `iconOverlayId`, `iconUnderlayId`, `hookItemTypes`, `itemsCapacity`, `location`, `materialType`, `maxStackSize`, `maxStructure`, `radar`, `pscript`, `spellId`, `stackSize`, `structure`, `targetTypeId`, `usability`, `useRadius`, `validLocations`, `value`, `workmanship`, `animationFrameId`, `defaultScript`, `defaultScriptIntensity`, `elasticity`, `friction`, `locationId`, `modelTableId`, `objectScale`, `physicsBitField`, `physicsTableId`, `motionTableId`, `soundTableId`, `physicsState`, `translucency`, `currentMotionState`) +VALUES (3332852869, 'The Orphanage', 65536, 0, 0, 0, 262164, 0, 0, 0, 0, 0, 0, 8388656, 0, 100667499, 0, 0, 0, 0, 0, 0, 0, 0, 4, 0, 0, 0, 0, 0, 32, -0.1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 33555925, 0, 98307, 0, 150994947, 0, 3084, 0, 'AAA9AAAAAAA='); + +INSERT INTO `ace_object` (`baseAceObjectId`, `weenieClassId`, `landblock`, `cell`, `posX`, `posY`, `posZ`, `qW`, `qX`, `qY`, `qZ`) +VALUES (3332852869, 27298, 2309, 5, 20.57199, 103.1663, 94.92781, 1, 0, 0, 0); + diff --git a/Database/objects/Portals_0.sql b/Database/3-Core/objects/Portals_0.sql similarity index 100% rename from Database/objects/Portals_0.sql rename to Database/3-Core/objects/Portals_0.sql diff --git a/Database/objects/UndefStatics_0.sql b/Database/3-Core/objects/UndefStatics_0.sql similarity index 100% rename from Database/objects/UndefStatics_0.sql rename to Database/3-Core/objects/UndefStatics_0.sql diff --git a/Database/3-Core/objects/VendorsNPCs_0.sql b/Database/3-Core/objects/VendorsNPCs_0.sql new file mode 100644 index 0000000000..deaf1c0ade --- /dev/null +++ b/Database/3-Core/objects/VendorsNPCs_0.sql @@ -0,0 +1,427 @@ +INSERT INTO `base_ace_object` (`baseAceObjectId`, `name`, `typeId`, `paletteId`, `ammoType`, `blipColor`, `bitField`, `burden`, `combatUse`, `cooldownDuration`, `cooldownId`, `effects`, `containersCapacity`, `header`, `hookTypeId`, `iconId`, `iconOverlayId`, `iconUnderlayId`, `hookItemTypes`, `itemsCapacity`, `location`, `materialType`, `maxStackSize`, `maxStructure`, `radar`, `pscript`, `spellId`, `stackSize`, `structure`, `targetTypeId`, `usability`, `useRadius`, `validLocations`, `value`, `workmanship`, `animationFrameId`, `defaultScript`, `defaultScriptIntensity`, `elasticity`, `friction`, `locationId`, `modelTableId`, `objectScale`, `physicsBitField`, `physicsTableId`, `motionTableId`, `soundTableId`, `physicsState`, `translucency`, `currentMotionState`) +VALUES (2033496175, 'Arcanum Salvage Vendor', 16, 67108990, 0, 8, 516, 0, 0, 0, 0, 0, 255, 9437238, 0, 100667446, 0, 0, 0, 255, 0, 0, 0, 0, 4, 0, 0, 0, 0, 0, 32, 3, 0, 0, 0, 0, 0, 0, 0, 0, 0, 33554433, 0, 100355, 0, 150994945, 536870913, 6292504, 0, 'AAA9AAAAAAA='); + +INSERT INTO `ace_object` (`baseAceObjectId`, `weenieClassId`, `landblock`, `cell`, `posX`, `posY`, `posZ`, `qW`, `qX`, `qY`, `qZ`) +VALUES (2033496175, 41752, 37707, 291, 30.1896, 38.1104, 14.005, 0.5844249, 0, 0, -0.8114478); + +INSERT INTO `ace_object_palette_changes` (`baseAceObjectId`, `subPaletteId`, `offset`, `length`) +VALUES (2033496175, 67109551, 0, 24) + , (2033496175, 67117020, 24, 8) + , (2033496175, 67110062, 32, 8) + , (2033496175, 67112697, 40, 40) + , (2033496175, 67110387, 80, 12) + , (2033496175, 67110387, 116, 12) + , (2033496175, 67110539, 96, 12) + , (2033496175, 67113251, 240, 10); + +INSERT INTO `ace_object_texture_map_changes` (`baseAceObjectId`, `index`, `oldId`, `newId`) +VALUES (2033496175, 16, 83886232, 83890685) + , (2033496175, 16, 83886668, 83890514) + , (2033496175, 16, 83886837, 83890517) + , (2033496175, 16, 83886684, 83890605) + , (2033496175, 0, 83892345, 83892353) + , (2033496175, 0, 83892344, 83892353) + , (2033496175, 1, 83892352, 83892352) + , (2033496175, 2, 83892351, 83892351) + , (2033496175, 5, 83892352, 83892352) + , (2033496175, 6, 83892351, 83892351) + , (2033496175, 9, 83887061, 83892357) + , (2033496175, 9, 83887060, 83892356) + , (2033496175, 10, 83892347, 83892355) + , (2033496175, 11, 83892346, 83892354) + , (2033496175, 13, 83892347, 83892355) + , (2033496175, 14, 83892346, 83892354) + , (2033496175, 16, 83888783, 83888783) + , (2033496175, 16, 83888784, 83888784); + +INSERT INTO `ace_object_animation_changes` (`baseAceObjectId`, `index`, `animationId`) +VALUES (2033496175, 12, 16777304) + , (2033496175, 15, 16777307) + , (2033496175, 3, 16777292) + , (2033496175, 7, 16777296) + , (2033496175, 4, 16777291) + , (2033496175, 8, 16777298) + , (2033496175, 0, 16783894) + , (2033496175, 1, 16783912) + , (2033496175, 2, 16783918) + , (2033496175, 5, 16783916) + , (2033496175, 6, 16783920) + , (2033496175, 9, 16781837) + , (2033496175, 10, 16783863) + , (2033496175, 11, 16783853) + , (2033496175, 13, 16783871) + , (2033496175, 14, 16783855) + , (2033496175, 16, 16778476); + +INSERT INTO `base_ace_object` (`baseAceObjectId`, `name`, `typeId`, `paletteId`, `ammoType`, `blipColor`, `bitField`, `burden`, `combatUse`, `cooldownDuration`, `cooldownId`, `effects`, `containersCapacity`, `header`, `hookTypeId`, `iconId`, `iconOverlayId`, `iconUnderlayId`, `hookItemTypes`, `itemsCapacity`, `location`, `materialType`, `maxStackSize`, `maxStructure`, `radar`, `pscript`, `spellId`, `stackSize`, `structure`, `targetTypeId`, `usability`, `useRadius`, `validLocations`, `value`, `workmanship`, `animationFrameId`, `defaultScript`, `defaultScriptIntensity`, `elasticity`, `friction`, `locationId`, `modelTableId`, `objectScale`, `physicsBitField`, `physicsTableId`, `motionTableId`, `soundTableId`, `physicsState`, `translucency`, `currentMotionState`) +VALUES (3684910881, 'Weary-looking Man', 16, 67108990, 0, 8, 516, 0, 0, 0, 0, 0, 255, 9437238, 0, 100667446, 0, 0, 0, 255, 0, 0, 0, 0, 4, 0, 0, 0, 0, 0, 32, 3, 0, 0, 0, 0, 0, 0, 0, 0, 0, 33554433, 0, 100355, 0, 150994945, 536870913, 2098200, 0, 'AAA9AAIAAAATAAAA'); + +INSERT INTO `ace_object` (`baseAceObjectId`, `weenieClassId`, `landblock`, `cell`, `posX`, `posY`, `posZ`, `qW`, `qX`, `qY`, `qZ`) +VALUES (3684910881, 2048, 52885, 43, 127.2403, 66.87959, 20.005, 1, 0, 0, 0); + +INSERT INTO `ace_object_palette_changes` (`baseAceObjectId`, `subPaletteId`, `offset`, `length`) +VALUES (3684910881, 67109562, 0, 24) + , (3684910881, 67117079, 24, 8) + , (3684910881, 67110063, 32, 8) + , (3684910881, 67110349, 64, 8) + , (3684910881, 67110539, 72, 8) + , (3684910881, 67110349, 40, 24) + , (3684910881, 67110551, 92, 4) + , (3684910881, 67110376, 216, 24) + , (3684910881, 67110378, 160, 8); + +INSERT INTO `ace_object_texture_map_changes` (`baseAceObjectId`, `index`, `oldId`, `newId`) +VALUES (3684910881, 16, 83886232, 83890685) + , (3684910881, 16, 83886668, 83890514) + , (3684910881, 16, 83886837, 83890560) + , (3684910881, 16, 83886684, 83890646) + , (3684910881, 5, 83887064, 83886241) + , (3684910881, 1, 83887064, 83886241) + , (3684910881, 10, 83886796, 83886782) + , (3684910881, 13, 83886796, 83886782) + , (3684910881, 11, 83886788, 83891213) + , (3684910881, 14, 83886788, 83891213) + , (3684910881, 9, 83887061, 83890009) + , (3684910881, 9, 83887060, 83890010) + , (3684910881, 0, 83889072, 83890012) + , (3684910881, 0, 83889342, 83890011) + , (3684910881, 2, 83887066, 83887051) + , (3684910881, 6, 83887066, 83887051) + , (3684910881, 3, 83889344, 83887054) + , (3684910881, 7, 83889344, 83887054) + , (3684910881, 4, 83887068, 83887054) + , (3684910881, 8, 83887068, 83887054); + +INSERT INTO `ace_object_animation_changes` (`baseAceObjectId`, `index`, `animationId`) +VALUES (3684910881, 12, 16777304) + , (3684910881, 15, 16777307) + , (3684910881, 16, 16795654) + , (3684910881, 5, 16777299) + , (3684910881, 1, 16777295) + , (3684910881, 10, 16781867) + , (3684910881, 13, 16781868) + , (3684910881, 11, 16781812) + , (3684910881, 14, 16781813) + , (3684910881, 9, 16777300) + , (3684910881, 0, 16781835) + , (3684910881, 2, 16781866) + , (3684910881, 6, 16781864) + , (3684910881, 3, 16781841) + , (3684910881, 7, 16781840) + , (3684910881, 4, 16781838) + , (3684910881, 8, 16781839); + +INSERT INTO `base_ace_object` (`baseAceObjectId`, `name`, `typeId`, `paletteId`, `ammoType`, `blipColor`, `bitField`, `burden`, `combatUse`, `cooldownDuration`, `cooldownId`, `effects`, `containersCapacity`, `header`, `hookTypeId`, `iconId`, `iconOverlayId`, `iconUnderlayId`, `hookItemTypes`, `itemsCapacity`, `location`, `materialType`, `maxStackSize`, `maxStructure`, `radar`, `pscript`, `spellId`, `stackSize`, `structure`, `targetTypeId`, `usability`, `useRadius`, `validLocations`, `value`, `workmanship`, `animationFrameId`, `defaultScript`, `defaultScriptIntensity`, `elasticity`, `friction`, `locationId`, `modelTableId`, `objectScale`, `physicsBitField`, `physicsTableId`, `motionTableId`, `soundTableId`, `physicsState`, `translucency`, `currentMotionState`) +VALUES (2094620679, 'Alean the Steel Forger', 16, 67108990, 0, 8, 516, 0, 0, 0, 0, 0, 255, 9437238, 0, 100667446, 0, 0, 0, 255, 0, 0, 0, 0, 4, 0, 0, 0, 0, 0, 32, 3, 0, 0, 0, 0, 0, 0, 0, 0, 0, 33554433, 0, 100355, 0, 150994945, 536870913, 6292504, 0, 'AAA9AEAAAAAAAIC/'); + +INSERT INTO `ace_object` (`baseAceObjectId`, `weenieClassId`, `landblock`, `cell`, `posX`, `posY`, `posZ`, `qW`, `qX`, `qY`, `qZ`) +VALUES (2094620679, 51154, 52630, 61, 178.815, 119.068, 20.005, 0.5641662, 0, 0, -0.8256612); + +INSERT INTO `ace_object_palette_changes` (`baseAceObjectId`, `subPaletteId`, `offset`, `length`) +VALUES (2094620679, 67109561, 0, 24) + , (2094620679, 67117071, 24, 8) + , (2094620679, 67109567, 32, 8) + , (2094620679, 67112917, 136, 16) + , (2094620679, 67116864, 152, 8) + , (2094620679, 67112917, 174, 12) + , (2094620679, 67116864, 206, 10) + , (2094620679, 67112917, 72, 8) + , (2094620679, 67116864, 92, 4) + , (2094620679, 67112917, 116, 12) + , (2094620679, 67116864, 128, 8) + , (2094620679, 67112917, 108, 8) + , (2094620679, 67112917, 168, 6) + , (2094620679, 67112917, 160, 8); + +INSERT INTO `ace_object_texture_map_changes` (`baseAceObjectId`, `index`, `oldId`, `newId`) +VALUES (2094620679, 16, 83886232, 83890685) + , (2094620679, 16, 83886668, 83890516) + , (2094620679, 16, 83886837, 83890554) + , (2094620679, 16, 83886684, 83890629); + +INSERT INTO `ace_object_animation_changes` (`baseAceObjectId`, `index`, `animationId`) +VALUES (2094620679, 16, 16795665) + , (2094620679, 5, 16795222) + , (2094620679, 1, 16795220) + , (2094620679, 6, 16795221) + , (2094620679, 2, 16795219) + , (2094620679, 9, 16795212) + , (2094620679, 0, 16795206) + , (2094620679, 13, 16795211) + , (2094620679, 10, 16795209) + , (2094620679, 14, 16795210) + , (2094620679, 11, 16795208) + , (2094620679, 15, 16795217) + , (2094620679, 12, 16795216) + , (2094620679, 3, 16795214) + , (2094620679, 7, 16795215) + , (2094620679, 4, 16795223) + , (2094620679, 8, 16795224); + +INSERT INTO `base_ace_object` (`baseAceObjectId`, `name`, `typeId`, `paletteId`, `ammoType`, `blipColor`, `bitField`, `burden`, `combatUse`, `cooldownDuration`, `cooldownId`, `effects`, `containersCapacity`, `header`, `hookTypeId`, `iconId`, `iconOverlayId`, `iconUnderlayId`, `hookItemTypes`, `itemsCapacity`, `location`, `materialType`, `maxStackSize`, `maxStructure`, `radar`, `pscript`, `spellId`, `stackSize`, `structure`, `targetTypeId`, `usability`, `useRadius`, `validLocations`, `value`, `workmanship`, `animationFrameId`, `defaultScript`, `defaultScriptIntensity`, `elasticity`, `friction`, `locationId`, `modelTableId`, `objectScale`, `physicsBitField`, `physicsTableId`, `motionTableId`, `soundTableId`, `physicsState`, `translucency`, `currentMotionState`) +VALUES (3692305043, 'Weary-looking Man', 16, 67108990, 0, 8, 516, 0, 0, 0, 0, 0, 255, 9437238, 0, 100667446, 0, 0, 0, 255, 0, 0, 0, 0, 4, 0, 0, 0, 0, 0, 32, 3, 0, 0, 0, 0, 0, 0, 0, 0, 0, 33554433, 0, 100355, 0, 150994945, 536870913, 2098200, 0, 'AAA9AAAAAAA='); + +INSERT INTO `ace_object` (`baseAceObjectId`, `weenieClassId`, `landblock`, `cell`, `posX`, `posY`, `posZ`, `qW`, `qX`, `qY`, `qZ`) +VALUES (3692305043, 2049, 51596, 285, 122.767, 180.535, 22.005, 0.9979096, 0, 0, -0.06462517); + +INSERT INTO `ace_object_palette_changes` (`baseAceObjectId`, `subPaletteId`, `offset`, `length`) +VALUES (3692305043, 67109562, 0, 24) + , (3692305043, 67117078, 24, 8) + , (3692305043, 67110062, 32, 8) + , (3692305043, 67110375, 64, 8) + , (3692305043, 67110544, 72, 8) + , (3692305043, 67109969, 92, 4) + , (3692305043, 67110366, 40, 24) + , (3692305043, 67110378, 160, 8); + +INSERT INTO `ace_object_texture_map_changes` (`baseAceObjectId`, `index`, `oldId`, `newId`) +VALUES (3692305043, 16, 83886232, 83890685) + , (3692305043, 16, 83886668, 83890451) + , (3692305043, 16, 83886837, 83890520) + , (3692305043, 16, 83886684, 83890665) + , (3692305043, 5, 83887064, 83886241) + , (3692305043, 1, 83887064, 83886241) + , (3692305043, 6, 83887066, 83887055) + , (3692305043, 2, 83887066, 83887055) + , (3692305043, 10, 83886796, 83886782) + , (3692305043, 13, 83886796, 83886782) + , (3692305043, 11, 83886788, 83891213) + , (3692305043, 14, 83886788, 83891213) + , (3692305043, 9, 83887061, 83890009) + , (3692305043, 9, 83887060, 83890010) + , (3692305043, 0, 83889072, 83890012) + , (3692305043, 0, 83889342, 83890011) + , (3692305043, 3, 83889344, 83887054) + , (3692305043, 7, 83889344, 83887054) + , (3692305043, 4, 83887068, 83887054) + , (3692305043, 8, 83887068, 83887054); + +INSERT INTO `ace_object_animation_changes` (`baseAceObjectId`, `index`, `animationId`) +VALUES (3692305043, 12, 16777304) + , (3692305043, 15, 16777307) + , (3692305043, 16, 16795662) + , (3692305043, 5, 16781819) + , (3692305043, 1, 16781836) + , (3692305043, 6, 16781857) + , (3692305043, 2, 16781860) + , (3692305043, 10, 16781858) + , (3692305043, 13, 16781856) + , (3692305043, 11, 16781822) + , (3692305043, 14, 16781821) + , (3692305043, 9, 16777300) + , (3692305043, 0, 16781835) + , (3692305043, 3, 16777292) + , (3692305043, 7, 16777296) + , (3692305043, 4, 16777291) + , (3692305043, 8, 16777298); + +INSERT INTO `base_ace_object` (`baseAceObjectId`, `name`, `typeId`, `paletteId`, `ammoType`, `blipColor`, `bitField`, `burden`, `combatUse`, `cooldownDuration`, `cooldownId`, `effects`, `containersCapacity`, `header`, `hookTypeId`, `iconId`, `iconOverlayId`, `iconUnderlayId`, `hookItemTypes`, `itemsCapacity`, `location`, `materialType`, `maxStackSize`, `maxStructure`, `radar`, `pscript`, `spellId`, `stackSize`, `structure`, `targetTypeId`, `usability`, `useRadius`, `validLocations`, `value`, `workmanship`, `animationFrameId`, `defaultScript`, `defaultScriptIntensity`, `elasticity`, `friction`, `locationId`, `modelTableId`, `objectScale`, `physicsBitField`, `physicsTableId`, `motionTableId`, `soundTableId`, `physicsState`, `translucency`, `currentMotionState`) +VALUES (2016968709, 'Jibril ibn Rashid', 16, 67108990, 0, 8, 516, 0, 0, 0, 0, 0, 255, 9437238, 0, 100667446, 0, 0, 0, 255, 0, 0, 0, 0, 4, 0, 0, 0, 0, 0, 32, 3, 0, 0, 0, 0, 0, 0, 0, 0, 0, 33554433, 0, 100355, 0, 150994945, 536870913, 6292504, 0, 'AAA9AAAAAAA='); + +INSERT INTO `ace_object` (`baseAceObjectId`, `weenieClassId`, `landblock`, `cell`, `posX`, `posY`, `posZ`, `qW`, `qX`, `qY`, `qZ`) +VALUES (2016968709, 51156, 33672, 11, 40.0775, 61.8818, 86.005, 0.385371, 0, 0, -0.9227617); + +INSERT INTO `ace_object_palette_changes` (`baseAceObjectId`, `subPaletteId`, `offset`, `length`) +VALUES (2016968709, 67109552, 0, 24) + , (2016968709, 67117020, 24, 8) + , (2016968709, 67110062, 32, 8) + , (2016968709, 67113252, 136, 16) + , (2016968709, 67116864, 152, 8) + , (2016968709, 67113252, 174, 12) + , (2016968709, 67116864, 206, 10) + , (2016968709, 67113252, 72, 8) + , (2016968709, 67116864, 92, 4) + , (2016968709, 67113252, 116, 12) + , (2016968709, 67116864, 128, 8) + , (2016968709, 67113252, 108, 8) + , (2016968709, 67113252, 168, 6) + , (2016968709, 67113252, 160, 8); + +INSERT INTO `ace_object_texture_map_changes` (`baseAceObjectId`, `index`, `oldId`, `newId`) +VALUES (2016968709, 16, 83886232, 83890685) + , (2016968709, 16, 83886668, 83890475) + , (2016968709, 16, 83886837, 83890534) + , (2016968709, 16, 83886684, 83890621); + +INSERT INTO `ace_object_animation_changes` (`baseAceObjectId`, `index`, `animationId`) +VALUES (2016968709, 16, 16795650) + , (2016968709, 5, 16795222) + , (2016968709, 1, 16795220) + , (2016968709, 6, 16795221) + , (2016968709, 2, 16795219) + , (2016968709, 9, 16795212) + , (2016968709, 0, 16795206) + , (2016968709, 13, 16795211) + , (2016968709, 10, 16795209) + , (2016968709, 14, 16795210) + , (2016968709, 11, 16795208) + , (2016968709, 15, 16795217) + , (2016968709, 12, 16795216) + , (2016968709, 3, 16795214) + , (2016968709, 7, 16795215) + , (2016968709, 4, 16795223) + , (2016968709, 8, 16795224); + +INSERT INTO `base_ace_object` (`baseAceObjectId`, `name`, `typeId`, `paletteId`, `ammoType`, `blipColor`, `bitField`, `burden`, `combatUse`, `cooldownDuration`, `cooldownId`, `effects`, `containersCapacity`, `header`, `hookTypeId`, `iconId`, `iconOverlayId`, `iconUnderlayId`, `hookItemTypes`, `itemsCapacity`, `location`, `materialType`, `maxStackSize`, `maxStructure`, `radar`, `pscript`, `spellId`, `stackSize`, `structure`, `targetTypeId`, `usability`, `useRadius`, `validLocations`, `value`, `workmanship`, `animationFrameId`, `defaultScript`, `defaultScriptIntensity`, `elasticity`, `friction`, `locationId`, `modelTableId`, `objectScale`, `physicsBitField`, `physicsTableId`, `motionTableId`, `soundTableId`, `physicsState`, `translucency`, `currentMotionState`) +VALUES (3706113473, 'Weary-looking Man', 16, 67108990, 0, 8, 516, 0, 0, 0, 0, 0, 255, 9437238, 0, 100667446, 0, 0, 0, 255, 0, 0, 0, 0, 4, 0, 0, 0, 0, 0, 32, 3, 0, 0, 0, 0, 0, 0, 0, 0, 0, 33554433, 0, 100355, 0, 150994945, 536870913, 2098200, 0, 'AAA9AEAAAAAAAIC/'); + +INSERT INTO `ace_object` (`baseAceObjectId`, `weenieClassId`, `landblock`, `cell`, `posX`, `posY`, `posZ`, `qW`, `qX`, `qY`, `qZ`) +VALUES (3706113473, 2048, 52885, 35, 115.2896, 66.97411, 20.005, -0.02268708, 0, 0, -0.9997426); + +INSERT INTO `ace_object_palette_changes` (`baseAceObjectId`, `subPaletteId`, `offset`, `length`) +VALUES (3706113473, 67109561, 0, 24) + , (3706113473, 67116989, 24, 8) + , (3706113473, 67109567, 32, 8) + , (3706113473, 67110349, 64, 8) + , (3706113473, 67110539, 72, 8) + , (3706113473, 67110349, 40, 24) + , (3706113473, 67110551, 92, 4) + , (3706113473, 67110376, 216, 24) + , (3706113473, 67110378, 160, 8); + +INSERT INTO `ace_object_texture_map_changes` (`baseAceObjectId`, `index`, `oldId`, `newId`) +VALUES (3706113473, 16, 83886232, 83890685) + , (3706113473, 16, 83886668, 83890516) + , (3706113473, 16, 83886837, 83890546) + , (3706113473, 16, 83886684, 83890662) + , (3706113473, 5, 83887064, 83886241) + , (3706113473, 1, 83887064, 83886241) + , (3706113473, 10, 83886796, 83886782) + , (3706113473, 13, 83886796, 83886782) + , (3706113473, 11, 83886788, 83891213) + , (3706113473, 14, 83886788, 83891213) + , (3706113473, 9, 83887061, 83890009) + , (3706113473, 9, 83887060, 83890010) + , (3706113473, 0, 83889072, 83890012) + , (3706113473, 0, 83889342, 83890011) + , (3706113473, 2, 83887066, 83887051) + , (3706113473, 6, 83887066, 83887051) + , (3706113473, 3, 83889344, 83887054) + , (3706113473, 7, 83889344, 83887054) + , (3706113473, 4, 83887068, 83887054) + , (3706113473, 8, 83887068, 83887054); + +INSERT INTO `ace_object_animation_changes` (`baseAceObjectId`, `index`, `animationId`) +VALUES (3706113473, 12, 16777304) + , (3706113473, 15, 16777307) + , (3706113473, 16, 16795662) + , (3706113473, 5, 16777299) + , (3706113473, 1, 16777295) + , (3706113473, 10, 16781867) + , (3706113473, 13, 16781868) + , (3706113473, 11, 16781812) + , (3706113473, 14, 16781813) + , (3706113473, 9, 16777300) + , (3706113473, 0, 16781835) + , (3706113473, 2, 16781866) + , (3706113473, 6, 16781864) + , (3706113473, 3, 16781841) + , (3706113473, 7, 16781840) + , (3706113473, 4, 16781838) + , (3706113473, 8, 16781839); + +INSERT INTO `base_ace_object` (`baseAceObjectId`, `name`, `typeId`, `paletteId`, `ammoType`, `blipColor`, `bitField`, `burden`, `combatUse`, `cooldownDuration`, `cooldownId`, `effects`, `containersCapacity`, `header`, `hookTypeId`, `iconId`, `iconOverlayId`, `iconUnderlayId`, `hookItemTypes`, `itemsCapacity`, `location`, `materialType`, `maxStackSize`, `maxStructure`, `radar`, `pscript`, `spellId`, `stackSize`, `structure`, `targetTypeId`, `usability`, `useRadius`, `validLocations`, `value`, `workmanship`, `animationFrameId`, `defaultScript`, `defaultScriptIntensity`, `elasticity`, `friction`, `locationId`, `modelTableId`, `objectScale`, `physicsBitField`, `physicsTableId`, `motionTableId`, `soundTableId`, `physicsState`, `translucency`, `currentMotionState`) +VALUES (2932423033, 'Weary-looking Man', 16, 67108990, 0, 8, 516, 0, 0, 0, 0, 0, 255, 9437238, 0, 100667446, 0, 0, 0, 255, 0, 0, 0, 0, 4, 0, 0, 0, 0, 0, 32, 3, 0, 0, 0, 0, 0, 0, 0, 0, 0, 33554433, 0, 100355, 0, 150994945, 536870913, 2098200, 0, 'AAA9AEAAAAAAAIC/'); + +INSERT INTO `ace_object` (`baseAceObjectId`, `weenieClassId`, `landblock`, `cell`, `posX`, `posY`, `posZ`, `qW`, `qX`, `qY`, `qZ`) +VALUES (2932423033, 2048, 52885, 44, 134.8475, 72.39401, 20.005, 0.9329535, 0, 0, -0.3599969); + +INSERT INTO `ace_object_palette_changes` (`baseAceObjectId`, `subPaletteId`, `offset`, `length`) +VALUES (2932423033, 67109559, 0, 24) + , (2932423033, 67117027, 24, 8) + , (2932423033, 67109566, 32, 8) + , (2932423033, 67110349, 64, 8) + , (2932423033, 67110539, 72, 8) + , (2932423033, 67110349, 40, 24) + , (2932423033, 67110551, 92, 4) + , (2932423033, 67110376, 216, 24) + , (2932423033, 67110378, 160, 8); + +INSERT INTO `ace_object_texture_map_changes` (`baseAceObjectId`, `index`, `oldId`, `newId`) +VALUES (2932423033, 16, 83886232, 83890685) + , (2932423033, 16, 83886668, 83890451) + , (2932423033, 16, 83886837, 83890559) + , (2932423033, 16, 83886684, 83890664) + , (2932423033, 5, 83887064, 83886241) + , (2932423033, 1, 83887064, 83886241) + , (2932423033, 10, 83886796, 83886782) + , (2932423033, 13, 83886796, 83886782) + , (2932423033, 11, 83886788, 83891213) + , (2932423033, 14, 83886788, 83891213) + , (2932423033, 9, 83887061, 83890009) + , (2932423033, 9, 83887060, 83890010) + , (2932423033, 0, 83889072, 83890012) + , (2932423033, 0, 83889342, 83890011) + , (2932423033, 2, 83887066, 83887051) + , (2932423033, 6, 83887066, 83887051) + , (2932423033, 3, 83889344, 83887054) + , (2932423033, 7, 83889344, 83887054) + , (2932423033, 4, 83887068, 83887054) + , (2932423033, 8, 83887068, 83887054); + +INSERT INTO `ace_object_animation_changes` (`baseAceObjectId`, `index`, `animationId`) +VALUES (2932423033, 12, 16777304) + , (2932423033, 15, 16777307) + , (2932423033, 16, 16795665) + , (2932423033, 5, 16777299) + , (2932423033, 1, 16777295) + , (2932423033, 10, 16781867) + , (2932423033, 13, 16781868) + , (2932423033, 11, 16781812) + , (2932423033, 14, 16781813) + , (2932423033, 9, 16777300) + , (2932423033, 0, 16781835) + , (2932423033, 2, 16781866) + , (2932423033, 6, 16781864) + , (2932423033, 3, 16781841) + , (2932423033, 7, 16781840) + , (2932423033, 4, 16781838) + , (2932423033, 8, 16781839); + +INSERT INTO `base_ace_object` (`baseAceObjectId`, `name`, `typeId`, `paletteId`, `ammoType`, `blipColor`, `bitField`, `burden`, `combatUse`, `cooldownDuration`, `cooldownId`, `effects`, `containersCapacity`, `header`, `hookTypeId`, `iconId`, `iconOverlayId`, `iconUnderlayId`, `hookItemTypes`, `itemsCapacity`, `location`, `materialType`, `maxStackSize`, `maxStructure`, `radar`, `pscript`, `spellId`, `stackSize`, `structure`, `targetTypeId`, `usability`, `useRadius`, `validLocations`, `value`, `workmanship`, `animationFrameId`, `defaultScript`, `defaultScriptIntensity`, `elasticity`, `friction`, `locationId`, `modelTableId`, `objectScale`, `physicsBitField`, `physicsTableId`, `motionTableId`, `soundTableId`, `physicsState`, `translucency`, `currentMotionState`) +VALUES (2072080388, 'Koga Hideki', 16, 67108990, 0, 8, 516, 0, 0, 0, 0, 0, 255, 9437238, 0, 100667446, 0, 0, 0, 255, 0, 0, 0, 0, 4, 0, 0, 0, 0, 0, 32, 3, 0, 0, 0, 0, 0, 0, 0, 0, 0, 33554433, 0, 100355, 0, 150994945, 536870913, 6292504, 0, 'AAA9AAAAAAA='); + +INSERT INTO `ace_object` (`baseAceObjectId`, `weenieClassId`, `landblock`, `cell`, `posX`, `posY`, `posZ`, `qW`, `qX`, `qY`, `qZ`) +VALUES (2072080388, 51155, 47127, 63, 176.459, 165.611, 49.905, 0.767556, 0, 0, -0.6409819); + +INSERT INTO `ace_object_palette_changes` (`baseAceObjectId`, `subPaletteId`, `offset`, `length`) +VALUES (2072080388, 67110053, 0, 24) + , (2072080388, 67116998, 24, 8) + , (2072080388, 67110063, 32, 8) + , (2072080388, 67113253, 136, 16) + , (2072080388, 67116864, 152, 8) + , (2072080388, 67113253, 174, 12) + , (2072080388, 67116864, 206, 10) + , (2072080388, 67113253, 72, 8) + , (2072080388, 67116864, 92, 4) + , (2072080388, 67113253, 116, 12) + , (2072080388, 67116864, 128, 8) + , (2072080388, 67113253, 108, 8) + , (2072080388, 67113253, 168, 6) + , (2072080388, 67113253, 160, 8); + +INSERT INTO `ace_object_texture_map_changes` (`baseAceObjectId`, `index`, `oldId`, `newId`) +VALUES (2072080388, 16, 83886232, 83890685) + , (2072080388, 16, 83886668, 83890447) + , (2072080388, 16, 83886837, 83890548) + , (2072080388, 16, 83886684, 83890642); + +INSERT INTO `ace_object_animation_changes` (`baseAceObjectId`, `index`, `animationId`) +VALUES (2072080388, 16, 16795650) + , (2072080388, 5, 16795222) + , (2072080388, 1, 16795220) + , (2072080388, 6, 16795221) + , (2072080388, 2, 16795219) + , (2072080388, 9, 16795212) + , (2072080388, 0, 16795206) + , (2072080388, 13, 16795211) + , (2072080388, 10, 16795209) + , (2072080388, 14, 16795210) + , (2072080388, 11, 16795208) + , (2072080388, 15, 16795217) + , (2072080388, 12, 16795216) + , (2072080388, 3, 16795214) + , (2072080388, 7, 16795215) + , (2072080388, 4, 16795223) + , (2072080388, 8, 16795224); + diff --git a/Database/objects/Vendors_0.sql b/Database/3-Core/objects/Vendors_0.sql similarity index 100% rename from Database/objects/Vendors_0.sql rename to Database/3-Core/objects/Vendors_0.sql diff --git a/Database/objects/Statues_0.sql b/Database/3-Core/objects/WriteablesStatues_0.sql similarity index 67% rename from Database/objects/Statues_0.sql rename to Database/3-Core/objects/WriteablesStatues_0.sql index 1d8a9e2b35..5689f8224b 100644 --- a/Database/objects/Statues_0.sql +++ b/Database/3-Core/objects/WriteablesStatues_0.sql @@ -147,12 +147,6 @@ VALUES (2107986007, 1, 83892459, 83892460) INSERT INTO `ace_object_animation_changes` (`baseAceObjectId`, `index`, `animationId`) VALUES (2107986007, 1, 16784273); -INSERT INTO `base_ace_object` (`baseAceObjectId`, `name`, `typeId`, `paletteId`, `ammoType`, `blipColor`, `bitField`, `burden`, `combatUse`, `cooldownDuration`, `cooldownId`, `effects`, `containersCapacity`, `header`, `hookTypeId`, `iconId`, `iconOverlayId`, `iconUnderlayId`, `hookItemTypes`, `itemsCapacity`, `location`, `materialType`, `maxStackSize`, `maxStructure`, `radar`, `pscript`, `spellId`, `stackSize`, `structure`, `targetTypeId`, `usability`, `useRadius`, `validLocations`, `value`, `workmanship`, `animationFrameId`, `defaultScript`, `defaultScriptIntensity`, `elasticity`, `friction`, `locationId`, `modelTableId`, `objectScale`, `physicsBitField`, `physicsTableId`, `motionTableId`, `soundTableId`, `physicsState`, `translucency`, `currentMotionState`) -VALUES (1920909319, 'Statue of Eleonora du Bellenesse', 8192, 0, 0, 8, 404, 4000, 0, 0, 0, 0, 0, 11534384, 0, 100686582, 0, 0, 0, 0, 0, 0, 0, 0, 4, 0, 0, 0, 0, 0, 48, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 33559093, 3, 32901, 0, 0, 0, 66584, 0, '0'); - -INSERT INTO `ace_object` (`baseAceObjectId`, `weenieClassId`, `landblock`, `cell`, `posX`, `posY`, `posZ`, `qW`, `qX`, `qY`, `qZ`) -VALUES (1920909319, 30044, 10220, 21, 57.7219, 101.185, 80.1048, 1, 0, 0, 0); - INSERT INTO `base_ace_object` (`baseAceObjectId`, `name`, `typeId`, `paletteId`, `ammoType`, `blipColor`, `bitField`, `burden`, `combatUse`, `cooldownDuration`, `cooldownId`, `effects`, `containersCapacity`, `header`, `hookTypeId`, `iconId`, `iconOverlayId`, `iconUnderlayId`, `hookItemTypes`, `itemsCapacity`, `location`, `materialType`, `maxStackSize`, `maxStructure`, `radar`, `pscript`, `spellId`, `stackSize`, `structure`, `targetTypeId`, `usability`, `useRadius`, `validLocations`, `value`, `workmanship`, `animationFrameId`, `defaultScript`, `defaultScriptIntensity`, `elasticity`, `friction`, `locationId`, `modelTableId`, `objectScale`, `physicsBitField`, `physicsTableId`, `motionTableId`, `soundTableId`, `physicsState`, `translucency`, `currentMotionState`) VALUES (1984778287, 'Nullified Statue of a Tumerok', 8192, 67116625, 0, 0, 20, 1800, 0, 0, 0, 0, 0, 2097168, 0, 100667452, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 33559553, 4, 100483, 0, 150995171, 536871052, 1048, 0, 'AAA9AAAAAAA='); @@ -162,36 +156,6 @@ VALUES (1984778287, 19206, 25813, 28, 83.8452, 83.3074, 84.82, 0.7408864, 0, 0, INSERT INTO `ace_object_palette_changes` (`baseAceObjectId`, `subPaletteId`, `offset`, `length`) VALUES (1984778287, 67116656, 0, 0); -INSERT INTO `base_ace_object` (`baseAceObjectId`, `name`, `typeId`, `paletteId`, `ammoType`, `blipColor`, `bitField`, `burden`, `combatUse`, `cooldownDuration`, `cooldownId`, `effects`, `containersCapacity`, `header`, `hookTypeId`, `iconId`, `iconOverlayId`, `iconUnderlayId`, `hookItemTypes`, `itemsCapacity`, `location`, `materialType`, `maxStackSize`, `maxStructure`, `radar`, `pscript`, `spellId`, `stackSize`, `structure`, `targetTypeId`, `usability`, `useRadius`, `validLocations`, `value`, `workmanship`, `animationFrameId`, `defaultScript`, `defaultScriptIntensity`, `elasticity`, `friction`, `locationId`, `modelTableId`, `objectScale`, `physicsBitField`, `physicsTableId`, `motionTableId`, `soundTableId`, `physicsState`, `translucency`, `currentMotionState`) -VALUES (1889558529, 'Statue', 8192, 0, 0, 8, 404, 9000, 0, 0, 0, 0, 0, 11534384, 0, 100670208, 0, 0, 0, 0, 0, 0, 0, 0, 4, 0, 0, 0, 0, 0, 48, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 33556419, 5, 32897, 0, 0, 0, 1048, 0, '0'); - -INSERT INTO `ace_object` (`baseAceObjectId`, `weenieClassId`, `landblock`, `cell`, `posX`, `posY`, `posZ`, `qW`, `qX`, `qY`, `qZ`) -VALUES (1889558529, 6401, 2566, 38, 108.146, 124.673, 68, 1, 0, 0, 0); - -INSERT INTO `base_ace_object` (`baseAceObjectId`, `name`, `typeId`, `paletteId`, `ammoType`, `blipColor`, `bitField`, `burden`, `combatUse`, `cooldownDuration`, `cooldownId`, `effects`, `containersCapacity`, `header`, `hookTypeId`, `iconId`, `iconOverlayId`, `iconUnderlayId`, `hookItemTypes`, `itemsCapacity`, `location`, `materialType`, `maxStackSize`, `maxStructure`, `radar`, `pscript`, `spellId`, `stackSize`, `structure`, `targetTypeId`, `usability`, `useRadius`, `validLocations`, `value`, `workmanship`, `animationFrameId`, `defaultScript`, `defaultScriptIntensity`, `elasticity`, `friction`, `locationId`, `modelTableId`, `objectScale`, `physicsBitField`, `physicsTableId`, `motionTableId`, `soundTableId`, `physicsState`, `translucency`, `currentMotionState`) -VALUES (1889558528, 'Statue', 8192, 0, 0, 8, 404, 9000, 0, 0, 0, 0, 0, 11534384, 0, 100670208, 0, 0, 0, 0, 0, 0, 0, 0, 4, 0, 0, 0, 0, 0, 48, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 33556419, 5, 32897, 0, 0, 0, 1048, 0, '0'); - -INSERT INTO `ace_object` (`baseAceObjectId`, `weenieClassId`, `landblock`, `cell`, `posX`, `posY`, `posZ`, `qW`, `qX`, `qY`, `qZ`) -VALUES (1889558528, 6401, 2566, 33, 106.778, 13.0567, 63.82388, -4.37114E-08, 0, 0, -1); - -INSERT INTO `base_ace_object` (`baseAceObjectId`, `name`, `typeId`, `paletteId`, `ammoType`, `blipColor`, `bitField`, `burden`, `combatUse`, `cooldownDuration`, `cooldownId`, `effects`, `containersCapacity`, `header`, `hookTypeId`, `iconId`, `iconOverlayId`, `iconUnderlayId`, `hookItemTypes`, `itemsCapacity`, `location`, `materialType`, `maxStackSize`, `maxStructure`, `radar`, `pscript`, `spellId`, `stackSize`, `structure`, `targetTypeId`, `usability`, `useRadius`, `validLocations`, `value`, `workmanship`, `animationFrameId`, `defaultScript`, `defaultScriptIntensity`, `elasticity`, `friction`, `locationId`, `modelTableId`, `objectScale`, `physicsBitField`, `physicsTableId`, `motionTableId`, `soundTableId`, `physicsState`, `translucency`, `currentMotionState`) -VALUES (1892712449, 'Statue', 8192, 0, 0, 8, 404, 9000, 0, 0, 0, 0, 0, 11534384, 0, 100670208, 0, 0, 0, 0, 0, 0, 0, 0, 4, 0, 0, 0, 0, 0, 48, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 33556419, 5, 32897, 0, 0, 0, 1048, 0, '0'); - -INSERT INTO `ace_object` (`baseAceObjectId`, `weenieClassId`, `landblock`, `cell`, `posX`, `posY`, `posZ`, `qW`, `qX`, `qY`, `qZ`) -VALUES (1892712449, 6401, 3336, 14, 47.991, 123.971, 22.66258, -0.707107, 0, 0, -0.707107); - -INSERT INTO `base_ace_object` (`baseAceObjectId`, `name`, `typeId`, `paletteId`, `ammoType`, `blipColor`, `bitField`, `burden`, `combatUse`, `cooldownDuration`, `cooldownId`, `effects`, `containersCapacity`, `header`, `hookTypeId`, `iconId`, `iconOverlayId`, `iconUnderlayId`, `hookItemTypes`, `itemsCapacity`, `location`, `materialType`, `maxStackSize`, `maxStructure`, `radar`, `pscript`, `spellId`, `stackSize`, `structure`, `targetTypeId`, `usability`, `useRadius`, `validLocations`, `value`, `workmanship`, `animationFrameId`, `defaultScript`, `defaultScriptIntensity`, `elasticity`, `friction`, `locationId`, `modelTableId`, `objectScale`, `physicsBitField`, `physicsTableId`, `motionTableId`, `soundTableId`, `physicsState`, `translucency`, `currentMotionState`) -VALUES (1892712448, 'Town Statue', 8192, 0, 0, 8, 404, 9000, 0, 0, 0, 0, 0, 11534384, 0, 100670208, 0, 0, 0, 0, 0, 0, 0, 0, 4, 0, 0, 0, 0, 0, 48, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 33556419, 0, 32769, 0, 0, 0, 1048, 0, '0'); - -INSERT INTO `ace_object` (`baseAceObjectId`, `weenieClassId`, `landblock`, `cell`, `posX`, `posY`, `posZ`, `qW`, `qX`, `qY`, `qZ`) -VALUES (1892712448, 6388, 3336, 48, 130.907, 177.518, 27.40417, 0.509868, 0, 0, -0.860253); - -INSERT INTO `base_ace_object` (`baseAceObjectId`, `name`, `typeId`, `paletteId`, `ammoType`, `blipColor`, `bitField`, `burden`, `combatUse`, `cooldownDuration`, `cooldownId`, `effects`, `containersCapacity`, `header`, `hookTypeId`, `iconId`, `iconOverlayId`, `iconUnderlayId`, `hookItemTypes`, `itemsCapacity`, `location`, `materialType`, `maxStackSize`, `maxStructure`, `radar`, `pscript`, `spellId`, `stackSize`, `structure`, `targetTypeId`, `usability`, `useRadius`, `validLocations`, `value`, `workmanship`, `animationFrameId`, `defaultScript`, `defaultScriptIntensity`, `elasticity`, `friction`, `locationId`, `modelTableId`, `objectScale`, `physicsBitField`, `physicsTableId`, `motionTableId`, `soundTableId`, `physicsState`, `translucency`, `currentMotionState`) -VALUES (1933414402, 'Statue of King Varicci II', 8192, 0, 0, 0, 276, 4000, 0, 0, 0, 0, 0, 2097200, 0, 100686580, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 32, 25, 0, 0, 0, 0, 0, 0, 0, 0, 0, 33559094, 5, 34945, 0, 0, 536871026, 66576, 0, '0'); - -INSERT INTO `ace_object` (`baseAceObjectId`, `weenieClassId`, `landblock`, `cell`, `posX`, `posY`, `posZ`, `qW`, `qX`, `qY`, `qZ`) -VALUES (1933414402, 30043, 13273, 19, 59.3836, 59.4684, 52, -4.37114E-08, 0, 0, -1); - INSERT INTO `base_ace_object` (`baseAceObjectId`, `name`, `typeId`, `paletteId`, `ammoType`, `blipColor`, `bitField`, `burden`, `combatUse`, `cooldownDuration`, `cooldownId`, `effects`, `containersCapacity`, `header`, `hookTypeId`, `iconId`, `iconOverlayId`, `iconUnderlayId`, `hookItemTypes`, `itemsCapacity`, `location`, `materialType`, `maxStackSize`, `maxStructure`, `radar`, `pscript`, `spellId`, `stackSize`, `structure`, `targetTypeId`, `usability`, `useRadius`, `validLocations`, `value`, `workmanship`, `animationFrameId`, `defaultScript`, `defaultScriptIntensity`, `elasticity`, `friction`, `locationId`, `modelTableId`, `objectScale`, `physicsBitField`, `physicsTableId`, `motionTableId`, `soundTableId`, `physicsState`, `translucency`, `currentMotionState`) VALUES (2056994891, 'Nullified Statue of a Drudge', 8192, 67112812, 0, 0, 20, 1800, 0, 0, 0, 0, 0, 2097168, 0, 100667445, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 33556445, 3.5, 100483, 0, 150995162, 536871052, 1048, 0, 'AAA9AAAAAAA='); @@ -259,106 +223,6 @@ VALUES (2076831812, 9, 16781837) , (2076831812, 15, 16777335) , (2076831812, 16, 16778313); -INSERT INTO `base_ace_object` (`baseAceObjectId`, `name`, `typeId`, `paletteId`, `ammoType`, `blipColor`, `bitField`, `burden`, `combatUse`, `cooldownDuration`, `cooldownId`, `effects`, `containersCapacity`, `header`, `hookTypeId`, `iconId`, `iconOverlayId`, `iconUnderlayId`, `hookItemTypes`, `itemsCapacity`, `location`, `materialType`, `maxStackSize`, `maxStructure`, `radar`, `pscript`, `spellId`, `stackSize`, `structure`, `targetTypeId`, `usability`, `useRadius`, `validLocations`, `value`, `workmanship`, `animationFrameId`, `defaultScript`, `defaultScriptIntensity`, `elasticity`, `friction`, `locationId`, `modelTableId`, `objectScale`, `physicsBitField`, `physicsTableId`, `motionTableId`, `soundTableId`, `physicsState`, `translucency`, `currentMotionState`) -VALUES (2076823553, 'Sentinel Statue', 8192, 67108990, 0, 0, 276, 4000, 0, 0, 0, 0, 0, 2097200, 0, 100671531, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 32, 25, 0, 0, 0, 0, 0, 0, 0, 0, 0, 33557020, 5, 100483, 0, 150995125, 536871026, 1040, 0, 'AAA9AAAAAAA='); - -INSERT INTO `ace_object` (`baseAceObjectId`, `weenieClassId`, `landblock`, `cell`, `posX`, `posY`, `posZ`, `qW`, `qX`, `qY`, `qZ`) -VALUES (2076823553, 9519, 48285, 15, 36, 154.2, 36.9, -4.37114E-08, 0, 0, -1); - -INSERT INTO `ace_object_palette_changes` (`baseAceObjectId`, `subPaletteId`, `offset`, `length`) -VALUES (2076823553, 67112797, 0, 0); - -INSERT INTO `ace_object_texture_map_changes` (`baseAceObjectId`, `index`, `oldId`, `newId`) -VALUES (2076823553, 0, 83889342, 83891969) - , (2076823553, 0, 83889072, 83891969) - , (2076823553, 1, 83891975, 83891975) - , (2076823553, 1, 83892292, 83892292) - , (2076823553, 2, 83891976, 83891976) - , (2076823553, 2, 83892292, 83892292) - , (2076823553, 5, 83891975, 83891975) - , (2076823553, 5, 83892292, 83892292) - , (2076823553, 6, 83891976, 83891976) - , (2076823553, 6, 83892292, 83892292) - , (2076823553, 9, 83887070, 83892272) - , (2076823553, 9, 83887062, 83892271) - , (2076823553, 10, 83891967, 83892270) - , (2076823553, 11, 83891966, 83892046) - , (2076823553, 12, 83887059, 83887059) - , (2076823553, 13, 83891967, 83892270) - , (2076823553, 14, 83891966, 83892046) - , (2076823553, 15, 83887059, 83887059) - , (2076823553, 16, 83889860, 83892274) - , (2076823553, 16, 83889859, 83891965) - , (2076823553, 16, 83886684, 83890354) - , (2076823553, 16, 83886837, 83890310) - , (2076823553, 16, 83886668, 83890281); - -INSERT INTO `ace_object_animation_changes` (`baseAceObjectId`, `index`, `animationId`) -VALUES (2076823553, 0, 16778359) - , (2076823553, 1, 16783086) - , (2076823553, 2, 16783084) - , (2076823553, 3, 16777708) - , (2076823553, 4, 16777708) - , (2076823553, 5, 16783081) - , (2076823553, 6, 16783085) - , (2076823553, 7, 16777708) - , (2076823553, 8, 16777708) - , (2076823553, 9, 16778425) - , (2076823553, 10, 16783079) - , (2076823553, 11, 16783077) - , (2076823553, 12, 16777334) - , (2076823553, 13, 16783076) - , (2076823553, 14, 16783078) - , (2076823553, 15, 16777335) - , (2076823553, 16, 16783677); - -INSERT INTO `base_ace_object` (`baseAceObjectId`, `name`, `typeId`, `paletteId`, `ammoType`, `blipColor`, `bitField`, `burden`, `combatUse`, `cooldownDuration`, `cooldownId`, `effects`, `containersCapacity`, `header`, `hookTypeId`, `iconId`, `iconOverlayId`, `iconUnderlayId`, `hookItemTypes`, `itemsCapacity`, `location`, `materialType`, `maxStackSize`, `maxStructure`, `radar`, `pscript`, `spellId`, `stackSize`, `structure`, `targetTypeId`, `usability`, `useRadius`, `validLocations`, `value`, `workmanship`, `animationFrameId`, `defaultScript`, `defaultScriptIntensity`, `elasticity`, `friction`, `locationId`, `modelTableId`, `objectScale`, `physicsBitField`, `physicsTableId`, `motionTableId`, `soundTableId`, `physicsState`, `translucency`, `currentMotionState`) -VALUES (2076823552, 'Advocate Statue', 8192, 67108990, 0, 0, 276, 4000, 0, 0, 0, 0, 0, 2097200, 0, 100671531, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 32, 22.5, 0, 0, 0, 0, 0, 0, 0, 0, 0, 33557019, 5, 100483, 0, 150995124, 536871026, 1040, 0, 'AAA9AAAAAAA='); - -INSERT INTO `ace_object` (`baseAceObjectId`, `weenieClassId`, `landblock`, `cell`, `posX`, `posY`, `posZ`, `qW`, `qX`, `qY`, `qZ`) -VALUES (2076823552, 9518, 48285, 15, 36, 157.8, 36.9, 1, 0, 0, 0); - -INSERT INTO `ace_object_palette_changes` (`baseAceObjectId`, `subPaletteId`, `offset`, `length`) -VALUES (2076823552, 67112797, 0, 0); - -INSERT INTO `ace_object_texture_map_changes` (`baseAceObjectId`, `index`, `oldId`, `newId`) -VALUES (2076823552, 0, 83889072, 83886815) - , (2076823552, 0, 83889342, 83886816) - , (2076823552, 1, 83887064, 83886807) - , (2076823552, 2, 83887066, 83887056) - , (2076823552, 3, 83889344, 83886388) - , (2076823552, 4, 83887068, 83887054) - , (2076823552, 5, 83887064, 83886807) - , (2076823552, 6, 83887066, 83887056) - , (2076823552, 7, 83889344, 83886388) - , (2076823552, 8, 83887068, 83887054) - , (2076823552, 9, 83887061, 83886692) - , (2076823552, 9, 83887060, 83886776) - , (2076823552, 10, 83886796, 83886809) - , (2076823552, 11, 83886788, 83886797) - , (2076823552, 12, 83887059, 83889343) - , (2076823552, 13, 83886796, 83886809) - , (2076823552, 14, 83886788, 83886797) - , (2076823552, 15, 83887059, 83889343); - -INSERT INTO `ace_object_animation_changes` (`baseAceObjectId`, `index`, `animationId`) -VALUES (2076823552, 0, 16781842) - , (2076823552, 1, 16781848) - , (2076823552, 2, 16781860) - , (2076823552, 3, 16777292) - , (2076823552, 4, 16777291) - , (2076823552, 5, 16781847) - , (2076823552, 6, 16781857) - , (2076823552, 7, 16777296) - , (2076823552, 8, 16777298) - , (2076823552, 9, 16781837) - , (2076823552, 10, 16781829) - , (2076823552, 11, 16781812) - , (2076823552, 12, 16777334) - , (2076823552, 13, 16781828) - , (2076823552, 14, 16781813) - , (2076823552, 15, 16777335); - INSERT INTO `base_ace_object` (`baseAceObjectId`, `name`, `typeId`, `paletteId`, `ammoType`, `blipColor`, `bitField`, `burden`, `combatUse`, `cooldownDuration`, `cooldownId`, `effects`, `containersCapacity`, `header`, `hookTypeId`, `iconId`, `iconOverlayId`, `iconUnderlayId`, `hookItemTypes`, `itemsCapacity`, `location`, `materialType`, `maxStackSize`, `maxStructure`, `radar`, `pscript`, `spellId`, `stackSize`, `structure`, `targetTypeId`, `usability`, `useRadius`, `validLocations`, `value`, `workmanship`, `animationFrameId`, `defaultScript`, `defaultScriptIntensity`, `elasticity`, `friction`, `locationId`, `modelTableId`, `objectScale`, `physicsBitField`, `physicsTableId`, `motionTableId`, `soundTableId`, `physicsState`, `translucency`, `currentMotionState`) VALUES (2079850568, 'Nullified Statue of a Mosswart', 8192, 67113400, 0, 0, 20, 1800, 0, 0, 0, 0, 0, 2097168, 0, 100667449, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 33557327, 3.5, 100483, 0, 150995166, 536871052, 1048, 0, 'AAA9AAAAAAA='); @@ -599,106 +463,6 @@ VALUES (2013855796, 0, 16783894) , (2013855796, 15, 16777335) , (2013855796, 16, 16787671); -INSERT INTO `base_ace_object` (`baseAceObjectId`, `name`, `typeId`, `paletteId`, `ammoType`, `blipColor`, `bitField`, `burden`, `combatUse`, `cooldownDuration`, `cooldownId`, `effects`, `containersCapacity`, `header`, `hookTypeId`, `iconId`, `iconOverlayId`, `iconUnderlayId`, `hookItemTypes`, `itemsCapacity`, `location`, `materialType`, `maxStackSize`, `maxStructure`, `radar`, `pscript`, `spellId`, `stackSize`, `structure`, `targetTypeId`, `usability`, `useRadius`, `validLocations`, `value`, `workmanship`, `animationFrameId`, `defaultScript`, `defaultScriptIntensity`, `elasticity`, `friction`, `locationId`, `modelTableId`, `objectScale`, `physicsBitField`, `physicsTableId`, `motionTableId`, `soundTableId`, `physicsState`, `translucency`, `currentMotionState`) -VALUES (2014908417, 'Sentinel Statue', 8192, 67108990, 0, 0, 276, 4000, 0, 0, 0, 0, 0, 2097200, 0, 100671531, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 32, 25, 0, 0, 0, 0, 0, 0, 0, 0, 0, 33557020, 5, 100487, 0, 150995125, 536871026, 1040, 0, 'AAA9AAAAAAA='); - -INSERT INTO `ace_object` (`baseAceObjectId`, `weenieClassId`, `landblock`, `cell`, `posX`, `posY`, `posZ`, `qW`, `qX`, `qY`, `qZ`) -VALUES (2014908417, 9519, 33169, 4, 10.2, 84, 132.9, -0.707107, 0, 0, -0.707107); - -INSERT INTO `ace_object_palette_changes` (`baseAceObjectId`, `subPaletteId`, `offset`, `length`) -VALUES (2014908417, 67112797, 0, 0); - -INSERT INTO `ace_object_texture_map_changes` (`baseAceObjectId`, `index`, `oldId`, `newId`) -VALUES (2014908417, 0, 83889342, 83891969) - , (2014908417, 0, 83889072, 83891969) - , (2014908417, 1, 83891975, 83891975) - , (2014908417, 1, 83892292, 83892292) - , (2014908417, 2, 83891976, 83891976) - , (2014908417, 2, 83892292, 83892292) - , (2014908417, 5, 83891975, 83891975) - , (2014908417, 5, 83892292, 83892292) - , (2014908417, 6, 83891976, 83891976) - , (2014908417, 6, 83892292, 83892292) - , (2014908417, 9, 83887070, 83892272) - , (2014908417, 9, 83887062, 83892271) - , (2014908417, 10, 83891967, 83892270) - , (2014908417, 11, 83891966, 83892046) - , (2014908417, 12, 83887059, 83887059) - , (2014908417, 13, 83891967, 83892270) - , (2014908417, 14, 83891966, 83892046) - , (2014908417, 15, 83887059, 83887059) - , (2014908417, 16, 83889860, 83892274) - , (2014908417, 16, 83889859, 83891965) - , (2014908417, 16, 83886684, 83890354) - , (2014908417, 16, 83886837, 83890310) - , (2014908417, 16, 83886668, 83890281); - -INSERT INTO `ace_object_animation_changes` (`baseAceObjectId`, `index`, `animationId`) -VALUES (2014908417, 0, 16778359) - , (2014908417, 1, 16783086) - , (2014908417, 2, 16783084) - , (2014908417, 3, 16777708) - , (2014908417, 4, 16777708) - , (2014908417, 5, 16783081) - , (2014908417, 6, 16783085) - , (2014908417, 7, 16777708) - , (2014908417, 8, 16777708) - , (2014908417, 9, 16778425) - , (2014908417, 10, 16783079) - , (2014908417, 11, 16783077) - , (2014908417, 12, 16777334) - , (2014908417, 13, 16783076) - , (2014908417, 14, 16783078) - , (2014908417, 15, 16777335) - , (2014908417, 16, 16783677); - -INSERT INTO `base_ace_object` (`baseAceObjectId`, `name`, `typeId`, `paletteId`, `ammoType`, `blipColor`, `bitField`, `burden`, `combatUse`, `cooldownDuration`, `cooldownId`, `effects`, `containersCapacity`, `header`, `hookTypeId`, `iconId`, `iconOverlayId`, `iconUnderlayId`, `hookItemTypes`, `itemsCapacity`, `location`, `materialType`, `maxStackSize`, `maxStructure`, `radar`, `pscript`, `spellId`, `stackSize`, `structure`, `targetTypeId`, `usability`, `useRadius`, `validLocations`, `value`, `workmanship`, `animationFrameId`, `defaultScript`, `defaultScriptIntensity`, `elasticity`, `friction`, `locationId`, `modelTableId`, `objectScale`, `physicsBitField`, `physicsTableId`, `motionTableId`, `soundTableId`, `physicsState`, `translucency`, `currentMotionState`) -VALUES (2014908416, 'Advocate Statue', 8192, 67108990, 0, 0, 276, 4000, 0, 0, 0, 0, 0, 2097200, 0, 100671531, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 32, 22.5, 0, 0, 0, 0, 0, 0, 0, 0, 0, 33557019, 5, 100487, 0, 150995124, 536871026, 1040, 0, 'AAA9AAAAAAA='); - -INSERT INTO `ace_object` (`baseAceObjectId`, `weenieClassId`, `landblock`, `cell`, `posX`, `posY`, `posZ`, `qW`, `qX`, `qY`, `qZ`) -VALUES (2014908416, 9518, 33169, 4, 13.8, 84, 132.9, 0.707107, 0, 0, -0.707107); - -INSERT INTO `ace_object_palette_changes` (`baseAceObjectId`, `subPaletteId`, `offset`, `length`) -VALUES (2014908416, 67112797, 0, 0); - -INSERT INTO `ace_object_texture_map_changes` (`baseAceObjectId`, `index`, `oldId`, `newId`) -VALUES (2014908416, 0, 83889072, 83886815) - , (2014908416, 0, 83889342, 83886816) - , (2014908416, 1, 83887064, 83886807) - , (2014908416, 2, 83887066, 83887056) - , (2014908416, 3, 83889344, 83886388) - , (2014908416, 4, 83887068, 83887054) - , (2014908416, 5, 83887064, 83886807) - , (2014908416, 6, 83887066, 83887056) - , (2014908416, 7, 83889344, 83886388) - , (2014908416, 8, 83887068, 83887054) - , (2014908416, 9, 83887061, 83886692) - , (2014908416, 9, 83887060, 83886776) - , (2014908416, 10, 83886796, 83886809) - , (2014908416, 11, 83886788, 83886797) - , (2014908416, 12, 83887059, 83889343) - , (2014908416, 13, 83886796, 83886809) - , (2014908416, 14, 83886788, 83886797) - , (2014908416, 15, 83887059, 83889343); - -INSERT INTO `ace_object_animation_changes` (`baseAceObjectId`, `index`, `animationId`) -VALUES (2014908416, 0, 16781842) - , (2014908416, 1, 16781848) - , (2014908416, 2, 16781860) - , (2014908416, 3, 16777292) - , (2014908416, 4, 16777291) - , (2014908416, 5, 16781847) - , (2014908416, 6, 16781857) - , (2014908416, 7, 16777296) - , (2014908416, 8, 16777298) - , (2014908416, 9, 16781837) - , (2014908416, 10, 16781829) - , (2014908416, 11, 16781812) - , (2014908416, 12, 16777334) - , (2014908416, 13, 16781828) - , (2014908416, 14, 16781813) - , (2014908416, 15, 16777335); - INSERT INTO `base_ace_object` (`baseAceObjectId`, `name`, `typeId`, `paletteId`, `ammoType`, `blipColor`, `bitField`, `burden`, `combatUse`, `cooldownDuration`, `cooldownId`, `effects`, `containersCapacity`, `header`, `hookTypeId`, `iconId`, `iconOverlayId`, `iconUnderlayId`, `hookItemTypes`, `itemsCapacity`, `location`, `materialType`, `maxStackSize`, `maxStructure`, `radar`, `pscript`, `spellId`, `stackSize`, `structure`, `targetTypeId`, `usability`, `useRadius`, `validLocations`, `value`, `workmanship`, `animationFrameId`, `defaultScript`, `defaultScriptIntensity`, `elasticity`, `friction`, `locationId`, `modelTableId`, `objectScale`, `physicsBitField`, `physicsTableId`, `motionTableId`, `soundTableId`, `physicsState`, `translucency`, `currentMotionState`) VALUES (2037522484, 'Nullified Statue of a Golem', 8192, 67112775, 0, 0, 20, 1800, 0, 0, 0, 0, 0, 2097168, 0, 100667940, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 33556426, 3, 100483, 0, 150995163, 536871052, 1048, 0, 'AAA9AAAAAAA='); @@ -768,127 +532,9 @@ VALUES (2138423360, 19194, 63324, 19, 54.7649, 51.5978, 26.82425, 0.9836423, 0, INSERT INTO `ace_object_palette_changes` (`baseAceObjectId`, `subPaletteId`, `offset`, `length`) VALUES (2138423360, 67113810, 0, 0); -INSERT INTO `base_ace_object` (`baseAceObjectId`, `name`, `typeId`, `paletteId`, `ammoType`, `blipColor`, `bitField`, `burden`, `combatUse`, `cooldownDuration`, `cooldownId`, `effects`, `containersCapacity`, `header`, `hookTypeId`, `iconId`, `iconOverlayId`, `iconUnderlayId`, `hookItemTypes`, `itemsCapacity`, `location`, `materialType`, `maxStackSize`, `maxStructure`, `radar`, `pscript`, `spellId`, `stackSize`, `structure`, `targetTypeId`, `usability`, `useRadius`, `validLocations`, `value`, `workmanship`, `animationFrameId`, `defaultScript`, `defaultScriptIntensity`, `elasticity`, `friction`, `locationId`, `modelTableId`, `objectScale`, `physicsBitField`, `physicsTableId`, `motionTableId`, `soundTableId`, `physicsState`, `translucency`, `currentMotionState`) -VALUES (2123681792, 'Advocate Statue', 8192, 67108990, 0, 0, 276, 4000, 0, 0, 0, 0, 0, 2097200, 0, 100671531, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 32, 22.5, 0, 0, 0, 0, 0, 0, 0, 0, 0, 33557019, 5, 100483, 0, 150995124, 536871026, 1040, 0, 'AAA9AAAAAAA='); - -INSERT INTO `ace_object` (`baseAceObjectId`, `weenieClassId`, `landblock`, `cell`, `posX`, `posY`, `posZ`, `qW`, `qX`, `qY`, `qZ`) -VALUES (2123681792, 9518, 59725, 1, 10.7272, 13.2728, 38.9, -0.92388, 0, 0, -0.382683); - -INSERT INTO `ace_object_palette_changes` (`baseAceObjectId`, `subPaletteId`, `offset`, `length`) -VALUES (2123681792, 67112797, 0, 0); - -INSERT INTO `ace_object_texture_map_changes` (`baseAceObjectId`, `index`, `oldId`, `newId`) -VALUES (2123681792, 0, 83889072, 83886815) - , (2123681792, 0, 83889342, 83886816) - , (2123681792, 1, 83887064, 83886807) - , (2123681792, 2, 83887066, 83887056) - , (2123681792, 3, 83889344, 83886388) - , (2123681792, 4, 83887068, 83887054) - , (2123681792, 5, 83887064, 83886807) - , (2123681792, 6, 83887066, 83887056) - , (2123681792, 7, 83889344, 83886388) - , (2123681792, 8, 83887068, 83887054) - , (2123681792, 9, 83887061, 83886692) - , (2123681792, 9, 83887060, 83886776) - , (2123681792, 10, 83886796, 83886809) - , (2123681792, 11, 83886788, 83886797) - , (2123681792, 12, 83887059, 83889343) - , (2123681792, 13, 83886796, 83886809) - , (2123681792, 14, 83886788, 83886797) - , (2123681792, 15, 83887059, 83889343); - -INSERT INTO `ace_object_animation_changes` (`baseAceObjectId`, `index`, `animationId`) -VALUES (2123681792, 0, 16781842) - , (2123681792, 1, 16781848) - , (2123681792, 2, 16781860) - , (2123681792, 3, 16777292) - , (2123681792, 4, 16777291) - , (2123681792, 5, 16781847) - , (2123681792, 6, 16781857) - , (2123681792, 7, 16777296) - , (2123681792, 8, 16777298) - , (2123681792, 9, 16781837) - , (2123681792, 10, 16781829) - , (2123681792, 11, 16781812) - , (2123681792, 12, 16777334) - , (2123681792, 13, 16781828) - , (2123681792, 14, 16781813) - , (2123681792, 15, 16777335); - -INSERT INTO `base_ace_object` (`baseAceObjectId`, `name`, `typeId`, `paletteId`, `ammoType`, `blipColor`, `bitField`, `burden`, `combatUse`, `cooldownDuration`, `cooldownId`, `effects`, `containersCapacity`, `header`, `hookTypeId`, `iconId`, `iconOverlayId`, `iconUnderlayId`, `hookItemTypes`, `itemsCapacity`, `location`, `materialType`, `maxStackSize`, `maxStructure`, `radar`, `pscript`, `spellId`, `stackSize`, `structure`, `targetTypeId`, `usability`, `useRadius`, `validLocations`, `value`, `workmanship`, `animationFrameId`, `defaultScript`, `defaultScriptIntensity`, `elasticity`, `friction`, `locationId`, `modelTableId`, `objectScale`, `physicsBitField`, `physicsTableId`, `motionTableId`, `soundTableId`, `physicsState`, `translucency`, `currentMotionState`) -VALUES (2123681793, 'Sentinel Statue', 8192, 67108990, 0, 0, 276, 4000, 0, 0, 0, 0, 0, 2097200, 0, 100671531, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 32, 25, 0, 0, 0, 0, 0, 0, 0, 0, 0, 33557020, 5, 100483, 0, 150995125, 536871026, 1040, 0, 'AAA9AAAAAAA='); - -INSERT INTO `ace_object` (`baseAceObjectId`, `weenieClassId`, `landblock`, `cell`, `posX`, `posY`, `posZ`, `qW`, `qX`, `qY`, `qZ`) -VALUES (2123681793, 9519, 59725, 1, 13.2728, 10.7272, 38.9, -0.382683, 0, 0, 0.92388); - -INSERT INTO `ace_object_palette_changes` (`baseAceObjectId`, `subPaletteId`, `offset`, `length`) -VALUES (2123681793, 67112797, 0, 0); - -INSERT INTO `ace_object_texture_map_changes` (`baseAceObjectId`, `index`, `oldId`, `newId`) -VALUES (2123681793, 0, 83889342, 83891969) - , (2123681793, 0, 83889072, 83891969) - , (2123681793, 1, 83891975, 83891975) - , (2123681793, 1, 83892292, 83892292) - , (2123681793, 2, 83891976, 83891976) - , (2123681793, 2, 83892292, 83892292) - , (2123681793, 5, 83891975, 83891975) - , (2123681793, 5, 83892292, 83892292) - , (2123681793, 6, 83891976, 83891976) - , (2123681793, 6, 83892292, 83892292) - , (2123681793, 9, 83887070, 83892272) - , (2123681793, 9, 83887062, 83892271) - , (2123681793, 10, 83891967, 83892270) - , (2123681793, 11, 83891966, 83892046) - , (2123681793, 12, 83887059, 83887059) - , (2123681793, 13, 83891967, 83892270) - , (2123681793, 14, 83891966, 83892046) - , (2123681793, 15, 83887059, 83887059) - , (2123681793, 16, 83889860, 83892274) - , (2123681793, 16, 83889859, 83891965) - , (2123681793, 16, 83886684, 83890354) - , (2123681793, 16, 83886837, 83890310) - , (2123681793, 16, 83886668, 83890281); - -INSERT INTO `ace_object_animation_changes` (`baseAceObjectId`, `index`, `animationId`) -VALUES (2123681793, 0, 16778359) - , (2123681793, 1, 16783086) - , (2123681793, 2, 16783084) - , (2123681793, 3, 16777708) - , (2123681793, 4, 16777708) - , (2123681793, 5, 16783081) - , (2123681793, 6, 16783085) - , (2123681793, 7, 16777708) - , (2123681793, 8, 16777708) - , (2123681793, 9, 16778425) - , (2123681793, 10, 16783079) - , (2123681793, 11, 16783077) - , (2123681793, 12, 16777334) - , (2123681793, 13, 16783076) - , (2123681793, 14, 16783078) - , (2123681793, 15, 16777335) - , (2123681793, 16, 16783677); - INSERT INTO `base_ace_object` (`baseAceObjectId`, `name`, `typeId`, `paletteId`, `ammoType`, `blipColor`, `bitField`, `burden`, `combatUse`, `cooldownDuration`, `cooldownId`, `effects`, `containersCapacity`, `header`, `hookTypeId`, `iconId`, `iconOverlayId`, `iconUnderlayId`, `hookItemTypes`, `itemsCapacity`, `location`, `materialType`, `maxStackSize`, `maxStructure`, `radar`, `pscript`, `spellId`, `stackSize`, `structure`, `targetTypeId`, `usability`, `useRadius`, `validLocations`, `value`, `workmanship`, `animationFrameId`, `defaultScript`, `defaultScriptIntensity`, `elasticity`, `friction`, `locationId`, `modelTableId`, `objectScale`, `physicsBitField`, `physicsTableId`, `motionTableId`, `soundTableId`, `physicsState`, `translucency`, `currentMotionState`) VALUES (1884336128, 'Statue', 8192, 0, 0, 8, 148, 9000, 0, 0, 0, 0, 0, 11534384, 0, 100670208, 0, 0, 0, 0, 0, 0, 0, 0, 4, 0, 0, 0, 0, 0, 1, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 33557075, 5, 32897, 0, 0, 0, 1048, 0, '0'); INSERT INTO `ace_object` (`baseAceObjectId`, `weenieClassId`, `landblock`, `cell`, `posX`, `posY`, `posZ`, `qW`, `qX`, `qY`, `qZ`) VALUES (1884336128, 11638, 1291, 7, 8.19378, 151.334, 76.12009, 0.930081, 0, 0, -0.367355); -INSERT INTO `base_ace_object` (`baseAceObjectId`, `name`, `typeId`, `paletteId`, `ammoType`, `blipColor`, `bitField`, `burden`, `combatUse`, `cooldownDuration`, `cooldownId`, `effects`, `containersCapacity`, `header`, `hookTypeId`, `iconId`, `iconOverlayId`, `iconUnderlayId`, `hookItemTypes`, `itemsCapacity`, `location`, `materialType`, `maxStackSize`, `maxStructure`, `radar`, `pscript`, `spellId`, `stackSize`, `structure`, `targetTypeId`, `usability`, `useRadius`, `validLocations`, `value`, `workmanship`, `animationFrameId`, `defaultScript`, `defaultScriptIntensity`, `elasticity`, `friction`, `locationId`, `modelTableId`, `objectScale`, `physicsBitField`, `physicsTableId`, `motionTableId`, `soundTableId`, `physicsState`, `translucency`, `currentMotionState`) -VALUES (1884348434, 'Statue', 8192, 0, 0, 8, 404, 9000, 0, 0, 0, 0, 0, 11534384, 0, 100670208, 0, 0, 0, 0, 0, 0, 0, 0, 4, 0, 0, 0, 0, 0, 48, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 33557076, 5, 32897, 0, 0, 0, 1048, 0, '0'); - -INSERT INTO `ace_object` (`baseAceObjectId`, `weenieClassId`, `landblock`, `cell`, `posX`, `posY`, `posZ`, `qW`, `qX`, `qY`, `qZ`) -VALUES (1884348434, 11639, 1294, 43, 130.678, 66.5376, 22.65497, 0.983225, 0, 0, 0.182399); - -INSERT INTO `base_ace_object` (`baseAceObjectId`, `name`, `typeId`, `paletteId`, `ammoType`, `blipColor`, `bitField`, `burden`, `combatUse`, `cooldownDuration`, `cooldownId`, `effects`, `containersCapacity`, `header`, `hookTypeId`, `iconId`, `iconOverlayId`, `iconUnderlayId`, `hookItemTypes`, `itemsCapacity`, `location`, `materialType`, `maxStackSize`, `maxStructure`, `radar`, `pscript`, `spellId`, `stackSize`, `structure`, `targetTypeId`, `usability`, `useRadius`, `validLocations`, `value`, `workmanship`, `animationFrameId`, `defaultScript`, `defaultScriptIntensity`, `elasticity`, `friction`, `locationId`, `modelTableId`, `objectScale`, `physicsBitField`, `physicsTableId`, `motionTableId`, `soundTableId`, `physicsState`, `translucency`, `currentMotionState`) -VALUES (1881890829, 'Town Statue', 8192, 0, 0, 8, 404, 9000, 0, 0, 0, 0, 0, 11534384, 0, 100670208, 0, 0, 0, 0, 0, 0, 0, 0, 4, 0, 0, 0, 0, 0, 48, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 33556419, 0, 32769, 0, 0, 0, 1048, 0, '0'); - -INSERT INTO `ace_object` (`baseAceObjectId`, `weenieClassId`, `landblock`, `cell`, `posX`, `posY`, `posZ`, `qW`, `qX`, `qY`, `qZ`) -VALUES (1881890829, 6388, 694, 298, 93, -295.086, -42, 0.707107, 0, 0, -0.707107); - -INSERT INTO `base_ace_object` (`baseAceObjectId`, `name`, `typeId`, `paletteId`, `ammoType`, `blipColor`, `bitField`, `burden`, `combatUse`, `cooldownDuration`, `cooldownId`, `effects`, `containersCapacity`, `header`, `hookTypeId`, `iconId`, `iconOverlayId`, `iconUnderlayId`, `hookItemTypes`, `itemsCapacity`, `location`, `materialType`, `maxStackSize`, `maxStructure`, `radar`, `pscript`, `spellId`, `stackSize`, `structure`, `targetTypeId`, `usability`, `useRadius`, `validLocations`, `value`, `workmanship`, `animationFrameId`, `defaultScript`, `defaultScriptIntensity`, `elasticity`, `friction`, `locationId`, `modelTableId`, `objectScale`, `physicsBitField`, `physicsTableId`, `motionTableId`, `soundTableId`, `physicsState`, `translucency`, `currentMotionState`) -VALUES (1882046542, 'Town Statue', 8192, 0, 0, 8, 404, 9000, 0, 0, 0, 0, 0, 11534384, 0, 100670208, 0, 0, 0, 0, 0, 0, 0, 0, 4, 0, 0, 0, 0, 0, 48, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 33556419, 0, 32769, 0, 0, 0, 1048, 0, '0'); - -INSERT INTO `ace_object` (`baseAceObjectId`, `weenieClassId`, `landblock`, `cell`, `posX`, `posY`, `posZ`, `qW`, `qX`, `qY`, `qZ`) -VALUES (1882046542, 6388, 732, 638, 481.578, -158.533, -30, 0.914771, 0, 0, -0.403973); - diff --git a/Database/weenies/Admins.sql b/Database/3-Core/weenies/Admins.sql similarity index 100% rename from Database/weenies/Admins.sql rename to Database/3-Core/weenies/Admins.sql diff --git a/Database/weenies/Bindstones.sql b/Database/3-Core/weenies/Bindstones.sql similarity index 100% rename from Database/weenies/Bindstones.sql rename to Database/3-Core/weenies/Bindstones.sql diff --git a/Database/weenies/Books.sql b/Database/3-Core/weenies/Books.sql similarity index 100% rename from Database/weenies/Books.sql rename to Database/3-Core/weenies/Books.sql diff --git a/Database/weenies/PackToys.sql b/Database/3-Core/weenies/BooksPackToys.sql similarity index 100% rename from Database/weenies/PackToys.sql rename to Database/3-Core/weenies/BooksPackToys.sql diff --git a/Database/3-Core/weenies/BooksScrolls.sql b/Database/3-Core/weenies/BooksScrolls.sql new file mode 100644 index 0000000000..f7db1c1536 --- /dev/null +++ b/Database/3-Core/weenies/BooksScrolls.sql @@ -0,0 +1,60 @@ +INSERT INTO `base_ace_object` (`baseAceObjectId`, `name`, `typeId`, `paletteId`, `ammoType`, `blipColor`, `bitField`, `burden`, `combatUse`, `cooldownDuration`, `cooldownId`, `effects`, `containersCapacity`, `header`, `hookTypeId`, `iconId`, `iconOverlayId`, `iconUnderlayId`, `hookItemTypes`, `itemsCapacity`, `location`, `materialType`, `maxStackSize`, `maxStructure`, `radar`, `pscript`, `spellId`, `stackSize`, `structure`, `targetTypeId`, `usability`, `useRadius`, `validLocations`, `value`, `workmanship`, `animationFrameId`, `defaultScript`, `defaultScriptIntensity`, `elasticity`, `friction`, `locationId`, `modelTableId`, `objectScale`, `physicsBitField`, `physicsTableId`, `motionTableId`, `soundTableId`, `physicsState`, `translucency`, `currentMotionState`) +VALUES (9010, 'Unreadable Scroll', 8192, 0, 0, 0, 274, 50, 0, 0, 0, 0, 0, 2113560, 0, 100669876, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 8, 0, 0, 10, 0, 101, 0, 0, 0, 0, 0, 33554826, 1.5, 135297, 872415275, 0, 0, 1044, 0, '0'); + +INSERT INTO weenie_class (`weenieClassId`, `baseAceObjectId`) +VALUES (9010, 9010); + +INSERT INTO `base_ace_object` (`baseAceObjectId`, `name`, `typeId`, `paletteId`, `ammoType`, `blipColor`, `bitField`, `burden`, `combatUse`, `cooldownDuration`, `cooldownId`, `effects`, `containersCapacity`, `header`, `hookTypeId`, `iconId`, `iconOverlayId`, `iconUnderlayId`, `hookItemTypes`, `itemsCapacity`, `location`, `materialType`, `maxStackSize`, `maxStructure`, `radar`, `pscript`, `spellId`, `stackSize`, `structure`, `targetTypeId`, `usability`, `useRadius`, `validLocations`, `value`, `workmanship`, `animationFrameId`, `defaultScript`, `defaultScriptIntensity`, `elasticity`, `friction`, `locationId`, `modelTableId`, `objectScale`, `physicsBitField`, `physicsTableId`, `motionTableId`, `soundTableId`, `physicsState`, `translucency`, `currentMotionState`) +VALUES (51921, 'Sealed Scroll for Commander Presk', 8192, 0, 0, 0, 274, 25, 0, 0, 0, 0, 0, 2113552, 0, 100667503, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 101, 0, 0, 0, 0, 0, 33554776, 0, 137217, 872415275, 0, 536870932, 1044, 0, '0'); + +INSERT INTO weenie_class (`weenieClassId`, `baseAceObjectId`) +VALUES (51921, 51921); + +INSERT INTO `base_ace_object` (`baseAceObjectId`, `name`, `typeId`, `paletteId`, `ammoType`, `blipColor`, `bitField`, `burden`, `combatUse`, `cooldownDuration`, `cooldownId`, `effects`, `containersCapacity`, `header`, `hookTypeId`, `iconId`, `iconOverlayId`, `iconUnderlayId`, `hookItemTypes`, `itemsCapacity`, `location`, `materialType`, `maxStackSize`, `maxStructure`, `radar`, `pscript`, `spellId`, `stackSize`, `structure`, `targetTypeId`, `usability`, `useRadius`, `validLocations`, `value`, `workmanship`, `animationFrameId`, `defaultScript`, `defaultScriptIntensity`, `elasticity`, `friction`, `locationId`, `modelTableId`, `objectScale`, `physicsBitField`, `physicsTableId`, `motionTableId`, `soundTableId`, `physicsState`, `translucency`, `currentMotionState`) +VALUES (38246, 'Scroll of Prophecy', 8192, 0, 0, 0, 272, 25, 0, 0, 0, 0, 0, 2113584, 0, 100668176, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 8, 1.5, 0, 0, 0, 101, 0, 0, 0, 0, 0, 33554776, 0, 137217, 872415275, 0, 536870932, 1044, 0, '0'); + +INSERT INTO weenie_class (`weenieClassId`, `baseAceObjectId`) +VALUES (38246, 38246); + +INSERT INTO `base_ace_object` (`baseAceObjectId`, `name`, `typeId`, `paletteId`, `ammoType`, `blipColor`, `bitField`, `burden`, `combatUse`, `cooldownDuration`, `cooldownId`, `effects`, `containersCapacity`, `header`, `hookTypeId`, `iconId`, `iconOverlayId`, `iconUnderlayId`, `hookItemTypes`, `itemsCapacity`, `location`, `materialType`, `maxStackSize`, `maxStructure`, `radar`, `pscript`, `spellId`, `stackSize`, `structure`, `targetTypeId`, `usability`, `useRadius`, `validLocations`, `value`, `workmanship`, `animationFrameId`, `defaultScript`, `defaultScriptIntensity`, `elasticity`, `friction`, `locationId`, `modelTableId`, `objectScale`, `physicsBitField`, `physicsTableId`, `motionTableId`, `soundTableId`, `physicsState`, `translucency`, `currentMotionState`) +VALUES (8505, 'Damp Scroll', 8192, 0, 0, 0, 272, 25, 0, 0, 0, 0, 0, 2113560, 0, 100667503, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 8, 0, 0, 90, 0, 101, 0, 0, 0, 0, 0, 33554773, 0, 137217, 872415275, 0, 536870932, 1044, 0, '0'); + +INSERT INTO weenie_class (`weenieClassId`, `baseAceObjectId`) +VALUES (8505, 8505); + +INSERT INTO `base_ace_object` (`baseAceObjectId`, `name`, `typeId`, `paletteId`, `ammoType`, `blipColor`, `bitField`, `burden`, `combatUse`, `cooldownDuration`, `cooldownId`, `effects`, `containersCapacity`, `header`, `hookTypeId`, `iconId`, `iconOverlayId`, `iconUnderlayId`, `hookItemTypes`, `itemsCapacity`, `location`, `materialType`, `maxStackSize`, `maxStructure`, `radar`, `pscript`, `spellId`, `stackSize`, `structure`, `targetTypeId`, `usability`, `useRadius`, `validLocations`, `value`, `workmanship`, `animationFrameId`, `defaultScript`, `defaultScriptIntensity`, `elasticity`, `friction`, `locationId`, `modelTableId`, `objectScale`, `physicsBitField`, `physicsTableId`, `motionTableId`, `soundTableId`, `physicsState`, `translucency`, `currentMotionState`) +VALUES (6411, 'Elaborate Scroll', 8192, 0, 0, 0, 272, 25, 0, 0, 0, 0, 0, 2113592, 0, 100667503, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 8, 1, 0, 3, 0, 101, 0, 0, 0, 0, 0, 33554773, 0, 137217, 872415275, 0, 536870932, 1044, 0, '0'); + +INSERT INTO weenie_class (`weenieClassId`, `baseAceObjectId`) +VALUES (6411, 6411); + +INSERT INTO `base_ace_object` (`baseAceObjectId`, `name`, `typeId`, `paletteId`, `ammoType`, `blipColor`, `bitField`, `burden`, `combatUse`, `cooldownDuration`, `cooldownId`, `effects`, `containersCapacity`, `header`, `hookTypeId`, `iconId`, `iconOverlayId`, `iconUnderlayId`, `hookItemTypes`, `itemsCapacity`, `location`, `materialType`, `maxStackSize`, `maxStructure`, `radar`, `pscript`, `spellId`, `stackSize`, `structure`, `targetTypeId`, `usability`, `useRadius`, `validLocations`, `value`, `workmanship`, `animationFrameId`, `defaultScript`, `defaultScriptIntensity`, `elasticity`, `friction`, `locationId`, `modelTableId`, `objectScale`, `physicsBitField`, `physicsTableId`, `motionTableId`, `soundTableId`, `physicsState`, `translucency`, `currentMotionState`) +VALUES (22253, 'Ulgrim''s Scroll', 8192, 0, 0, 0, 274, 100, 0, 0, 0, 0, 0, 2097168, 0, 100673883, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 8, 0, 0, 0, 0, 101, 0, 0, 0, 0, 0, 33554826, 1.5, 168065, 872415275, 0, 0, 1044, 0, '0'); + +INSERT INTO weenie_class (`weenieClassId`, `baseAceObjectId`) +VALUES (22253, 22253); + +INSERT INTO `base_ace_object` (`baseAceObjectId`, `name`, `typeId`, `paletteId`, `ammoType`, `blipColor`, `bitField`, `burden`, `combatUse`, `cooldownDuration`, `cooldownId`, `effects`, `containersCapacity`, `header`, `hookTypeId`, `iconId`, `iconOverlayId`, `iconUnderlayId`, `hookItemTypes`, `itemsCapacity`, `location`, `materialType`, `maxStackSize`, `maxStructure`, `radar`, `pscript`, `spellId`, `stackSize`, `structure`, `targetTypeId`, `usability`, `useRadius`, `validLocations`, `value`, `workmanship`, `animationFrameId`, `defaultScript`, `defaultScriptIntensity`, `elasticity`, `friction`, `locationId`, `modelTableId`, `objectScale`, `physicsBitField`, `physicsTableId`, `motionTableId`, `soundTableId`, `physicsState`, `translucency`, `currentMotionState`) +VALUES (51922, 'Sealed Scroll for Raksaa', 8192, 0, 0, 0, 274, 25, 0, 0, 0, 0, 0, 2113552, 0, 100667503, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 101, 0, 0, 0, 0, 0, 33554776, 0, 137217, 872415275, 0, 536870932, 1044, 0, '0'); + +INSERT INTO weenie_class (`weenieClassId`, `baseAceObjectId`) +VALUES (51922, 51922); + +INSERT INTO `base_ace_object` (`baseAceObjectId`, `name`, `typeId`, `paletteId`, `ammoType`, `blipColor`, `bitField`, `burden`, `combatUse`, `cooldownDuration`, `cooldownId`, `effects`, `containersCapacity`, `header`, `hookTypeId`, `iconId`, `iconOverlayId`, `iconUnderlayId`, `hookItemTypes`, `itemsCapacity`, `location`, `materialType`, `maxStackSize`, `maxStructure`, `radar`, `pscript`, `spellId`, `stackSize`, `structure`, `targetTypeId`, `usability`, `useRadius`, `validLocations`, `value`, `workmanship`, `animationFrameId`, `defaultScript`, `defaultScriptIntensity`, `elasticity`, `friction`, `locationId`, `modelTableId`, `objectScale`, `physicsBitField`, `physicsTableId`, `motionTableId`, `soundTableId`, `physicsState`, `translucency`, `currentMotionState`) +VALUES (8812, 'Esard''s Life Magic Scroll', 128, 0, 0, 0, 272, 50, 0, 0, 0, 0, 0, 2113592, 0, 100671183, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 8, 1, 0, 1000, 0, 0, 0, 0, 0, 0, 0, 33555391, 0.2, 268417, 872415275, 0, 536870932, 1044, 0.5, '0'); + +INSERT INTO weenie_class (`weenieClassId`, `baseAceObjectId`) +VALUES (8812, 8812); + +INSERT INTO `base_ace_object` (`baseAceObjectId`, `name`, `typeId`, `paletteId`, `ammoType`, `blipColor`, `bitField`, `burden`, `combatUse`, `cooldownDuration`, `cooldownId`, `effects`, `containersCapacity`, `header`, `hookTypeId`, `iconId`, `iconOverlayId`, `iconUnderlayId`, `hookItemTypes`, `itemsCapacity`, `location`, `materialType`, `maxStackSize`, `maxStructure`, `radar`, `pscript`, `spellId`, `stackSize`, `structure`, `targetTypeId`, `usability`, `useRadius`, `validLocations`, `value`, `workmanship`, `animationFrameId`, `defaultScript`, `defaultScriptIntensity`, `elasticity`, `friction`, `locationId`, `modelTableId`, `objectScale`, `physicsBitField`, `physicsTableId`, `motionTableId`, `soundTableId`, `physicsState`, `translucency`, `currentMotionState`) +VALUES (8811, 'Nelamar''s War Magic Scroll', 128, 0, 0, 0, 272, 50, 0, 0, 0, 0, 0, 2113592, 0, 100671183, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 8, 1, 0, 1000, 0, 0, 0, 0, 0, 0, 0, 33555391, 0.2, 268417, 872415275, 0, 536870932, 1044, 0.5, '0'); + +INSERT INTO weenie_class (`weenieClassId`, `baseAceObjectId`) +VALUES (8811, 8811); + +INSERT INTO `base_ace_object` (`baseAceObjectId`, `name`, `typeId`, `paletteId`, `ammoType`, `blipColor`, `bitField`, `burden`, `combatUse`, `cooldownDuration`, `cooldownId`, `effects`, `containersCapacity`, `header`, `hookTypeId`, `iconId`, `iconOverlayId`, `iconUnderlayId`, `hookItemTypes`, `itemsCapacity`, `location`, `materialType`, `maxStackSize`, `maxStructure`, `radar`, `pscript`, `spellId`, `stackSize`, `structure`, `targetTypeId`, `usability`, `useRadius`, `validLocations`, `value`, `workmanship`, `animationFrameId`, `defaultScript`, `defaultScriptIntensity`, `elasticity`, `friction`, `locationId`, `modelTableId`, `objectScale`, `physicsBitField`, `physicsTableId`, `motionTableId`, `soundTableId`, `physicsState`, `translucency`, `currentMotionState`) +VALUES (8810, 'Geraux''s Life Magic Scroll', 128, 0, 0, 0, 272, 50, 0, 0, 0, 0, 0, 2113592, 0, 100671183, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 8, 1, 0, 1000, 0, 0, 0, 0, 0, 0, 0, 33555391, 0.2, 268417, 872415275, 0, 536870932, 1044, 0.5, '0'); + +INSERT INTO weenie_class (`weenieClassId`, `baseAceObjectId`) +VALUES (8810, 8810); + diff --git a/Database/weenies/ShardVigil.sql b/Database/3-Core/weenies/BooksShardVigil.sql similarity index 100% rename from Database/weenies/ShardVigil.sql rename to Database/3-Core/weenies/BooksShardVigil.sql diff --git a/Database/weenies/BookStatics.sql b/Database/3-Core/weenies/BooksStatics.sql similarity index 100% rename from Database/weenies/BookStatics.sql rename to Database/3-Core/weenies/BooksStatics.sql diff --git a/Database/3-Core/weenies/BooksStatues.sql b/Database/3-Core/weenies/BooksStatues.sql new file mode 100644 index 0000000000..3481355dc7 --- /dev/null +++ b/Database/3-Core/weenies/BooksStatues.sql @@ -0,0 +1,130 @@ +INSERT INTO `base_ace_object` (`baseAceObjectId`, `name`, `typeId`, `paletteId`, `ammoType`, `blipColor`, `bitField`, `burden`, `combatUse`, `cooldownDuration`, `cooldownId`, `effects`, `containersCapacity`, `header`, `hookTypeId`, `iconId`, `iconOverlayId`, `iconUnderlayId`, `hookItemTypes`, `itemsCapacity`, `location`, `materialType`, `maxStackSize`, `maxStructure`, `radar`, `pscript`, `spellId`, `stackSize`, `structure`, `targetTypeId`, `usability`, `useRadius`, `validLocations`, `value`, `workmanship`, `animationFrameId`, `defaultScript`, `defaultScriptIntensity`, `elasticity`, `friction`, `locationId`, `modelTableId`, `objectScale`, `physicsBitField`, `physicsTableId`, `motionTableId`, `soundTableId`, `physicsState`, `translucency`, `currentMotionState`) +VALUES (30044, 'Statue of Eleonora du Bellenesse', 8192, 0, 0, 8, 404, 4000, 0, 0, 0, 0, 0, 11534384, 0, 100686582, 0, 0, 0, 0, 0, 0, 0, 0, 4, 0, 0, 0, 0, 0, 48, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 33559093, 3, 32901, 0, 0, 0, 66584, 0, '0'); + +INSERT INTO weenie_class (`weenieClassId`, `baseAceObjectId`) +VALUES (30044, 30044); + +INSERT INTO `base_ace_object` (`baseAceObjectId`, `name`, `typeId`, `paletteId`, `ammoType`, `blipColor`, `bitField`, `burden`, `combatUse`, `cooldownDuration`, `cooldownId`, `effects`, `containersCapacity`, `header`, `hookTypeId`, `iconId`, `iconOverlayId`, `iconUnderlayId`, `hookItemTypes`, `itemsCapacity`, `location`, `materialType`, `maxStackSize`, `maxStructure`, `radar`, `pscript`, `spellId`, `stackSize`, `structure`, `targetTypeId`, `usability`, `useRadius`, `validLocations`, `value`, `workmanship`, `animationFrameId`, `defaultScript`, `defaultScriptIntensity`, `elasticity`, `friction`, `locationId`, `modelTableId`, `objectScale`, `physicsBitField`, `physicsTableId`, `motionTableId`, `soundTableId`, `physicsState`, `translucency`, `currentMotionState`) +VALUES (6401, 'Statue', 8192, 0, 0, 8, 404, 9000, 0, 0, 0, 0, 0, 11534384, 0, 100670208, 0, 0, 0, 0, 0, 0, 0, 0, 4, 0, 0, 0, 0, 0, 48, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 33556419, 5, 32897, 0, 0, 0, 1048, 0, '0'); + +INSERT INTO weenie_class (`weenieClassId`, `baseAceObjectId`) +VALUES (6401, 6401); + +INSERT INTO `base_ace_object` (`baseAceObjectId`, `name`, `typeId`, `paletteId`, `ammoType`, `blipColor`, `bitField`, `burden`, `combatUse`, `cooldownDuration`, `cooldownId`, `effects`, `containersCapacity`, `header`, `hookTypeId`, `iconId`, `iconOverlayId`, `iconUnderlayId`, `hookItemTypes`, `itemsCapacity`, `location`, `materialType`, `maxStackSize`, `maxStructure`, `radar`, `pscript`, `spellId`, `stackSize`, `structure`, `targetTypeId`, `usability`, `useRadius`, `validLocations`, `value`, `workmanship`, `animationFrameId`, `defaultScript`, `defaultScriptIntensity`, `elasticity`, `friction`, `locationId`, `modelTableId`, `objectScale`, `physicsBitField`, `physicsTableId`, `motionTableId`, `soundTableId`, `physicsState`, `translucency`, `currentMotionState`) +VALUES (6388, 'Town Statue', 8192, 0, 0, 8, 404, 9000, 0, 0, 0, 0, 0, 11534384, 0, 100670208, 0, 0, 0, 0, 0, 0, 0, 0, 4, 0, 0, 0, 0, 0, 48, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 33556419, 0, 32769, 0, 0, 0, 1048, 0, '0'); + +INSERT INTO weenie_class (`weenieClassId`, `baseAceObjectId`) +VALUES (6388, 6388); + +INSERT INTO `base_ace_object` (`baseAceObjectId`, `name`, `typeId`, `paletteId`, `ammoType`, `blipColor`, `bitField`, `burden`, `combatUse`, `cooldownDuration`, `cooldownId`, `effects`, `containersCapacity`, `header`, `hookTypeId`, `iconId`, `iconOverlayId`, `iconUnderlayId`, `hookItemTypes`, `itemsCapacity`, `location`, `materialType`, `maxStackSize`, `maxStructure`, `radar`, `pscript`, `spellId`, `stackSize`, `structure`, `targetTypeId`, `usability`, `useRadius`, `validLocations`, `value`, `workmanship`, `animationFrameId`, `defaultScript`, `defaultScriptIntensity`, `elasticity`, `friction`, `locationId`, `modelTableId`, `objectScale`, `physicsBitField`, `physicsTableId`, `motionTableId`, `soundTableId`, `physicsState`, `translucency`, `currentMotionState`) +VALUES (30043, 'Statue of King Varicci II', 8192, 0, 0, 0, 276, 4000, 0, 0, 0, 0, 0, 2097200, 0, 100686580, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 32, 25, 0, 0, 0, 0, 0, 0, 0, 0, 0, 33559094, 5, 34945, 0, 0, 536871026, 66576, 0, '0'); + +INSERT INTO weenie_class (`weenieClassId`, `baseAceObjectId`) +VALUES (30043, 30043); + +INSERT INTO `base_ace_object` (`baseAceObjectId`, `name`, `typeId`, `paletteId`, `ammoType`, `blipColor`, `bitField`, `burden`, `combatUse`, `cooldownDuration`, `cooldownId`, `effects`, `containersCapacity`, `header`, `hookTypeId`, `iconId`, `iconOverlayId`, `iconUnderlayId`, `hookItemTypes`, `itemsCapacity`, `location`, `materialType`, `maxStackSize`, `maxStructure`, `radar`, `pscript`, `spellId`, `stackSize`, `structure`, `targetTypeId`, `usability`, `useRadius`, `validLocations`, `value`, `workmanship`, `animationFrameId`, `defaultScript`, `defaultScriptIntensity`, `elasticity`, `friction`, `locationId`, `modelTableId`, `objectScale`, `physicsBitField`, `physicsTableId`, `motionTableId`, `soundTableId`, `physicsState`, `translucency`, `currentMotionState`) +VALUES (9519, 'Sentinel Statue', 8192, 67108990, 0, 0, 276, 4000, 0, 0, 0, 0, 0, 2097200, 0, 100671531, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 32, 25, 0, 0, 0, 0, 0, 0, 0, 0, 0, 33557020, 5, 100483, 0, 150995125, 536871026, 1040, 0, 'AAA9AAAAAAA='); + +INSERT INTO weenie_class (`weenieClassId`, `baseAceObjectId`) +VALUES (9519, 9519); + +INSERT INTO `weenie_palette_changes` (`weenieClassId`, `subPaletteId`, `offset`, `length`) +VALUES (9519, 67112797, 0, 0); + +INSERT INTO `weenie_texture_map_changes` (`weenieClassId`, `index`, `oldId`, `newId`) +VALUES (9519, 0, 83889342, 83891969) + , (9519, 0, 83889072, 83891969) + , (9519, 1, 83891975, 83891975) + , (9519, 1, 83892292, 83892292) + , (9519, 2, 83891976, 83891976) + , (9519, 2, 83892292, 83892292) + , (9519, 5, 83891975, 83891975) + , (9519, 5, 83892292, 83892292) + , (9519, 6, 83891976, 83891976) + , (9519, 6, 83892292, 83892292) + , (9519, 9, 83887070, 83892272) + , (9519, 9, 83887062, 83892271) + , (9519, 10, 83891967, 83892270) + , (9519, 11, 83891966, 83892046) + , (9519, 12, 83887059, 83887059) + , (9519, 13, 83891967, 83892270) + , (9519, 14, 83891966, 83892046) + , (9519, 15, 83887059, 83887059) + , (9519, 16, 83889860, 83892274) + , (9519, 16, 83889859, 83891965) + , (9519, 16, 83886684, 83890354) + , (9519, 16, 83886837, 83890310) + , (9519, 16, 83886668, 83890281); + +INSERT INTO `weenie_animation_changes` (`weenieClassId`, `index`, `animationId`) +VALUES (9519, 0, 16778359) + , (9519, 1, 16783086) + , (9519, 2, 16783084) + , (9519, 3, 16777708) + , (9519, 4, 16777708) + , (9519, 5, 16783081) + , (9519, 6, 16783085) + , (9519, 7, 16777708) + , (9519, 8, 16777708) + , (9519, 9, 16778425) + , (9519, 10, 16783079) + , (9519, 11, 16783077) + , (9519, 12, 16777334) + , (9519, 13, 16783076) + , (9519, 14, 16783078) + , (9519, 15, 16777335) + , (9519, 16, 16783677); + +INSERT INTO `base_ace_object` (`baseAceObjectId`, `name`, `typeId`, `paletteId`, `ammoType`, `blipColor`, `bitField`, `burden`, `combatUse`, `cooldownDuration`, `cooldownId`, `effects`, `containersCapacity`, `header`, `hookTypeId`, `iconId`, `iconOverlayId`, `iconUnderlayId`, `hookItemTypes`, `itemsCapacity`, `location`, `materialType`, `maxStackSize`, `maxStructure`, `radar`, `pscript`, `spellId`, `stackSize`, `structure`, `targetTypeId`, `usability`, `useRadius`, `validLocations`, `value`, `workmanship`, `animationFrameId`, `defaultScript`, `defaultScriptIntensity`, `elasticity`, `friction`, `locationId`, `modelTableId`, `objectScale`, `physicsBitField`, `physicsTableId`, `motionTableId`, `soundTableId`, `physicsState`, `translucency`, `currentMotionState`) +VALUES (9518, 'Advocate Statue', 8192, 67108990, 0, 0, 276, 4000, 0, 0, 0, 0, 0, 2097200, 0, 100671531, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 32, 22.5, 0, 0, 0, 0, 0, 0, 0, 0, 0, 33557019, 5, 100483, 0, 150995124, 536871026, 1040, 0, 'AAA9AAAAAAA='); + +INSERT INTO weenie_class (`weenieClassId`, `baseAceObjectId`) +VALUES (9518, 9518); + +INSERT INTO `weenie_palette_changes` (`weenieClassId`, `subPaletteId`, `offset`, `length`) +VALUES (9518, 67112797, 0, 0); + +INSERT INTO `weenie_texture_map_changes` (`weenieClassId`, `index`, `oldId`, `newId`) +VALUES (9518, 0, 83889072, 83886815) + , (9518, 0, 83889342, 83886816) + , (9518, 1, 83887064, 83886807) + , (9518, 2, 83887066, 83887056) + , (9518, 3, 83889344, 83886388) + , (9518, 4, 83887068, 83887054) + , (9518, 5, 83887064, 83886807) + , (9518, 6, 83887066, 83887056) + , (9518, 7, 83889344, 83886388) + , (9518, 8, 83887068, 83887054) + , (9518, 9, 83887061, 83886692) + , (9518, 9, 83887060, 83886776) + , (9518, 10, 83886796, 83886809) + , (9518, 11, 83886788, 83886797) + , (9518, 12, 83887059, 83889343) + , (9518, 13, 83886796, 83886809) + , (9518, 14, 83886788, 83886797) + , (9518, 15, 83887059, 83889343); + +INSERT INTO `weenie_animation_changes` (`weenieClassId`, `index`, `animationId`) +VALUES (9518, 0, 16781842) + , (9518, 1, 16781848) + , (9518, 2, 16781860) + , (9518, 3, 16777292) + , (9518, 4, 16777291) + , (9518, 5, 16781847) + , (9518, 6, 16781857) + , (9518, 7, 16777296) + , (9518, 8, 16777298) + , (9518, 9, 16781837) + , (9518, 10, 16781829) + , (9518, 11, 16781812) + , (9518, 12, 16777334) + , (9518, 13, 16781828) + , (9518, 14, 16781813) + , (9518, 15, 16777335); + +INSERT INTO `base_ace_object` (`baseAceObjectId`, `name`, `typeId`, `paletteId`, `ammoType`, `blipColor`, `bitField`, `burden`, `combatUse`, `cooldownDuration`, `cooldownId`, `effects`, `containersCapacity`, `header`, `hookTypeId`, `iconId`, `iconOverlayId`, `iconUnderlayId`, `hookItemTypes`, `itemsCapacity`, `location`, `materialType`, `maxStackSize`, `maxStructure`, `radar`, `pscript`, `spellId`, `stackSize`, `structure`, `targetTypeId`, `usability`, `useRadius`, `validLocations`, `value`, `workmanship`, `animationFrameId`, `defaultScript`, `defaultScriptIntensity`, `elasticity`, `friction`, `locationId`, `modelTableId`, `objectScale`, `physicsBitField`, `physicsTableId`, `motionTableId`, `soundTableId`, `physicsState`, `translucency`, `currentMotionState`) +VALUES (11639, 'Statue', 8192, 0, 0, 8, 404, 9000, 0, 0, 0, 0, 0, 11534384, 0, 100670208, 0, 0, 0, 0, 0, 0, 0, 0, 4, 0, 0, 0, 0, 0, 48, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 33557076, 5, 32897, 0, 0, 0, 1048, 0, '0'); + +INSERT INTO weenie_class (`weenieClassId`, `baseAceObjectId`) +VALUES (11639, 11639); + diff --git a/Database/weenies/Containers.sql b/Database/3-Core/weenies/Containers.sql similarity index 100% rename from Database/weenies/Containers.sql rename to Database/3-Core/weenies/Containers.sql diff --git a/Database/weenies/Chests.sql b/Database/3-Core/weenies/ContainersChests.sql similarity index 100% rename from Database/weenies/Chests.sql rename to Database/3-Core/weenies/ContainersChests.sql diff --git a/Database/weenies/Corpses.sql b/Database/3-Core/weenies/ContainersCorpses.sql similarity index 100% rename from Database/weenies/Corpses.sql rename to Database/3-Core/weenies/ContainersCorpses.sql diff --git a/Database/weenies/Packs.sql b/Database/3-Core/weenies/ContainersPacks.sql similarity index 100% rename from Database/weenies/Packs.sql rename to Database/3-Core/weenies/ContainersPacks.sql diff --git a/Database/weenies/StandingStones.sql b/Database/3-Core/weenies/ContainersStandingStones.sql similarity index 100% rename from Database/weenies/StandingStones.sql rename to Database/3-Core/weenies/ContainersStandingStones.sql diff --git a/Database/weenies/ContainersStatics.sql b/Database/3-Core/weenies/ContainersStatics.sql similarity index 100% rename from Database/weenies/ContainersStatics.sql rename to Database/3-Core/weenies/ContainersStatics.sql diff --git a/Database/weenies/ExplorationMarkers.sql b/Database/3-Core/weenies/CreaturesExplorationMarkers.sql similarity index 100% rename from Database/weenies/ExplorationMarkers.sql rename to Database/3-Core/weenies/CreaturesExplorationMarkers.sql diff --git a/Database/weenies/Hatches.sql b/Database/3-Core/weenies/CreaturesHatches.sql similarity index 100% rename from Database/weenies/Hatches.sql rename to Database/3-Core/weenies/CreaturesHatches.sql diff --git a/Database/weenies/Monsters.sql b/Database/3-Core/weenies/CreaturesMonsters.sql similarity index 100% rename from Database/weenies/Monsters.sql rename to Database/3-Core/weenies/CreaturesMonsters.sql diff --git a/Database/weenies/NPCs.sql b/Database/3-Core/weenies/CreaturesNPCs.sql similarity index 99% rename from Database/weenies/NPCs.sql rename to Database/3-Core/weenies/CreaturesNPCs.sql index 7d2e8d50d6..97a49534ef 100644 --- a/Database/weenies/NPCs.sql +++ b/Database/3-Core/weenies/CreaturesNPCs.sql @@ -56,61 +56,6 @@ VALUES (15774, 12, 16777304) , (15774, 14, 16783855) , (15774, 16, 16779630); -INSERT INTO `base_ace_object` (`baseAceObjectId`, `name`, `typeId`, `paletteId`, `ammoType`, `blipColor`, `bitField`, `burden`, `combatUse`, `cooldownDuration`, `cooldownId`, `effects`, `containersCapacity`, `header`, `hookTypeId`, `iconId`, `iconOverlayId`, `iconUnderlayId`, `hookItemTypes`, `itemsCapacity`, `location`, `materialType`, `maxStackSize`, `maxStructure`, `radar`, `pscript`, `spellId`, `stackSize`, `structure`, `targetTypeId`, `usability`, `useRadius`, `validLocations`, `value`, `workmanship`, `animationFrameId`, `defaultScript`, `defaultScriptIntensity`, `elasticity`, `friction`, `locationId`, `modelTableId`, `objectScale`, `physicsBitField`, `physicsTableId`, `motionTableId`, `soundTableId`, `physicsState`, `translucency`, `currentMotionState`) -VALUES (41752, 'Arcanum Salvage Vendor', 16, 67108990, 0, 8, 516, 0, 0, 0, 0, 0, 255, 9437238, 0, 100667446, 0, 0, 0, 255, 0, 0, 0, 0, 4, 0, 0, 0, 0, 0, 32, 3, 0, 0, 0, 0, 0, 0, 0, 0, 0, 33554433, 0, 100355, 0, 150994945, 536870913, 6292504, 0, 'AAA9AAAAAAA='); - -INSERT INTO weenie_class (`weenieClassId`, `baseAceObjectId`) -VALUES (41752, 41752); - -INSERT INTO `weenie_palette_changes` (`weenieClassId`, `subPaletteId`, `offset`, `length`) -VALUES (41752, 67109551, 0, 24) - , (41752, 67117020, 24, 8) - , (41752, 67110062, 32, 8) - , (41752, 67112697, 40, 40) - , (41752, 67110387, 80, 12) - , (41752, 67110387, 116, 12) - , (41752, 67110539, 96, 12) - , (41752, 67113251, 240, 10); - -INSERT INTO `weenie_texture_map_changes` (`weenieClassId`, `index`, `oldId`, `newId`) -VALUES (41752, 16, 83886232, 83890685) - , (41752, 16, 83886668, 83890514) - , (41752, 16, 83886837, 83890517) - , (41752, 16, 83886684, 83890605) - , (41752, 0, 83892345, 83892353) - , (41752, 0, 83892344, 83892353) - , (41752, 1, 83892352, 83892352) - , (41752, 2, 83892351, 83892351) - , (41752, 5, 83892352, 83892352) - , (41752, 6, 83892351, 83892351) - , (41752, 9, 83887061, 83892357) - , (41752, 9, 83887060, 83892356) - , (41752, 10, 83892347, 83892355) - , (41752, 11, 83892346, 83892354) - , (41752, 13, 83892347, 83892355) - , (41752, 14, 83892346, 83892354) - , (41752, 16, 83888783, 83888783) - , (41752, 16, 83888784, 83888784); - -INSERT INTO `weenie_animation_changes` (`weenieClassId`, `index`, `animationId`) -VALUES (41752, 12, 16777304) - , (41752, 15, 16777307) - , (41752, 3, 16777292) - , (41752, 7, 16777296) - , (41752, 4, 16777291) - , (41752, 8, 16777298) - , (41752, 0, 16783894) - , (41752, 1, 16783912) - , (41752, 2, 16783918) - , (41752, 5, 16783916) - , (41752, 6, 16783920) - , (41752, 9, 16781837) - , (41752, 10, 16783863) - , (41752, 11, 16783853) - , (41752, 13, 16783871) - , (41752, 14, 16783855) - , (41752, 16, 16778476); - INSERT INTO `base_ace_object` (`baseAceObjectId`, `name`, `typeId`, `paletteId`, `ammoType`, `blipColor`, `bitField`, `burden`, `combatUse`, `cooldownDuration`, `cooldownId`, `effects`, `containersCapacity`, `header`, `hookTypeId`, `iconId`, `iconOverlayId`, `iconUnderlayId`, `hookItemTypes`, `itemsCapacity`, `location`, `materialType`, `maxStackSize`, `maxStructure`, `radar`, `pscript`, `spellId`, `stackSize`, `structure`, `targetTypeId`, `usability`, `useRadius`, `validLocations`, `value`, `workmanship`, `animationFrameId`, `defaultScript`, `defaultScriptIntensity`, `elasticity`, `friction`, `locationId`, `modelTableId`, `objectScale`, `physicsBitField`, `physicsTableId`, `motionTableId`, `soundTableId`, `physicsState`, `translucency`, `currentMotionState`) VALUES (41751, 'Ayesha bint''Shashqa', 16, 67108990, 0, 8, 4, 0, 0, 0, 0, 0, 255, 9437238, 0, 100667446, 0, 0, 0, 255, 0, 0, 0, 0, 4, 0, 0, 0, 0, 0, 32, 3, 0, 0, 0, 0, 0, 0, 0, 0, 0, 33554510, 0, 100355, 0, 150994945, 536870914, 6292504, 0, 'AAA9AAAAAAA='); @@ -989,64 +934,6 @@ VALUES (3923, 2, 16777293) , (3923, 4, 16777291) , (3923, 8, 16777298); -INSERT INTO `base_ace_object` (`baseAceObjectId`, `name`, `typeId`, `paletteId`, `ammoType`, `blipColor`, `bitField`, `burden`, `combatUse`, `cooldownDuration`, `cooldownId`, `effects`, `containersCapacity`, `header`, `hookTypeId`, `iconId`, `iconOverlayId`, `iconUnderlayId`, `hookItemTypes`, `itemsCapacity`, `location`, `materialType`, `maxStackSize`, `maxStructure`, `radar`, `pscript`, `spellId`, `stackSize`, `structure`, `targetTypeId`, `usability`, `useRadius`, `validLocations`, `value`, `workmanship`, `animationFrameId`, `defaultScript`, `defaultScriptIntensity`, `elasticity`, `friction`, `locationId`, `modelTableId`, `objectScale`, `physicsBitField`, `physicsTableId`, `motionTableId`, `soundTableId`, `physicsState`, `translucency`, `currentMotionState`) -VALUES (2048, 'Weary-looking Man', 16, 67108990, 0, 8, 516, 0, 0, 0, 0, 0, 255, 9437238, 0, 100667446, 0, 0, 0, 255, 0, 0, 0, 0, 4, 0, 0, 0, 0, 0, 32, 3, 0, 0, 0, 0, 0, 0, 0, 0, 0, 33554433, 0, 100355, 0, 150994945, 536870913, 2098200, 0, 'AAA9AAIAAAATAAAA'); - -INSERT INTO weenie_class (`weenieClassId`, `baseAceObjectId`) -VALUES (2048, 2048); - -INSERT INTO `weenie_palette_changes` (`weenieClassId`, `subPaletteId`, `offset`, `length`) -VALUES (2048, 67109562, 0, 24) - , (2048, 67117079, 24, 8) - , (2048, 67110063, 32, 8) - , (2048, 67110349, 64, 8) - , (2048, 67110539, 72, 8) - , (2048, 67110349, 40, 24) - , (2048, 67110551, 92, 4) - , (2048, 67110376, 216, 24) - , (2048, 67110378, 160, 8); - -INSERT INTO `weenie_texture_map_changes` (`weenieClassId`, `index`, `oldId`, `newId`) -VALUES (2048, 16, 83886232, 83890685) - , (2048, 16, 83886668, 83890514) - , (2048, 16, 83886837, 83890560) - , (2048, 16, 83886684, 83890646) - , (2048, 5, 83887064, 83886241) - , (2048, 1, 83887064, 83886241) - , (2048, 10, 83886796, 83886782) - , (2048, 13, 83886796, 83886782) - , (2048, 11, 83886788, 83891213) - , (2048, 14, 83886788, 83891213) - , (2048, 9, 83887061, 83890009) - , (2048, 9, 83887060, 83890010) - , (2048, 0, 83889072, 83890012) - , (2048, 0, 83889342, 83890011) - , (2048, 2, 83887066, 83887051) - , (2048, 6, 83887066, 83887051) - , (2048, 3, 83889344, 83887054) - , (2048, 7, 83889344, 83887054) - , (2048, 4, 83887068, 83887054) - , (2048, 8, 83887068, 83887054); - -INSERT INTO `weenie_animation_changes` (`weenieClassId`, `index`, `animationId`) -VALUES (2048, 12, 16777304) - , (2048, 15, 16777307) - , (2048, 16, 16795654) - , (2048, 5, 16777299) - , (2048, 1, 16777295) - , (2048, 10, 16781867) - , (2048, 13, 16781868) - , (2048, 11, 16781812) - , (2048, 14, 16781813) - , (2048, 9, 16777300) - , (2048, 0, 16781835) - , (2048, 2, 16781866) - , (2048, 6, 16781864) - , (2048, 3, 16781841) - , (2048, 7, 16781840) - , (2048, 4, 16781838) - , (2048, 8, 16781839); - INSERT INTO `base_ace_object` (`baseAceObjectId`, `name`, `typeId`, `paletteId`, `ammoType`, `blipColor`, `bitField`, `burden`, `combatUse`, `cooldownDuration`, `cooldownId`, `effects`, `containersCapacity`, `header`, `hookTypeId`, `iconId`, `iconOverlayId`, `iconUnderlayId`, `hookItemTypes`, `itemsCapacity`, `location`, `materialType`, `maxStackSize`, `maxStructure`, `radar`, `pscript`, `spellId`, `stackSize`, `structure`, `targetTypeId`, `usability`, `useRadius`, `validLocations`, `value`, `workmanship`, `animationFrameId`, `defaultScript`, `defaultScriptIntensity`, `elasticity`, `friction`, `locationId`, `modelTableId`, `objectScale`, `physicsBitField`, `physicsTableId`, `motionTableId`, `soundTableId`, `physicsState`, `translucency`, `currentMotionState`) VALUES (41227, 'Hei Shou', 16, 67108990, 0, 8, 4, 0, 0, 0, 0, 0, 255, 9437238, 0, 100667446, 0, 0, 0, 255, 0, 0, 0, 0, 4, 0, 0, 0, 0, 0, 32, 3, 0, 0, 0, 0, 0, 0, 0, 0, 0, 33554510, 0, 100355, 0, 150994945, 536870914, 6292504, 0, 'AAA9AAAAAAA='); @@ -20114,53 +20001,6 @@ VALUES (27264, 27264); INSERT INTO `weenie_palette_changes` (`weenieClassId`, `subPaletteId`, `offset`, `length`) VALUES (27264, 67113366, 0, 0); -INSERT INTO `base_ace_object` (`baseAceObjectId`, `name`, `typeId`, `paletteId`, `ammoType`, `blipColor`, `bitField`, `burden`, `combatUse`, `cooldownDuration`, `cooldownId`, `effects`, `containersCapacity`, `header`, `hookTypeId`, `iconId`, `iconOverlayId`, `iconUnderlayId`, `hookItemTypes`, `itemsCapacity`, `location`, `materialType`, `maxStackSize`, `maxStructure`, `radar`, `pscript`, `spellId`, `stackSize`, `structure`, `targetTypeId`, `usability`, `useRadius`, `validLocations`, `value`, `workmanship`, `animationFrameId`, `defaultScript`, `defaultScriptIntensity`, `elasticity`, `friction`, `locationId`, `modelTableId`, `objectScale`, `physicsBitField`, `physicsTableId`, `motionTableId`, `soundTableId`, `physicsState`, `translucency`, `currentMotionState`) -VALUES (51154, 'Alean the Steel Forger', 16, 67108990, 0, 8, 516, 0, 0, 0, 0, 0, 255, 9437238, 0, 100667446, 0, 0, 0, 255, 0, 0, 0, 0, 4, 0, 0, 0, 0, 0, 32, 3, 0, 0, 0, 0, 0, 0, 0, 0, 0, 33554433, 0, 100355, 0, 150994945, 536870913, 6292504, 0, 'AAA9AEAAAAAAAIC/'); - -INSERT INTO weenie_class (`weenieClassId`, `baseAceObjectId`) -VALUES (51154, 51154); - -INSERT INTO `weenie_palette_changes` (`weenieClassId`, `subPaletteId`, `offset`, `length`) -VALUES (51154, 67109561, 0, 24) - , (51154, 67117071, 24, 8) - , (51154, 67109567, 32, 8) - , (51154, 67112917, 136, 16) - , (51154, 67116864, 152, 8) - , (51154, 67112917, 174, 12) - , (51154, 67116864, 206, 10) - , (51154, 67112917, 72, 8) - , (51154, 67116864, 92, 4) - , (51154, 67112917, 116, 12) - , (51154, 67116864, 128, 8) - , (51154, 67112917, 108, 8) - , (51154, 67112917, 168, 6) - , (51154, 67112917, 160, 8); - -INSERT INTO `weenie_texture_map_changes` (`weenieClassId`, `index`, `oldId`, `newId`) -VALUES (51154, 16, 83886232, 83890685) - , (51154, 16, 83886668, 83890516) - , (51154, 16, 83886837, 83890554) - , (51154, 16, 83886684, 83890629); - -INSERT INTO `weenie_animation_changes` (`weenieClassId`, `index`, `animationId`) -VALUES (51154, 16, 16795665) - , (51154, 5, 16795222) - , (51154, 1, 16795220) - , (51154, 6, 16795221) - , (51154, 2, 16795219) - , (51154, 9, 16795212) - , (51154, 0, 16795206) - , (51154, 13, 16795211) - , (51154, 10, 16795209) - , (51154, 14, 16795210) - , (51154, 11, 16795208) - , (51154, 15, 16795217) - , (51154, 12, 16795216) - , (51154, 3, 16795214) - , (51154, 7, 16795215) - , (51154, 4, 16795223) - , (51154, 8, 16795224); - INSERT INTO `base_ace_object` (`baseAceObjectId`, `name`, `typeId`, `paletteId`, `ammoType`, `blipColor`, `bitField`, `burden`, `combatUse`, `cooldownDuration`, `cooldownId`, `effects`, `containersCapacity`, `header`, `hookTypeId`, `iconId`, `iconOverlayId`, `iconUnderlayId`, `hookItemTypes`, `itemsCapacity`, `location`, `materialType`, `maxStackSize`, `maxStructure`, `radar`, `pscript`, `spellId`, `stackSize`, `structure`, `targetTypeId`, `usability`, `useRadius`, `validLocations`, `value`, `workmanship`, `animationFrameId`, `defaultScript`, `defaultScriptIntensity`, `elasticity`, `friction`, `locationId`, `modelTableId`, `objectScale`, `physicsBitField`, `physicsTableId`, `motionTableId`, `soundTableId`, `physicsState`, `translucency`, `currentMotionState`) VALUES (19714, 'Emissary of Asheron', 16, 0, 0, 8, 4, 0, 0, 0, 0, 0, 255, 9437238, 0, 100670274, 0, 0, 0, 255, 0, 0, 0, 0, 4, 0, 0, 0, 0, 0, 32, 3, 0, 0, 0, 0, 0, 0, 0, 0, 0, 33556923, 0, 100355, 0, 150995087, 536870998, 6292504, 0, 'AAA9AAAAAAA='); @@ -26246,63 +26086,6 @@ VALUES (42981, 12, 16777304) , (42981, 4, 16777291) , (42981, 8, 16777298); -INSERT INTO `base_ace_object` (`baseAceObjectId`, `name`, `typeId`, `paletteId`, `ammoType`, `blipColor`, `bitField`, `burden`, `combatUse`, `cooldownDuration`, `cooldownId`, `effects`, `containersCapacity`, `header`, `hookTypeId`, `iconId`, `iconOverlayId`, `iconUnderlayId`, `hookItemTypes`, `itemsCapacity`, `location`, `materialType`, `maxStackSize`, `maxStructure`, `radar`, `pscript`, `spellId`, `stackSize`, `structure`, `targetTypeId`, `usability`, `useRadius`, `validLocations`, `value`, `workmanship`, `animationFrameId`, `defaultScript`, `defaultScriptIntensity`, `elasticity`, `friction`, `locationId`, `modelTableId`, `objectScale`, `physicsBitField`, `physicsTableId`, `motionTableId`, `soundTableId`, `physicsState`, `translucency`, `currentMotionState`) -VALUES (2049, 'Weary-looking Man', 16, 67108990, 0, 8, 516, 0, 0, 0, 0, 0, 255, 9437238, 0, 100667446, 0, 0, 0, 255, 0, 0, 0, 0, 4, 0, 0, 0, 0, 0, 32, 3, 0, 0, 0, 0, 0, 0, 0, 0, 0, 33554433, 0, 100355, 0, 150994945, 536870913, 2098200, 0, 'AAA9AAAAAAA='); - -INSERT INTO weenie_class (`weenieClassId`, `baseAceObjectId`) -VALUES (2049, 2049); - -INSERT INTO `weenie_palette_changes` (`weenieClassId`, `subPaletteId`, `offset`, `length`) -VALUES (2049, 67109562, 0, 24) - , (2049, 67117078, 24, 8) - , (2049, 67110062, 32, 8) - , (2049, 67110375, 64, 8) - , (2049, 67110544, 72, 8) - , (2049, 67109969, 92, 4) - , (2049, 67110366, 40, 24) - , (2049, 67110378, 160, 8); - -INSERT INTO `weenie_texture_map_changes` (`weenieClassId`, `index`, `oldId`, `newId`) -VALUES (2049, 16, 83886232, 83890685) - , (2049, 16, 83886668, 83890451) - , (2049, 16, 83886837, 83890520) - , (2049, 16, 83886684, 83890665) - , (2049, 5, 83887064, 83886241) - , (2049, 1, 83887064, 83886241) - , (2049, 6, 83887066, 83887055) - , (2049, 2, 83887066, 83887055) - , (2049, 10, 83886796, 83886782) - , (2049, 13, 83886796, 83886782) - , (2049, 11, 83886788, 83891213) - , (2049, 14, 83886788, 83891213) - , (2049, 9, 83887061, 83890009) - , (2049, 9, 83887060, 83890010) - , (2049, 0, 83889072, 83890012) - , (2049, 0, 83889342, 83890011) - , (2049, 3, 83889344, 83887054) - , (2049, 7, 83889344, 83887054) - , (2049, 4, 83887068, 83887054) - , (2049, 8, 83887068, 83887054); - -INSERT INTO `weenie_animation_changes` (`weenieClassId`, `index`, `animationId`) -VALUES (2049, 12, 16777304) - , (2049, 15, 16777307) - , (2049, 16, 16795662) - , (2049, 5, 16781819) - , (2049, 1, 16781836) - , (2049, 6, 16781857) - , (2049, 2, 16781860) - , (2049, 10, 16781858) - , (2049, 13, 16781856) - , (2049, 11, 16781822) - , (2049, 14, 16781821) - , (2049, 9, 16777300) - , (2049, 0, 16781835) - , (2049, 3, 16777292) - , (2049, 7, 16777296) - , (2049, 4, 16777291) - , (2049, 8, 16777298); - INSERT INTO `base_ace_object` (`baseAceObjectId`, `name`, `typeId`, `paletteId`, `ammoType`, `blipColor`, `bitField`, `burden`, `combatUse`, `cooldownDuration`, `cooldownId`, `effects`, `containersCapacity`, `header`, `hookTypeId`, `iconId`, `iconOverlayId`, `iconUnderlayId`, `hookItemTypes`, `itemsCapacity`, `location`, `materialType`, `maxStackSize`, `maxStructure`, `radar`, `pscript`, `spellId`, `stackSize`, `structure`, `targetTypeId`, `usability`, `useRadius`, `validLocations`, `value`, `workmanship`, `animationFrameId`, `defaultScript`, `defaultScriptIntensity`, `elasticity`, `friction`, `locationId`, `modelTableId`, `objectScale`, `physicsBitField`, `physicsTableId`, `motionTableId`, `soundTableId`, `physicsState`, `translucency`, `currentMotionState`) VALUES (23349, 'Delton Hardor', 16, 67108990, 0, 8, 4, 0, 0, 0, 0, 0, 255, 9437238, 0, 100667446, 0, 0, 0, 255, 0, 0, 0, 0, 4, 0, 0, 0, 0, 0, 32, 3, 0, 0, 0, 0, 0, 0, 0, 0, 0, 33554433, 0, 100355, 0, 150994945, 536870913, 6292504, 0, 'AAA9AAAAAAA='); @@ -29150,53 +28933,6 @@ VALUES (5763, 12, 16777304) , (5763, 13, 16783871) , (5763, 14, 16783855); -INSERT INTO `base_ace_object` (`baseAceObjectId`, `name`, `typeId`, `paletteId`, `ammoType`, `blipColor`, `bitField`, `burden`, `combatUse`, `cooldownDuration`, `cooldownId`, `effects`, `containersCapacity`, `header`, `hookTypeId`, `iconId`, `iconOverlayId`, `iconUnderlayId`, `hookItemTypes`, `itemsCapacity`, `location`, `materialType`, `maxStackSize`, `maxStructure`, `radar`, `pscript`, `spellId`, `stackSize`, `structure`, `targetTypeId`, `usability`, `useRadius`, `validLocations`, `value`, `workmanship`, `animationFrameId`, `defaultScript`, `defaultScriptIntensity`, `elasticity`, `friction`, `locationId`, `modelTableId`, `objectScale`, `physicsBitField`, `physicsTableId`, `motionTableId`, `soundTableId`, `physicsState`, `translucency`, `currentMotionState`) -VALUES (51156, 'Jibril ibn Rashid', 16, 67108990, 0, 8, 516, 0, 0, 0, 0, 0, 255, 9437238, 0, 100667446, 0, 0, 0, 255, 0, 0, 0, 0, 4, 0, 0, 0, 0, 0, 32, 3, 0, 0, 0, 0, 0, 0, 0, 0, 0, 33554433, 0, 100355, 0, 150994945, 536870913, 6292504, 0, 'AAA9AAAAAAA='); - -INSERT INTO weenie_class (`weenieClassId`, `baseAceObjectId`) -VALUES (51156, 51156); - -INSERT INTO `weenie_palette_changes` (`weenieClassId`, `subPaletteId`, `offset`, `length`) -VALUES (51156, 67109552, 0, 24) - , (51156, 67117020, 24, 8) - , (51156, 67110062, 32, 8) - , (51156, 67113252, 136, 16) - , (51156, 67116864, 152, 8) - , (51156, 67113252, 174, 12) - , (51156, 67116864, 206, 10) - , (51156, 67113252, 72, 8) - , (51156, 67116864, 92, 4) - , (51156, 67113252, 116, 12) - , (51156, 67116864, 128, 8) - , (51156, 67113252, 108, 8) - , (51156, 67113252, 168, 6) - , (51156, 67113252, 160, 8); - -INSERT INTO `weenie_texture_map_changes` (`weenieClassId`, `index`, `oldId`, `newId`) -VALUES (51156, 16, 83886232, 83890685) - , (51156, 16, 83886668, 83890475) - , (51156, 16, 83886837, 83890534) - , (51156, 16, 83886684, 83890621); - -INSERT INTO `weenie_animation_changes` (`weenieClassId`, `index`, `animationId`) -VALUES (51156, 16, 16795650) - , (51156, 5, 16795222) - , (51156, 1, 16795220) - , (51156, 6, 16795221) - , (51156, 2, 16795219) - , (51156, 9, 16795212) - , (51156, 0, 16795206) - , (51156, 13, 16795211) - , (51156, 10, 16795209) - , (51156, 14, 16795210) - , (51156, 11, 16795208) - , (51156, 15, 16795217) - , (51156, 12, 16795216) - , (51156, 3, 16795214) - , (51156, 7, 16795215) - , (51156, 4, 16795223) - , (51156, 8, 16795224); - INSERT INTO `base_ace_object` (`baseAceObjectId`, `name`, `typeId`, `paletteId`, `ammoType`, `blipColor`, `bitField`, `burden`, `combatUse`, `cooldownDuration`, `cooldownId`, `effects`, `containersCapacity`, `header`, `hookTypeId`, `iconId`, `iconOverlayId`, `iconUnderlayId`, `hookItemTypes`, `itemsCapacity`, `location`, `materialType`, `maxStackSize`, `maxStructure`, `radar`, `pscript`, `spellId`, `stackSize`, `structure`, `targetTypeId`, `usability`, `useRadius`, `validLocations`, `value`, `workmanship`, `animationFrameId`, `defaultScript`, `defaultScriptIntensity`, `elasticity`, `friction`, `locationId`, `modelTableId`, `objectScale`, `physicsBitField`, `physicsTableId`, `motionTableId`, `soundTableId`, `physicsState`, `translucency`, `currentMotionState`) VALUES (37610, 'Jondor Torgren', 16, 67108990, 0, 8, 4, 0, 0, 0, 0, 0, 255, 9437238, 0, 100667446, 0, 0, 0, 255, 0, 0, 0, 0, 4, 0, 0, 0, 0, 0, 32, 3, 0, 0, 0, 0, 0, 0, 0, 0, 0, 33554433, 0, 100355, 0, 150994945, 536870913, 6292504, 0, 'AAA9AAAAAAA='); @@ -61447,53 +61183,6 @@ VALUES (36011, 'Kirienne Palacost', 16, 0, 0, 8, 4, 0, 0, 0, 0, 0, 255, 9437238, INSERT INTO weenie_class (`weenieClassId`, `baseAceObjectId`) VALUES (36011, 36011); -INSERT INTO `base_ace_object` (`baseAceObjectId`, `name`, `typeId`, `paletteId`, `ammoType`, `blipColor`, `bitField`, `burden`, `combatUse`, `cooldownDuration`, `cooldownId`, `effects`, `containersCapacity`, `header`, `hookTypeId`, `iconId`, `iconOverlayId`, `iconUnderlayId`, `hookItemTypes`, `itemsCapacity`, `location`, `materialType`, `maxStackSize`, `maxStructure`, `radar`, `pscript`, `spellId`, `stackSize`, `structure`, `targetTypeId`, `usability`, `useRadius`, `validLocations`, `value`, `workmanship`, `animationFrameId`, `defaultScript`, `defaultScriptIntensity`, `elasticity`, `friction`, `locationId`, `modelTableId`, `objectScale`, `physicsBitField`, `physicsTableId`, `motionTableId`, `soundTableId`, `physicsState`, `translucency`, `currentMotionState`) -VALUES (51155, 'Koga Hideki', 16, 67108990, 0, 8, 516, 0, 0, 0, 0, 0, 255, 9437238, 0, 100667446, 0, 0, 0, 255, 0, 0, 0, 0, 4, 0, 0, 0, 0, 0, 32, 3, 0, 0, 0, 0, 0, 0, 0, 0, 0, 33554433, 0, 100355, 0, 150994945, 536870913, 6292504, 0, 'AAA9AAAAAAA='); - -INSERT INTO weenie_class (`weenieClassId`, `baseAceObjectId`) -VALUES (51155, 51155); - -INSERT INTO `weenie_palette_changes` (`weenieClassId`, `subPaletteId`, `offset`, `length`) -VALUES (51155, 67110053, 0, 24) - , (51155, 67116998, 24, 8) - , (51155, 67110063, 32, 8) - , (51155, 67113253, 136, 16) - , (51155, 67116864, 152, 8) - , (51155, 67113253, 174, 12) - , (51155, 67116864, 206, 10) - , (51155, 67113253, 72, 8) - , (51155, 67116864, 92, 4) - , (51155, 67113253, 116, 12) - , (51155, 67116864, 128, 8) - , (51155, 67113253, 108, 8) - , (51155, 67113253, 168, 6) - , (51155, 67113253, 160, 8); - -INSERT INTO `weenie_texture_map_changes` (`weenieClassId`, `index`, `oldId`, `newId`) -VALUES (51155, 16, 83886232, 83890685) - , (51155, 16, 83886668, 83890447) - , (51155, 16, 83886837, 83890548) - , (51155, 16, 83886684, 83890642); - -INSERT INTO `weenie_animation_changes` (`weenieClassId`, `index`, `animationId`) -VALUES (51155, 16, 16795650) - , (51155, 5, 16795222) - , (51155, 1, 16795220) - , (51155, 6, 16795221) - , (51155, 2, 16795219) - , (51155, 9, 16795212) - , (51155, 0, 16795206) - , (51155, 13, 16795211) - , (51155, 10, 16795209) - , (51155, 14, 16795210) - , (51155, 11, 16795208) - , (51155, 15, 16795217) - , (51155, 12, 16795216) - , (51155, 3, 16795214) - , (51155, 7, 16795215) - , (51155, 4, 16795223) - , (51155, 8, 16795224); - INSERT INTO `base_ace_object` (`baseAceObjectId`, `name`, `typeId`, `paletteId`, `ammoType`, `blipColor`, `bitField`, `burden`, `combatUse`, `cooldownDuration`, `cooldownId`, `effects`, `containersCapacity`, `header`, `hookTypeId`, `iconId`, `iconOverlayId`, `iconUnderlayId`, `hookItemTypes`, `itemsCapacity`, `location`, `materialType`, `maxStackSize`, `maxStructure`, `radar`, `pscript`, `spellId`, `stackSize`, `structure`, `targetTypeId`, `usability`, `useRadius`, `validLocations`, `value`, `workmanship`, `animationFrameId`, `defaultScript`, `defaultScriptIntensity`, `elasticity`, `friction`, `locationId`, `modelTableId`, `objectScale`, `physicsBitField`, `physicsTableId`, `motionTableId`, `soundTableId`, `physicsState`, `translucency`, `currentMotionState`) VALUES (46885, 'Lugian Miner', 16, 67108990, 0, 8, 4, 0, 0, 0, 0, 0, 255, 9437238, 0, 100667446, 0, 0, 0, 255, 0, 0, 0, 0, 4, 0, 0, 0, 0, 0, 32, 3, 0, 0, 0, 0, 0, 0, 0, 0, 0, 33561112, 1.3, 104643, 872415236, 150995478, 536871128, 6292504, 0, 'AAA9AAAAAAA='); diff --git a/Database/weenies/OlthoiPlayers.sql b/Database/3-Core/weenies/CreaturesOlthoiPlayers.sql similarity index 100% rename from Database/weenies/OlthoiPlayers.sql rename to Database/3-Core/weenies/CreaturesOlthoiPlayers.sql diff --git a/Database/weenies/OtherNPCs.sql b/Database/3-Core/weenies/CreaturesOtherNPCs.sql similarity index 100% rename from Database/weenies/OtherNPCs.sql rename to Database/3-Core/weenies/CreaturesOtherNPCs.sql diff --git a/Database/weenies/Pets.sql b/Database/3-Core/weenies/CreaturesPets.sql similarity index 100% rename from Database/weenies/Pets.sql rename to Database/3-Core/weenies/CreaturesPets.sql diff --git a/Database/weenies/SpecialNPCs.sql b/Database/3-Core/weenies/CreaturesSpecialNPCs.sql similarity index 100% rename from Database/weenies/SpecialNPCs.sql rename to Database/3-Core/weenies/CreaturesSpecialNPCs.sql diff --git a/Database/weenies/TownCriers.sql b/Database/3-Core/weenies/CreaturesTownCriers.sql similarity index 100% rename from Database/weenies/TownCriers.sql rename to Database/3-Core/weenies/CreaturesTownCriers.sql diff --git a/Database/weenies/UnsortedCreatures.sql b/Database/3-Core/weenies/CreaturesUnsorted.sql similarity index 100% rename from Database/weenies/UnsortedCreatures.sql rename to Database/3-Core/weenies/CreaturesUnsorted.sql diff --git a/Database/weenies/Doors.sql b/Database/3-Core/weenies/Doors.sql similarity index 100% rename from Database/weenies/Doors.sql rename to Database/3-Core/weenies/Doors.sql diff --git a/Database/weenies/FoodObjects.sql b/Database/3-Core/weenies/FoodObjects.sql similarity index 100% rename from Database/weenies/FoodObjects.sql rename to Database/3-Core/weenies/FoodObjects.sql diff --git a/Database/weenies/Generators.sql b/Database/3-Core/weenies/Generators.sql similarity index 100% rename from Database/weenies/Generators.sql rename to Database/3-Core/weenies/Generators.sql diff --git a/Database/weenies/Healers.sql b/Database/3-Core/weenies/Healers.sql similarity index 100% rename from Database/weenies/Healers.sql rename to Database/3-Core/weenies/Healers.sql diff --git a/Database/weenies/HouseHooks.sql b/Database/3-Core/weenies/HouseHooks.sql similarity index 100% rename from Database/weenies/HouseHooks.sql rename to Database/3-Core/weenies/HouseHooks.sql diff --git a/Database/weenies/HouseObjects.sql b/Database/3-Core/weenies/HouseObjects.sql similarity index 100% rename from Database/weenies/HouseObjects.sql rename to Database/3-Core/weenies/HouseObjects.sql diff --git a/Database/weenies/HousePortals.sql b/Database/3-Core/weenies/HousePortals.sql similarity index 100% rename from Database/weenies/HousePortals.sql rename to Database/3-Core/weenies/HousePortals.sql diff --git a/Database/weenies/HouseSlumLords.sql b/Database/3-Core/weenies/HouseSlumLords.sql similarity index 100% rename from Database/weenies/HouseSlumLords.sql rename to Database/3-Core/weenies/HouseSlumLords.sql diff --git a/Database/weenies/HouseStorage.sql b/Database/3-Core/weenies/HouseStorage.sql similarity index 100% rename from Database/weenies/HouseStorage.sql rename to Database/3-Core/weenies/HouseStorage.sql diff --git a/Database/weenies/UnsortedItems.sql b/Database/3-Core/weenies/ItemsUnsorted.sql similarity index 100% rename from Database/weenies/UnsortedItems.sql rename to Database/3-Core/weenies/ItemsUnsorted.sql diff --git a/Database/weenies/LandscapeStatics.sql b/Database/3-Core/weenies/LandscapeStatics.sql similarity index 100% rename from Database/weenies/LandscapeStatics.sql rename to Database/3-Core/weenies/LandscapeStatics.sql diff --git a/Database/weenies/Lifestones.sql b/Database/3-Core/weenies/Lifestones.sql similarity index 100% rename from Database/weenies/Lifestones.sql rename to Database/3-Core/weenies/Lifestones.sql diff --git a/Database/weenies/Lockpicks.sql b/Database/3-Core/weenies/Lockpicks.sql similarity index 100% rename from Database/weenies/Lockpicks.sql rename to Database/3-Core/weenies/Lockpicks.sql diff --git a/Database/weenies/MiscObjects.sql b/Database/3-Core/weenies/MiscObjects.sql similarity index 100% rename from Database/weenies/MiscObjects.sql rename to Database/3-Core/weenies/MiscObjects.sql diff --git a/Database/weenies/MiscStaticsObjects.sql b/Database/3-Core/weenies/MiscStaticsObjects.sql similarity index 100% rename from Database/weenies/MiscStaticsObjects.sql rename to Database/3-Core/weenies/MiscStaticsObjects.sql diff --git a/Database/weenies/NPKSwitches.sql b/Database/3-Core/weenies/NPKSwitches.sql similarity index 100% rename from Database/weenies/NPKSwitches.sql rename to Database/3-Core/weenies/NPKSwitches.sql diff --git a/Database/weenies/OtherObjects.sql b/Database/3-Core/weenies/OtherObjects.sql similarity index 100% rename from Database/weenies/OtherObjects.sql rename to Database/3-Core/weenies/OtherObjects.sql diff --git a/Database/weenies/PKSwitches.sql b/Database/3-Core/weenies/PKSwitches.sql similarity index 100% rename from Database/weenies/PKSwitches.sql rename to Database/3-Core/weenies/PKSwitches.sql diff --git a/Database/weenies/Portals.sql b/Database/3-Core/weenies/Portals.sql similarity index 99% rename from Database/weenies/Portals.sql rename to Database/3-Core/weenies/Portals.sql index 6dc27ec93f..d34947dae0 100644 --- a/Database/weenies/Portals.sql +++ b/Database/3-Core/weenies/Portals.sql @@ -46,21 +46,6 @@ VALUES (433, 'Base of Mt. Alphus', 65536, 0, 0, 0, 262164, 0, 0, 0, 0, 0, 0, 838 INSERT INTO weenie_class (`weenieClassId`, `baseAceObjectId`) VALUES (433, 433); -INSERT INTO `base_ace_object` (`baseAceObjectId`, `name`, `typeId`, `paletteId`, `ammoType`, `blipColor`, `bitField`, `burden`, `combatUse`, `cooldownDuration`, `cooldownId`, `effects`, `containersCapacity`, `header`, `hookTypeId`, `iconId`, `iconOverlayId`, `iconUnderlayId`, `hookItemTypes`, `itemsCapacity`, `location`, `materialType`, `maxStackSize`, `maxStructure`, `radar`, `pscript`, `spellId`, `stackSize`, `structure`, `targetTypeId`, `usability`, `useRadius`, `validLocations`, `value`, `workmanship`, `animationFrameId`, `defaultScript`, `defaultScriptIntensity`, `elasticity`, `friction`, `locationId`, `modelTableId`, `objectScale`, `physicsBitField`, `physicsTableId`, `motionTableId`, `soundTableId`, `physicsState`, `translucency`, `currentMotionState`) -VALUES (7934, 'Golem Sanctum Portal', 65536, 0, 0, 0, 262164, 0, 0, 0, 0, 0, 0, 8388656, 0, 100667499, 0, 0, 0, 0, 0, 0, 0, 0, 4, 0, 0, 0, 0, 0, 32, -0.1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 33555926, 0, 98307, 0, 150994947, 0, 3084, 0, 'AAA9AAAAAAA='); - -INSERT INTO weenie_class (`weenieClassId`, `baseAceObjectId`) -VALUES (7934, 7934); - -INSERT INTO `base_ace_object` (`baseAceObjectId`, `name`, `typeId`, `paletteId`, `ammoType`, `blipColor`, `bitField`, `burden`, `combatUse`, `cooldownDuration`, `cooldownId`, `effects`, `containersCapacity`, `header`, `hookTypeId`, `iconId`, `iconOverlayId`, `iconUnderlayId`, `hookItemTypes`, `itemsCapacity`, `location`, `materialType`, `maxStackSize`, `maxStructure`, `radar`, `pscript`, `spellId`, `stackSize`, `structure`, `targetTypeId`, `usability`, `useRadius`, `validLocations`, `value`, `workmanship`, `animationFrameId`, `defaultScript`, `defaultScriptIntensity`, `elasticity`, `friction`, `locationId`, `modelTableId`, `objectScale`, `physicsBitField`, `physicsTableId`, `motionTableId`, `soundTableId`, `physicsState`, `translucency`, `currentMotionState`) -VALUES (9071, 'Humming Crystal Portal', 65536, 67109370, 0, 0, 262164, 0, 0, 0, 0, 0, 0, 8388656, 0, 100667499, 0, 0, 0, 0, 0, 0, 0, 0, 4, 0, 0, 0, 0, 0, 32, -0.1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 33554867, 0, 98307, 0, 150994947, 0, 3084, 0, 'AAA9AAAAAAA='); - -INSERT INTO weenie_class (`weenieClassId`, `baseAceObjectId`) -VALUES (9071, 9071); - -INSERT INTO `weenie_palette_changes` (`weenieClassId`, `subPaletteId`, `offset`, `length`) -VALUES (9071, 67111849, 1, 255); - INSERT INTO `base_ace_object` (`baseAceObjectId`, `name`, `typeId`, `paletteId`, `ammoType`, `blipColor`, `bitField`, `burden`, `combatUse`, `cooldownDuration`, `cooldownId`, `effects`, `containersCapacity`, `header`, `hookTypeId`, `iconId`, `iconOverlayId`, `iconUnderlayId`, `hookItemTypes`, `itemsCapacity`, `location`, `materialType`, `maxStackSize`, `maxStructure`, `radar`, `pscript`, `spellId`, `stackSize`, `structure`, `targetTypeId`, `usability`, `useRadius`, `validLocations`, `value`, `workmanship`, `animationFrameId`, `defaultScript`, `defaultScriptIntensity`, `elasticity`, `friction`, `locationId`, `modelTableId`, `objectScale`, `physicsBitField`, `physicsTableId`, `motionTableId`, `soundTableId`, `physicsState`, `translucency`, `currentMotionState`) VALUES (31374, 'The Fazenda Caves', 65536, 0, 0, 0, 262164, 0, 0, 0, 0, 0, 0, 8388656, 0, 100667499, 0, 0, 0, 0, 0, 0, 0, 0, 4, 0, 0, 0, 0, 0, 32, -0.1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 33555924, 0, 98307, 0, 150994947, 0, 3084, 0, 'AAA9AAAAAAA='); @@ -949,12 +934,6 @@ VALUES (22930, 'Caul Sanatorium', 65536, 0, 0, 0, 262164, 0, 0, 0, 0, 0, 0, 8388 INSERT INTO weenie_class (`weenieClassId`, `baseAceObjectId`) VALUES (22930, 22930); -INSERT INTO `base_ace_object` (`baseAceObjectId`, `name`, `typeId`, `paletteId`, `ammoType`, `blipColor`, `bitField`, `burden`, `combatUse`, `cooldownDuration`, `cooldownId`, `effects`, `containersCapacity`, `header`, `hookTypeId`, `iconId`, `iconOverlayId`, `iconUnderlayId`, `hookItemTypes`, `itemsCapacity`, `location`, `materialType`, `maxStackSize`, `maxStructure`, `radar`, `pscript`, `spellId`, `stackSize`, `structure`, `targetTypeId`, `usability`, `useRadius`, `validLocations`, `value`, `workmanship`, `animationFrameId`, `defaultScript`, `defaultScriptIntensity`, `elasticity`, `friction`, `locationId`, `modelTableId`, `objectScale`, `physicsBitField`, `physicsTableId`, `motionTableId`, `soundTableId`, `physicsState`, `translucency`, `currentMotionState`) -VALUES (27298, 'The Orphanage', 65536, 0, 0, 0, 262164, 0, 0, 0, 0, 0, 0, 8388656, 0, 100667499, 0, 0, 0, 0, 0, 0, 0, 0, 4, 0, 0, 0, 0, 0, 32, -0.1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 33555925, 0, 98307, 0, 150994947, 0, 3084, 0, 'AAA9AAAAAAA='); - -INSERT INTO weenie_class (`weenieClassId`, `baseAceObjectId`) -VALUES (27298, 27298); - INSERT INTO `base_ace_object` (`baseAceObjectId`, `name`, `typeId`, `paletteId`, `ammoType`, `blipColor`, `bitField`, `burden`, `combatUse`, `cooldownDuration`, `cooldownId`, `effects`, `containersCapacity`, `header`, `hookTypeId`, `iconId`, `iconOverlayId`, `iconUnderlayId`, `hookItemTypes`, `itemsCapacity`, `location`, `materialType`, `maxStackSize`, `maxStructure`, `radar`, `pscript`, `spellId`, `stackSize`, `structure`, `targetTypeId`, `usability`, `useRadius`, `validLocations`, `value`, `workmanship`, `animationFrameId`, `defaultScript`, `defaultScriptIntensity`, `elasticity`, `friction`, `locationId`, `modelTableId`, `objectScale`, `physicsBitField`, `physicsTableId`, `motionTableId`, `soundTableId`, `physicsState`, `translucency`, `currentMotionState`) VALUES (36217, 'Artifex Collegium', 65536, 0, 0, 0, 262164, 0, 0, 0, 0, 0, 0, 8388656, 0, 100667499, 0, 0, 0, 0, 0, 0, 0, 0, 4, 0, 0, 0, 0, 0, 32, -0.1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 33554867, 0, 98307, 0, 150994947, 0, 3084, 0, 'AAA9AAAAAAA='); @@ -4250,12 +4229,6 @@ VALUES (1590, 'Lugian Outpost', 65536, 0, 0, 0, 262164, 0, 0, 0, 0, 0, 0, 838865 INSERT INTO weenie_class (`weenieClassId`, `baseAceObjectId`) VALUES (1590, 1590); -INSERT INTO `base_ace_object` (`baseAceObjectId`, `name`, `typeId`, `paletteId`, `ammoType`, `blipColor`, `bitField`, `burden`, `combatUse`, `cooldownDuration`, `cooldownId`, `effects`, `containersCapacity`, `header`, `hookTypeId`, `iconId`, `iconOverlayId`, `iconUnderlayId`, `hookItemTypes`, `itemsCapacity`, `location`, `materialType`, `maxStackSize`, `maxStructure`, `radar`, `pscript`, `spellId`, `stackSize`, `structure`, `targetTypeId`, `usability`, `useRadius`, `validLocations`, `value`, `workmanship`, `animationFrameId`, `defaultScript`, `defaultScriptIntensity`, `elasticity`, `friction`, `locationId`, `modelTableId`, `objectScale`, `physicsBitField`, `physicsTableId`, `motionTableId`, `soundTableId`, `physicsState`, `translucency`, `currentMotionState`) -VALUES (8190, 'The Floating City', 65536, 0, 0, 0, 262164, 0, 0, 0, 0, 0, 0, 8388656, 0, 100667499, 0, 0, 0, 0, 0, 0, 0, 0, 4, 0, 0, 0, 0, 0, 32, -0.1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 33554867, 0, 98307, 0, 150994947, 0, 3084, 0, 'AAA9AAAAAAA='); - -INSERT INTO weenie_class (`weenieClassId`, `baseAceObjectId`) -VALUES (8190, 8190); - INSERT INTO `base_ace_object` (`baseAceObjectId`, `name`, `typeId`, `paletteId`, `ammoType`, `blipColor`, `bitField`, `burden`, `combatUse`, `cooldownDuration`, `cooldownId`, `effects`, `containersCapacity`, `header`, `hookTypeId`, `iconId`, `iconOverlayId`, `iconUnderlayId`, `hookItemTypes`, `itemsCapacity`, `location`, `materialType`, `maxStackSize`, `maxStructure`, `radar`, `pscript`, `spellId`, `stackSize`, `structure`, `targetTypeId`, `usability`, `useRadius`, `validLocations`, `value`, `workmanship`, `animationFrameId`, `defaultScript`, `defaultScriptIntensity`, `elasticity`, `friction`, `locationId`, `modelTableId`, `objectScale`, `physicsBitField`, `physicsTableId`, `motionTableId`, `soundTableId`, `physicsState`, `translucency`, `currentMotionState`) VALUES (8189, 'Floating Spire', 65536, 0, 0, 0, 262164, 0, 0, 0, 0, 0, 0, 8388656, 0, 100667499, 0, 0, 0, 0, 0, 0, 0, 0, 4, 0, 0, 0, 0, 0, 32, -0.1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 33555926, 0, 98307, 0, 150994947, 0, 3084, 0, 'AAA9AAAAAAA='); diff --git a/Database/weenies/DestroyedPortals.sql b/Database/3-Core/weenies/PortalsDestroyed.sql similarity index 100% rename from Database/weenies/DestroyedPortals.sql rename to Database/3-Core/weenies/PortalsDestroyed.sql diff --git a/Database/3-Core/weenies/PortalsFloatingCity.sql b/Database/3-Core/weenies/PortalsFloatingCity.sql new file mode 100644 index 0000000000..2f9c34c1ae --- /dev/null +++ b/Database/3-Core/weenies/PortalsFloatingCity.sql @@ -0,0 +1,66 @@ +INSERT INTO `base_ace_object` (`baseAceObjectId`, `name`, `typeId`, `paletteId`, `ammoType`, `blipColor`, `bitField`, `burden`, `combatUse`, `cooldownDuration`, `cooldownId`, `effects`, `containersCapacity`, `header`, `hookTypeId`, `iconId`, `iconOverlayId`, `iconUnderlayId`, `hookItemTypes`, `itemsCapacity`, `location`, `materialType`, `maxStackSize`, `maxStructure`, `radar`, `pscript`, `spellId`, `stackSize`, `structure`, `targetTypeId`, `usability`, `useRadius`, `validLocations`, `value`, `workmanship`, `animationFrameId`, `defaultScript`, `defaultScriptIntensity`, `elasticity`, `friction`, `locationId`, `modelTableId`, `objectScale`, `physicsBitField`, `physicsTableId`, `motionTableId`, `soundTableId`, `physicsState`, `translucency`, `currentMotionState`) +VALUES (8190, 'The Floating City', 65536, 0, 0, 0, 262164, 0, 0, 0, 0, 0, 0, 8388656, 0, 100667499, 0, 0, 0, 0, 0, 0, 0, 0, 4, 0, 0, 0, 0, 0, 32, -0.1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 33554867, 0, 98307, 0, 150994947, 0, 3084, 0, 'AAA9AAAAAAA='); + +INSERT INTO weenie_class (`weenieClassId`, `baseAceObjectId`) +VALUES (8190, 8190); + +INSERT INTO `base_ace_object` (`baseAceObjectId`, `name`, `typeId`, `paletteId`, `ammoType`, `blipColor`, `bitField`, `burden`, `combatUse`, `cooldownDuration`, `cooldownId`, `effects`, `containersCapacity`, `header`, `hookTypeId`, `iconId`, `iconOverlayId`, `iconUnderlayId`, `hookItemTypes`, `itemsCapacity`, `location`, `materialType`, `maxStackSize`, `maxStructure`, `radar`, `pscript`, `spellId`, `stackSize`, `structure`, `targetTypeId`, `usability`, `useRadius`, `validLocations`, `value`, `workmanship`, `animationFrameId`, `defaultScript`, `defaultScriptIntensity`, `elasticity`, `friction`, `locationId`, `modelTableId`, `objectScale`, `physicsBitField`, `physicsTableId`, `motionTableId`, `soundTableId`, `physicsState`, `translucency`, `currentMotionState`) +VALUES (8196, 'The Floating City', 65536, 0, 0, 0, 262164, 0, 0, 0, 0, 0, 0, 8388656, 0, 100667499, 0, 0, 0, 0, 0, 0, 0, 0, 4, 0, 0, 0, 0, 0, 32, -0.1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 33554867, 0, 98307, 0, 150994947, 0, 3084, 0, 'AAA9AAAAAAA='); + +INSERT INTO weenie_class (`weenieClassId`, `baseAceObjectId`) +VALUES (8196, 8196); + +INSERT INTO `base_ace_object` (`baseAceObjectId`, `name`, `typeId`, `paletteId`, `ammoType`, `blipColor`, `bitField`, `burden`, `combatUse`, `cooldownDuration`, `cooldownId`, `effects`, `containersCapacity`, `header`, `hookTypeId`, `iconId`, `iconOverlayId`, `iconUnderlayId`, `hookItemTypes`, `itemsCapacity`, `location`, `materialType`, `maxStackSize`, `maxStructure`, `radar`, `pscript`, `spellId`, `stackSize`, `structure`, `targetTypeId`, `usability`, `useRadius`, `validLocations`, `value`, `workmanship`, `animationFrameId`, `defaultScript`, `defaultScriptIntensity`, `elasticity`, `friction`, `locationId`, `modelTableId`, `objectScale`, `physicsBitField`, `physicsTableId`, `motionTableId`, `soundTableId`, `physicsState`, `translucency`, `currentMotionState`) +VALUES (8198, 'The Floating City', 65536, 0, 0, 0, 262164, 0, 0, 0, 0, 0, 0, 8388656, 0, 100667499, 0, 0, 0, 0, 0, 0, 0, 0, 4, 0, 0, 0, 0, 0, 32, -0.1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 33554867, 0, 98307, 0, 150994947, 0, 3084, 0, 'AAA9AAAAAAA='); + +INSERT INTO weenie_class (`weenieClassId`, `baseAceObjectId`) +VALUES (8198, 8198); + +INSERT INTO `base_ace_object` (`baseAceObjectId`, `name`, `typeId`, `paletteId`, `ammoType`, `blipColor`, `bitField`, `burden`, `combatUse`, `cooldownDuration`, `cooldownId`, `effects`, `containersCapacity`, `header`, `hookTypeId`, `iconId`, `iconOverlayId`, `iconUnderlayId`, `hookItemTypes`, `itemsCapacity`, `location`, `materialType`, `maxStackSize`, `maxStructure`, `radar`, `pscript`, `spellId`, `stackSize`, `structure`, `targetTypeId`, `usability`, `useRadius`, `validLocations`, `value`, `workmanship`, `animationFrameId`, `defaultScript`, `defaultScriptIntensity`, `elasticity`, `friction`, `locationId`, `modelTableId`, `objectScale`, `physicsBitField`, `physicsTableId`, `motionTableId`, `soundTableId`, `physicsState`, `translucency`, `currentMotionState`) +VALUES (8197, 'The Floating City', 65536, 0, 0, 0, 262164, 0, 0, 0, 0, 0, 0, 8388656, 0, 100667499, 0, 0, 0, 0, 0, 0, 0, 0, 4, 0, 0, 0, 0, 0, 32, -0.1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 33554867, 0, 98307, 0, 150994947, 0, 3084, 0, 'AAA9AAAAAAA='); + +INSERT INTO weenie_class (`weenieClassId`, `baseAceObjectId`) +VALUES (8197, 8197); + +INSERT INTO `base_ace_object` (`baseAceObjectId`, `name`, `typeId`, `paletteId`, `ammoType`, `blipColor`, `bitField`, `burden`, `combatUse`, `cooldownDuration`, `cooldownId`, `effects`, `containersCapacity`, `header`, `hookTypeId`, `iconId`, `iconOverlayId`, `iconUnderlayId`, `hookItemTypes`, `itemsCapacity`, `location`, `materialType`, `maxStackSize`, `maxStructure`, `radar`, `pscript`, `spellId`, `stackSize`, `structure`, `targetTypeId`, `usability`, `useRadius`, `validLocations`, `value`, `workmanship`, `animationFrameId`, `defaultScript`, `defaultScriptIntensity`, `elasticity`, `friction`, `locationId`, `modelTableId`, `objectScale`, `physicsBitField`, `physicsTableId`, `motionTableId`, `soundTableId`, `physicsState`, `translucency`, `currentMotionState`) +VALUES (8191, 'The Floating City', 65536, 0, 0, 0, 262164, 0, 0, 0, 0, 0, 0, 8388656, 0, 100667499, 0, 0, 0, 0, 0, 0, 0, 0, 4, 0, 0, 0, 0, 0, 32, -0.1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 33554867, 0, 98307, 0, 150994947, 0, 3084, 0, 'AAA9AAAAAAA='); + +INSERT INTO weenie_class (`weenieClassId`, `baseAceObjectId`) +VALUES (8191, 8191); + +INSERT INTO `base_ace_object` (`baseAceObjectId`, `name`, `typeId`, `paletteId`, `ammoType`, `blipColor`, `bitField`, `burden`, `combatUse`, `cooldownDuration`, `cooldownId`, `effects`, `containersCapacity`, `header`, `hookTypeId`, `iconId`, `iconOverlayId`, `iconUnderlayId`, `hookItemTypes`, `itemsCapacity`, `location`, `materialType`, `maxStackSize`, `maxStructure`, `radar`, `pscript`, `spellId`, `stackSize`, `structure`, `targetTypeId`, `usability`, `useRadius`, `validLocations`, `value`, `workmanship`, `animationFrameId`, `defaultScript`, `defaultScriptIntensity`, `elasticity`, `friction`, `locationId`, `modelTableId`, `objectScale`, `physicsBitField`, `physicsTableId`, `motionTableId`, `soundTableId`, `physicsState`, `translucency`, `currentMotionState`) +VALUES (8192, 'The Floating City', 65536, 0, 0, 0, 262164, 0, 0, 0, 0, 0, 0, 8388656, 0, 100667499, 0, 0, 0, 0, 0, 0, 0, 0, 4, 0, 0, 0, 0, 0, 32, -0.1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 33554867, 0, 98307, 0, 150994947, 0, 3084, 0, 'AAA9AAAAAAA='); + +INSERT INTO weenie_class (`weenieClassId`, `baseAceObjectId`) +VALUES (8192, 8192); + +INSERT INTO `base_ace_object` (`baseAceObjectId`, `name`, `typeId`, `paletteId`, `ammoType`, `blipColor`, `bitField`, `burden`, `combatUse`, `cooldownDuration`, `cooldownId`, `effects`, `containersCapacity`, `header`, `hookTypeId`, `iconId`, `iconOverlayId`, `iconUnderlayId`, `hookItemTypes`, `itemsCapacity`, `location`, `materialType`, `maxStackSize`, `maxStructure`, `radar`, `pscript`, `spellId`, `stackSize`, `structure`, `targetTypeId`, `usability`, `useRadius`, `validLocations`, `value`, `workmanship`, `animationFrameId`, `defaultScript`, `defaultScriptIntensity`, `elasticity`, `friction`, `locationId`, `modelTableId`, `objectScale`, `physicsBitField`, `physicsTableId`, `motionTableId`, `soundTableId`, `physicsState`, `translucency`, `currentMotionState`) +VALUES (8199, 'The Floating City', 65536, 0, 0, 0, 262164, 0, 0, 0, 0, 0, 0, 8388656, 0, 100667499, 0, 0, 0, 0, 0, 0, 0, 0, 4, 0, 0, 0, 0, 0, 32, -0.1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 33554867, 0, 98307, 0, 150994947, 0, 3084, 0, 'AAA9AAAAAAA='); + +INSERT INTO weenie_class (`weenieClassId`, `baseAceObjectId`) +VALUES (8199, 8199); + +INSERT INTO `base_ace_object` (`baseAceObjectId`, `name`, `typeId`, `paletteId`, `ammoType`, `blipColor`, `bitField`, `burden`, `combatUse`, `cooldownDuration`, `cooldownId`, `effects`, `containersCapacity`, `header`, `hookTypeId`, `iconId`, `iconOverlayId`, `iconUnderlayId`, `hookItemTypes`, `itemsCapacity`, `location`, `materialType`, `maxStackSize`, `maxStructure`, `radar`, `pscript`, `spellId`, `stackSize`, `structure`, `targetTypeId`, `usability`, `useRadius`, `validLocations`, `value`, `workmanship`, `animationFrameId`, `defaultScript`, `defaultScriptIntensity`, `elasticity`, `friction`, `locationId`, `modelTableId`, `objectScale`, `physicsBitField`, `physicsTableId`, `motionTableId`, `soundTableId`, `physicsState`, `translucency`, `currentMotionState`) +VALUES (8193, 'The Floating City', 65536, 0, 0, 0, 262164, 0, 0, 0, 0, 0, 0, 8388656, 0, 100667499, 0, 0, 0, 0, 0, 0, 0, 0, 4, 0, 0, 0, 0, 0, 32, -0.1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 33554867, 0, 98307, 0, 150994947, 0, 3084, 0, 'AAA9AAAAAAA='); + +INSERT INTO weenie_class (`weenieClassId`, `baseAceObjectId`) +VALUES (8193, 8193); + +INSERT INTO `base_ace_object` (`baseAceObjectId`, `name`, `typeId`, `paletteId`, `ammoType`, `blipColor`, `bitField`, `burden`, `combatUse`, `cooldownDuration`, `cooldownId`, `effects`, `containersCapacity`, `header`, `hookTypeId`, `iconId`, `iconOverlayId`, `iconUnderlayId`, `hookItemTypes`, `itemsCapacity`, `location`, `materialType`, `maxStackSize`, `maxStructure`, `radar`, `pscript`, `spellId`, `stackSize`, `structure`, `targetTypeId`, `usability`, `useRadius`, `validLocations`, `value`, `workmanship`, `animationFrameId`, `defaultScript`, `defaultScriptIntensity`, `elasticity`, `friction`, `locationId`, `modelTableId`, `objectScale`, `physicsBitField`, `physicsTableId`, `motionTableId`, `soundTableId`, `physicsState`, `translucency`, `currentMotionState`) +VALUES (8194, 'The Floating City', 65536, 0, 0, 0, 262164, 0, 0, 0, 0, 0, 0, 8388656, 0, 100667499, 0, 0, 0, 0, 0, 0, 0, 0, 4, 0, 0, 0, 0, 0, 32, -0.1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 33554867, 0, 98307, 0, 150994947, 0, 3084, 0, 'AAA9AAAAAAA='); + +INSERT INTO weenie_class (`weenieClassId`, `baseAceObjectId`) +VALUES (8194, 8194); + +INSERT INTO `base_ace_object` (`baseAceObjectId`, `name`, `typeId`, `paletteId`, `ammoType`, `blipColor`, `bitField`, `burden`, `combatUse`, `cooldownDuration`, `cooldownId`, `effects`, `containersCapacity`, `header`, `hookTypeId`, `iconId`, `iconOverlayId`, `iconUnderlayId`, `hookItemTypes`, `itemsCapacity`, `location`, `materialType`, `maxStackSize`, `maxStructure`, `radar`, `pscript`, `spellId`, `stackSize`, `structure`, `targetTypeId`, `usability`, `useRadius`, `validLocations`, `value`, `workmanship`, `animationFrameId`, `defaultScript`, `defaultScriptIntensity`, `elasticity`, `friction`, `locationId`, `modelTableId`, `objectScale`, `physicsBitField`, `physicsTableId`, `motionTableId`, `soundTableId`, `physicsState`, `translucency`, `currentMotionState`) +VALUES (7935, 'The Floating City', 65536, 0, 0, 0, 262164, 0, 0, 0, 0, 0, 0, 8388656, 0, 100667499, 0, 0, 0, 0, 0, 0, 0, 0, 4, 0, 0, 0, 0, 0, 32, -0.1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 33554867, 0, 98307, 0, 150994947, 0, 3084, 0, 'AAA9AAAAAAA='); + +INSERT INTO weenie_class (`weenieClassId`, `baseAceObjectId`) +VALUES (7935, 7935); + +INSERT INTO `base_ace_object` (`baseAceObjectId`, `name`, `typeId`, `paletteId`, `ammoType`, `blipColor`, `bitField`, `burden`, `combatUse`, `cooldownDuration`, `cooldownId`, `effects`, `containersCapacity`, `header`, `hookTypeId`, `iconId`, `iconOverlayId`, `iconUnderlayId`, `hookItemTypes`, `itemsCapacity`, `location`, `materialType`, `maxStackSize`, `maxStructure`, `radar`, `pscript`, `spellId`, `stackSize`, `structure`, `targetTypeId`, `usability`, `useRadius`, `validLocations`, `value`, `workmanship`, `animationFrameId`, `defaultScript`, `defaultScriptIntensity`, `elasticity`, `friction`, `locationId`, `modelTableId`, `objectScale`, `physicsBitField`, `physicsTableId`, `motionTableId`, `soundTableId`, `physicsState`, `translucency`, `currentMotionState`) +VALUES (8195, 'The Floating City', 65536, 0, 0, 0, 262164, 0, 0, 0, 0, 0, 0, 8388656, 0, 100667499, 0, 0, 0, 0, 0, 0, 0, 0, 4, 0, 0, 0, 0, 0, 32, -0.1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 33554867, 0, 98307, 0, 150994947, 0, 3084, 0, 'AAA9AAAAAAA='); + +INSERT INTO weenie_class (`weenieClassId`, `baseAceObjectId`) +VALUES (8195, 8195); + diff --git a/Database/3-Core/weenies/PortalsGolemSanctum.sql b/Database/3-Core/weenies/PortalsGolemSanctum.sql new file mode 100644 index 0000000000..9f9df03e13 --- /dev/null +++ b/Database/3-Core/weenies/PortalsGolemSanctum.sql @@ -0,0 +1,6 @@ +INSERT INTO `base_ace_object` (`baseAceObjectId`, `name`, `typeId`, `paletteId`, `ammoType`, `blipColor`, `bitField`, `burden`, `combatUse`, `cooldownDuration`, `cooldownId`, `effects`, `containersCapacity`, `header`, `hookTypeId`, `iconId`, `iconOverlayId`, `iconUnderlayId`, `hookItemTypes`, `itemsCapacity`, `location`, `materialType`, `maxStackSize`, `maxStructure`, `radar`, `pscript`, `spellId`, `stackSize`, `structure`, `targetTypeId`, `usability`, `useRadius`, `validLocations`, `value`, `workmanship`, `animationFrameId`, `defaultScript`, `defaultScriptIntensity`, `elasticity`, `friction`, `locationId`, `modelTableId`, `objectScale`, `physicsBitField`, `physicsTableId`, `motionTableId`, `soundTableId`, `physicsState`, `translucency`, `currentMotionState`) +VALUES (7934, 'Golem Sanctum Portal', 65536, 0, 0, 0, 262164, 0, 0, 0, 0, 0, 0, 8388656, 0, 100667499, 0, 0, 0, 0, 0, 0, 0, 0, 4, 0, 0, 0, 0, 0, 32, -0.1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 33555926, 0, 98307, 0, 150994947, 0, 3084, 0, 'AAA9AAAAAAA='); + +INSERT INTO weenie_class (`weenieClassId`, `baseAceObjectId`) +VALUES (7934, 7934); + diff --git a/Database/3-Core/weenies/PortalsHummingCrystal.sql b/Database/3-Core/weenies/PortalsHummingCrystal.sql new file mode 100644 index 0000000000..45c7e55c4f --- /dev/null +++ b/Database/3-Core/weenies/PortalsHummingCrystal.sql @@ -0,0 +1,9 @@ +INSERT INTO `base_ace_object` (`baseAceObjectId`, `name`, `typeId`, `paletteId`, `ammoType`, `blipColor`, `bitField`, `burden`, `combatUse`, `cooldownDuration`, `cooldownId`, `effects`, `containersCapacity`, `header`, `hookTypeId`, `iconId`, `iconOverlayId`, `iconUnderlayId`, `hookItemTypes`, `itemsCapacity`, `location`, `materialType`, `maxStackSize`, `maxStructure`, `radar`, `pscript`, `spellId`, `stackSize`, `structure`, `targetTypeId`, `usability`, `useRadius`, `validLocations`, `value`, `workmanship`, `animationFrameId`, `defaultScript`, `defaultScriptIntensity`, `elasticity`, `friction`, `locationId`, `modelTableId`, `objectScale`, `physicsBitField`, `physicsTableId`, `motionTableId`, `soundTableId`, `physicsState`, `translucency`, `currentMotionState`) +VALUES (9071, 'Humming Crystal Portal', 65536, 67109370, 0, 0, 262164, 0, 0, 0, 0, 0, 0, 8388656, 0, 100667499, 0, 0, 0, 0, 0, 0, 0, 0, 4, 0, 0, 0, 0, 0, 32, -0.1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 33554867, 0, 98307, 0, 150994947, 0, 3084, 0, 'AAA9AAAAAAA='); + +INSERT INTO weenie_class (`weenieClassId`, `baseAceObjectId`) +VALUES (9071, 9071); + +INSERT INTO `weenie_palette_changes` (`weenieClassId`, `subPaletteId`, `offset`, `length`) +VALUES (9071, 67111849, 1, 255); + diff --git a/Database/weenies/SummonedPortals.sql b/Database/3-Core/weenies/PortalsSummoned.sql similarity index 100% rename from Database/weenies/SummonedPortals.sql rename to Database/3-Core/weenies/PortalsSummoned.sql diff --git a/Database/3-Core/weenies/PortalsTheOrphanage.sql b/Database/3-Core/weenies/PortalsTheOrphanage.sql new file mode 100644 index 0000000000..42c4e0f1e0 --- /dev/null +++ b/Database/3-Core/weenies/PortalsTheOrphanage.sql @@ -0,0 +1,6 @@ +INSERT INTO `base_ace_object` (`baseAceObjectId`, `name`, `typeId`, `paletteId`, `ammoType`, `blipColor`, `bitField`, `burden`, `combatUse`, `cooldownDuration`, `cooldownId`, `effects`, `containersCapacity`, `header`, `hookTypeId`, `iconId`, `iconOverlayId`, `iconUnderlayId`, `hookItemTypes`, `itemsCapacity`, `location`, `materialType`, `maxStackSize`, `maxStructure`, `radar`, `pscript`, `spellId`, `stackSize`, `structure`, `targetTypeId`, `usability`, `useRadius`, `validLocations`, `value`, `workmanship`, `animationFrameId`, `defaultScript`, `defaultScriptIntensity`, `elasticity`, `friction`, `locationId`, `modelTableId`, `objectScale`, `physicsBitField`, `physicsTableId`, `motionTableId`, `soundTableId`, `physicsState`, `translucency`, `currentMotionState`) +VALUES (27298, 'The Orphanage', 65536, 0, 0, 0, 262164, 0, 0, 0, 0, 0, 0, 8388656, 0, 100667499, 0, 0, 0, 0, 0, 0, 0, 0, 4, 0, 0, 0, 0, 0, 32, -0.1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 33555925, 0, 98307, 0, 150994947, 0, 3084, 0, 'AAA9AAAAAAA='); + +INSERT INTO weenie_class (`weenieClassId`, `baseAceObjectId`) +VALUES (27298, 27298); + diff --git a/Database/weenies/UndefObjects.sql b/Database/3-Core/weenies/UndefObjects.sql similarity index 100% rename from Database/weenies/UndefObjects.sql rename to Database/3-Core/weenies/UndefObjects.sql diff --git a/Database/weenies/UndefStatics.sql b/Database/3-Core/weenies/UndefStatics.sql similarity index 100% rename from Database/weenies/UndefStatics.sql rename to Database/3-Core/weenies/UndefStatics.sql diff --git a/Database/weenies/Vendors.sql b/Database/3-Core/weenies/Vendors.sql similarity index 100% rename from Database/weenies/Vendors.sql rename to Database/3-Core/weenies/Vendors.sql diff --git a/Database/3-Core/weenies/VendorsNPCs.sql b/Database/3-Core/weenies/VendorsNPCs.sql new file mode 100644 index 0000000000..58cc81a5ec --- /dev/null +++ b/Database/3-Core/weenies/VendorsNPCs.sql @@ -0,0 +1,311 @@ +INSERT INTO `base_ace_object` (`baseAceObjectId`, `name`, `typeId`, `paletteId`, `ammoType`, `blipColor`, `bitField`, `burden`, `combatUse`, `cooldownDuration`, `cooldownId`, `effects`, `containersCapacity`, `header`, `hookTypeId`, `iconId`, `iconOverlayId`, `iconUnderlayId`, `hookItemTypes`, `itemsCapacity`, `location`, `materialType`, `maxStackSize`, `maxStructure`, `radar`, `pscript`, `spellId`, `stackSize`, `structure`, `targetTypeId`, `usability`, `useRadius`, `validLocations`, `value`, `workmanship`, `animationFrameId`, `defaultScript`, `defaultScriptIntensity`, `elasticity`, `friction`, `locationId`, `modelTableId`, `objectScale`, `physicsBitField`, `physicsTableId`, `motionTableId`, `soundTableId`, `physicsState`, `translucency`, `currentMotionState`) +VALUES (41752, 'Arcanum Salvage Vendor', 16, 67108990, 0, 8, 516, 0, 0, 0, 0, 0, 255, 9437238, 0, 100667446, 0, 0, 0, 255, 0, 0, 0, 0, 4, 0, 0, 0, 0, 0, 32, 3, 0, 0, 0, 0, 0, 0, 0, 0, 0, 33554433, 0, 100355, 0, 150994945, 536870913, 6292504, 0, 'AAA9AAAAAAA='); + +INSERT INTO weenie_class (`weenieClassId`, `baseAceObjectId`) +VALUES (41752, 41752); + +INSERT INTO `weenie_palette_changes` (`weenieClassId`, `subPaletteId`, `offset`, `length`) +VALUES (41752, 67109551, 0, 24) + , (41752, 67117020, 24, 8) + , (41752, 67110062, 32, 8) + , (41752, 67112697, 40, 40) + , (41752, 67110387, 80, 12) + , (41752, 67110387, 116, 12) + , (41752, 67110539, 96, 12) + , (41752, 67113251, 240, 10); + +INSERT INTO `weenie_texture_map_changes` (`weenieClassId`, `index`, `oldId`, `newId`) +VALUES (41752, 16, 83886232, 83890685) + , (41752, 16, 83886668, 83890514) + , (41752, 16, 83886837, 83890517) + , (41752, 16, 83886684, 83890605) + , (41752, 0, 83892345, 83892353) + , (41752, 0, 83892344, 83892353) + , (41752, 1, 83892352, 83892352) + , (41752, 2, 83892351, 83892351) + , (41752, 5, 83892352, 83892352) + , (41752, 6, 83892351, 83892351) + , (41752, 9, 83887061, 83892357) + , (41752, 9, 83887060, 83892356) + , (41752, 10, 83892347, 83892355) + , (41752, 11, 83892346, 83892354) + , (41752, 13, 83892347, 83892355) + , (41752, 14, 83892346, 83892354) + , (41752, 16, 83888783, 83888783) + , (41752, 16, 83888784, 83888784); + +INSERT INTO `weenie_animation_changes` (`weenieClassId`, `index`, `animationId`) +VALUES (41752, 12, 16777304) + , (41752, 15, 16777307) + , (41752, 3, 16777292) + , (41752, 7, 16777296) + , (41752, 4, 16777291) + , (41752, 8, 16777298) + , (41752, 0, 16783894) + , (41752, 1, 16783912) + , (41752, 2, 16783918) + , (41752, 5, 16783916) + , (41752, 6, 16783920) + , (41752, 9, 16781837) + , (41752, 10, 16783863) + , (41752, 11, 16783853) + , (41752, 13, 16783871) + , (41752, 14, 16783855) + , (41752, 16, 16778476); + +INSERT INTO `base_ace_object` (`baseAceObjectId`, `name`, `typeId`, `paletteId`, `ammoType`, `blipColor`, `bitField`, `burden`, `combatUse`, `cooldownDuration`, `cooldownId`, `effects`, `containersCapacity`, `header`, `hookTypeId`, `iconId`, `iconOverlayId`, `iconUnderlayId`, `hookItemTypes`, `itemsCapacity`, `location`, `materialType`, `maxStackSize`, `maxStructure`, `radar`, `pscript`, `spellId`, `stackSize`, `structure`, `targetTypeId`, `usability`, `useRadius`, `validLocations`, `value`, `workmanship`, `animationFrameId`, `defaultScript`, `defaultScriptIntensity`, `elasticity`, `friction`, `locationId`, `modelTableId`, `objectScale`, `physicsBitField`, `physicsTableId`, `motionTableId`, `soundTableId`, `physicsState`, `translucency`, `currentMotionState`) +VALUES (2048, 'Weary-looking Man', 16, 67108990, 0, 8, 516, 0, 0, 0, 0, 0, 255, 9437238, 0, 100667446, 0, 0, 0, 255, 0, 0, 0, 0, 4, 0, 0, 0, 0, 0, 32, 3, 0, 0, 0, 0, 0, 0, 0, 0, 0, 33554433, 0, 100355, 0, 150994945, 536870913, 2098200, 0, 'AAA9AAIAAAATAAAA'); + +INSERT INTO weenie_class (`weenieClassId`, `baseAceObjectId`) +VALUES (2048, 2048); + +INSERT INTO `weenie_palette_changes` (`weenieClassId`, `subPaletteId`, `offset`, `length`) +VALUES (2048, 67109562, 0, 24) + , (2048, 67117079, 24, 8) + , (2048, 67110063, 32, 8) + , (2048, 67110349, 64, 8) + , (2048, 67110539, 72, 8) + , (2048, 67110349, 40, 24) + , (2048, 67110551, 92, 4) + , (2048, 67110376, 216, 24) + , (2048, 67110378, 160, 8); + +INSERT INTO `weenie_texture_map_changes` (`weenieClassId`, `index`, `oldId`, `newId`) +VALUES (2048, 16, 83886232, 83890685) + , (2048, 16, 83886668, 83890514) + , (2048, 16, 83886837, 83890560) + , (2048, 16, 83886684, 83890646) + , (2048, 5, 83887064, 83886241) + , (2048, 1, 83887064, 83886241) + , (2048, 10, 83886796, 83886782) + , (2048, 13, 83886796, 83886782) + , (2048, 11, 83886788, 83891213) + , (2048, 14, 83886788, 83891213) + , (2048, 9, 83887061, 83890009) + , (2048, 9, 83887060, 83890010) + , (2048, 0, 83889072, 83890012) + , (2048, 0, 83889342, 83890011) + , (2048, 2, 83887066, 83887051) + , (2048, 6, 83887066, 83887051) + , (2048, 3, 83889344, 83887054) + , (2048, 7, 83889344, 83887054) + , (2048, 4, 83887068, 83887054) + , (2048, 8, 83887068, 83887054); + +INSERT INTO `weenie_animation_changes` (`weenieClassId`, `index`, `animationId`) +VALUES (2048, 12, 16777304) + , (2048, 15, 16777307) + , (2048, 16, 16795654) + , (2048, 5, 16777299) + , (2048, 1, 16777295) + , (2048, 10, 16781867) + , (2048, 13, 16781868) + , (2048, 11, 16781812) + , (2048, 14, 16781813) + , (2048, 9, 16777300) + , (2048, 0, 16781835) + , (2048, 2, 16781866) + , (2048, 6, 16781864) + , (2048, 3, 16781841) + , (2048, 7, 16781840) + , (2048, 4, 16781838) + , (2048, 8, 16781839); + +INSERT INTO `base_ace_object` (`baseAceObjectId`, `name`, `typeId`, `paletteId`, `ammoType`, `blipColor`, `bitField`, `burden`, `combatUse`, `cooldownDuration`, `cooldownId`, `effects`, `containersCapacity`, `header`, `hookTypeId`, `iconId`, `iconOverlayId`, `iconUnderlayId`, `hookItemTypes`, `itemsCapacity`, `location`, `materialType`, `maxStackSize`, `maxStructure`, `radar`, `pscript`, `spellId`, `stackSize`, `structure`, `targetTypeId`, `usability`, `useRadius`, `validLocations`, `value`, `workmanship`, `animationFrameId`, `defaultScript`, `defaultScriptIntensity`, `elasticity`, `friction`, `locationId`, `modelTableId`, `objectScale`, `physicsBitField`, `physicsTableId`, `motionTableId`, `soundTableId`, `physicsState`, `translucency`, `currentMotionState`) +VALUES (51154, 'Alean the Steel Forger', 16, 67108990, 0, 8, 516, 0, 0, 0, 0, 0, 255, 9437238, 0, 100667446, 0, 0, 0, 255, 0, 0, 0, 0, 4, 0, 0, 0, 0, 0, 32, 3, 0, 0, 0, 0, 0, 0, 0, 0, 0, 33554433, 0, 100355, 0, 150994945, 536870913, 6292504, 0, 'AAA9AEAAAAAAAIC/'); + +INSERT INTO weenie_class (`weenieClassId`, `baseAceObjectId`) +VALUES (51154, 51154); + +INSERT INTO `weenie_palette_changes` (`weenieClassId`, `subPaletteId`, `offset`, `length`) +VALUES (51154, 67109561, 0, 24) + , (51154, 67117071, 24, 8) + , (51154, 67109567, 32, 8) + , (51154, 67112917, 136, 16) + , (51154, 67116864, 152, 8) + , (51154, 67112917, 174, 12) + , (51154, 67116864, 206, 10) + , (51154, 67112917, 72, 8) + , (51154, 67116864, 92, 4) + , (51154, 67112917, 116, 12) + , (51154, 67116864, 128, 8) + , (51154, 67112917, 108, 8) + , (51154, 67112917, 168, 6) + , (51154, 67112917, 160, 8); + +INSERT INTO `weenie_texture_map_changes` (`weenieClassId`, `index`, `oldId`, `newId`) +VALUES (51154, 16, 83886232, 83890685) + , (51154, 16, 83886668, 83890516) + , (51154, 16, 83886837, 83890554) + , (51154, 16, 83886684, 83890629); + +INSERT INTO `weenie_animation_changes` (`weenieClassId`, `index`, `animationId`) +VALUES (51154, 16, 16795665) + , (51154, 5, 16795222) + , (51154, 1, 16795220) + , (51154, 6, 16795221) + , (51154, 2, 16795219) + , (51154, 9, 16795212) + , (51154, 0, 16795206) + , (51154, 13, 16795211) + , (51154, 10, 16795209) + , (51154, 14, 16795210) + , (51154, 11, 16795208) + , (51154, 15, 16795217) + , (51154, 12, 16795216) + , (51154, 3, 16795214) + , (51154, 7, 16795215) + , (51154, 4, 16795223) + , (51154, 8, 16795224); + +INSERT INTO `base_ace_object` (`baseAceObjectId`, `name`, `typeId`, `paletteId`, `ammoType`, `blipColor`, `bitField`, `burden`, `combatUse`, `cooldownDuration`, `cooldownId`, `effects`, `containersCapacity`, `header`, `hookTypeId`, `iconId`, `iconOverlayId`, `iconUnderlayId`, `hookItemTypes`, `itemsCapacity`, `location`, `materialType`, `maxStackSize`, `maxStructure`, `radar`, `pscript`, `spellId`, `stackSize`, `structure`, `targetTypeId`, `usability`, `useRadius`, `validLocations`, `value`, `workmanship`, `animationFrameId`, `defaultScript`, `defaultScriptIntensity`, `elasticity`, `friction`, `locationId`, `modelTableId`, `objectScale`, `physicsBitField`, `physicsTableId`, `motionTableId`, `soundTableId`, `physicsState`, `translucency`, `currentMotionState`) +VALUES (2049, 'Weary-looking Man', 16, 67108990, 0, 8, 516, 0, 0, 0, 0, 0, 255, 9437238, 0, 100667446, 0, 0, 0, 255, 0, 0, 0, 0, 4, 0, 0, 0, 0, 0, 32, 3, 0, 0, 0, 0, 0, 0, 0, 0, 0, 33554433, 0, 100355, 0, 150994945, 536870913, 2098200, 0, 'AAA9AAAAAAA='); + +INSERT INTO weenie_class (`weenieClassId`, `baseAceObjectId`) +VALUES (2049, 2049); + +INSERT INTO `weenie_palette_changes` (`weenieClassId`, `subPaletteId`, `offset`, `length`) +VALUES (2049, 67109562, 0, 24) + , (2049, 67117078, 24, 8) + , (2049, 67110062, 32, 8) + , (2049, 67110375, 64, 8) + , (2049, 67110544, 72, 8) + , (2049, 67109969, 92, 4) + , (2049, 67110366, 40, 24) + , (2049, 67110378, 160, 8); + +INSERT INTO `weenie_texture_map_changes` (`weenieClassId`, `index`, `oldId`, `newId`) +VALUES (2049, 16, 83886232, 83890685) + , (2049, 16, 83886668, 83890451) + , (2049, 16, 83886837, 83890520) + , (2049, 16, 83886684, 83890665) + , (2049, 5, 83887064, 83886241) + , (2049, 1, 83887064, 83886241) + , (2049, 6, 83887066, 83887055) + , (2049, 2, 83887066, 83887055) + , (2049, 10, 83886796, 83886782) + , (2049, 13, 83886796, 83886782) + , (2049, 11, 83886788, 83891213) + , (2049, 14, 83886788, 83891213) + , (2049, 9, 83887061, 83890009) + , (2049, 9, 83887060, 83890010) + , (2049, 0, 83889072, 83890012) + , (2049, 0, 83889342, 83890011) + , (2049, 3, 83889344, 83887054) + , (2049, 7, 83889344, 83887054) + , (2049, 4, 83887068, 83887054) + , (2049, 8, 83887068, 83887054); + +INSERT INTO `weenie_animation_changes` (`weenieClassId`, `index`, `animationId`) +VALUES (2049, 12, 16777304) + , (2049, 15, 16777307) + , (2049, 16, 16795662) + , (2049, 5, 16781819) + , (2049, 1, 16781836) + , (2049, 6, 16781857) + , (2049, 2, 16781860) + , (2049, 10, 16781858) + , (2049, 13, 16781856) + , (2049, 11, 16781822) + , (2049, 14, 16781821) + , (2049, 9, 16777300) + , (2049, 0, 16781835) + , (2049, 3, 16777292) + , (2049, 7, 16777296) + , (2049, 4, 16777291) + , (2049, 8, 16777298); + +INSERT INTO `base_ace_object` (`baseAceObjectId`, `name`, `typeId`, `paletteId`, `ammoType`, `blipColor`, `bitField`, `burden`, `combatUse`, `cooldownDuration`, `cooldownId`, `effects`, `containersCapacity`, `header`, `hookTypeId`, `iconId`, `iconOverlayId`, `iconUnderlayId`, `hookItemTypes`, `itemsCapacity`, `location`, `materialType`, `maxStackSize`, `maxStructure`, `radar`, `pscript`, `spellId`, `stackSize`, `structure`, `targetTypeId`, `usability`, `useRadius`, `validLocations`, `value`, `workmanship`, `animationFrameId`, `defaultScript`, `defaultScriptIntensity`, `elasticity`, `friction`, `locationId`, `modelTableId`, `objectScale`, `physicsBitField`, `physicsTableId`, `motionTableId`, `soundTableId`, `physicsState`, `translucency`, `currentMotionState`) +VALUES (51156, 'Jibril ibn Rashid', 16, 67108990, 0, 8, 516, 0, 0, 0, 0, 0, 255, 9437238, 0, 100667446, 0, 0, 0, 255, 0, 0, 0, 0, 4, 0, 0, 0, 0, 0, 32, 3, 0, 0, 0, 0, 0, 0, 0, 0, 0, 33554433, 0, 100355, 0, 150994945, 536870913, 6292504, 0, 'AAA9AAAAAAA='); + +INSERT INTO weenie_class (`weenieClassId`, `baseAceObjectId`) +VALUES (51156, 51156); + +INSERT INTO `weenie_palette_changes` (`weenieClassId`, `subPaletteId`, `offset`, `length`) +VALUES (51156, 67109552, 0, 24) + , (51156, 67117020, 24, 8) + , (51156, 67110062, 32, 8) + , (51156, 67113252, 136, 16) + , (51156, 67116864, 152, 8) + , (51156, 67113252, 174, 12) + , (51156, 67116864, 206, 10) + , (51156, 67113252, 72, 8) + , (51156, 67116864, 92, 4) + , (51156, 67113252, 116, 12) + , (51156, 67116864, 128, 8) + , (51156, 67113252, 108, 8) + , (51156, 67113252, 168, 6) + , (51156, 67113252, 160, 8); + +INSERT INTO `weenie_texture_map_changes` (`weenieClassId`, `index`, `oldId`, `newId`) +VALUES (51156, 16, 83886232, 83890685) + , (51156, 16, 83886668, 83890475) + , (51156, 16, 83886837, 83890534) + , (51156, 16, 83886684, 83890621); + +INSERT INTO `weenie_animation_changes` (`weenieClassId`, `index`, `animationId`) +VALUES (51156, 16, 16795650) + , (51156, 5, 16795222) + , (51156, 1, 16795220) + , (51156, 6, 16795221) + , (51156, 2, 16795219) + , (51156, 9, 16795212) + , (51156, 0, 16795206) + , (51156, 13, 16795211) + , (51156, 10, 16795209) + , (51156, 14, 16795210) + , (51156, 11, 16795208) + , (51156, 15, 16795217) + , (51156, 12, 16795216) + , (51156, 3, 16795214) + , (51156, 7, 16795215) + , (51156, 4, 16795223) + , (51156, 8, 16795224); + +INSERT INTO `base_ace_object` (`baseAceObjectId`, `name`, `typeId`, `paletteId`, `ammoType`, `blipColor`, `bitField`, `burden`, `combatUse`, `cooldownDuration`, `cooldownId`, `effects`, `containersCapacity`, `header`, `hookTypeId`, `iconId`, `iconOverlayId`, `iconUnderlayId`, `hookItemTypes`, `itemsCapacity`, `location`, `materialType`, `maxStackSize`, `maxStructure`, `radar`, `pscript`, `spellId`, `stackSize`, `structure`, `targetTypeId`, `usability`, `useRadius`, `validLocations`, `value`, `workmanship`, `animationFrameId`, `defaultScript`, `defaultScriptIntensity`, `elasticity`, `friction`, `locationId`, `modelTableId`, `objectScale`, `physicsBitField`, `physicsTableId`, `motionTableId`, `soundTableId`, `physicsState`, `translucency`, `currentMotionState`) +VALUES (51155, 'Koga Hideki', 16, 67108990, 0, 8, 516, 0, 0, 0, 0, 0, 255, 9437238, 0, 100667446, 0, 0, 0, 255, 0, 0, 0, 0, 4, 0, 0, 0, 0, 0, 32, 3, 0, 0, 0, 0, 0, 0, 0, 0, 0, 33554433, 0, 100355, 0, 150994945, 536870913, 6292504, 0, 'AAA9AAAAAAA='); + +INSERT INTO weenie_class (`weenieClassId`, `baseAceObjectId`) +VALUES (51155, 51155); + +INSERT INTO `weenie_palette_changes` (`weenieClassId`, `subPaletteId`, `offset`, `length`) +VALUES (51155, 67110053, 0, 24) + , (51155, 67116998, 24, 8) + , (51155, 67110063, 32, 8) + , (51155, 67113253, 136, 16) + , (51155, 67116864, 152, 8) + , (51155, 67113253, 174, 12) + , (51155, 67116864, 206, 10) + , (51155, 67113253, 72, 8) + , (51155, 67116864, 92, 4) + , (51155, 67113253, 116, 12) + , (51155, 67116864, 128, 8) + , (51155, 67113253, 108, 8) + , (51155, 67113253, 168, 6) + , (51155, 67113253, 160, 8); + +INSERT INTO `weenie_texture_map_changes` (`weenieClassId`, `index`, `oldId`, `newId`) +VALUES (51155, 16, 83886232, 83890685) + , (51155, 16, 83886668, 83890447) + , (51155, 16, 83886837, 83890548) + , (51155, 16, 83886684, 83890642); + +INSERT INTO `weenie_animation_changes` (`weenieClassId`, `index`, `animationId`) +VALUES (51155, 16, 16795650) + , (51155, 5, 16795222) + , (51155, 1, 16795220) + , (51155, 6, 16795221) + , (51155, 2, 16795219) + , (51155, 9, 16795212) + , (51155, 0, 16795206) + , (51155, 13, 16795211) + , (51155, 10, 16795209) + , (51155, 14, 16795210) + , (51155, 11, 16795208) + , (51155, 15, 16795217) + , (51155, 12, 16795216) + , (51155, 3, 16795214) + , (51155, 7, 16795215) + , (51155, 4, 16795223) + , (51155, 8, 16795224); + diff --git a/Database/weenies/WritableObjects.sql b/Database/3-Core/weenies/WritableObjects.sql similarity index 100% rename from Database/weenies/WritableObjects.sql rename to Database/3-Core/weenies/WritableObjects.sql diff --git a/Database/weenies/Scrolls.sql b/Database/3-Core/weenies/WriteablesScrolls.sql similarity index 99% rename from Database/weenies/Scrolls.sql rename to Database/3-Core/weenies/WriteablesScrolls.sql index eec544672a..b38827ac48 100644 --- a/Database/weenies/Scrolls.sql +++ b/Database/3-Core/weenies/WriteablesScrolls.sql @@ -1906,12 +1906,6 @@ VALUES (20231, 'Scroll of Executor''s Blessing', 8192, 0, 0, 0, 18, 30, 0, 0, 0, INSERT INTO weenie_class (`weenieClassId`, `baseAceObjectId`) VALUES (20231, 20231); -INSERT INTO `base_ace_object` (`baseAceObjectId`, `name`, `typeId`, `paletteId`, `ammoType`, `blipColor`, `bitField`, `burden`, `combatUse`, `cooldownDuration`, `cooldownId`, `effects`, `containersCapacity`, `header`, `hookTypeId`, `iconId`, `iconOverlayId`, `iconUnderlayId`, `hookItemTypes`, `itemsCapacity`, `location`, `materialType`, `maxStackSize`, `maxStructure`, `radar`, `pscript`, `spellId`, `stackSize`, `structure`, `targetTypeId`, `usability`, `useRadius`, `validLocations`, `value`, `workmanship`, `animationFrameId`, `defaultScript`, `defaultScriptIntensity`, `elasticity`, `friction`, `locationId`, `modelTableId`, `objectScale`, `physicsBitField`, `physicsTableId`, `motionTableId`, `soundTableId`, `physicsState`, `translucency`, `currentMotionState`) -VALUES (9010, 'Unreadable Scroll', 8192, 0, 0, 0, 274, 50, 0, 0, 0, 0, 0, 2113560, 0, 100669876, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 8, 0, 0, 10, 0, 101, 0, 0, 0, 0, 0, 33554826, 1.5, 135297, 872415275, 0, 0, 1044, 0, '0'); - -INSERT INTO weenie_class (`weenieClassId`, `baseAceObjectId`) -VALUES (9010, 9010); - INSERT INTO `base_ace_object` (`baseAceObjectId`, `name`, `typeId`, `paletteId`, `ammoType`, `blipColor`, `bitField`, `burden`, `combatUse`, `cooldownDuration`, `cooldownId`, `effects`, `containersCapacity`, `header`, `hookTypeId`, `iconId`, `iconOverlayId`, `iconUnderlayId`, `hookItemTypes`, `itemsCapacity`, `location`, `materialType`, `maxStackSize`, `maxStructure`, `radar`, `pscript`, `spellId`, `stackSize`, `structure`, `targetTypeId`, `usability`, `useRadius`, `validLocations`, `value`, `workmanship`, `animationFrameId`, `defaultScript`, `defaultScriptIntensity`, `elasticity`, `friction`, `locationId`, `modelTableId`, `objectScale`, `physicsBitField`, `physicsTableId`, `motionTableId`, `soundTableId`, `physicsState`, `translucency`, `currentMotionState`) VALUES (45353, 'Scroll of Sneak Attack Mastery Self VI', 8192, 0, 0, 0, 18, 30, 0, 0, 0, 0, 0, 6307864, 0, 100692253, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 5880, 0, 0, 0, 8, 0, 0, 1000, 0, 101, 0, 0, 0, 0, 0, 33554826, 1.5, 135297, 872415275, 0, 0, 1044, 0, '0'); @@ -3184,12 +3178,6 @@ VALUES (20461, 'Scroll of Cameron''s Curse', 8192, 0, 0, 0, 18, 30, 0, 0, 0, 0, INSERT INTO weenie_class (`weenieClassId`, `baseAceObjectId`) VALUES (20461, 20461); -INSERT INTO `base_ace_object` (`baseAceObjectId`, `name`, `typeId`, `paletteId`, `ammoType`, `blipColor`, `bitField`, `burden`, `combatUse`, `cooldownDuration`, `cooldownId`, `effects`, `containersCapacity`, `header`, `hookTypeId`, `iconId`, `iconOverlayId`, `iconUnderlayId`, `hookItemTypes`, `itemsCapacity`, `location`, `materialType`, `maxStackSize`, `maxStructure`, `radar`, `pscript`, `spellId`, `stackSize`, `structure`, `targetTypeId`, `usability`, `useRadius`, `validLocations`, `value`, `workmanship`, `animationFrameId`, `defaultScript`, `defaultScriptIntensity`, `elasticity`, `friction`, `locationId`, `modelTableId`, `objectScale`, `physicsBitField`, `physicsTableId`, `motionTableId`, `soundTableId`, `physicsState`, `translucency`, `currentMotionState`) -VALUES (51921, 'Sealed Scroll for Commander Presk', 8192, 0, 0, 0, 274, 25, 0, 0, 0, 0, 0, 2113552, 0, 100667503, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 101, 0, 0, 0, 0, 0, 33554776, 0, 137217, 872415275, 0, 536870932, 1044, 0, '0'); - -INSERT INTO weenie_class (`weenieClassId`, `baseAceObjectId`) -VALUES (51921, 51921); - INSERT INTO `base_ace_object` (`baseAceObjectId`, `name`, `typeId`, `paletteId`, `ammoType`, `blipColor`, `bitField`, `burden`, `combatUse`, `cooldownDuration`, `cooldownId`, `effects`, `containersCapacity`, `header`, `hookTypeId`, `iconId`, `iconOverlayId`, `iconUnderlayId`, `hookItemTypes`, `itemsCapacity`, `location`, `materialType`, `maxStackSize`, `maxStructure`, `radar`, `pscript`, `spellId`, `stackSize`, `structure`, `targetTypeId`, `usability`, `useRadius`, `validLocations`, `value`, `workmanship`, `animationFrameId`, `defaultScript`, `defaultScriptIntensity`, `elasticity`, `friction`, `locationId`, `modelTableId`, `objectScale`, `physicsBitField`, `physicsTableId`, `motionTableId`, `soundTableId`, `physicsState`, `translucency`, `currentMotionState`) VALUES (28008, 'Aura of Infected Spirit Caress Scroll', 8192, 0, 0, 0, 18, 30, 0, 0, 0, 0, 0, 6307864, 0, 100676674, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 3259, 0, 0, 0, 8, 0, 0, 2000, 0, 101, 0, 0, 0, 0, 0, 33554826, 1.5, 135297, 872415275, 0, 0, 1044, 0, '0'); @@ -3532,12 +3520,6 @@ VALUES (1874, 'Scroll of Stamina to Mana Self', 8192, 0, 0, 0, 18, 30, 0, 0, 0, INSERT INTO weenie_class (`weenieClassId`, `baseAceObjectId`) VALUES (1874, 1874); -INSERT INTO `base_ace_object` (`baseAceObjectId`, `name`, `typeId`, `paletteId`, `ammoType`, `blipColor`, `bitField`, `burden`, `combatUse`, `cooldownDuration`, `cooldownId`, `effects`, `containersCapacity`, `header`, `hookTypeId`, `iconId`, `iconOverlayId`, `iconUnderlayId`, `hookItemTypes`, `itemsCapacity`, `location`, `materialType`, `maxStackSize`, `maxStructure`, `radar`, `pscript`, `spellId`, `stackSize`, `structure`, `targetTypeId`, `usability`, `useRadius`, `validLocations`, `value`, `workmanship`, `animationFrameId`, `defaultScript`, `defaultScriptIntensity`, `elasticity`, `friction`, `locationId`, `modelTableId`, `objectScale`, `physicsBitField`, `physicsTableId`, `motionTableId`, `soundTableId`, `physicsState`, `translucency`, `currentMotionState`) -VALUES (38246, 'Scroll of Prophecy', 8192, 0, 0, 0, 272, 25, 0, 0, 0, 0, 0, 2113584, 0, 100668176, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 8, 1.5, 0, 0, 0, 101, 0, 0, 0, 0, 0, 33554776, 0, 137217, 872415275, 0, 536870932, 1044, 0, '0'); - -INSERT INTO weenie_class (`weenieClassId`, `baseAceObjectId`) -VALUES (38246, 38246); - INSERT INTO `base_ace_object` (`baseAceObjectId`, `name`, `typeId`, `paletteId`, `ammoType`, `blipColor`, `bitField`, `burden`, `combatUse`, `cooldownDuration`, `cooldownId`, `effects`, `containersCapacity`, `header`, `hookTypeId`, `iconId`, `iconOverlayId`, `iconUnderlayId`, `hookItemTypes`, `itemsCapacity`, `location`, `materialType`, `maxStackSize`, `maxStructure`, `radar`, `pscript`, `spellId`, `stackSize`, `structure`, `targetTypeId`, `usability`, `useRadius`, `validLocations`, `value`, `workmanship`, `animationFrameId`, `defaultScript`, `defaultScriptIntensity`, `elasticity`, `friction`, `locationId`, `modelTableId`, `objectScale`, `physicsBitField`, `physicsTableId`, `motionTableId`, `soundTableId`, `physicsState`, `translucency`, `currentMotionState`) VALUES (3591, 'Scroll of Weapon Tinkering Ignorance V', 8192, 0, 0, 0, 18, 30, 0, 0, 0, 0, 0, 6307864, 0, 100676477, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 796, 0, 0, 0, 8, 0, 0, 200, 0, 101, 0, 0, 0, 0, 0, 33554826, 1.5, 135297, 872415275, 0, 0, 1044, 0, '0'); @@ -4414,12 +4396,6 @@ VALUES (2686, 'Scroll of Frailty Other VI', 8192, 0, 0, 0, 18, 30, 0, 0, 0, 0, 0 INSERT INTO weenie_class (`weenieClassId`, `baseAceObjectId`) VALUES (2686, 2686); -INSERT INTO `base_ace_object` (`baseAceObjectId`, `name`, `typeId`, `paletteId`, `ammoType`, `blipColor`, `bitField`, `burden`, `combatUse`, `cooldownDuration`, `cooldownId`, `effects`, `containersCapacity`, `header`, `hookTypeId`, `iconId`, `iconOverlayId`, `iconUnderlayId`, `hookItemTypes`, `itemsCapacity`, `location`, `materialType`, `maxStackSize`, `maxStructure`, `radar`, `pscript`, `spellId`, `stackSize`, `structure`, `targetTypeId`, `usability`, `useRadius`, `validLocations`, `value`, `workmanship`, `animationFrameId`, `defaultScript`, `defaultScriptIntensity`, `elasticity`, `friction`, `locationId`, `modelTableId`, `objectScale`, `physicsBitField`, `physicsTableId`, `motionTableId`, `soundTableId`, `physicsState`, `translucency`, `currentMotionState`) -VALUES (8505, 'Damp Scroll', 8192, 0, 0, 0, 272, 25, 0, 0, 0, 0, 0, 2113560, 0, 100667503, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 8, 0, 0, 90, 0, 101, 0, 0, 0, 0, 0, 33554773, 0, 137217, 872415275, 0, 536870932, 1044, 0, '0'); - -INSERT INTO weenie_class (`weenieClassId`, `baseAceObjectId`) -VALUES (8505, 8505); - INSERT INTO `base_ace_object` (`baseAceObjectId`, `name`, `typeId`, `paletteId`, `ammoType`, `blipColor`, `bitField`, `burden`, `combatUse`, `cooldownDuration`, `cooldownId`, `effects`, `containersCapacity`, `header`, `hookTypeId`, `iconId`, `iconOverlayId`, `iconUnderlayId`, `hookItemTypes`, `itemsCapacity`, `location`, `materialType`, `maxStackSize`, `maxStructure`, `radar`, `pscript`, `spellId`, `stackSize`, `structure`, `targetTypeId`, `usability`, `useRadius`, `validLocations`, `value`, `workmanship`, `animationFrameId`, `defaultScript`, `defaultScriptIntensity`, `elasticity`, `friction`, `locationId`, `modelTableId`, `objectScale`, `physicsBitField`, `physicsTableId`, `motionTableId`, `soundTableId`, `physicsState`, `translucency`, `currentMotionState`) VALUES (3082, 'Scroll of Exhaustion Other VI', 8192, 0, 0, 0, 18, 30, 0, 0, 0, 0, 0, 6307864, 0, 100676940, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 199, 0, 0, 0, 8, 0, 0, 1000, 0, 101, 0, 0, 0, 0, 0, 33554826, 1.5, 135297, 872415275, 0, 0, 1044, 0, '0'); @@ -4726,12 +4702,6 @@ VALUES (3342, 'Scroll of Jumping Mastery Self VI', 8192, 0, 0, 0, 18, 30, 0, 0, INSERT INTO weenie_class (`weenieClassId`, `baseAceObjectId`) VALUES (3342, 3342); -INSERT INTO `base_ace_object` (`baseAceObjectId`, `name`, `typeId`, `paletteId`, `ammoType`, `blipColor`, `bitField`, `burden`, `combatUse`, `cooldownDuration`, `cooldownId`, `effects`, `containersCapacity`, `header`, `hookTypeId`, `iconId`, `iconOverlayId`, `iconUnderlayId`, `hookItemTypes`, `itemsCapacity`, `location`, `materialType`, `maxStackSize`, `maxStructure`, `radar`, `pscript`, `spellId`, `stackSize`, `structure`, `targetTypeId`, `usability`, `useRadius`, `validLocations`, `value`, `workmanship`, `animationFrameId`, `defaultScript`, `defaultScriptIntensity`, `elasticity`, `friction`, `locationId`, `modelTableId`, `objectScale`, `physicsBitField`, `physicsTableId`, `motionTableId`, `soundTableId`, `physicsState`, `translucency`, `currentMotionState`) -VALUES (6411, 'Elaborate Scroll', 8192, 0, 0, 0, 272, 25, 0, 0, 0, 0, 0, 2113592, 0, 100667503, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 8, 1, 0, 3, 0, 101, 0, 0, 0, 0, 0, 33554773, 0, 137217, 872415275, 0, 536870932, 1044, 0, '0'); - -INSERT INTO weenie_class (`weenieClassId`, `baseAceObjectId`) -VALUES (6411, 6411); - INSERT INTO `base_ace_object` (`baseAceObjectId`, `name`, `typeId`, `paletteId`, `ammoType`, `blipColor`, `bitField`, `burden`, `combatUse`, `cooldownDuration`, `cooldownId`, `effects`, `containersCapacity`, `header`, `hookTypeId`, `iconId`, `iconOverlayId`, `iconUnderlayId`, `hookItemTypes`, `itemsCapacity`, `location`, `materialType`, `maxStackSize`, `maxStructure`, `radar`, `pscript`, `spellId`, `stackSize`, `structure`, `targetTypeId`, `usability`, `useRadius`, `validLocations`, `value`, `workmanship`, `animationFrameId`, `defaultScript`, `defaultScriptIntensity`, `elasticity`, `friction`, `locationId`, `modelTableId`, `objectScale`, `physicsBitField`, `physicsTableId`, `motionTableId`, `soundTableId`, `physicsState`, `translucency`, `currentMotionState`) VALUES (53335, 'Scroll of Clouded Soul II', 8192, 0, 0, 0, 18, 30, 0, 0, 0, 0, 0, 6307864, 0, 100691572, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 6195, 0, 0, 0, 8, 0, 0, 200, 0, 101, 0, 0, 0, 0, 0, 33554826, 1.5, 135297, 872415275, 0, 0, 1044, 0, '0'); @@ -6580,12 +6550,6 @@ VALUES (43313, 'Scroll of Nether Streak IV', 8192, 0, 0, 0, 18, 30, 0, 0, 0, 0, INSERT INTO weenie_class (`weenieClassId`, `baseAceObjectId`) VALUES (43313, 43313); -INSERT INTO `base_ace_object` (`baseAceObjectId`, `name`, `typeId`, `paletteId`, `ammoType`, `blipColor`, `bitField`, `burden`, `combatUse`, `cooldownDuration`, `cooldownId`, `effects`, `containersCapacity`, `header`, `hookTypeId`, `iconId`, `iconOverlayId`, `iconUnderlayId`, `hookItemTypes`, `itemsCapacity`, `location`, `materialType`, `maxStackSize`, `maxStructure`, `radar`, `pscript`, `spellId`, `stackSize`, `structure`, `targetTypeId`, `usability`, `useRadius`, `validLocations`, `value`, `workmanship`, `animationFrameId`, `defaultScript`, `defaultScriptIntensity`, `elasticity`, `friction`, `locationId`, `modelTableId`, `objectScale`, `physicsBitField`, `physicsTableId`, `motionTableId`, `soundTableId`, `physicsState`, `translucency`, `currentMotionState`) -VALUES (22253, 'Ulgrim''s Scroll', 8192, 0, 0, 0, 274, 100, 0, 0, 0, 0, 0, 2097168, 0, 100673883, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 8, 0, 0, 0, 0, 101, 0, 0, 0, 0, 0, 33554826, 1.5, 168065, 872415275, 0, 0, 1044, 0, '0'); - -INSERT INTO weenie_class (`weenieClassId`, `baseAceObjectId`) -VALUES (22253, 22253); - INSERT INTO `base_ace_object` (`baseAceObjectId`, `name`, `typeId`, `paletteId`, `ammoType`, `blipColor`, `bitField`, `burden`, `combatUse`, `cooldownDuration`, `cooldownId`, `effects`, `containersCapacity`, `header`, `hookTypeId`, `iconId`, `iconOverlayId`, `iconUnderlayId`, `hookItemTypes`, `itemsCapacity`, `location`, `materialType`, `maxStackSize`, `maxStructure`, `radar`, `pscript`, `spellId`, `stackSize`, `structure`, `targetTypeId`, `usability`, `useRadius`, `validLocations`, `value`, `workmanship`, `animationFrameId`, `defaultScript`, `defaultScriptIntensity`, `elasticity`, `friction`, `locationId`, `modelTableId`, `objectScale`, `physicsBitField`, `physicsTableId`, `motionTableId`, `soundTableId`, `physicsState`, `translucency`, `currentMotionState`) VALUES (1844, 'Scroll of Bludgeon Protection Other', 8192, 0, 0, 0, 18, 30, 0, 0, 0, 0, 0, 6291480, 0, 100676952, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1024, 0, 0, 0, 8, 0, 0, 1, 0, 101, 0, 0, 0, 0, 0, 33554826, 1.5, 168065, 872415275, 0, 0, 1044, 0, '0'); @@ -6886,12 +6850,6 @@ VALUES (45348, 'Scroll of Sneak Attack Mastery Self', 8192, 0, 0, 0, 18, 30, 0, INSERT INTO weenie_class (`weenieClassId`, `baseAceObjectId`) VALUES (45348, 45348); -INSERT INTO `base_ace_object` (`baseAceObjectId`, `name`, `typeId`, `paletteId`, `ammoType`, `blipColor`, `bitField`, `burden`, `combatUse`, `cooldownDuration`, `cooldownId`, `effects`, `containersCapacity`, `header`, `hookTypeId`, `iconId`, `iconOverlayId`, `iconUnderlayId`, `hookItemTypes`, `itemsCapacity`, `location`, `materialType`, `maxStackSize`, `maxStructure`, `radar`, `pscript`, `spellId`, `stackSize`, `structure`, `targetTypeId`, `usability`, `useRadius`, `validLocations`, `value`, `workmanship`, `animationFrameId`, `defaultScript`, `defaultScriptIntensity`, `elasticity`, `friction`, `locationId`, `modelTableId`, `objectScale`, `physicsBitField`, `physicsTableId`, `motionTableId`, `soundTableId`, `physicsState`, `translucency`, `currentMotionState`) -VALUES (51922, 'Sealed Scroll for Raksaa', 8192, 0, 0, 0, 274, 25, 0, 0, 0, 0, 0, 2113552, 0, 100667503, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 101, 0, 0, 0, 0, 0, 33554776, 0, 137217, 872415275, 0, 536870932, 1044, 0, '0'); - -INSERT INTO weenie_class (`weenieClassId`, `baseAceObjectId`) -VALUES (51922, 51922); - INSERT INTO `base_ace_object` (`baseAceObjectId`, `name`, `typeId`, `paletteId`, `ammoType`, `blipColor`, `bitField`, `burden`, `combatUse`, `cooldownDuration`, `cooldownId`, `effects`, `containersCapacity`, `header`, `hookTypeId`, `iconId`, `iconOverlayId`, `iconUnderlayId`, `hookItemTypes`, `itemsCapacity`, `location`, `materialType`, `maxStackSize`, `maxStructure`, `radar`, `pscript`, `spellId`, `stackSize`, `structure`, `targetTypeId`, `usability`, `useRadius`, `validLocations`, `value`, `workmanship`, `animationFrameId`, `defaultScript`, `defaultScriptIntensity`, `elasticity`, `friction`, `locationId`, `modelTableId`, `objectScale`, `physicsBitField`, `physicsTableId`, `motionTableId`, `soundTableId`, `physicsState`, `translucency`, `currentMotionState`) VALUES (3291, 'Scroll of Impregnability Self V', 8192, 0, 0, 0, 18, 30, 0, 0, 0, 0, 0, 6307864, 0, 100676468, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 260, 0, 0, 0, 8, 0, 0, 200, 0, 101, 0, 0, 0, 0, 0, 33554826, 1.5, 135297, 872415275, 0, 0, 1044, 0, '0'); @@ -8512,18 +8470,6 @@ VALUES (20590, 'Scroll of Light Weapon Ineptitude Other VII', 8192, 0, 0, 0, 18, INSERT INTO weenie_class (`weenieClassId`, `baseAceObjectId`) VALUES (20590, 20590); -INSERT INTO `base_ace_object` (`baseAceObjectId`, `name`, `typeId`, `paletteId`, `ammoType`, `blipColor`, `bitField`, `burden`, `combatUse`, `cooldownDuration`, `cooldownId`, `effects`, `containersCapacity`, `header`, `hookTypeId`, `iconId`, `iconOverlayId`, `iconUnderlayId`, `hookItemTypes`, `itemsCapacity`, `location`, `materialType`, `maxStackSize`, `maxStructure`, `radar`, `pscript`, `spellId`, `stackSize`, `structure`, `targetTypeId`, `usability`, `useRadius`, `validLocations`, `value`, `workmanship`, `animationFrameId`, `defaultScript`, `defaultScriptIntensity`, `elasticity`, `friction`, `locationId`, `modelTableId`, `objectScale`, `physicsBitField`, `physicsTableId`, `motionTableId`, `soundTableId`, `physicsState`, `translucency`, `currentMotionState`) -VALUES (8812, 'Esard''s Life Magic Scroll', 128, 0, 0, 0, 272, 50, 0, 0, 0, 0, 0, 2113592, 0, 100671183, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 8, 1, 0, 1000, 0, 0, 0, 0, 0, 0, 0, 33555391, 0.2, 268417, 872415275, 0, 536870932, 1044, 0.5, '0'); - -INSERT INTO weenie_class (`weenieClassId`, `baseAceObjectId`) -VALUES (8812, 8812); - -INSERT INTO `base_ace_object` (`baseAceObjectId`, `name`, `typeId`, `paletteId`, `ammoType`, `blipColor`, `bitField`, `burden`, `combatUse`, `cooldownDuration`, `cooldownId`, `effects`, `containersCapacity`, `header`, `hookTypeId`, `iconId`, `iconOverlayId`, `iconUnderlayId`, `hookItemTypes`, `itemsCapacity`, `location`, `materialType`, `maxStackSize`, `maxStructure`, `radar`, `pscript`, `spellId`, `stackSize`, `structure`, `targetTypeId`, `usability`, `useRadius`, `validLocations`, `value`, `workmanship`, `animationFrameId`, `defaultScript`, `defaultScriptIntensity`, `elasticity`, `friction`, `locationId`, `modelTableId`, `objectScale`, `physicsBitField`, `physicsTableId`, `motionTableId`, `soundTableId`, `physicsState`, `translucency`, `currentMotionState`) -VALUES (8811, 'Nelamar''s War Magic Scroll', 128, 0, 0, 0, 272, 50, 0, 0, 0, 0, 0, 2113592, 0, 100671183, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 8, 1, 0, 1000, 0, 0, 0, 0, 0, 0, 0, 33555391, 0.2, 268417, 872415275, 0, 536870932, 1044, 0.5, '0'); - -INSERT INTO weenie_class (`weenieClassId`, `baseAceObjectId`) -VALUES (8811, 8811); - INSERT INTO `base_ace_object` (`baseAceObjectId`, `name`, `typeId`, `paletteId`, `ammoType`, `blipColor`, `bitField`, `burden`, `combatUse`, `cooldownDuration`, `cooldownId`, `effects`, `containersCapacity`, `header`, `hookTypeId`, `iconId`, `iconOverlayId`, `iconUnderlayId`, `hookItemTypes`, `itemsCapacity`, `location`, `materialType`, `maxStackSize`, `maxStructure`, `radar`, `pscript`, `spellId`, `stackSize`, `structure`, `targetTypeId`, `usability`, `useRadius`, `validLocations`, `value`, `workmanship`, `animationFrameId`, `defaultScript`, `defaultScriptIntensity`, `elasticity`, `friction`, `locationId`, `modelTableId`, `objectScale`, `physicsBitField`, `physicsTableId`, `motionTableId`, `soundTableId`, `physicsState`, `translucency`, `currentMotionState`) VALUES (3193, 'Scroll of Creature Enchantment Mastery Other II', 8192, 0, 0, 0, 18, 30, 0, 0, 0, 0, 0, 6307864, 0, 100676453, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 564, 0, 0, 0, 8, 0, 0, 5, 0, 101, 0, 0, 0, 0, 0, 33554826, 1.5, 135297, 872415275, 0, 0, 1044, 0, '0'); @@ -10108,12 +10054,6 @@ VALUES (45272, 'Scroll of Dual Wield Mastery Other V', 8192, 0, 0, 0, 18, 30, 0, INSERT INTO weenie_class (`weenieClassId`, `baseAceObjectId`) VALUES (45272, 45272); -INSERT INTO `base_ace_object` (`baseAceObjectId`, `name`, `typeId`, `paletteId`, `ammoType`, `blipColor`, `bitField`, `burden`, `combatUse`, `cooldownDuration`, `cooldownId`, `effects`, `containersCapacity`, `header`, `hookTypeId`, `iconId`, `iconOverlayId`, `iconUnderlayId`, `hookItemTypes`, `itemsCapacity`, `location`, `materialType`, `maxStackSize`, `maxStructure`, `radar`, `pscript`, `spellId`, `stackSize`, `structure`, `targetTypeId`, `usability`, `useRadius`, `validLocations`, `value`, `workmanship`, `animationFrameId`, `defaultScript`, `defaultScriptIntensity`, `elasticity`, `friction`, `locationId`, `modelTableId`, `objectScale`, `physicsBitField`, `physicsTableId`, `motionTableId`, `soundTableId`, `physicsState`, `translucency`, `currentMotionState`) -VALUES (8810, 'Geraux''s Life Magic Scroll', 128, 0, 0, 0, 272, 50, 0, 0, 0, 0, 0, 2113592, 0, 100671183, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 8, 1, 0, 1000, 0, 0, 0, 0, 0, 0, 0, 33555391, 0.2, 268417, 872415275, 0, 536870932, 1044, 0.5, '0'); - -INSERT INTO weenie_class (`weenieClassId`, `baseAceObjectId`) -VALUES (8810, 8810); - INSERT INTO `base_ace_object` (`baseAceObjectId`, `name`, `typeId`, `paletteId`, `ammoType`, `blipColor`, `bitField`, `burden`, `combatUse`, `cooldownDuration`, `cooldownId`, `effects`, `containersCapacity`, `header`, `hookTypeId`, `iconId`, `iconOverlayId`, `iconUnderlayId`, `hookItemTypes`, `itemsCapacity`, `location`, `materialType`, `maxStackSize`, `maxStructure`, `radar`, `pscript`, `spellId`, `stackSize`, `structure`, `targetTypeId`, `usability`, `useRadius`, `validLocations`, `value`, `workmanship`, `animationFrameId`, `defaultScript`, `defaultScriptIntensity`, `elasticity`, `friction`, `locationId`, `modelTableId`, `objectScale`, `physicsBitField`, `physicsTableId`, `motionTableId`, `soundTableId`, `physicsState`, `translucency`, `currentMotionState`) VALUES (20582, 'Scroll of Light Weapon Mastery Other VII', 8192, 0, 0, 0, 18, 30, 0, 0, 0, 0, 0, 6307864, 0, 100692249, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2202, 0, 0, 0, 8, 0, 0, 2000, 0, 101, 0, 0, 0, 0, 0, 33554826, 1.5, 135297, 872415275, 0, 0, 1044, 0, '0'); diff --git a/Database/weenies/Statues.sql b/Database/3-Core/weenies/WriteablesStatues.sql similarity index 71% rename from Database/weenies/Statues.sql rename to Database/3-Core/weenies/WriteablesStatues.sql index 970e149449..e262c912a6 100644 --- a/Database/weenies/Statues.sql +++ b/Database/3-Core/weenies/WriteablesStatues.sql @@ -120,12 +120,6 @@ VALUES (19196, 1, 83892459, 83892460) INSERT INTO `weenie_animation_changes` (`weenieClassId`, `index`, `animationId`) VALUES (19196, 1, 16784273); -INSERT INTO `base_ace_object` (`baseAceObjectId`, `name`, `typeId`, `paletteId`, `ammoType`, `blipColor`, `bitField`, `burden`, `combatUse`, `cooldownDuration`, `cooldownId`, `effects`, `containersCapacity`, `header`, `hookTypeId`, `iconId`, `iconOverlayId`, `iconUnderlayId`, `hookItemTypes`, `itemsCapacity`, `location`, `materialType`, `maxStackSize`, `maxStructure`, `radar`, `pscript`, `spellId`, `stackSize`, `structure`, `targetTypeId`, `usability`, `useRadius`, `validLocations`, `value`, `workmanship`, `animationFrameId`, `defaultScript`, `defaultScriptIntensity`, `elasticity`, `friction`, `locationId`, `modelTableId`, `objectScale`, `physicsBitField`, `physicsTableId`, `motionTableId`, `soundTableId`, `physicsState`, `translucency`, `currentMotionState`) -VALUES (30044, 'Statue of Eleonora du Bellenesse', 8192, 0, 0, 8, 404, 4000, 0, 0, 0, 0, 0, 11534384, 0, 100686582, 0, 0, 0, 0, 0, 0, 0, 0, 4, 0, 0, 0, 0, 0, 48, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 33559093, 3, 32901, 0, 0, 0, 66584, 0, '0'); - -INSERT INTO weenie_class (`weenieClassId`, `baseAceObjectId`) -VALUES (30044, 30044); - INSERT INTO `base_ace_object` (`baseAceObjectId`, `name`, `typeId`, `paletteId`, `ammoType`, `blipColor`, `bitField`, `burden`, `combatUse`, `cooldownDuration`, `cooldownId`, `effects`, `containersCapacity`, `header`, `hookTypeId`, `iconId`, `iconOverlayId`, `iconUnderlayId`, `hookItemTypes`, `itemsCapacity`, `location`, `materialType`, `maxStackSize`, `maxStructure`, `radar`, `pscript`, `spellId`, `stackSize`, `structure`, `targetTypeId`, `usability`, `useRadius`, `validLocations`, `value`, `workmanship`, `animationFrameId`, `defaultScript`, `defaultScriptIntensity`, `elasticity`, `friction`, `locationId`, `modelTableId`, `objectScale`, `physicsBitField`, `physicsTableId`, `motionTableId`, `soundTableId`, `physicsState`, `translucency`, `currentMotionState`) VALUES (19206, 'Nullified Statue of a Tumerok', 8192, 67116625, 0, 0, 20, 1800, 0, 0, 0, 0, 0, 2097168, 0, 100667452, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 33559553, 4, 100483, 0, 150995171, 536871052, 1048, 0, 'AAA9AAAAAAA='); @@ -135,24 +129,6 @@ VALUES (19206, 19206); INSERT INTO `weenie_palette_changes` (`weenieClassId`, `subPaletteId`, `offset`, `length`) VALUES (19206, 67116656, 0, 0); -INSERT INTO `base_ace_object` (`baseAceObjectId`, `name`, `typeId`, `paletteId`, `ammoType`, `blipColor`, `bitField`, `burden`, `combatUse`, `cooldownDuration`, `cooldownId`, `effects`, `containersCapacity`, `header`, `hookTypeId`, `iconId`, `iconOverlayId`, `iconUnderlayId`, `hookItemTypes`, `itemsCapacity`, `location`, `materialType`, `maxStackSize`, `maxStructure`, `radar`, `pscript`, `spellId`, `stackSize`, `structure`, `targetTypeId`, `usability`, `useRadius`, `validLocations`, `value`, `workmanship`, `animationFrameId`, `defaultScript`, `defaultScriptIntensity`, `elasticity`, `friction`, `locationId`, `modelTableId`, `objectScale`, `physicsBitField`, `physicsTableId`, `motionTableId`, `soundTableId`, `physicsState`, `translucency`, `currentMotionState`) -VALUES (6401, 'Statue', 8192, 0, 0, 8, 404, 9000, 0, 0, 0, 0, 0, 11534384, 0, 100670208, 0, 0, 0, 0, 0, 0, 0, 0, 4, 0, 0, 0, 0, 0, 48, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 33556419, 5, 32897, 0, 0, 0, 1048, 0, '0'); - -INSERT INTO weenie_class (`weenieClassId`, `baseAceObjectId`) -VALUES (6401, 6401); - -INSERT INTO `base_ace_object` (`baseAceObjectId`, `name`, `typeId`, `paletteId`, `ammoType`, `blipColor`, `bitField`, `burden`, `combatUse`, `cooldownDuration`, `cooldownId`, `effects`, `containersCapacity`, `header`, `hookTypeId`, `iconId`, `iconOverlayId`, `iconUnderlayId`, `hookItemTypes`, `itemsCapacity`, `location`, `materialType`, `maxStackSize`, `maxStructure`, `radar`, `pscript`, `spellId`, `stackSize`, `structure`, `targetTypeId`, `usability`, `useRadius`, `validLocations`, `value`, `workmanship`, `animationFrameId`, `defaultScript`, `defaultScriptIntensity`, `elasticity`, `friction`, `locationId`, `modelTableId`, `objectScale`, `physicsBitField`, `physicsTableId`, `motionTableId`, `soundTableId`, `physicsState`, `translucency`, `currentMotionState`) -VALUES (6388, 'Town Statue', 8192, 0, 0, 8, 404, 9000, 0, 0, 0, 0, 0, 11534384, 0, 100670208, 0, 0, 0, 0, 0, 0, 0, 0, 4, 0, 0, 0, 0, 0, 48, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 33556419, 0, 32769, 0, 0, 0, 1048, 0, '0'); - -INSERT INTO weenie_class (`weenieClassId`, `baseAceObjectId`) -VALUES (6388, 6388); - -INSERT INTO `base_ace_object` (`baseAceObjectId`, `name`, `typeId`, `paletteId`, `ammoType`, `blipColor`, `bitField`, `burden`, `combatUse`, `cooldownDuration`, `cooldownId`, `effects`, `containersCapacity`, `header`, `hookTypeId`, `iconId`, `iconOverlayId`, `iconUnderlayId`, `hookItemTypes`, `itemsCapacity`, `location`, `materialType`, `maxStackSize`, `maxStructure`, `radar`, `pscript`, `spellId`, `stackSize`, `structure`, `targetTypeId`, `usability`, `useRadius`, `validLocations`, `value`, `workmanship`, `animationFrameId`, `defaultScript`, `defaultScriptIntensity`, `elasticity`, `friction`, `locationId`, `modelTableId`, `objectScale`, `physicsBitField`, `physicsTableId`, `motionTableId`, `soundTableId`, `physicsState`, `translucency`, `currentMotionState`) -VALUES (30043, 'Statue of King Varicci II', 8192, 0, 0, 0, 276, 4000, 0, 0, 0, 0, 0, 2097200, 0, 100686580, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 32, 25, 0, 0, 0, 0, 0, 0, 0, 0, 0, 33559094, 5, 34945, 0, 0, 536871026, 66576, 0, '0'); - -INSERT INTO weenie_class (`weenieClassId`, `baseAceObjectId`) -VALUES (30043, 30043); - INSERT INTO `base_ace_object` (`baseAceObjectId`, `name`, `typeId`, `paletteId`, `ammoType`, `blipColor`, `bitField`, `burden`, `combatUse`, `cooldownDuration`, `cooldownId`, `effects`, `containersCapacity`, `header`, `hookTypeId`, `iconId`, `iconOverlayId`, `iconUnderlayId`, `hookItemTypes`, `itemsCapacity`, `location`, `materialType`, `maxStackSize`, `maxStructure`, `radar`, `pscript`, `spellId`, `stackSize`, `structure`, `targetTypeId`, `usability`, `useRadius`, `validLocations`, `value`, `workmanship`, `animationFrameId`, `defaultScript`, `defaultScriptIntensity`, `elasticity`, `friction`, `locationId`, `modelTableId`, `objectScale`, `physicsBitField`, `physicsTableId`, `motionTableId`, `soundTableId`, `physicsState`, `translucency`, `currentMotionState`) VALUES (19205, 'Nullified Statue of Thorsten Cragstone', 8192, 67108990, 0, 0, 20, 1800, 0, 0, 0, 0, 0, 2097168, 0, 100667446, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 33554433, 4, 100483, 0, 150995176, 536871052, 1048, 0, 'AAA9AAAAAAA='); @@ -204,106 +180,6 @@ VALUES (19205, 9, 16781837) , (19205, 15, 16777335) , (19205, 16, 16778313); -INSERT INTO `base_ace_object` (`baseAceObjectId`, `name`, `typeId`, `paletteId`, `ammoType`, `blipColor`, `bitField`, `burden`, `combatUse`, `cooldownDuration`, `cooldownId`, `effects`, `containersCapacity`, `header`, `hookTypeId`, `iconId`, `iconOverlayId`, `iconUnderlayId`, `hookItemTypes`, `itemsCapacity`, `location`, `materialType`, `maxStackSize`, `maxStructure`, `radar`, `pscript`, `spellId`, `stackSize`, `structure`, `targetTypeId`, `usability`, `useRadius`, `validLocations`, `value`, `workmanship`, `animationFrameId`, `defaultScript`, `defaultScriptIntensity`, `elasticity`, `friction`, `locationId`, `modelTableId`, `objectScale`, `physicsBitField`, `physicsTableId`, `motionTableId`, `soundTableId`, `physicsState`, `translucency`, `currentMotionState`) -VALUES (9519, 'Sentinel Statue', 8192, 67108990, 0, 0, 276, 4000, 0, 0, 0, 0, 0, 2097200, 0, 100671531, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 32, 25, 0, 0, 0, 0, 0, 0, 0, 0, 0, 33557020, 5, 100483, 0, 150995125, 536871026, 1040, 0, 'AAA9AAAAAAA='); - -INSERT INTO weenie_class (`weenieClassId`, `baseAceObjectId`) -VALUES (9519, 9519); - -INSERT INTO `weenie_palette_changes` (`weenieClassId`, `subPaletteId`, `offset`, `length`) -VALUES (9519, 67112797, 0, 0); - -INSERT INTO `weenie_texture_map_changes` (`weenieClassId`, `index`, `oldId`, `newId`) -VALUES (9519, 0, 83889342, 83891969) - , (9519, 0, 83889072, 83891969) - , (9519, 1, 83891975, 83891975) - , (9519, 1, 83892292, 83892292) - , (9519, 2, 83891976, 83891976) - , (9519, 2, 83892292, 83892292) - , (9519, 5, 83891975, 83891975) - , (9519, 5, 83892292, 83892292) - , (9519, 6, 83891976, 83891976) - , (9519, 6, 83892292, 83892292) - , (9519, 9, 83887070, 83892272) - , (9519, 9, 83887062, 83892271) - , (9519, 10, 83891967, 83892270) - , (9519, 11, 83891966, 83892046) - , (9519, 12, 83887059, 83887059) - , (9519, 13, 83891967, 83892270) - , (9519, 14, 83891966, 83892046) - , (9519, 15, 83887059, 83887059) - , (9519, 16, 83889860, 83892274) - , (9519, 16, 83889859, 83891965) - , (9519, 16, 83886684, 83890354) - , (9519, 16, 83886837, 83890310) - , (9519, 16, 83886668, 83890281); - -INSERT INTO `weenie_animation_changes` (`weenieClassId`, `index`, `animationId`) -VALUES (9519, 0, 16778359) - , (9519, 1, 16783086) - , (9519, 2, 16783084) - , (9519, 3, 16777708) - , (9519, 4, 16777708) - , (9519, 5, 16783081) - , (9519, 6, 16783085) - , (9519, 7, 16777708) - , (9519, 8, 16777708) - , (9519, 9, 16778425) - , (9519, 10, 16783079) - , (9519, 11, 16783077) - , (9519, 12, 16777334) - , (9519, 13, 16783076) - , (9519, 14, 16783078) - , (9519, 15, 16777335) - , (9519, 16, 16783677); - -INSERT INTO `base_ace_object` (`baseAceObjectId`, `name`, `typeId`, `paletteId`, `ammoType`, `blipColor`, `bitField`, `burden`, `combatUse`, `cooldownDuration`, `cooldownId`, `effects`, `containersCapacity`, `header`, `hookTypeId`, `iconId`, `iconOverlayId`, `iconUnderlayId`, `hookItemTypes`, `itemsCapacity`, `location`, `materialType`, `maxStackSize`, `maxStructure`, `radar`, `pscript`, `spellId`, `stackSize`, `structure`, `targetTypeId`, `usability`, `useRadius`, `validLocations`, `value`, `workmanship`, `animationFrameId`, `defaultScript`, `defaultScriptIntensity`, `elasticity`, `friction`, `locationId`, `modelTableId`, `objectScale`, `physicsBitField`, `physicsTableId`, `motionTableId`, `soundTableId`, `physicsState`, `translucency`, `currentMotionState`) -VALUES (9518, 'Advocate Statue', 8192, 67108990, 0, 0, 276, 4000, 0, 0, 0, 0, 0, 2097200, 0, 100671531, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 32, 22.5, 0, 0, 0, 0, 0, 0, 0, 0, 0, 33557019, 5, 100483, 0, 150995124, 536871026, 1040, 0, 'AAA9AAAAAAA='); - -INSERT INTO weenie_class (`weenieClassId`, `baseAceObjectId`) -VALUES (9518, 9518); - -INSERT INTO `weenie_palette_changes` (`weenieClassId`, `subPaletteId`, `offset`, `length`) -VALUES (9518, 67112797, 0, 0); - -INSERT INTO `weenie_texture_map_changes` (`weenieClassId`, `index`, `oldId`, `newId`) -VALUES (9518, 0, 83889072, 83886815) - , (9518, 0, 83889342, 83886816) - , (9518, 1, 83887064, 83886807) - , (9518, 2, 83887066, 83887056) - , (9518, 3, 83889344, 83886388) - , (9518, 4, 83887068, 83887054) - , (9518, 5, 83887064, 83886807) - , (9518, 6, 83887066, 83887056) - , (9518, 7, 83889344, 83886388) - , (9518, 8, 83887068, 83887054) - , (9518, 9, 83887061, 83886692) - , (9518, 9, 83887060, 83886776) - , (9518, 10, 83886796, 83886809) - , (9518, 11, 83886788, 83886797) - , (9518, 12, 83887059, 83889343) - , (9518, 13, 83886796, 83886809) - , (9518, 14, 83886788, 83886797) - , (9518, 15, 83887059, 83889343); - -INSERT INTO `weenie_animation_changes` (`weenieClassId`, `index`, `animationId`) -VALUES (9518, 0, 16781842) - , (9518, 1, 16781848) - , (9518, 2, 16781860) - , (9518, 3, 16777292) - , (9518, 4, 16777291) - , (9518, 5, 16781847) - , (9518, 6, 16781857) - , (9518, 7, 16777296) - , (9518, 8, 16777298) - , (9518, 9, 16781837) - , (9518, 10, 16781829) - , (9518, 11, 16781812) - , (9518, 12, 16777334) - , (9518, 13, 16781828) - , (9518, 14, 16781813) - , (9518, 15, 16777335); - INSERT INTO `base_ace_object` (`baseAceObjectId`, `name`, `typeId`, `paletteId`, `ammoType`, `blipColor`, `bitField`, `burden`, `combatUse`, `cooldownDuration`, `cooldownId`, `effects`, `containersCapacity`, `header`, `hookTypeId`, `iconId`, `iconOverlayId`, `iconUnderlayId`, `hookItemTypes`, `itemsCapacity`, `location`, `materialType`, `maxStackSize`, `maxStructure`, `radar`, `pscript`, `spellId`, `stackSize`, `structure`, `targetTypeId`, `usability`, `useRadius`, `validLocations`, `value`, `workmanship`, `animationFrameId`, `defaultScript`, `defaultScriptIntensity`, `elasticity`, `friction`, `locationId`, `modelTableId`, `objectScale`, `physicsBitField`, `physicsTableId`, `motionTableId`, `soundTableId`, `physicsState`, `translucency`, `currentMotionState`) VALUES (19200, 'Nullified Statue of a Mosswart', 8192, 67113400, 0, 0, 20, 1800, 0, 0, 0, 0, 0, 2097168, 0, 100667449, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 33557327, 3.5, 100483, 0, 150995166, 536871052, 1048, 0, 'AAA9AAAAAAA='); @@ -439,9 +315,3 @@ VALUES (11638, 'Statue', 8192, 0, 0, 8, 148, 9000, 0, 0, 0, 0, 0, 11534384, 0, 1 INSERT INTO weenie_class (`weenieClassId`, `baseAceObjectId`) VALUES (11638, 11638); -INSERT INTO `base_ace_object` (`baseAceObjectId`, `name`, `typeId`, `paletteId`, `ammoType`, `blipColor`, `bitField`, `burden`, `combatUse`, `cooldownDuration`, `cooldownId`, `effects`, `containersCapacity`, `header`, `hookTypeId`, `iconId`, `iconOverlayId`, `iconUnderlayId`, `hookItemTypes`, `itemsCapacity`, `location`, `materialType`, `maxStackSize`, `maxStructure`, `radar`, `pscript`, `spellId`, `stackSize`, `structure`, `targetTypeId`, `usability`, `useRadius`, `validLocations`, `value`, `workmanship`, `animationFrameId`, `defaultScript`, `defaultScriptIntensity`, `elasticity`, `friction`, `locationId`, `modelTableId`, `objectScale`, `physicsBitField`, `physicsTableId`, `motionTableId`, `soundTableId`, `physicsState`, `translucency`, `currentMotionState`) -VALUES (11639, 'Statue', 8192, 0, 0, 8, 404, 9000, 0, 0, 0, 0, 0, 11534384, 0, 100670208, 0, 0, 0, 0, 0, 0, 0, 0, 4, 0, 0, 0, 0, 0, 48, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 33557076, 5, 32897, 0, 0, 0, 1048, 0, '0'); - -INSERT INTO weenie_class (`weenieClassId`, `baseAceObjectId`) -VALUES (11639, 11639); - diff --git a/Database/portals/01_5_04_2017_ace_portal_object.data.sql b/Database/4-Portals/01_5_04_2017_ace_portal_object.data.sql similarity index 100% rename from Database/portals/01_5_04_2017_ace_portal_object.data.sql rename to Database/4-Portals/01_5_04_2017_ace_portal_object.data.sql diff --git a/Database/portals/02_5_05_2017_ace_portal_object.data.sql b/Database/4-Portals/02_5_05_2017_ace_portal_object.data.sql similarity index 91% rename from Database/portals/02_5_05_2017_ace_portal_object.data.sql rename to Database/4-Portals/02_5_05_2017_ace_portal_object.data.sql index 8fd40aa1cf..9d4fcb5c8d 100644 --- a/Database/portals/02_5_05_2017_ace_portal_object.data.sql +++ b/Database/4-Portals/02_5_05_2017_ace_portal_object.data.sql @@ -5,7 +5,7 @@ USE `ace_world`; -- INSERT INTO `ace_portal_object` (`weenieClassId`, `destLandblockId`, `destX`, `destY`, `destZ`, `destQX`, `destQY`, `destQZ`, `destQW`, `min_lvl`, `max_lvl`, `societyId`, `isTieable`, `isRecallable`, `isSummonable`) VALUES -(7934, 48300688, 310, -260, -11.995, 0, 0, 0, -0.707, -0.707, 25, 0, 1, 1, 0), +(7934, 48300688, 310, -260, -11.995, 0, 0, -0.707, -0.707, 25, 0, 0, 1, 1, 0), (8190, 2558263312, 60, -60, 0.005, 0, 0, 1, 0, 150, 0, 0, 1, 1, 0), (9071, 393936960, 180.1, 188.343, 560.005, 0, 0, -1, -0.004, 0, 0, 0, 1, 1, 0), (27298, 1699218044, 90, -80, 0.005, 0, 0, 0, 1, 90, 0, 0, 1, 1, 1), diff --git a/Database/3-Overwrites/dereth-museum/combined/README.md b/Database/5-Overwrites/dereth-museum/combined/README.md similarity index 100% rename from Database/3-Overwrites/dereth-museum/combined/README.md rename to Database/5-Overwrites/dereth-museum/combined/README.md diff --git a/Database/3-Overwrites/dereth-museum/combined/combine.bat b/Database/5-Overwrites/dereth-museum/combined/combine.bat similarity index 100% rename from Database/3-Overwrites/dereth-museum/combined/combine.bat rename to Database/5-Overwrites/dereth-museum/combined/combine.bat diff --git a/Database/3-Overwrites/dereth-museum/objects/Doors_0.sql b/Database/5-Overwrites/dereth-museum/objects/Doors_0.sql similarity index 100% rename from Database/3-Overwrites/dereth-museum/objects/Doors_0.sql rename to Database/5-Overwrites/dereth-museum/objects/Doors_0.sql diff --git a/Database/3-Overwrites/dereth-museum/objects/HouseHooks_0.sql b/Database/5-Overwrites/dereth-museum/objects/HouseHooks_0.sql similarity index 100% rename from Database/3-Overwrites/dereth-museum/objects/HouseHooks_0.sql rename to Database/5-Overwrites/dereth-museum/objects/HouseHooks_0.sql diff --git a/Database/3-Overwrites/dereth-museum/objects/HouseObjects_0.sql b/Database/5-Overwrites/dereth-museum/objects/HouseObjects_0.sql similarity index 100% rename from Database/3-Overwrites/dereth-museum/objects/HouseObjects_0.sql rename to Database/5-Overwrites/dereth-museum/objects/HouseObjects_0.sql diff --git a/Database/3-Overwrites/dereth-museum/objects/HouseSlumLords_0.sql b/Database/5-Overwrites/dereth-museum/objects/HouseSlumLords_0.sql similarity index 100% rename from Database/3-Overwrites/dereth-museum/objects/HouseSlumLords_0.sql rename to Database/5-Overwrites/dereth-museum/objects/HouseSlumLords_0.sql diff --git a/Database/3-Overwrites/dereth-museum/objects/HouseStorage_0.sql b/Database/5-Overwrites/dereth-museum/objects/HouseStorage_0.sql similarity index 100% rename from Database/3-Overwrites/dereth-museum/objects/HouseStorage_0.sql rename to Database/5-Overwrites/dereth-museum/objects/HouseStorage_0.sql diff --git a/Database/3-Overwrites/dereth-museum/objects/MiscStaticsObjects_0.sql b/Database/5-Overwrites/dereth-museum/objects/MiscStaticsObjects_0.sql similarity index 100% rename from Database/3-Overwrites/dereth-museum/objects/MiscStaticsObjects_0.sql rename to Database/5-Overwrites/dereth-museum/objects/MiscStaticsObjects_0.sql diff --git a/Database/3-Overwrites/dereth-museum/pkt_2017-1-22_1485062740_log.pcap b/Database/5-Overwrites/dereth-museum/pkt_2017-1-22_1485062740_log.pcap similarity index 100% rename from Database/3-Overwrites/dereth-museum/pkt_2017-1-22_1485062740_log.pcap rename to Database/5-Overwrites/dereth-museum/pkt_2017-1-22_1485062740_log.pcap diff --git a/Database/3-Overwrites/dereth-museum/weenies/Doors.sql b/Database/5-Overwrites/dereth-museum/weenies/Doors.sql similarity index 100% rename from Database/3-Overwrites/dereth-museum/weenies/Doors.sql rename to Database/5-Overwrites/dereth-museum/weenies/Doors.sql diff --git a/Database/3-Overwrites/dereth-museum/weenies/HouseHooks.sql b/Database/5-Overwrites/dereth-museum/weenies/HouseHooks.sql similarity index 100% rename from Database/3-Overwrites/dereth-museum/weenies/HouseHooks.sql rename to Database/5-Overwrites/dereth-museum/weenies/HouseHooks.sql diff --git a/Database/3-Overwrites/dereth-museum/weenies/HouseObjects.sql b/Database/5-Overwrites/dereth-museum/weenies/HouseObjects.sql similarity index 100% rename from Database/3-Overwrites/dereth-museum/weenies/HouseObjects.sql rename to Database/5-Overwrites/dereth-museum/weenies/HouseObjects.sql diff --git a/Database/3-Overwrites/dereth-museum/weenies/HouseSlumLords.sql b/Database/5-Overwrites/dereth-museum/weenies/HouseSlumLords.sql similarity index 100% rename from Database/3-Overwrites/dereth-museum/weenies/HouseSlumLords.sql rename to Database/5-Overwrites/dereth-museum/weenies/HouseSlumLords.sql diff --git a/Database/3-Overwrites/dereth-museum/weenies/HouseStorage.sql b/Database/5-Overwrites/dereth-museum/weenies/HouseStorage.sql similarity index 100% rename from Database/3-Overwrites/dereth-museum/weenies/HouseStorage.sql rename to Database/5-Overwrites/dereth-museum/weenies/HouseStorage.sql diff --git a/Database/3-Overwrites/dereth-museum/weenies/MiscStaticsObjects.sql b/Database/5-Overwrites/dereth-museum/weenies/MiscStaticsObjects.sql similarity index 100% rename from Database/3-Overwrites/dereth-museum/weenies/MiscStaticsObjects.sql rename to Database/5-Overwrites/dereth-museum/weenies/MiscStaticsObjects.sql diff --git a/Database/combined/combine.bat b/Database/combined/combine.bat index 34866f9160..2a8f02a622 100644 --- a/Database/combined/combine.bat +++ b/Database/combined/combine.bat @@ -1,3 +1,3 @@ del *.sql -copy /b ..\weenies\*.sql 1-AllWeenies.sql -copy /b ..\objects\*.sql 2-AllObjects.sql \ No newline at end of file +copy /b ..\3-Core\weenies\*.sql 1-AllWeenies.sql +copy /b ..\3-Core\objects\*.sql 2-AllObjects.sql \ No newline at end of file diff --git a/Database/readme.md b/Database/readme.md index 042f220411..c895e3731d 100644 --- a/Database/readme.md +++ b/Database/readme.md @@ -3,7 +3,9 @@ This section is intended for manual, developement use only. Manual Script Execution Order: -1. Load 1-Base\WorldBase.sql to wipe out existing world database. This will not affect portal_destination or teleport_location which comes from ACEmulator. -2. Run the combine.bat batch file in the combined folder to create two files, 1-AllWeenies.sql and 2-AllObjects.sql -3. Load the scripts created in step 2 into your database in numerical order. -4. Optionally load scripts found in 3-Overwrites folder following the same steps 2 and 3 in each subfolder. \ No newline at end of file +1. Load 1-Base\WorldBase.sql to wipe out existing world database. +2. Load scripts found in 2-BaseUpdates into your database in numerical order. +3. Run the combine.bat batch file in the combined folder to create two files, 1-AllWeenies.sql and 2-AllObjects.sql +4. Load the scripts created in step 3 into your database in numerical order. +5. Load the scripts found in 4-Portals into your database in numerical order. +6. Optionally load scripts found in 5-Overwrites folder following the same steps 2 and 3 in each subfolder. \ No newline at end of file diff --git a/changelog.md b/changelog.md index 252dc32a06..3557f803ce 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,9 @@ # ACE-World Change Log +### 2017-05-06 +[Ripley] +* Restructured scripts. + ### 2017-04-26 [Ripley] * Added initial SQL insert scripts for world population.