From 6fa92268db65735f1edbfea68d80a81fce2fe503 Mon Sep 17 00:00:00 2001 From: L0ne_W0lf Date: Tue, 18 Nov 2008 18:14:18 +0000 Subject: - Removed redundent input from mercenary vendor. (bugreport:2427) - Corrected Wolfheiden and Mithril magic cape skill levels. (bugreport:2431) - Corrected 12.1 monsters using penuma on target not self. (bugreport:2435) - Fixed delitem causing the sign quest to fault. (bugreport:2444) git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13376 54d463be-8e91-2dee-dedb-b68131a5f0ec --- npc/quests/The_Sign_Quest.txt | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'npc/quests') diff --git a/npc/quests/The_Sign_Quest.txt b/npc/quests/The_Sign_Quest.txt index ce6cae38f..ad9822bf0 100644 --- a/npc/quests/The_Sign_Quest.txt +++ b/npc/quests/The_Sign_Quest.txt @@ -3,7 +3,7 @@ //===== By: ================================================== //= SinSloth(Most of the NPCs), MasterOfMuppets(Some of the NPCs + bug fixes) & Kargha(The quiz NPCs) //===== Current Version: ===================================== -//= 2.8 +//= 2.9 //===== Compatible With: ===================================== //= eAthena SVN 3422+(Requires jA Script System) //===== Description: ========================================= @@ -42,6 +42,7 @@ //= 2.6 Fixed Engel giving back 7 Sobbing Starlight on failing to refine it, bugreport:1473 [Brainstorm] //= 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] //============================================================ //===== Configuration : ====================================== prontera,1,1,1 script TheSignConfig -1,{ @@ -8532,7 +8533,7 @@ L_Soul: mes "I'm leaving my soul"; mes "with you. Please guide"; mes "me to the queen of the dead..."; - delitem 7306,4; + delitem 7306,countitem(7306); getitem 7307,1; set signquest,54; close; -- cgit v1.2.3-70-g09d2