diff options
author | L0ne_W0lf <L0ne_W0lf@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2010-06-10 19:37:55 +0000 |
---|---|---|
committer | L0ne_W0lf <L0ne_W0lf@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2010-06-10 19:37:55 +0000 |
commit | c5d8bdf9c1af99140472f4184360c031beb68a67 (patch) | |
tree | 86c8c73cdc0c6e81d0aa3709e3cebbee503ad254 /npc/quests/quests_13_1.txt | |
parent | 0be19557946a9beedbbd2218a0bedf0448f7bfb3 (diff) | |
download | hercules-c5d8bdf9c1af99140472f4184360c031beb68a67.tar.gz hercules-c5d8bdf9c1af99140472f4184360c031beb68a67.tar.bz2 hercules-c5d8bdf9c1af99140472f4184360c031beb68a67.tar.xz hercules-c5d8bdf9c1af99140472f4184360c031beb68a67.zip |
* Adjusted the cooldowns on the "Rough Mineral" and "Helping Grenouille" quests.
* Removed a 'close' in a 13.1 quest which should have been 'close2'. (bugreport:4276)
* Added three 13.2 quests: Monster Suppression, Bradium Collection, and Laphine Craftsman.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@14338 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc/quests/quests_13_1.txt')
-rw-r--r-- | npc/quests/quests_13_1.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/quests/quests_13_1.txt b/npc/quests/quests_13_1.txt index 8bd0f22f5..8e8a24c6a 100644 --- a/npc/quests/quests_13_1.txt +++ b/npc/quests/quests_13_1.txt @@ -3,7 +3,7 @@ //===== By: ================================================== //= L0ne_W0lf //===== Current Version: ===================================== -//= 1.2 +//= 1.5 //===== Compatible With: ===================================== //= eAthena SVN //===== Description: ========================================= @@ -31,6 +31,7 @@ //= 1.3 Added the two remaining 13.1 quests. [L0ne_W0lf] //= Cat Hand Agents no longer ignore you with 300+ points. //= 1.4 Changed killmonsterall -> killmonster. (bugreport:4131) +//= 1.5 Removed a 'close;' which should have been 'close2'. (bugreport:4276) //============================================================ // Onward to the New World @@ -5794,7 +5795,6 @@ mid_camp,9,215,5 script Camp Guard#man3 852,{ mes "[Camp Guard]"; mes "Please be careful out there."; mes "If you encounter any threats or strange phenomenon, then please don't hesitate to report to us at the garrison."; - close; close2; warp "spl_fild02",380,217; end; |