From de94da094a2707b8f6a20fa5c9a48e144ae211f7 Mon Sep 17 00:00:00 2001 From: MobiusDevelopment <8391001+MobiusDevelopment@users.noreply.github.com> Date: Fri, 23 Apr 2021 12:49:18 +0000 Subject: [PATCH] Addition of Lionel Hunter AI. Contributed by Sero. --- .../dist/game/data/html/default/33907-4.htm | 8 + .../dist/game/data/html/default/33907-6.htm | 9 + .../dist/game/data/html/default/33907.htm | 2 + .../dist/game/data/multisell/3390704.xml | 546 ++++++++++++++++++ .../dist/game/data/multisell/3390705.xml | 546 ++++++++++++++++++ .../dist/game/data/multisell/3390706.xml | 58 ++ .../areas/Heine/LionelHunter/33907-book1.htm | 3 + .../areas/Heine/LionelHunter/33907-book2.htm | 3 + .../areas/Heine/LionelHunter/33907-book3.htm | 3 + .../areas/Heine/LionelHunter/33907-book4.htm | 3 + .../areas/Heine/LionelHunter/33907-book5.htm | 3 + .../areas/Heine/LionelHunter/33907-book6.htm | 3 + .../LionelHunter/33907-not-compeleted.html | 3 + .../Heine/LionelHunter/LionelHunter.java | 173 ++++++ .../dist/game/data/html/default/33907-4.htm | 8 + .../dist/game/data/html/default/33907-6.htm | 9 + .../dist/game/data/html/default/33907.htm | 2 + .../dist/game/data/multisell/3390704.xml | 546 ++++++++++++++++++ .../dist/game/data/multisell/3390705.xml | 546 ++++++++++++++++++ .../dist/game/data/multisell/3390706.xml | 58 ++ .../areas/Heine/LionelHunter/33907-book1.htm | 3 + .../areas/Heine/LionelHunter/33907-book2.htm | 3 + .../areas/Heine/LionelHunter/33907-book3.htm | 3 + .../areas/Heine/LionelHunter/33907-book4.htm | 3 + .../areas/Heine/LionelHunter/33907-book5.htm | 3 + .../areas/Heine/LionelHunter/33907-book6.htm | 3 + .../LionelHunter/33907-not-compeleted.html | 3 + .../Heine/LionelHunter/LionelHunter.java | 173 ++++++ 28 files changed, 2726 insertions(+) create mode 100644 L2J_Mobius_8.0_Homunculus/dist/game/data/html/default/33907-4.htm create mode 100644 L2J_Mobius_8.0_Homunculus/dist/game/data/html/default/33907-6.htm create mode 100644 L2J_Mobius_8.0_Homunculus/dist/game/data/multisell/3390704.xml create mode 100644 L2J_Mobius_8.0_Homunculus/dist/game/data/multisell/3390705.xml create mode 100644 L2J_Mobius_8.0_Homunculus/dist/game/data/multisell/3390706.xml create mode 100644 L2J_Mobius_8.0_Homunculus/dist/game/data/scripts/ai/areas/Heine/LionelHunter/33907-book1.htm create mode 100644 L2J_Mobius_8.0_Homunculus/dist/game/data/scripts/ai/areas/Heine/LionelHunter/33907-book2.htm create mode 100644 L2J_Mobius_8.0_Homunculus/dist/game/data/scripts/ai/areas/Heine/LionelHunter/33907-book3.htm create mode 100644 L2J_Mobius_8.0_Homunculus/dist/game/data/scripts/ai/areas/Heine/LionelHunter/33907-book4.htm create mode 100644 L2J_Mobius_8.0_Homunculus/dist/game/data/scripts/ai/areas/Heine/LionelHunter/33907-book5.htm create mode 100644 L2J_Mobius_8.0_Homunculus/dist/game/data/scripts/ai/areas/Heine/LionelHunter/33907-book6.htm create mode 100644 L2J_Mobius_8.0_Homunculus/dist/game/data/scripts/ai/areas/Heine/LionelHunter/33907-not-compeleted.html create mode 100644 L2J_Mobius_8.0_Homunculus/dist/game/data/scripts/ai/areas/Heine/LionelHunter/LionelHunter.java create mode 100644 L2J_Mobius_9.0_ReturnOfTheQueenAnt/dist/game/data/html/default/33907-4.htm create mode 100644 L2J_Mobius_9.0_ReturnOfTheQueenAnt/dist/game/data/html/default/33907-6.htm create mode 100644 L2J_Mobius_9.0_ReturnOfTheQueenAnt/dist/game/data/multisell/3390704.xml create mode 100644 L2J_Mobius_9.0_ReturnOfTheQueenAnt/dist/game/data/multisell/3390705.xml create mode 100644 L2J_Mobius_9.0_ReturnOfTheQueenAnt/dist/game/data/multisell/3390706.xml create mode 100644 L2J_Mobius_9.0_ReturnOfTheQueenAnt/dist/game/data/scripts/ai/areas/Heine/LionelHunter/33907-book1.htm create mode 100644 L2J_Mobius_9.0_ReturnOfTheQueenAnt/dist/game/data/scripts/ai/areas/Heine/LionelHunter/33907-book2.htm create mode 100644 L2J_Mobius_9.0_ReturnOfTheQueenAnt/dist/game/data/scripts/ai/areas/Heine/LionelHunter/33907-book3.htm create mode 100644 L2J_Mobius_9.0_ReturnOfTheQueenAnt/dist/game/data/scripts/ai/areas/Heine/LionelHunter/33907-book4.htm create mode 100644 L2J_Mobius_9.0_ReturnOfTheQueenAnt/dist/game/data/scripts/ai/areas/Heine/LionelHunter/33907-book5.htm create mode 100644 L2J_Mobius_9.0_ReturnOfTheQueenAnt/dist/game/data/scripts/ai/areas/Heine/LionelHunter/33907-book6.htm create mode 100644 L2J_Mobius_9.0_ReturnOfTheQueenAnt/dist/game/data/scripts/ai/areas/Heine/LionelHunter/33907-not-compeleted.html create mode 100644 L2J_Mobius_9.0_ReturnOfTheQueenAnt/dist/game/data/scripts/ai/areas/Heine/LionelHunter/LionelHunter.java diff --git a/L2J_Mobius_8.0_Homunculus/dist/game/data/html/default/33907-4.htm b/L2J_Mobius_8.0_Homunculus/dist/game/data/html/default/33907-4.htm new file mode 100644 index 0000000000..246a3a2b2f --- /dev/null +++ b/L2J_Mobius_8.0_Homunculus/dist/game/data/html/default/33907-4.htm @@ -0,0 +1,8 @@ +
Eva's Knight Lionel Hunter: