summaryrefslogtreecommitdiff
path: root/npc/jobs/1-1e
diff options
context:
space:
mode:
authorKisuka <Kisuka@54d463be-8e91-2dee-dedb-b68131a5f0ec>2009-01-22 10:35:27 +0000
committerKisuka <Kisuka@54d463be-8e91-2dee-dedb-b68131a5f0ec>2009-01-22 10:35:27 +0000
commit19274c73ccce048b43b61f28cf0ca8505f48eaed (patch)
tree5354cc709bb03eb5a79fbde79f2069beec4934fe /npc/jobs/1-1e
parent7928947b09b3e7b7f317379d16f9b47299d26cee (diff)
downloadhercules-19274c73ccce048b43b61f28cf0ca8505f48eaed.tar.gz
hercules-19274c73ccce048b43b61f28cf0ca8505f48eaed.tar.bz2
hercules-19274c73ccce048b43b61f28cf0ca8505f48eaed.tar.xz
hercules-19274c73ccce048b43b61f28cf0ca8505f48eaed.zip
- 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
Diffstat (limited to 'npc/jobs/1-1e')
-rw-r--r--npc/jobs/1-1e/gunslinger.txt9
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-";