From cca8612de5a07f698f811a15a994fff594dd509d Mon Sep 17 00:00:00 2001 From: MobiusDevelopment <8391001+MobiusDevelopment@users.noreply.github.com> Date: Sat, 30 Mar 2019 16:29:29 +0000 Subject: [PATCH] Lailly AI improvements. Contributed by gigilo1968. --- .../GainakUnderground/Lailly/34181-1.html} | 2 +- .../areas/GainakUnderground/Lailly/34181.html | 2 +- .../GainakUnderground/Lailly}/Lailly.java | 53 ++++++++- .../GainakUnderground/Lailly/34181-1.html | 2 +- .../areas/GainakUnderground/Lailly/34181.html | 2 +- .../GainakUnderground/Lailly}/Lailly.java | 53 ++++++++- .../GainakUnderground/Lailly/34181-1.html | 2 +- .../areas/GainakUnderground/Lailly/34181.html | 2 +- .../GainakUnderground/Lailly}/Lailly.java | 53 ++++++++- .../GainakUnderground/Lailly/34181-1.html | 2 +- .../GainakUnderground/Lailly/34181.html} | 2 +- .../{ => Lailly}/Lailly.java | 53 ++++++++- .../dist/game/data/html/default/34181-1.htm | 5 - .../dist/game/data/html/default/34181.htm | 7 -- .../ai/areas/GainakUnderground/Lailly.java | 62 ----------- .../GainakUnderground/Lailly/34181-1.html | 5 + .../areas/GainakUnderground/Lailly/34181.html | 7 ++ .../GainakUnderground/Lailly/Lailly.java | 105 ++++++++++++++++++ .../dist/game/data/html/default/34181-1.htm | 5 - .../dist/game/data/html/default/34181.htm | 7 -- .../ai/areas/GainakUnderground/Lailly.java | 62 ----------- .../GainakUnderground/Lailly/34181-1.html | 5 + .../areas/GainakUnderground/Lailly/34181.html | 7 ++ .../GainakUnderground/Lailly/Lailly.java | 105 ++++++++++++++++++ 24 files changed, 434 insertions(+), 176 deletions(-) rename L2J_Mobius_2.5_Underground/dist/game/data/{html/default/34181-1.htm => scripts/ai/areas/GainakUnderground/Lailly/34181-1.html} (69%) rename L2J_Mobius_4.0_GrandCrusade/dist/game/data/html/default/34181.htm => L2J_Mobius_2.5_Underground/dist/game/data/scripts/ai/areas/GainakUnderground/Lailly/34181.html (80%) rename {L2J_Mobius_3.0_Helios/dist/game/data/scripts/ai/areas/GainakUnderground => L2J_Mobius_2.5_Underground/dist/game/data/scripts/ai/areas/GainakUnderground/Lailly}/Lailly.java (50%) rename L2J_Mobius_4.0_GrandCrusade/dist/game/data/html/default/34181-1.htm => L2J_Mobius_3.0_Helios/dist/game/data/scripts/ai/areas/GainakUnderground/Lailly/34181-1.html (69%) rename L2J_Mobius_2.5_Underground/dist/game/data/html/default/34181.htm => L2J_Mobius_3.0_Helios/dist/game/data/scripts/ai/areas/GainakUnderground/Lailly/34181.html (80%) rename {L2J_Mobius_4.0_GrandCrusade/dist/game/data/scripts/ai/areas/GainakUnderground => L2J_Mobius_3.0_Helios/dist/game/data/scripts/ai/areas/GainakUnderground/Lailly}/Lailly.java (50%) rename L2J_Mobius_5.0_Salvation/dist/game/data/html/default/34181-1.htm => L2J_Mobius_4.0_GrandCrusade/dist/game/data/scripts/ai/areas/GainakUnderground/Lailly/34181-1.html (69%) rename L2J_Mobius_3.0_Helios/dist/game/data/html/default/34181.htm => L2J_Mobius_4.0_GrandCrusade/dist/game/data/scripts/ai/areas/GainakUnderground/Lailly/34181.html (80%) rename {L2J_Mobius_2.5_Underground/dist/game/data/scripts/ai/areas/GainakUnderground => L2J_Mobius_4.0_GrandCrusade/dist/game/data/scripts/ai/areas/GainakUnderground/Lailly}/Lailly.java (50%) rename L2J_Mobius_3.0_Helios/dist/game/data/html/default/34181-1.htm => L2J_Mobius_5.0_Salvation/dist/game/data/scripts/ai/areas/GainakUnderground/Lailly/34181-1.html (69%) rename L2J_Mobius_5.0_Salvation/dist/game/data/{html/default/34181.htm => scripts/ai/areas/GainakUnderground/Lailly/34181.html} (80%) rename L2J_Mobius_5.0_Salvation/dist/game/data/scripts/ai/areas/GainakUnderground/{ => Lailly}/Lailly.java (50%) delete mode 100644 L2J_Mobius_5.5_EtinasFate/dist/game/data/html/default/34181-1.htm delete mode 100644 L2J_Mobius_5.5_EtinasFate/dist/game/data/html/default/34181.htm delete mode 100644 L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/ai/areas/GainakUnderground/Lailly.java create mode 100644 L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/ai/areas/GainakUnderground/Lailly/34181-1.html create mode 100644 L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/ai/areas/GainakUnderground/Lailly/34181.html create mode 100644 L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/ai/areas/GainakUnderground/Lailly/Lailly.java delete mode 100644 L2J_Mobius_6.0_Fafurion/dist/game/data/html/default/34181-1.htm delete mode 100644 L2J_Mobius_6.0_Fafurion/dist/game/data/html/default/34181.htm delete mode 100644 L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/ai/areas/GainakUnderground/Lailly.java create mode 100644 L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/ai/areas/GainakUnderground/Lailly/34181-1.html create mode 100644 L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/ai/areas/GainakUnderground/Lailly/34181.html create mode 100644 L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/ai/areas/GainakUnderground/Lailly/Lailly.java diff --git a/L2J_Mobius_2.5_Underground/dist/game/data/html/default/34181-1.htm b/L2J_Mobius_2.5_Underground/dist/game/data/scripts/ai/areas/GainakUnderground/Lailly/34181-1.html similarity index 69% rename from L2J_Mobius_2.5_Underground/dist/game/data/html/default/34181-1.htm rename to L2J_Mobius_2.5_Underground/dist/game/data/scripts/ai/areas/GainakUnderground/Lailly/34181-1.html index 4623a9c3b2..9e37587271 100644 --- a/L2J_Mobius_2.5_Underground/dist/game/data/html/default/34181-1.htm +++ b/L2J_Mobius_2.5_Underground/dist/game/data/scripts/ai/areas/GainakUnderground/Lailly/34181-1.html @@ -1,5 +1,5 @@
Madame Lailly: