diff options
author | L0ne_W0lf <L0ne_W0lf@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-07-13 18:32:28 +0000 |
---|---|---|
committer | L0ne_W0lf <L0ne_W0lf@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-07-13 18:32:28 +0000 |
commit | 476aec2e393470fd2b23cc96078140bac34546bf (patch) | |
tree | fad246d913671934894f1fe79d5a51968061705c /npc/merchants | |
parent | 858c0649f82e6f99ab711f3e22cea8a024f5a55d (diff) | |
download | hercules-476aec2e393470fd2b23cc96078140bac34546bf.tar.gz hercules-476aec2e393470fd2b23cc96078140bac34546bf.tar.bz2 hercules-476aec2e393470fd2b23cc96078140bac34546bf.tar.xz hercules-476aec2e393470fd2b23cc96078140bac34546bf.zip |
* Updated "Name" fields for 11.2 headgears.
* Updated NPCs for Al De Baran
- Added Inn NPC for Al De Baran
* Fixed problems with Hahoe/Lion/Bride masks quests.
* Added Zairik's fix for the wizard quest.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10879 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc/merchants')
-rw-r--r-- | npc/merchants/inn.txt | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/npc/merchants/inn.txt b/npc/merchants/inn.txt index 6f5edbedb..b7e31ee5c 100644 --- a/npc/merchants/inn.txt +++ b/npc/merchants/inn.txt @@ -32,6 +32,7 @@ //= - Corrected Morroc NPCs. [L0ne_W0lf] //= 1.7 Corrected Payon NPC. [L0ne_W0lf] //= 1.8 Corrected Geffen NPC. [L0ne_W0lf] +//= 1.9 Added the Inn for Al De baran [L0ne_W0lf] //============================================================ @@ -91,6 +92,14 @@ morocc_in,80,100,5 script Inn Employee::Manar 53,{ warp "morocc_in",79,123; end; } + +//====================== Aldebaran =================================== +aldeba_in,92,58,5 script Inn Maid 53,{ + + callfunc "F_InnMaid","[Rilim]","Al De Baran Inn","aldeba_in",92,50; + warp "aldeba_in",92,112; end; +} + //======================== Rachel ==================================== ra_in01,376,69,4 script Inn Keeper 931,{ |