diff options
author | L0ne_W0lf <L0ne_W0lf@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-06-10 17:38:50 +0000 |
---|---|---|
committer | L0ne_W0lf <L0ne_W0lf@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-06-10 17:38:50 +0000 |
commit | 15d0d129834b212fa00285afa412cbb38f97ca6b (patch) | |
tree | 87fca69a72f6f2290914cff21e6530a5ab42dd0b /npc/quests/quests_prontera.txt | |
parent | 62a917bd9927f8144ff40166a9c989b1e2ddc689 (diff) | |
download | hercules-15d0d129834b212fa00285afa412cbb38f97ca6b.tar.gz hercules-15d0d129834b212fa00285afa412cbb38f97ca6b.tar.bz2 hercules-15d0d129834b212fa00285afa412cbb38f97ca6b.tar.xz hercules-15d0d129834b212fa00285afa412cbb38f97ca6b.zip |
* Added Old_Bleu_Box and added corrisponding item group entries.
* Updated Red_Box_ and added corrisponding item group entries.
* Updated constants to include IG_BleuBox and IG_Red_Box_2.
* Updated itemdb.h with the two new item group values. (38 and 39) Why are they static anyway?
* Fixed some small typos in the Gaebolg family curse quest.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10745 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc/quests/quests_prontera.txt')
-rw-r--r-- | npc/quests/quests_prontera.txt | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/npc/quests/quests_prontera.txt b/npc/quests/quests_prontera.txt index a448f22bb..07aa12b05 100644 --- a/npc/quests/quests_prontera.txt +++ b/npc/quests/quests_prontera.txt @@ -3,7 +3,7 @@ //===== By: ================================================== //= kobra_k88; L0ne_W0lf //===== Current Version: ===================================== -//= 1.5 +//= 1.6 //===== Compatible With: ===================================== //= eAthena SVN //===== Description: ========================================= @@ -27,6 +27,7 @@ //= 1.4 Moved Culvert from cities/prontera.txt [Evera] //= 1.5 Culvert has been rescripted from the ground up. [L0ne_W0lf] //= 1.6 Added Gaebolg Family Curse quest. [L0ne_W0lf] +//= 1.6a Fixed a couple spelling mistakes. [L0ne_W0lf] //============================================================ // Prontera Culvert @@ -411,8 +412,8 @@ prontera,248,212,3 script Busy Boy#prt 706,3,3,{ mes "[Busy-Looking Boy]"; mes "Ack! Would you leave"; mes "me alone and let me work?"; - mes "I've got somehing important"; - mes "to do! When Ifinish arranging"; + mes "I've got something important"; + mes "to do! When I finish arranging"; mes "these books, need to... I need to make some preparations!"; close; } |