Преглед изворни кода

Fixed id of Dryad Card in the Headgears 2006 quest thanks to tonyfud

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@8250 54d463be-8e91-2dee-dedb-b68131a5f0ec
Playtester пре 19 година
родитељ
комит
6202448594
2 измењених фајлова са 3 додато и 2 уклоњено
  1. 1 0
      npc/Changelog.txt
  2. 2 2
      npc/quests/newgears/2006_headgear.txt

+ 1 - 0
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]

+ 2 - 2
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;