diff options
-rw-r--r-- | npc/Changelog.txt | 1 | ||||
-rw-r--r-- | npc/quests/newgears/2006_headgear.txt | 4 |
2 files changed, 3 insertions, 2 deletions
diff --git a/npc/Changelog.txt b/npc/Changelog.txt index 292b63889..76f6afcaf 100644 --- a/npc/Changelog.txt +++ b/npc/Changelog.txt @@ -35,6 +35,7 @@ Playtester Date Added
======
08/12
+ * Fixed id of Dryad Card in the Headgears 2006 quest thanks to tonyfud [Playtester]
* Added Violin[3] to the Comodo Weapon seller [Playtester]
* Optimized a warp near Gunslinger weapon shop [Playtester]
* Extended the Garrison quest to slot the Garrison [Playtester]
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;
|