From 97607e1f366ba487282e5e30cebdd00a653c8068 Mon Sep 17 00:00:00 2001 From: Kisuka Date: Sun, 21 Jun 2009 11:28:25 +0000 Subject: - 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 --- npc/merchants/inn.txt | 33 ++------------------------------- 1 file changed, 2 insertions(+), 31 deletions(-) (limited to 'npc/merchants/inn.txt') 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); -- cgit v1.2.3-70-g09d2