diff options
author | L0ne_W0lf <L0ne_W0lf@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2008-07-22 16:37:32 +0000 |
---|---|---|
committer | L0ne_W0lf <L0ne_W0lf@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2008-07-22 16:37:32 +0000 |
commit | 510732bf8cc3f487969dcbde2d01099fd3eef42b (patch) | |
tree | 5d69e75e8d496e11db2537ec0c01ac8b7dcd944b /npc/quests/quests_veins.txt | |
parent | 54aed550d3d0a6208da6651b460fbbff65ca10c4 (diff) | |
download | hercules-510732bf8cc3f487969dcbde2d01099fd3eef42b.tar.gz hercules-510732bf8cc3f487969dcbde2d01099fd3eef42b.tar.bz2 hercules-510732bf8cc3f487969dcbde2d01099fd3eef42b.tar.xz hercules-510732bf8cc3f487969dcbde2d01099fd3eef42b.zip |
* Removed mail commands that no longer exist from help.txt.
* Finally getting around to fixing a few bug reports
- Corrected some view IDs for some newer headgears. (bugreport:1842)
- 11.3 bows are now equippable by all archer classes. (bugreport:1885)
* Getting around to fixing some script bug.
- Fixed bugs in the nameless quest, and other npcs. (bugreport:1845)
- Fixed some bugs in the WoE:SE control devices. (bugreport:1848)
- Fixed minor typo in the novice grounds. (Bugreport:1877)
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@12981 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc/quests/quests_veins.txt')
-rw-r--r-- | npc/quests/quests_veins.txt | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/npc/quests/quests_veins.txt b/npc/quests/quests_veins.txt index 0ebc7105d..3de2318be 100644 --- a/npc/quests/quests_veins.txt +++ b/npc/quests/quests_veins.txt @@ -3,7 +3,7 @@ //===== By: ================================================== //= L0ne_W0lf //===== Current Version: ===================================== -//= 1.5 +//= 1.5a //===== Compatible With: ===================================== //= eAthena SVN //===== Description: ========================================= @@ -36,6 +36,7 @@ //= 1.4 Added missing checkweights. [L0ne_W0lf] //= 1.4a Corrected a typo error ";;". [Toms] //= 1.5 Added Nameless Island quest addition. [L0ne_W0lf] +//= 1.5a Corrected a couple typos in Nameless Addition. [L0ne_W0lf] //============================================================ // Stone Quest @@ -3044,7 +3045,7 @@ veins,327,185,3 script Kid#camelcamel 944,{ mes "Ah, and I've been taking care"; mes "of her, just like I promised~"; next; - mes "["+strcharinfo(0)+""; + mes "["+strcharinfo(0)+"]"; mes "Really? That's good"; mes "You should be proud~"; next; @@ -4315,7 +4316,7 @@ veins,227,127,5 script Ivory 940,{ next; mes "[Organic Soap Maker Ivory]"; mes "And um... Don't let"; - mes "anyone else know what"; + mes "anyone else know what"; mes "I use to make this soap."; mes "People won't buy it if they"; mes "knew they were washing their"; |