diff options
author | Playtester <Playtester@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-05-04 19:15:03 +0000 |
---|---|---|
committer | Playtester <Playtester@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-05-04 19:15:03 +0000 |
commit | 5985fae98dcab5315ca2cffd85b692844ebfc6ea (patch) | |
tree | 6fdad264e65ec7c3b256f5a7fbaaf9eb7322b090 /npc/jobs/1-1e | |
parent | 7992a3e1e8a4a5f2ef3b702f7b5e1e522f7b463e (diff) | |
download | hercules-5985fae98dcab5315ca2cffd85b692844ebfc6ea.tar.gz hercules-5985fae98dcab5315ca2cffd85b692844ebfc6ea.tar.bz2 hercules-5985fae98dcab5315ca2cffd85b692844ebfc6ea.tar.xz hercules-5985fae98dcab5315ca2cffd85b692844ebfc6ea.zip |
Additional gunslinger.txt fixes...
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6472 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc/jobs/1-1e')
-rw-r--r-- | npc/jobs/1-1e/gunslinger.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/jobs/1-1e/gunslinger.txt b/npc/jobs/1-1e/gunslinger.txt index 202759bb0..3282699e5 100644 --- a/npc/jobs/1-1e/gunslinger.txt +++ b/npc/jobs/1-1e/gunslinger.txt @@ -257,7 +257,7 @@ if (gs_quest == 1) { end;
}
} else if (gs_quest == 3) || (gs_quest == 4) {
- if (countitem(519) > 1) && (gs_quest == 4) {
+ if (countitem(519) >= 1) && (gs_quest == 4) {
mes @npcname$;
mes "THAT'S IT!! I was missing the Milk! Oh yes, thanks so much, will you give it to me?";
switch(select("Yes, take it please:Sorry but I need it")) {
@@ -280,7 +280,7 @@ if (gs_quest == 1) { }
} else
mes @npcname$;
- mes "*sigh* All I need now is wait. Thanks for your help... but I believe there's something missing.."
+ mes "*sigh* All I need now is wait. Thanks for your help... but I believe there's something missing..";
close2;
set @npcname$,"";
set gs_quest,4;
|