summaryrefslogtreecommitdiff
path: root/npc/quests
diff options
context:
space:
mode:
authorL0ne_W0lf <L0ne_W0lf@54d463be-8e91-2dee-dedb-b68131a5f0ec>2008-11-18 18:14:18 +0000
committerL0ne_W0lf <L0ne_W0lf@54d463be-8e91-2dee-dedb-b68131a5f0ec>2008-11-18 18:14:18 +0000
commit6fa92268db65735f1edbfea68d80a81fce2fe503 (patch)
tree88215ba4eef829c377935ba2fb5576939f83cf40 /npc/quests
parent83752dab1d6888cb3bc74d14ff8ba30dfaeb2985 (diff)
downloadhercules-6fa92268db65735f1edbfea68d80a81fce2fe503.tar.gz
hercules-6fa92268db65735f1edbfea68d80a81fce2fe503.tar.bz2
hercules-6fa92268db65735f1edbfea68d80a81fce2fe503.tar.xz
hercules-6fa92268db65735f1edbfea68d80a81fce2fe503.zip
- 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
Diffstat (limited to 'npc/quests')
-rw-r--r--npc/quests/The_Sign_Quest.txt5
1 files changed, 3 insertions, 2 deletions
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;