-
Notifications
You must be signed in to change notification settings - Fork 68
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* 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
1 parent
33075fa
commit 6962067
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.
There are no files selected for viewing
210 changes: 105 additions & 105 deletions
210
Database/Patches/AnniversaryEvent/FireworksStopgap.sql
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 */ |
4 changes: 2 additions & 2 deletions
4
...ase/Patches/PostTrainingAcademy/9 WeenieDefaults/Chest/33609 Aluvian Pathwarden Chest.sql
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
.../Patches/PostTrainingAcademy/9 WeenieDefaults/Chest/33610 Gharu'ndim Pathwarden Chest.sql
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
Database/Patches/PostTrainingAcademy/9 WeenieDefaults/Chest/33611 Sho Pathwarden Chest.sql
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
.../Patches/PostTrainingAcademy/9 WeenieDefaults/Chest/33612 Viamontian Pathwarden Chest.sql
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
.../Patches/PostTrainingAcademy/9 WeenieDefaults/Creature/Human/33596 Pathwarden Thorolf.sql
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
...tches/PostTrainingAcademy/9 WeenieDefaults/Creature/Human/33614 Pathwarden Koro Ijida.sql
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
.../PostTrainingAcademy/9 WeenieDefaults/Creature/Human/33615 Pathwarden Thierra Molanti.sql
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
...stTrainingAcademy/9 WeenieDefaults/Creature/Human/33616 Pathwarden Qanara bint Qolosh.sql
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
Database/Patches/PostTrainingAcademy/9 WeenieDefaults/Creature/Human/44890 Rufina.sql
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
Database/Patches/PostTrainingAcademy/9 WeenieDefaults/Creature/Human/44891 Buckminster.sql
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
Database/Patches/PostTrainingAcademy/9 WeenieDefaults/Creature/Human/44892 A'shadieeyah.sql
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
Database/Patches/PostTrainingAcademy/9 WeenieDefaults/Creature/Human/44893 Benjirou.sql
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
Database/Patches/PostTrainingAcademy/9 WeenieDefaults/Creature/Human/44894 Fiorella.sql
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
Database/Patches/PostTrainingAcademy/9 WeenieDefaults/Creature/Human/44895 Alcott.sql
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
Database/Patches/PostTrainingAcademy/9 WeenieDefaults/Creature/Human/44896 Ghaziyah.sql
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
Database/Patches/PostTrainingAcademy/9 WeenieDefaults/Creature/Human/44897 Eiichi.sql
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
Database/Patches/PostTrainingAcademy/9 WeenieDefaults/Key/33608 Pathwarden Supply Key.sql
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.