diff options
author | L0ne_W0lf <L0ne_W0lf@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-11-02 22:02:39 +0000 |
---|---|---|
committer | L0ne_W0lf <L0ne_W0lf@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-11-02 22:02:39 +0000 |
commit | 723561d0be4246977bcf3fea648af5e11e96eb89 (patch) | |
tree | bc2255ba08b9f653ddca33db921a58e6437579d3 /npc/custom/quests/thq/THQS_Quests.txt | |
parent | d2c32eefc77ad0c9e42f72621c1d1d1b4d77c091 (diff) | |
download | hercules-723561d0be4246977bcf3fea648af5e11e96eb89.tar.gz hercules-723561d0be4246977bcf3fea648af5e11e96eb89.tar.bz2 hercules-723561d0be4246977bcf3fea648af5e11e96eb89.tar.xz hercules-723561d0be4246977bcf3fea648af5e11e96eb89.zip |
* Some NPC and CONF file clean up. More duplicate removal.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11645 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc/custom/quests/thq/THQS_Quests.txt')
-rw-r--r-- | npc/custom/quests/thq/THQS_Quests.txt | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/npc/custom/quests/thq/THQS_Quests.txt b/npc/custom/quests/thq/THQS_Quests.txt index 950f5486c..154186e91 100644 --- a/npc/custom/quests/thq/THQS_Quests.txt +++ b/npc/custom/quests/thq/THQS_Quests.txt @@ -10,7 +10,7 @@ // revised By Warlock // ////////////////////////////////////////////////////////////// //===== Version ============================================== -//= 1.3 +//= 1.4 //===== Compatible With ====================================== //= eAthena 1.0 //===== Description ========================================== @@ -21,6 +21,7 @@ //= 1.0 - Straight conversionof Aegis NPC file //= 1.2 some bugfixes, typos [Lupus] //= 1.3 Removed Duplicates [Silent] +//= 1.4 Further removed duplicates. [L0ne_W0lf] //============================================================ @@ -88,7 +89,7 @@ N_QuestStart: close; } //1-4 -prontera,264,353,6 script Old Lady 103,{ +prontera,264,353,6 script Old Lady#thq 103,{ if (one_qset == 4 && countitem(934) > 14) goto N_QuestComp; if (one_qset == 4) goto N_QuestStart; mes "[Old Lady]"; |