From dec3ae611b85e2ce1d01a572a0d07d0e2907408b Mon Sep 17 00:00:00 2001 From: L0ne_W0lf Date: Fri, 22 Feb 2008 06:16:21 +0000 Subject: * Several small fixes to scripts, and updates. - Updated City warps for Lighthalzen, and dugneon warps. - Updated castle warps for Schwaltzvalt Castles Map. - "The Sign" quest is now enabled by default. (bugreport:1011) - Added Dimensional Gorge map spawns (According to RO Future Wiki) - Updated Lighthalzen boss spawning mechanisim to official. - Fixed a small error in the novice potion exchanger. - Resolves the following: bugreport:879 bugreport:973 bugreport:983 bugreport:1013 bugreport:1021 bugreport:1024 bugreport:1026 git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@12227 54d463be-8e91-2dee-dedb-b68131a5f0ec --- npc/guides/guides_veins.txt | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'npc/guides') diff --git a/npc/guides/guides_veins.txt b/npc/guides/guides_veins.txt index 91b771357..3410c4253 100644 --- a/npc/guides/guides_veins.txt +++ b/npc/guides/guides_veins.txt @@ -3,7 +3,7 @@ //===== By: ================================================== //= L0ne_W0lf //===== Current Version: ===================================== -//= 1.0 +//= 1.2 //===== Compatible With: ===================================== //= eAthena SVN //===== Description: ========================================= @@ -12,6 +12,7 @@ //===== Additional Comments: ================================= //= 1.0 First version. [L0ne_W0lf] //= 1.1 Added second Veins guide NPC. [L0ne_W0lf] +//= 1.2 Fixed a few small typos. [L0ne_W0lf] //============================================================ veins,210,345,5 script Veins Guide#1::ve_guide 934,{ @@ -42,7 +43,7 @@ veins,210,345,5 script Veins Guide#1::ve_guide 934,{ case 1: mes "[Veins Guide]"; mes "Our temple is located north,"; - mes "and always crowded with sincere followes of Goddess Freya."; + mes "and always crowded with sincere followers of Goddess Freya."; if (.@compass_check == 1) viewpoint 1,196,258,1,0xFF0000; break; case 2: @@ -79,10 +80,10 @@ veins,210,345,5 script Veins Guide#1::ve_guide 934,{ break; case 7: mes "[Veins Guide]"; - mes "Are you intereste din studying geology?"; + mes "Are you interested in studying geology?"; mes "Then you'd better go check out the"; mes "Geological Research Institute on"; - mes "the 2nd floor of hte weapon shop."; + mes "the 2nd floor of the weapon shop."; if (.@compass_check == 1) viewpoint 1,150,175,7,0x00FF00; break; case 8: -- cgit v1.2.3-60-g2f50