From c2015c4407c55cfa1282b5c67e7f4eb980e94277 Mon Sep 17 00:00:00 2001 From: Playtester Date: Sat, 12 Aug 2006 10:37:01 +0000 Subject: Fixed id of Dryad Card in the Headgears 2006 quest thanks to tonyfud git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@8250 54d463be-8e91-2dee-dedb-b68131a5f0ec --- npc/quests/newgears/2006_headgear.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'npc/quests/newgears') diff --git a/npc/quests/newgears/2006_headgear.txt b/npc/quests/newgears/2006_headgear.txt index e331957c7..88c2b4e56 100644 --- a/npc/quests/newgears/2006_headgear.txt +++ b/npc/quests/newgears/2006_headgear.txt @@ -168,7 +168,7 @@ hugel.gat,146,105,4 script Genirhimin 897,{ mes "1000 Runes of Bloody Color."; next; mes @npcname$; - if ( (countitem(4219)<1) || (countitem(4114)<1) || (countitem(4711)<1) || (countitem(4259)<1) || (countitem(4212)<1) || (countitem(4073)<1) || (countitem(4112)<1) || (countitem(4081)<1) || (countitem(4251)<1) || (countitem(4166)<1) || (countitem(7511)<1000) || (countitem(7563)<1000) ) { + if ( (countitem(4219)<1) || (countitem(4114)<1) || (countitem(4177)<1) || (countitem(4259)<1) || (countitem(4212)<1) || (countitem(4073)<1) || (countitem(4112)<1) || (countitem(4081)<1) || (countitem(4251)<1) || (countitem(4166)<1) || (countitem(7511)<1000) || (countitem(7563)<1000) ) { mes "I'm sorry, but I need more to make the helm."; close; } @@ -177,7 +177,7 @@ hugel.gat,146,105,4 script Genirhimin 897,{ next; delitem 4219,1; delitem 4114,1; - delitem 4711,1; + delitem 4177,1; delitem 4259,1; delitem 4212,1; delitem 4073,1; -- cgit v1.2.3-60-g2f50