From 4e648532aba95a65ae09f1fa6ed29f237eff58b2 Mon Sep 17 00:00:00 2001 From: MobiusDev <8391001+MobiusDevelopment@users.noreply.github.com> Date: Wed, 13 Sep 2017 15:04:35 +0000 Subject: [PATCH] New Trasken AI. Contributed by gigilo1968. --- .../db_installer/sql/game/grandboss_data.sql | 1 + .../dist/game/data/html/default/30537-1.htm | 4 - .../dist/game/data/html/default/30537.htm | 2 +- .../dist/game/data/html/default/33513.htm | 2 +- .../data/instances/Bosses/EarthWyrmCave.xml | 167 ---- .../ai/bosses/Trasken/EarthWyrmCave.java | 147 --- .../scripts/ai/bosses/Trasken/Trasken.java | 923 ++++++++++++++++++ .../data/spawns/Schuttgart/EarthWyrmCave.xml | 59 ++ .../dist/game/data/stats/npcs/29100-29199.xml | 3 +- .../dist/game/data/zones/no_summon_friend.xml | 6 + .../db_installer/sql/game/grandboss_data.sql | 1 + .../dist/game/data/html/default/30537-1.htm | 4 - .../dist/game/data/html/default/30537.htm | 2 +- .../dist/game/data/html/default/33513.htm | 2 +- .../data/instances/Bosses/EarthWyrmCave.xml | 167 ---- .../ai/bosses/Trasken/EarthWyrmCave.java | 147 --- .../scripts/ai/bosses/Trasken/Trasken.java | 923 ++++++++++++++++++ .../data/spawns/Schuttgart/EarthWyrmCave.xml | 59 ++ .../dist/game/data/stats/npcs/29100-29199.xml | 3 +- .../dist/game/data/zones/no_summon_friend.xml | 6 + .../db_installer/sql/game/grandboss_data.sql | 1 + .../dist/game/data/html/default/30537-1.htm | 4 - .../dist/game/data/html/default/30537.htm | 2 +- .../dist/game/data/html/default/33513.htm | 2 +- .../data/instances/Bosses/EarthWyrmCave.xml | 167 ---- .../ai/bosses/Trasken/EarthWyrmCave.java | 147 --- .../scripts/ai/bosses/Trasken/Trasken.java | 923 ++++++++++++++++++ .../data/spawns/Schuttgart/EarthWyrmCave.xml | 59 ++ .../dist/game/data/stats/npcs/29100-29199.xml | 3 +- .../dist/game/data/zones/no_summon_friend.xml | 6 + 30 files changed, 2976 insertions(+), 966 deletions(-) delete mode 100644 L2J_Mobius_1.0_Ertheia/dist/game/data/html/default/30537-1.htm delete mode 100644 L2J_Mobius_1.0_Ertheia/dist/game/data/instances/Bosses/EarthWyrmCave.xml delete mode 100644 L2J_Mobius_1.0_Ertheia/dist/game/data/scripts/ai/bosses/Trasken/EarthWyrmCave.java create mode 100644 L2J_Mobius_1.0_Ertheia/dist/game/data/scripts/ai/bosses/Trasken/Trasken.java create mode 100644 L2J_Mobius_1.0_Ertheia/dist/game/data/spawns/Schuttgart/EarthWyrmCave.xml delete mode 100644 L2J_Mobius_2.5_Underground/dist/game/data/html/default/30537-1.htm delete mode 100644 L2J_Mobius_2.5_Underground/dist/game/data/instances/Bosses/EarthWyrmCave.xml delete mode 100644 L2J_Mobius_2.5_Underground/dist/game/data/scripts/ai/bosses/Trasken/EarthWyrmCave.java create mode 100644 L2J_Mobius_2.5_Underground/dist/game/data/scripts/ai/bosses/Trasken/Trasken.java create mode 100644 L2J_Mobius_2.5_Underground/dist/game/data/spawns/Schuttgart/EarthWyrmCave.xml delete mode 100644 L2J_Mobius_3.0_Helios/dist/game/data/html/default/30537-1.htm delete mode 100644 L2J_Mobius_3.0_Helios/dist/game/data/instances/Bosses/EarthWyrmCave.xml delete mode 100644 L2J_Mobius_3.0_Helios/dist/game/data/scripts/ai/bosses/Trasken/EarthWyrmCave.java create mode 100644 L2J_Mobius_3.0_Helios/dist/game/data/scripts/ai/bosses/Trasken/Trasken.java create mode 100644 L2J_Mobius_3.0_Helios/dist/game/data/spawns/Schuttgart/EarthWyrmCave.xml diff --git a/L2J_Mobius_1.0_Ertheia/dist/db_installer/sql/game/grandboss_data.sql b/L2J_Mobius_1.0_Ertheia/dist/db_installer/sql/game/grandboss_data.sql index df0cbd30aa..944369d5cb 100644 --- a/L2J_Mobius_1.0_Ertheia/dist/db_installer/sql/game/grandboss_data.sql +++ b/L2J_Mobius_1.0_Ertheia/dist/db_installer/sql/game/grandboss_data.sql @@ -20,6 +20,7 @@ INSERT IGNORE INTO `grandboss_data` (`boss_id`,`loc_x`,`loc_y`,`loc_z`,`heading` (29068, 185708, 114298, -8221,32768, 62802301, 1998000), -- Antharas (29028, -105200, -253104, -15264, 0, 62041918, 2248572), -- Valakas (29240, 0, 0, 0, 0, 288282589, 47100), -- Lindvior +(29197, 81208, -182095, -9895, 0, 512402016, 47100), -- Trasken (29118, 0, 0, 0, 0, 4109288, 1220547), -- Beleth (25286, 185080, -12613, -5499, 16550, 556345880, 86847), -- Anakim (25283, 185062, -9605, -5499, 15640, 486021997, 79600); -- Lilith diff --git a/L2J_Mobius_1.0_Ertheia/dist/game/data/html/default/30537-1.htm b/L2J_Mobius_1.0_Ertheia/dist/game/data/html/default/30537-1.htm deleted file mode 100644 index 06910e6713..0000000000 --- a/L2J_Mobius_1.0_Ertheia/dist/game/data/html/default/30537-1.htm +++ /dev/null @@ -1,4 +0,0 @@ -
Head Priest of the Earth Daichir: