diff options
author | Lupus <Lupus@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-11-09 09:30:36 +0000 |
---|---|---|
committer | Lupus <Lupus@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-11-09 09:30:36 +0000 |
commit | d39236e84fa896c0b809615399a6bd17e5071bfa (patch) | |
tree | fd2d401e1b4be231c2b1a6d7639199b45721c19b /npc/merchants/inn.txt | |
parent | 18feac8a0fd21bfc41547e3ff12f07a764d77896 (diff) | |
download | hercules-d39236e84fa896c0b809615399a6bd17e5071bfa.tar.gz hercules-d39236e84fa896c0b809615399a6bd17e5071bfa.tar.bz2 hercules-d39236e84fa896c0b809615399a6bd17e5071bfa.tar.xz hercules-d39236e84fa896c0b809615399a6bd17e5071bfa.zip |
fixed Lighthalzen, Swaltzwalt Quest Part 1, added Hugel-Bingo warps, added Airship mobs, fixed Hunte job quest typos, added pet shop into Light
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9182 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc/merchants/inn.txt')
-rw-r--r-- | npc/merchants/inn.txt | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/npc/merchants/inn.txt b/npc/merchants/inn.txt index cf41d3a8c..1f30e8078 100644 --- a/npc/merchants/inn.txt +++ b/npc/merchants/inn.txt @@ -4,7 +4,7 @@ //= Darkchild (1.1)
//= Playtester (1.2)
//===== Current Version: =====================================
-//= 1.3
+//= 1.4
//===== Compatible With: =====================================
//= eAthena 1.0+
//===== Description: =========================================
@@ -24,6 +24,7 @@ //= 1.2 Rewrote inn script [Playtester]
//= 1.3 Added (finally) Rachel Inn Maid. Official warp
//= and save points[erKURITA]
+//= 1.4 Added Hugel inn [erKurita]
//============================================================
@@ -90,6 +91,13 @@ ra_in01.gat,376,69,4 script Inn Keeper 931,{ warp "ra_in01.gat",384,128;
}
+//======================== Hugel ====================================
+hu_in01.gat,246,107,3 script Inn Maid::Receptionist 53,{
+
+ callfunc "F_InnMaid","[Receptionist]","Hugel Inn","hu_in01.gat",263,95;
+ warp "hu_in01",267,5;
+}
+
//======================= Inn Function ==============================
function script F_InnMaid {
mes getarg(0);
|