diff options
author | L0ne_W0lf <L0ne_W0lf@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2008-02-22 06:16:21 +0000 |
---|---|---|
committer | L0ne_W0lf <L0ne_W0lf@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2008-02-22 06:16:21 +0000 |
commit | dec3ae611b85e2ce1d01a572a0d07d0e2907408b (patch) | |
tree | 1f12484f992422b34b1e3b029ba973aeb43fce20 /npc/guides | |
parent | b8d9d3ef71cb8d93bb8173c8c04e8d3d1798b187 (diff) | |
download | hercules-dec3ae611b85e2ce1d01a572a0d07d0e2907408b.tar.gz hercules-dec3ae611b85e2ce1d01a572a0d07d0e2907408b.tar.bz2 hercules-dec3ae611b85e2ce1d01a572a0d07d0e2907408b.tar.xz hercules-dec3ae611b85e2ce1d01a572a0d07d0e2907408b.zip |
* 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
Diffstat (limited to 'npc/guides')
-rw-r--r-- | npc/guides/guides_veins.txt | 9 |
1 files changed, 5 insertions, 4 deletions
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: |