Fixed npc location for Lutie quest (#3329)
Fixes #3316 Thanks to @AzarthMZintos and @aleos89
This commit is contained in:
parent
123303ef84
commit
58eadcda15
@ -1,11 +1,5 @@
|
|||||||
//===== rAthena Script =======================================
|
//===== rAthena Script =======================================
|
||||||
//= Lutie Town
|
//= Lutie Town
|
||||||
//===== By: ==================================================
|
|
||||||
//= rAthena Dev Team
|
|
||||||
//===== Current Version: =====================================
|
|
||||||
//= 1.7
|
|
||||||
//===== Compatible With: =====================================
|
|
||||||
//= rAthena Project
|
|
||||||
//===== Description: =========================================
|
//===== Description: =========================================
|
||||||
//= Lutie - City NPCs
|
//= Lutie - City NPCs
|
||||||
//===== Additional Comments: =================================
|
//===== Additional Comments: =================================
|
||||||
@ -17,11 +11,12 @@
|
|||||||
//= 1.5 Fixed a bug that could reset Lutie quest state [Lupus]
|
//= 1.5 Fixed a bug that could reset Lutie quest state [Lupus]
|
||||||
//= 1.6 Heavy optimization to all the NPCs [DZeroX]
|
//= 1.6 Heavy optimization to all the NPCs [DZeroX]
|
||||||
//= 1.7 Updated to match AEGIS script. [Kisuka]
|
//= 1.7 Updated to match AEGIS script. [Kisuka]
|
||||||
|
//= 1.8 Split Mr. Claus to pre-re and re [Lemongrass]
|
||||||
//============================================================
|
//============================================================
|
||||||
|
|
||||||
// Teleport to Lutie
|
// Teleport to Lutie
|
||||||
//============================================================
|
//============================================================
|
||||||
aldebaran,223,222,4 script Mr. Claus 718,{
|
- script Mr. Claus 718,{
|
||||||
mes "[Mr. Claus]";
|
mes "[Mr. Claus]";
|
||||||
mes "Ho Ho Ho~";
|
mes "Ho Ho Ho~";
|
||||||
mes "Merry Christmas!!";
|
mes "Merry Christmas!!";
|
||||||
|
11
npc/pre-re/cities/lutie.txt
Normal file
11
npc/pre-re/cities/lutie.txt
Normal file
@ -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
|
@ -9,6 +9,7 @@ npc: npc/pre-re/airports/izlude.txt
|
|||||||
npc: npc/pre-re/cities/alberta.txt
|
npc: npc/pre-re/cities/alberta.txt
|
||||||
npc: npc/pre-re/cities/izlude.txt
|
npc: npc/pre-re/cities/izlude.txt
|
||||||
npc: npc/pre-re/cities/jawaii.txt
|
npc: npc/pre-re/cities/jawaii.txt
|
||||||
|
npc: npc/pre-re/cities/lutie.txt
|
||||||
npc: npc/pre-re/cities/yuno.txt
|
npc: npc/pre-re/cities/yuno.txt
|
||||||
|
|
||||||
// --------------------------- Guides ---------------------------
|
// --------------------------- Guides ---------------------------
|
||||||
|
11
npc/re/cities/lutie.txt
Normal file
11
npc/re/cities/lutie.txt
Normal file
@ -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
|
@ -13,6 +13,7 @@ npc: npc/re/cities/dicastes.txt
|
|||||||
npc: npc/re/cities/eclage.txt
|
npc: npc/re/cities/eclage.txt
|
||||||
npc: npc/re/cities/izlude.txt
|
npc: npc/re/cities/izlude.txt
|
||||||
npc: npc/re/cities/jawaii.txt
|
npc: npc/re/cities/jawaii.txt
|
||||||
|
npc: npc/re/cities/lutie.txt
|
||||||
npc: npc/re/cities/malangdo.txt
|
npc: npc/re/cities/malangdo.txt
|
||||||
npc: npc/re/cities/malaya.txt
|
npc: npc/re/cities/malaya.txt
|
||||||
npc: npc/re/cities/mora.txt
|
npc: npc/re/cities/mora.txt
|
||||||
|
Loading…
x
Reference in New Issue
Block a user