Skip to content

Commit

Permalink
TOD Weenie updates (#32)
Browse files Browse the repository at this point in the history
* TOD Weenie Updates

* Fix duplicate entries

* Add Quests and 5 Events

* Remove duplicate Portal weenies

* Add Sanamar landblock instance nodes

* Missed semicolon

* Add more TOD+ locations and fix a portal

* Add Lucky Gold Letter and location data

* Fix Sql error

* Update a few quest XP rewards

* Add LF/CR to ensure output from compile script will import correctly

* Add Gonjoku Den landblock location

* Add more landblock instances and mod AnniversaryEvent weenies

* Add 7 missing quest definitions

* Update 16PY base used and remove unneeded Landblock_instance file

* Add Last_Modified round 1

* Remove duplicate entries, again
  • Loading branch information
ziang4891 authored and LtRipley36706 committed Feb 4, 2019
1 parent 33075fa commit 6962067
Show file tree
Hide file tree
Showing 7,108 changed files with 579,042 additions and 3,006 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
210 changes: 105 additions & 105 deletions Database/Patches/AnniversaryEvent/FireworksStopgap.sql

Large diffs are not rendered by default.

46 changes: 23 additions & 23 deletions Database/Patches/AnniversaryEvent/NightClubPortalGen.sql
Original file line number Diff line number Diff line change
@@ -1,53 +1,53 @@
DELETE FROM weenie WHERE class_Id = 70000;
DELETE FROM weenie WHERE class_Id = 69997;

INSERT INTO `weenie` (`class_Id`, `class_Name`, `type`)
VALUES (70000, 'nightclubportalgen', 1) /* Generic */;
VALUES (69997, 'nightclubportalgen', 1) /* Generic */;

INSERT INTO `weenie_properties_int` (`object_Id`, `type`, `value`)
VALUES (70000, 81, 1) /* MaxGeneratedObjects */
, (70000, 82, 1) /* InitGeneratedObjects */
, (70000, 93, 1044) /* PhysicsState - Ethereal, IgnoreCollisions, Gravity */
, (70000, 142, 1) /* GeneratorTimeType - RealTime */
, (70000, 143, 1572688860) /* GeneratorStartTime - 11/02/2019 10:01:00 */
, (70000, 144, 1575280740) /* GeneratorEndTime - 12/02/2019 09:59:00 */
, (70000, 145, 2) /* GeneratorEndDestructionType - Destroy */;
VALUES (69997, 81, 1) /* MaxGeneratedObjects */
, (69997, 82, 1) /* InitGeneratedObjects */
, (69997, 93, 1044) /* PhysicsState - Ethereal, IgnoreCollisions, Gravity */
, (69997, 142, 1) /* GeneratorTimeType - RealTime */
, (69997, 143, 1572688860) /* GeneratorStartTime - 11/02/2019 10:01:00 */
, (69997, 144, 1575280740) /* GeneratorEndTime - 12/02/2019 09:59:00 */
, (69997, 145, 2) /* GeneratorEndDestructionType - Destroy */;

INSERT INTO `weenie_properties_bool` (`object_Id`, `type`, `value`)
VALUES (70000, 1, True ) /* Stuck */
, (70000, 11, True ) /* IgnoreCollisions */
, (70000, 18, True ) /* Visibility */;
VALUES (69997, 1, True ) /* Stuck */
, (69997, 11, True ) /* IgnoreCollisions */
, (69997, 18, True ) /* Visibility */;

INSERT INTO `weenie_properties_float` (`object_Id`, `type`, `value`)
VALUES (70000, 41, 5) /* RegenerationInterval */
, (70000, 43, 0) /* GeneratorRadius */
, (70000, 121, 10) /* GeneratorInitialDelay */;
VALUES (69997, 41, 5) /* RegenerationInterval */
, (69997, 43, 0) /* GeneratorRadius */
, (69997, 121, 10) /* GeneratorInitialDelay */;

INSERT INTO `weenie_properties_string` (`object_Id`, `type`, `value`)
VALUES (70000, 1, 'Night Club Portal Generator'); /* Name */
VALUES (69997, 1, 'Night Club Portal Generator'); /* Name */

INSERT INTO `weenie_properties_d_i_d` (`object_Id`, `type`, `value`)
VALUES (70000, 1, 33555051) /* Setup */
, (70000, 8, 100667494) /* Icon */;
VALUES (69997, 1, 33555051) /* Setup */
, (69997, 8, 100667494) /* Icon */;

INSERT INTO `weenie_properties_generator` (`object_Id`, `probability`, `weenie_Class_Id`, `delay`, `init_Create`, `max_Create`, `when_Create`, `where_Create`, `stack_Size`, `palette_Id`, `shade`, `obj_Cell_Id`, `origin_X`, `origin_Y`, `origin_Z`, `angles_W`, `angles_X`, `angles_Y`, `angles_Z`)
VALUES (70000, -1, 5590, 5, 1, 1, 1, 4, -1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0) /* Generate Night Club Portal (5590) (x1 up to max of 1) - Regenerate upon Destruction - Location to (re)Generate: Specific */;
VALUES (69997, -1, 5590, 5, 1, 1, 1, 4, -1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0) /* Generate Night Club Portal (5590) (x1 up to max of 1) - Regenerate upon Destruction - Location to (re)Generate: Specific */;

/* Cragstone */
INSERT INTO `landblock_instance` (`guid`, `weenie_Class_Id`, `obj_Cell_Id`, `origin_X`, `origin_Y`, `origin_Z`, `angles_W`, `angles_X`, `angles_Y`, `angles_Z`, `is_Link_Child`)
VALUES (2076831834, 70000, 0xBC9F003C, 181.604935, 88.619019, 32.005001, 0.714421, 0, 0, 0.699716, False); /* Night Club Portal Generator */
VALUES (2076831834, 69997, 0xBC9F003C, 181.604935, 88.619019, 32.005001, 0.714421, 0, 0, 0.699716, False); /* Night Club Portal Generator */
/* @teleloc 0xBC9F003C [181.604935 88.619019 32.005001] 0.714421 0.000000 0.000000 0.699716 */

/* Hebian-To */
INSERT INTO `landblock_instance` (`guid`, `weenie_Class_Id`, `obj_Cell_Id`, `origin_X`, `origin_Y`, `origin_Z`, `angles_W`, `angles_X`, `angles_Y`, `angles_Z`, `is_Link_Child`)
VALUES (2121588933, 70000, 0xE74E0013, 60.000000, 60.000000, 1.000000, 0.714421, 0, 0, 0.000000, False); /* Night Club Portal Generator */
VALUES (2121588933, 69997, 0xE74E0013, 60.000000, 60.000000, 1.000000, 0.714421, 0, 0, 0.000000, False); /* Night Club Portal Generator */
/* @teleloc 0xE74E0013 [60.000000 60.000000 32.005001] 1.000000, 0.000000 0.000000 0.000000 */

/* Sanamar */
INSERT INTO `landblock_instance` (`guid`, `weenie_Class_Id`, `obj_Cell_Id`, `origin_X`, `origin_Y`, `origin_Z`, `angles_W`, `angles_X`, `angles_Y`, `angles_Z`, `is_Link_Child`)
VALUES (0x733D9000, 70000, 0x33D90012, 49.329575, 52.005001, 0.922256, 0.714421, 0, 0, -0.386580, False); /* Night Club Portal Generator */
VALUES (0x733D9000, 69997, 0x33D90012, 49.329575, 52.005001, 0.922256, 0.714421, 0, 0, -0.386580, False); /* Night Club Portal Generator */
/* @teleloc 0x33D90012 [49.329575 35.169407 52.005001] 0.922256, 0.000000 0.000000 -0.386580 */

/* Zaikhal */
INSERT INTO `landblock_instance` (`guid`, `weenie_Class_Id`, `obj_Cell_Id`, `origin_X`, `origin_Y`, `origin_Z`, `angles_W`, `angles_X`, `angles_Y`, `angles_Z`, `is_Link_Child`)
VALUES (2013855827, 70000, 0x8090000D, 37.525673, 108.964081, 124.005005, -0.323290, 0, 0, 0.946300, False); /* Night Club Portal Generator */
VALUES (2013855827, 69997, 0x8090000D, 37.525673, 108.964081, 124.005005, -0.323290, 0, 0, 0.946300, False); /* Night Club Portal Generator */
/* @teleloc 0x8090000D [37.525673 108.964081 124.005005] -0.323290, 0.000000 0.000000 0.946300 */
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
/* Weenie - Aluvian Pathwarden Chest (33609) */
DELETE FROM weenie WHERE class_Id = 33609;

INSERT INTO `weenie` (`class_Id`, `class_Name`, `type`)
VALUES (33609, 'chestaluvianpathwarden', 20) /* Chest */;
INSERT INTO `weenie` (`class_Id`, `class_Name`, `type`, `last_Modified`)
VALUES (33609, 'chestaluvianpathwarden', 20, '2019-02-04 06:52:23') /* Chest */;

INSERT INTO `weenie_properties_int` (`object_Id`, `type`, `value`)
VALUES (33609, 1, 512) /* ItemType - Container */
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
/* Weenie - Gharu'udim Pathwarden Chest (33610) */
DELETE FROM weenie WHERE class_Id = 33610;

INSERT INTO `weenie` (`class_Id`, `class_Name`, `type`)
VALUES (33610, 'chestgharundimpathwarden', 20) /* Chest */;
INSERT INTO `weenie` (`class_Id`, `class_Name`, `type`, `last_Modified`)
VALUES (33610, 'chestgharundimpathwarden', 20, '2019-02-04 06:52:23') /* Chest */;

INSERT INTO `weenie_properties_int` (`object_Id`, `type`, `value`)
VALUES (33610, 1, 512) /* ItemType - Container */
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
/* Weenie - Sho Pathwarden Chest (33611) */
DELETE FROM weenie WHERE class_Id = 33611;

INSERT INTO `weenie` (`class_Id`, `class_Name`, `type`)
VALUES (33611, 'chestshopathwarden', 20) /* Chest */;
INSERT INTO `weenie` (`class_Id`, `class_Name`, `type`, `last_Modified`)
VALUES (33611, 'chestshopathwarden', 20, '2019-02-04 06:52:23') /* Chest */;

INSERT INTO `weenie_properties_int` (`object_Id`, `type`, `value`)
VALUES (33611, 1, 512) /* ItemType - Container */
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
/* Weenie - Viamontian Pathwarden Chest (33612) */
DELETE FROM weenie WHERE class_Id = 33612;

INSERT INTO `weenie` (`class_Id`, `class_Name`, `type`)
VALUES (33612, 'chestviamontianpathwarden', 20) /* Chest */;
INSERT INTO `weenie` (`class_Id`, `class_Name`, `type`, `last_Modified`)
VALUES (33612, 'chestviamontianpathwarden', 20, '2019-02-04 06:52:23') /* Chest */;

INSERT INTO `weenie_properties_int` (`object_Id`, `type`, `value`)
VALUES (33612, 1, 512) /* ItemType - Container */
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
/* Weenie - Pathwarden Thorolf (33596) */
DELETE FROM weenie WHERE class_Id = 33596;

INSERT INTO `weenie` (`class_Id`, `class_Name`, `type`)
VALUES (33596, 'pathwardenthorolf', 10) /* Creature */;
INSERT INTO `weenie` (`class_Id`, `class_Name`, `type`, `last_Modified`)
VALUES (33596, 'pathwardenthorolf', 10, '2019-02-04 06:52:23') /* Creature */;

INSERT INTO `weenie_properties_int` (`object_Id`, `type`, `value`)
VALUES (33596, 1, 16) /* ItemType - Creature */
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
/* Weenie - Pathwarden Koro Ijida (33614) */
DELETE FROM weenie WHERE class_Id = 33614;

INSERT INTO `weenie` (`class_Id`, `class_Name`, `type`)
VALUES (33614, 'pathwardenkoroijida', 10) /* Creature */;
INSERT INTO `weenie` (`class_Id`, `class_Name`, `type`, `last_Modified`)
VALUES (33614, 'pathwardenkoroijida', 10, '2019-02-04 06:52:23') /* Creature */;

INSERT INTO `weenie_properties_int` (`object_Id`, `type`, `value`)
VALUES (33614, 1, 16) /* ItemType - Creature */
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
/* Weenie - Pathwarden Thierra Molanti (33615) */
DELETE FROM weenie WHERE class_Id = 33615;

INSERT INTO `weenie` (`class_Id`, `class_Name`, `type`)
VALUES (33615, 'pathwardenthierramolanti', 10) /* Creature */;
INSERT INTO `weenie` (`class_Id`, `class_Name`, `type`, `last_Modified`)
VALUES (33615, 'pathwardenthierramolanti', 10, '2019-02-04 06:52:23') /* Creature */;

INSERT INTO `weenie_properties_int` (`object_Id`, `type`, `value`)
VALUES (33615, 1, 16) /* ItemType - Creature */
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
/* Weenie - Pathwarden Qanara bint Qolosh (33616) */
DELETE FROM weenie WHERE class_Id = 33616;

INSERT INTO `weenie` (`class_Id`, `class_Name`, `type`)
VALUES (33616, 'pathwardenqanarabintqolosh', 10) /* Creature */;
INSERT INTO `weenie` (`class_Id`, `class_Name`, `type`, `last_Modified`)
VALUES (33616, 'pathwardenqanarabintqolosh', 10, '2019-02-04 06:52:23') /* Creature */;

INSERT INTO `weenie_properties_int` (`object_Id`, `type`, `value`)
VALUES (33616, 1, 16) /* ItemType - Creature */
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
/* Weenie - Rufina (44890) */
DELETE FROM weenie WHERE class_Id = 44890;

INSERT INTO `weenie` (`class_Id`, `class_Name`, `type`)
VALUES (44890, 'rufina', 10) /* Creature */;
INSERT INTO `weenie` (`class_Id`, `class_Name`, `type`, `last_Modified`)
VALUES (44890, 'rufina', 10, '2019-02-04 06:52:23') /* Creature */;

INSERT INTO `weenie_properties_int` (`object_Id`, `type`, `value`)
VALUES (44890, 1, 16) /* ItemType - Creature */
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
/* Weenie - Buckminster (44891) */
DELETE FROM weenie WHERE class_Id = 44891;

INSERT INTO `weenie` (`class_Id`, `class_Name`, `type`)
VALUES (44891, 'buckminster', 10) /* Creature */;
INSERT INTO `weenie` (`class_Id`, `class_Name`, `type`, `last_Modified`)
VALUES (44891, 'buckminster', 10, '2019-02-04 06:52:23') /* Creature */;

INSERT INTO `weenie_properties_int` (`object_Id`, `type`, `value`)
VALUES (44891, 1, 16) /* ItemType - Creature */
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
/* Weenie - A'shadieeyah (44892) */
DELETE FROM weenie WHERE class_Id = 44892;

INSERT INTO `weenie` (`class_Id`, `class_Name`, `type`)
VALUES (44892, 'ashadieeyah', 10) /* Creature */;
INSERT INTO `weenie` (`class_Id`, `class_Name`, `type`, `last_Modified`)
VALUES (44892, 'ashadieeyah', 10, '2019-02-04 06:52:23') /* Creature */;

INSERT INTO `weenie_properties_int` (`object_Id`, `type`, `value`)
VALUES (44892, 1, 16) /* ItemType - Creature */
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
/* Weenie - Benjirou (44893) */
DELETE FROM weenie WHERE class_Id = 44893;

INSERT INTO `weenie` (`class_Id`, `class_Name`, `type`)
VALUES (44893, 'benjirou', 10) /* Creature */;
INSERT INTO `weenie` (`class_Id`, `class_Name`, `type`, `last_Modified`)
VALUES (44893, 'benjirou', 10, '2019-02-04 06:52:23') /* Creature */;

INSERT INTO `weenie_properties_int` (`object_Id`, `type`, `value`)
VALUES (44893, 1, 16) /* ItemType - Creature */
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
/* Weenie - Fiorella (44894) */
DELETE FROM weenie WHERE class_Id = 44894;

INSERT INTO `weenie` (`class_Id`, `class_Name`, `type`)
VALUES (44894, 'fiorella', 10) /* Creature */;
INSERT INTO `weenie` (`class_Id`, `class_Name`, `type`, `last_Modified`)
VALUES (44894, 'fiorella', 10, '2019-02-04 06:52:23') /* Creature */;

INSERT INTO `weenie_properties_int` (`object_Id`, `type`, `value`)
VALUES (44894, 1, 16) /* ItemType - Creature */
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
/* Weenie - Alcott (44895) */
DELETE FROM weenie WHERE class_Id = 44895;

INSERT INTO `weenie` (`class_Id`, `class_Name`, `type`)
VALUES (44895, 'alcott', 10) /* Creature */;
INSERT INTO `weenie` (`class_Id`, `class_Name`, `type`, `last_Modified`)
VALUES (44895, 'alcott', 10, '2019-02-04 06:52:23') /* Creature */;

INSERT INTO `weenie_properties_int` (`object_Id`, `type`, `value`)
VALUES (44895, 1, 16) /* ItemType - Creature */
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
/* Weenie - Ghaziyah (44896) */
DELETE FROM weenie WHERE class_Id = 44896;

INSERT INTO `weenie` (`class_Id`, `class_Name`, `type`)
VALUES (44896, 'ghaziyah', 10) /* Creature */;
INSERT INTO `weenie` (`class_Id`, `class_Name`, `type`, `last_Modified`)
VALUES (44896, 'ghaziyah', 10, '2019-02-04 06:52:23') /* Creature */;

INSERT INTO `weenie_properties_int` (`object_Id`, `type`, `value`)
VALUES (44896, 1, 16) /* ItemType - Creature */
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
/* Weenie - Eiichi (44897) */
DELETE FROM weenie WHERE class_Id = 44897;

INSERT INTO `weenie` (`class_Id`, `class_Name`, `type`)
VALUES (44897, 'eiichi', 10) /* Creature */;
INSERT INTO `weenie` (`class_Id`, `class_Name`, `type`, `last_Modified`)
VALUES (44897, 'eiichi', 10, '2019-02-04 06:52:23') /* Creature */;

INSERT INTO `weenie_properties_int` (`object_Id`, `type`, `value`)
VALUES (44897, 1, 16) /* ItemType - Creature */
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
/* Weenie - Pathwarden Supply Key (33608) */
DELETE FROM weenie WHERE class_Id = 33608;

INSERT INTO `weenie` (`class_Id`, `class_Name`, `type`)
VALUES (33608, 'keychestpathwardensupply', 22) /* Key */;
INSERT INTO `weenie` (`class_Id`, `class_Name`, `type`, `last_Modified`)
VALUES (33608, 'keychestpathwardensupply', 22, '2019-02-04 06:52:23') /* Key */;

INSERT INTO `weenie_properties_int` (`object_Id`, `type`, `value`)
VALUES (33608, 1, 16384) /* ItemType - Key */
Expand Down
Loading

0 comments on commit 6962067

Please sign in to comment.