diff options
author | Playtester <Playtester@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-08-12 10:37:01 +0000 |
---|---|---|
committer | Playtester <Playtester@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-08-12 10:37:01 +0000 |
commit | c2015c4407c55cfa1282b5c67e7f4eb980e94277 (patch) | |
tree | 4aa654ace512cd441d34e9ac508ac4d88fbd0ab5 /npc | |
parent | cd8d31c794d26483d7c28c651e0e19cc4b27f617 (diff) | |
download | hercules-c2015c4407c55cfa1282b5c67e7f4eb980e94277.tar.gz hercules-c2015c4407c55cfa1282b5c67e7f4eb980e94277.tar.bz2 hercules-c2015c4407c55cfa1282b5c67e7f4eb980e94277.tar.xz hercules-c2015c4407c55cfa1282b5c67e7f4eb980e94277.zip |
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
Diffstat (limited to 'npc')
-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;
|