From 02e86e4a029f8f78a1227d0f53b480d08660465d Mon Sep 17 00:00:00 2001 From: MobiusDevelopment <8391001+MobiusDevelopment@users.noreply.github.com> Date: Sat, 27 Jul 2019 10:14:50 +0000 Subject: [PATCH] Replacements for last boss python scripts. --- .../dist/db_installer/sql/game/spawnlist.sql | 12 +- .../dist/game/config/main/AltSettings.ini | 2 +- .../dist/game/data/html/default/32109-1.htm | 2 +- .../dist/game/data/html/default/35382.htm | 2 +- .../dist/game/data/html/default/35420.htm | 2 +- .../game/data/scripts/ai/bosses/Benom.java | 345 ++++++++++++++++++ .../game/data/scripts/ai/bosses/DrChaos.java | 145 ++++++++ .../game/data/scripts/ai/bosses/Sailren.java | 183 ++++++++++ .../data/scripts/ai/bosses/Tyrannosaurus.java | 6 +- .../dist/game/data/scripts/ai/bosses/benom.py | 202 ---------- .../game/data/scripts/ai/bosses/drchaos.py | 76 ---- .../game/data/scripts/ai/bosses/sailren.py | 106 ------ 12 files changed, 681 insertions(+), 402 deletions(-) create mode 100644 L2J_Mobius_C6_Interlude_OpenJDK12/dist/game/data/scripts/ai/bosses/Benom.java create mode 100644 L2J_Mobius_C6_Interlude_OpenJDK12/dist/game/data/scripts/ai/bosses/DrChaos.java create mode 100644 L2J_Mobius_C6_Interlude_OpenJDK12/dist/game/data/scripts/ai/bosses/Sailren.java delete mode 100644 L2J_Mobius_C6_Interlude_OpenJDK12/dist/game/data/scripts/ai/bosses/benom.py delete mode 100644 L2J_Mobius_C6_Interlude_OpenJDK12/dist/game/data/scripts/ai/bosses/drchaos.py delete mode 100644 L2J_Mobius_C6_Interlude_OpenJDK12/dist/game/data/scripts/ai/bosses/sailren.py diff --git a/L2J_Mobius_C6_Interlude_OpenJDK12/dist/db_installer/sql/game/spawnlist.sql b/L2J_Mobius_C6_Interlude_OpenJDK12/dist/db_installer/sql/game/spawnlist.sql index daf873e732..7ce724e8c6 100644 --- a/L2J_Mobius_C6_Interlude_OpenJDK12/dist/db_installer/sql/game/spawnlist.sql +++ b/L2J_Mobius_C6_Interlude_OpenJDK12/dist/db_installer/sql/game/spawnlist.sql @@ -32008,14 +32008,6 @@ INSERT INTO `spawnlist` VALUES (NULL, "4Sepulchers", 1, 31943, 175413, -75859, -7218, 0, 0, 49152, 60, 0, 0), (NULL, "4Sepulchers", 1, 31944, 175413, -74048, -7218, 0, 0, 49152, 60, 0, 0), (NULL, "ImperialTomb", 1, 32011, 181376, -81008, -2728, 0, 0, 16500, 60, 0, 0); - -INSERT INTO `spawnlist` VALUES -(NULL,'rune_chamberlain_etc',1,35503,18376,-49020,-1212,0,0,37945,60,0,0), -(NULL,'rune_chamberlain_etc',1,35503,18625,-49359,-1220,0,0,64153,60,0,0), -(NULL,'rune_chamberlain_etc',1,35504,15668,-49024,-1058,0,0,34435,60,0,0), -(NULL,'rune_chamberlain_etc',1,35504,15868,-49283,-1058,0,0,65149,60,0,0), -(NULL,'rune_chamberlain_etc',1,35505,15272,-49075,-1058,0,0,31547,60,0,0), -(NULL,'rune_chamberlain_etc',1,35505,15428,-49274,-1058,0,0,1523,60,0,0); INSERT INTO `spawnlist` VALUES (NULL,'schuttgart_chmberlain_etc',1,35555,77495,-153314,-415,0,0,2059,60,0,0), @@ -32027,9 +32019,7 @@ INSERT INTO `spawnlist` VALUES (NULL,'schuttgart_chmberlain_etc',1,35545,76346,-153227,1050,0,0,35323,60,0,0), (NULL,'schuttgart_chmberlain_etc',1,35544,78752,-153229,1050,0,0,53375,60,0,0), (NULL,'schuttgart_chmberlain_etc',1,35549,75731,-152159,-678,0,0,30710,60,0,0), -(NULL,'schuttgart_chmberlain_etc',1,35549,76006,-152166,-678,0,0,62180,60,0,0), -(NULL,'schuttgart_chmberlain_etc',1,35548,77365,-149682,-353,0,0,57062,60,0,0), -(NULL,'schuttgart_chmberlain_etc',1,35548,77893,-149383,-379,0,0,15733,60,0,0); +(NULL,'schuttgart_chmberlain_etc',1,35549,76006,-152166,-678,0,0,62180,60,0,0); INSERT INTO `spawnlist` VALUES (NULL,'Crypts of Disgrace',1,22001,46734,-115708,-3815,0,0,31429,60,0,0), diff --git a/L2J_Mobius_C6_Interlude_OpenJDK12/dist/game/config/main/AltSettings.ini b/L2J_Mobius_C6_Interlude_OpenJDK12/dist/game/config/main/AltSettings.ini index a1675563b0..56e5086300 100644 --- a/L2J_Mobius_C6_Interlude_OpenJDK12/dist/game/config/main/AltSettings.ini +++ b/L2J_Mobius_C6_Interlude_OpenJDK12/dist/game/config/main/AltSettings.ini @@ -343,7 +343,7 @@ DisableAttackToNpcs = False # List of NPC's that allow casting skills on them # Any other type will not allow casting -AllowedNPCTypes = L2GrandBoss,L2Chest,L2FestivalMonster,L2Minion,L2Monster,L2Pet,L2RaidBoss,L2SiegeGuard,L2SiegeNpc,L2ControlTower,L2Artefact,L2PenaltyMonster,L2FeedableBeast,L2SiegeFlag,L2RiftInvader,L2Guard,L2GuardNoHTML +AllowedNPCTypes = GrandBoss,Chest,FestivalMonster,Minion,Monster,Pet,RaidBoss,SiegeGuard,SiegeNpc,ControlTower,Artefact,PenaltyMonster,FeedableBeast,SiegeFlag,RiftInvader,Guard,GuardNoHTML # Allows Players to Shift-click Mobs and view their Stats and Droplist AltGameViewNpc = False diff --git a/L2J_Mobius_C6_Interlude_OpenJDK12/dist/game/data/html/default/32109-1.htm b/L2J_Mobius_C6_Interlude_OpenJDK12/dist/game/data/html/default/32109-1.htm index 9f5680f388..3a4c6f541e 100644 --- a/L2J_Mobius_C6_Interlude_OpenJDK12/dist/game/data/html/default/32109-1.htm +++ b/L2J_Mobius_C6_Interlude_OpenJDK12/dist/game/data/html/default/32109-1.htm @@ -1,5 +1,5 @@
Shilen's Stone Statue: