Fixed npc location for Lutie quest (#3329)

Fixes #3316

Thanks to @AzarthMZintos and @aleos89
This commit is contained in:
Lemongrass3110 2018-07-19 21:22:12 +02:00 committed by GitHub
parent 123303ef84
commit 58eadcda15
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 26 additions and 7 deletions

View File

@ -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!!";

View 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

View File

@ -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 ---------------------------

11
npc/re/cities/lutie.txt Normal file
View 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

View File

@ -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