diff options
author | Kisuka <Kisuka@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2009-06-21 11:28:25 +0000 |
---|---|---|
committer | Kisuka <Kisuka@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2009-06-21 11:28:25 +0000 |
commit | 97607e1f366ba487282e5e30cebdd00a653c8068 (patch) | |
tree | 4635660ba98d21b9673c0e3cbd7ff3c2dfc924d6 /npc/merchants | |
parent | 744e75b4c3eec25135993ef3e58a4c6cc7124787 (diff) | |
download | hercules-97607e1f366ba487282e5e30cebdd00a653c8068.tar.gz hercules-97607e1f366ba487282e5e30cebdd00a653c8068.tar.bz2 hercules-97607e1f366ba487282e5e30cebdd00a653c8068.tar.xz hercules-97607e1f366ba487282e5e30cebdd00a653c8068.zip |
- Added moscovia quest 'Koshei the Immortal'.
- Added 2009rwc maps & mosk_que to map indexing/conf.
- Removed duplicate Moscovia Inn NPC (bugreport:3188).
- Removed pointless specialeffects from speed items (bugreport:3208).
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13903 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc/merchants')
-rw-r--r-- | npc/merchants/inn.txt | 33 |
1 files changed, 2 insertions, 31 deletions
diff --git a/npc/merchants/inn.txt b/npc/merchants/inn.txt index 135f8f74d..6b645aed6 100644 --- a/npc/merchants/inn.txt +++ b/npc/merchants/inn.txt @@ -4,7 +4,7 @@ //= Darkchild (1.1) //= Playtester (1.2) //===== Current Version: ===================================== -//= 2.7 +//= 2.8 //===== Compatible With: ===================================== //= eAthena 1.0+ //===== Description: ========================================= @@ -42,6 +42,7 @@ //= 2.5 Added Moskovia Gostinitsa (Inn) from jA //= 2.6 Updated Alberta inn to official. [L0ne_W0lf] //= 2.7 Removed Morroc Inns as per episode 12.1. [L0ne_W0lf] +//= 2.8 Removed Moscovia Inn; Its in quests/quest_moscovia.txt [Kisuka] //============================================================ @@ -200,36 +201,6 @@ ve_in,157,219,5 script Inn Master#Receptionist 709,{ close; } -//======================== Moscovia ==================================== -mosk_in,135,191,5 script Landlord#mosk 961,{ - mes "[Landlord]"; - mes "Oh, welcome to the Inn 'Sticky Herb Tree'."; - mes "It is the most comfortable and"; - mes "calmest place in all of Moscovia."; - next; - if (select("Save:Stay the night - 5000z") == 1) { - mes "[Landlord]"; - mes "Your respawn point"; - mes "has been saved."; - mes "Hope we can see you again next time hoho."; - savepoint "mosk_in",141,188; - close; - } - mes "[Landlord]"; - if(Zeny < 5000) { - mes "The service charge is 5000z."; - mes "Please make sure you have enough"; - mes "money for the service."; - close; - } - mes "Please be comfortable."; - close2; - set Zeny,Zeny - 5000; - percentheal 100,100; - warp "mosk_in",215,181; - end; -} - //======================= Inn Function ============================== function script F_InnMaid { mes getarg(0); |