From adfbb8ff8fdde71238cdf5f51a5a2edc5a29c937 Mon Sep 17 00:00:00 2001 From: euphyy Date: Sun, 10 Jun 2012 01:37:17 +0000 Subject: * 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 --- npc/custom/quests/thq/THQS_Quests.txt | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'npc/custom/quests/thq') 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]"; -- cgit v1.2.3-70-g09d2