From 19274c73ccce048b43b61f28cf0ca8505f48eaed Mon Sep 17 00:00:00 2001 From: Kisuka Date: Thu, 22 Jan 2009 10:35:27 +0000 Subject: - Fixed some item checks on gunslinger quest. (How was this not noticed for so long?) (bugreport:2693) - Fixed Pheeroni spawn. (bugreport:2682) git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13473 54d463be-8e91-2dee-dedb-b68131a5f0ec --- npc/jobs/1-1e/gunslinger.txt | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'npc/jobs/1-1e') diff --git a/npc/jobs/1-1e/gunslinger.txt b/npc/jobs/1-1e/gunslinger.txt index 79f65b120..7d6b0a070 100644 --- a/npc/jobs/1-1e/gunslinger.txt +++ b/npc/jobs/1-1e/gunslinger.txt @@ -7,7 +7,7 @@ //= DON'T REMOVE THIS! (by request of him, he provided all //= the info regarding the quests and shops.) //===== Current Version: ===================================== -//= 2.1b +//= 2.1c //===== Compatible With: ===================================== //= eAthena SVN //===== Description: ========================================= @@ -28,6 +28,7 @@ //= 2.1 Wise Bull Horn now deletes all items. Thanks to yyCC. [L0ne_W0lf] //= 2.1a Corrected a Typo error ";;". [Samuray22] //= 2.1b Corrected some typos errors. (bugreport:1549) [Samuray22] +//= 2.1c Fixed some missing/messed up item checks. (bugreport:2693) [Kisuka] //============================================================ que_ng,152,167,3 script Master Miller 901,{ @@ -301,7 +302,7 @@ payon,184,65,3 script The Wise Bull Horn 866,{ close; case 2: - if ((countitem(935) < 10) || (countitem(949) < 3) || (countitem(1019) < 1) || (countitem(912) < 3) || (countitem(511) < 3)) + if ((countitem(1013) < 3) || (countitem(935) < 10) || (countitem(949) < 3) || (countitem(1019) < 1) || (countitem(912) < 3) || (countitem(511) < 3)) { mes "["+ strcharinfo(0) +"]"; mes "-I'll need-"; @@ -320,7 +321,7 @@ payon,184,65,3 script The Wise Bull Horn 866,{ delitem 1019,1; delitem 912,3; delitem 511,3; - delitem 1013,3; //Colorful_Shell + delitem 1013,3; set GUNS_Q,3; close; @@ -378,7 +379,7 @@ payon,184,65,3 script The Wise Bull Horn 866,{ close; case 4: - if (countitem(519) < 0) + if (countitem(519) < 1) { mes "["+ strcharinfo(0) +"]"; mes "-Let's get a glass of Milk-"; -- cgit v1.2.3-60-g2f50