diff options
author | euphyy <euphyy@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2012-06-10 01:37:17 +0000 |
---|---|---|
committer | euphyy <euphyy@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2012-06-10 01:37:17 +0000 |
commit | adfbb8ff8fdde71238cdf5f51a5a2edc5a29c937 (patch) | |
tree | a8455792f17eabf4040ee6db3f54da24f14b8482 /npc/custom/quests/thq | |
parent | 0e8fb0bb70974a90d8b4617043b78fe3575f8e45 (diff) | |
download | hercules-adfbb8ff8fdde71238cdf5f51a5a2edc5a29c937.tar.gz hercules-adfbb8ff8fdde71238cdf5f51a5a2edc5a29c937.tar.bz2 hercules-adfbb8ff8fdde71238cdf5f51a5a2edc5a29c937.tar.xz hercules-adfbb8ff8fdde71238cdf5f51a5a2edc5a29c937.zip |
* Massive compression of "Card Trader" script, from 123kb to 7kb! (other\card_trader.txt)
* Some optimization of Ash-Vacuum quests (quests\quests_13_1.txt)
* "Sphinx Mask Quest" script optimized (custom\quests\sphinx_mask.txt)
* Moved "Caral" NPC from non-existent moc_fild04 to cmd_fild08, as per bugreport:5959 (custom\quests\thq\THQS_Quests.txt)
* Fixed Job_Archbishop/Job_Archbishop_T typos in job change script, but other issues in bugreport:5938 not addressed (jobs\3-1\archbishop.txt)
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16254 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc/custom/quests/thq')
-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 132c5bf33..b1e6c1652 100644 --- a/npc/custom/quests/thq/THQS_Quests.txt +++ b/npc/custom/quests/thq/THQS_Quests.txt @@ -3,7 +3,7 @@ //===== By: ================================================== //= Fredzilla //===== Current Version: ===================================== -//= 1.5 +//= 1.6 //===== Compatible With: ===================================== //= rAthena SVN //===== Description: ========================================= @@ -16,6 +16,7 @@ //= 1.3 Removed Duplicates [Silent] //= 1.4 Further removed duplicates. [L0ne_W0lf] //= 1.5 Fixed name collision with 'Little Girl' in cities/lutie.txt [Ai4rei] +//= 1.6 Changed "Caral" coordinates because moc_fild04 no longer exists. [Euphy] //============================================================ ///////Job list 1/////// @@ -1000,7 +1001,7 @@ N_QuestStart: close; } //10-3; -moc_fild04,193,51,6 script Caral 119,{ +cmd_fild08,328,349,4 script Caral 119,{ if (ten_qset == 3 && countitem(1015) > 0) goto N_QuestComp; if (ten_qset == 3) goto N_QuestStart; mes "[Caral]"; |