From b6a3f6c46d7e21444d69350c3fedff29084acb99 Mon Sep 17 00:00:00 2001 From: Paradox924X Date: Thu, 25 Dec 2008 06:58:40 +0000 Subject: Added a check in The Sign Quest for Sign_Branch8A before attempting to run a delitem on items not needed based on Path taken. On a side note, Merry Christmas/Happy Holidays to everyone. =] git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13412 54d463be-8e91-2dee-dedb-b68131a5f0ec --- npc/Changelog.txt | 2 ++ npc/quests/The_Sign_Quest.txt | 3 ++- 2 files changed, 4 insertions(+), 1 deletion(-) (limited to 'npc') diff --git a/npc/Changelog.txt b/npc/Changelog.txt index 3628a2071..0c7fc9ffd 100644 --- a/npc/Changelog.txt +++ b/npc/Changelog.txt @@ -1,5 +1,7 @@ Date Added ====== +2008/12/25 + * Added a check in The Sign Quest for Sign_Branch8A before attempting to run a delitem on items not needed based on Path taken. [Paradox924X] 2008/12/23 * Small update to the checkweight in Christmas 2005 Event. (bugreport:2553) [Paradox924X] 2008/11/21 diff --git a/npc/quests/The_Sign_Quest.txt b/npc/quests/The_Sign_Quest.txt index ad9822bf0..474a7ae8c 100644 --- a/npc/quests/The_Sign_Quest.txt +++ b/npc/quests/The_Sign_Quest.txt @@ -43,6 +43,7 @@ //= 2.7 Replaced effect numerics with constants. [Samuray22] //= 2.8 Fixed some bugs with itemids and leftover questitems [Fish0r] //= 2.9 Made a delitem causing script to fault use countitem when deleting. [L0ne_W0lf] +//= 2.9a Added a check for Sign_Branch8A before attempting to run a delitem on items not needed based on Path taken. [Paradox924X] //============================================================ //===== Configuration : ====================================== prontera,1,1,1 script TheSignConfig -1,{ @@ -8234,7 +8235,7 @@ L_NoMedal: L_Success: if (countitem(7313) < 5 && Sign_Branch8A) goto L_Voucher; - delitem 7313,5; + if (Sign_Branch8A) delitem 7313,5; mes "[Kirkena]"; mes "You've done well."; mes "Without her memories of her"; -- cgit v1.2.3-60-g2f50