From 76192f96dda6a98ce9c05027230dea33990dc392 Mon Sep 17 00:00:00 2001 From: L0ne_W0lf Date: Fri, 10 Aug 2007 00:03:11 +0000 Subject: * 2-1 Job quest update. Needs in-depth testing. - Because of a change of variables, players currently undergoing the job change quests may find themselves in a slightly different position in the quest. - This update reverts the hunter job quest timer BACK to 3 minutes. * Corrected some Acolyte job quest issues. - Removed Priest quest specific text from acolyte quest file. * Bard Pang Voice quest was checking for the wrong variable. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10973 54d463be-8e91-2dee-dedb-b68131a5f0ec --- npc/quests/skills/bard_skills.txt | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'npc/quests/skills/bard_skills.txt') diff --git a/npc/quests/skills/bard_skills.txt b/npc/quests/skills/bard_skills.txt index 989458204..88efc87f0 100644 --- a/npc/quests/skills/bard_skills.txt +++ b/npc/quests/skills/bard_skills.txt @@ -3,7 +3,7 @@ //===== By: ================================================== //= Lupus, Reddozen; L0ne_W0lf //===== Current Version: ===================================== -//= 1.4 +//= 1.4a //===== Compatible With: ===================================== //= eAthena SVN //===== Description: ========================================= @@ -21,6 +21,7 @@ //= 1.3a Tixed an item ID typo. Thanks, 2Spiritual Kid //= 1.3b Split into different files [DracoRPG] //= 1.4 Rescripted to Aegis 10.3 standards. [L0ne_W0lf] +//= 1.4a Checks the proper variable now. (bard_q -> gef_bard_q) [L0ne_W0lf] //============================================================ prontera,174,328,3 script Young Man#bard_q1 89,3,3,{ @@ -656,10 +657,10 @@ morocc_in,169,72,7 script Spiteful-Looking Bard#skill_bard02 741,3,3,{ mes "Um..."; mes "What's so funny?"; next; - if (bard_q == 30 || bard_q == 31) { + if (gef_bard_q == 30 || gef_bard_q == 31) { mes "[Riott]"; mes "Hm? Ah! That's one of the"; - if (bard_q == 30) { + if (gef_bard_q == 30) { mes "Black Seals that can only"; mes "be given by Kino Kitty. You"; mes "must be a person of great"; @@ -841,10 +842,10 @@ morocc_in,169,72,7 script Spiteful-Looking Bard#skill_bard02 741,3,3,{ mes "Um..."; mes "What's so funny?"; next; - if (bard_q == 30 || bard_q == 31) { + if (gef_bard_q == 30 || gef_bard_q == 31) { mes "[Riott]"; mes "Hm? Ah! That's one of the"; - if (bard_q == 30) { + if (gef_bard_q == 30) { mes "Black Seals that can only"; mes "be given by Kino Kitty. You"; mes "must be a person of great"; -- cgit v1.2.3-60-g2f50