diff --git a/npc/cities/lutie.txt b/npc/cities/lutie.txt index 8501e5a505..c397c0648a 100644 --- a/npc/cities/lutie.txt +++ b/npc/cities/lutie.txt @@ -1,11 +1,5 @@ //===== rAthena Script ======================================= //= Lutie Town -//===== By: ================================================== -//= rAthena Dev Team -//===== Current Version: ===================================== -//= 1.7 -//===== Compatible With: ===================================== -//= rAthena Project //===== Description: ========================================= //= Lutie - City NPCs //===== Additional Comments: ================================= @@ -17,11 +11,12 @@ //= 1.5 Fixed a bug that could reset Lutie quest state [Lupus] //= 1.6 Heavy optimization to all the NPCs [DZeroX] //= 1.7 Updated to match AEGIS script. [Kisuka] +//= 1.8 Split Mr. Claus to pre-re and re [Lemongrass] //============================================================ // Teleport to Lutie //============================================================ -aldebaran,223,222,4 script Mr. Claus 718,{ +- script Mr. Claus 718,{ mes "[Mr. Claus]"; mes "Ho Ho Ho~"; mes "Merry Christmas!!"; diff --git a/npc/pre-re/cities/lutie.txt b/npc/pre-re/cities/lutie.txt new file mode 100644 index 0000000000..e0c73c50c8 --- /dev/null +++ b/npc/pre-re/cities/lutie.txt @@ -0,0 +1,11 @@ +//===== rAthena Script ======================================= +//= Lutie Town Pre-Renewal +//===== Description: ========================================= +//= Lutie - City NPCs +//===== Additional Comments: ================================= +//= 1.0 First version. [Lemongrass] +//============================================================ + +// Teleport to Lutie +//============================================================ +aldebaran,223,222,4 duplicate(Mr. Claus) Mr. Claus#1 718 diff --git a/npc/pre-re/scripts_athena.conf b/npc/pre-re/scripts_athena.conf index 60d69fbfad..96eb012b9e 100644 --- a/npc/pre-re/scripts_athena.conf +++ b/npc/pre-re/scripts_athena.conf @@ -9,6 +9,7 @@ npc: npc/pre-re/airports/izlude.txt npc: npc/pre-re/cities/alberta.txt npc: npc/pre-re/cities/izlude.txt npc: npc/pre-re/cities/jawaii.txt +npc: npc/pre-re/cities/lutie.txt npc: npc/pre-re/cities/yuno.txt // --------------------------- Guides --------------------------- diff --git a/npc/re/cities/lutie.txt b/npc/re/cities/lutie.txt new file mode 100644 index 0000000000..7b78401c9e --- /dev/null +++ b/npc/re/cities/lutie.txt @@ -0,0 +1,11 @@ +//===== rAthena Script ======================================= +//= Lutie Town Renewal +//===== Description: ========================================= +//= Lutie - City NPCs +//===== Additional Comments: ================================= +//= 1.0 First version. [Lemongrass] +//============================================================ + +// Teleport to Lutie +//============================================================ +aldebaran,168,168,4 duplicate(Mr. Claus) Mr. Claus#1 718 diff --git a/npc/re/scripts_athena.conf b/npc/re/scripts_athena.conf index 2dfb4df8ed..733ba7e33d 100644 --- a/npc/re/scripts_athena.conf +++ b/npc/re/scripts_athena.conf @@ -13,6 +13,7 @@ npc: npc/re/cities/dicastes.txt npc: npc/re/cities/eclage.txt npc: npc/re/cities/izlude.txt npc: npc/re/cities/jawaii.txt +npc: npc/re/cities/lutie.txt npc: npc/re/cities/malangdo.txt npc: npc/re/cities/malaya.txt npc: npc/re/cities/mora.txt