diff options
Diffstat (limited to 'npc/jobs/1-1e/gunslinger.txt')
-rw-r--r-- | npc/jobs/1-1e/gunslinger.txt | 9 |
1 files changed, 5 insertions, 4 deletions
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-"; |