diff options
author | L0ne_W0lf <L0ne_W0lf@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2008-01-11 18:46:26 +0000 |
---|---|---|
committer | L0ne_W0lf <L0ne_W0lf@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2008-01-11 18:46:26 +0000 |
commit | aef08a5ff1740d4276d4d56303f4f71b600748f4 (patch) | |
tree | ad2cea6c008f05166202b90b18d1140d525a850e /npc/merchants/inn.txt | |
parent | 8bad65f1437eb91cb63e9382542442775ade747b (diff) | |
download | hercules-aef08a5ff1740d4276d4d56303f4f71b600748f4.tar.gz hercules-aef08a5ff1740d4276d4d56303f4f71b600748f4.tar.bz2 hercules-aef08a5ff1740d4276d4d56303f4f71b600748f4.tar.xz hercules-aef08a5ff1740d4276d4d56303f4f71b600748f4.zip |
* Added Veins town NPCs, mail box, and second guide.
- Updated warps for Veins. Outstanding warps are quest related.
* Minor updates to other warp files.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@12056 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc/merchants/inn.txt')
-rw-r--r-- | npc/merchants/inn.txt | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/npc/merchants/inn.txt b/npc/merchants/inn.txt index d17c0d0e8..bee47d555 100644 --- a/npc/merchants/inn.txt +++ b/npc/merchants/inn.txt @@ -4,7 +4,7 @@ //= Darkchild (1.1) //= Playtester (1.2) //===== Current Version: ===================================== -//= 2.1a +//= 2.2 //===== Compatible With: ===================================== //= eAthena 1.0+ //===== Description: ========================================= @@ -36,6 +36,7 @@ //= 2.0 Added Inn for the Town of Veins. [L0ne_W0lf] //= 2.1 Corrected NPC names to fall within proper restrictions. [L0ne_W0lf] //= 2.1a Corrected a little Typo error. (bugreport:536 & 537) [Samuray22] +//= 2.2 Small update to Vein's Inn Master. [L0ne_W0lf] //============================================================ @@ -137,10 +138,8 @@ ve_in,157,219,5 script Inn Master#Receptionist 709,{ Mrent: mes "[Inn Master]"; if(Zeny < 5000){ - mes "I'm sorry, but the service charge"; - mes "is 5,000 zeny. Please make sure"; - mes "that you have enough money to check"; - mes "in next time, okay?"; + mes "I'm sorry, but you don't have enough money to check in."; + mes "THe service charge is 5,000 zeny."; close; } mes "Enjoy your stay~"; |