summaryrefslogtreecommitdiff
path: root/npc/jobs
diff options
context:
space:
mode:
authorPlaytester <Playtester@54d463be-8e91-2dee-dedb-b68131a5f0ec>2006-11-05 13:08:42 +0000
committerPlaytester <Playtester@54d463be-8e91-2dee-dedb-b68131a5f0ec>2006-11-05 13:08:42 +0000
commitd09a183f5824a0004a1c307ea1e8e79fb111e6ee (patch)
tree2a99b69b9b0fc4fbf0180fcd01eaceca95885ab8 /npc/jobs
parentfca1519782fefe67a1bf58c97efabf072a6db3b7 (diff)
downloadhercules-d09a183f5824a0004a1c307ea1e8e79fb111e6ee.tar.gz
hercules-d09a183f5824a0004a1c307ea1e8e79fb111e6ee.tar.bz2
hercules-d09a183f5824a0004a1c307ea1e8e79fb111e6ee.tar.xz
hercules-d09a183f5824a0004a1c307ea1e8e79fb111e6ee.zip
Fixed reward of gunslinger job quest
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9142 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc/jobs')
-rw-r--r--npc/jobs/1-1e/gunslinger.txt9
1 files changed, 7 insertions, 2 deletions
diff --git a/npc/jobs/1-1e/gunslinger.txt b/npc/jobs/1-1e/gunslinger.txt
index 0539f1f2c..47da54866 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: =====================================
-//= 1.7b
+//= 1.8
//===== Compatible With: =====================================
//= eAthena SVN
//===== Description: =========================================
@@ -22,6 +22,7 @@
//= 1.7 Now uses only ONE variable GUNS_Q [Lupus]
//= 1.7a Grammar fixes, few spelling fixes, etc [CBMaster]
//= 1.7b Parenthesis fixes [KarLaeda]
+//= 1.8 Fixed the reward you can get [Playtester]
//============================================================
que_ng.gat,152,167,3 script Gunslinger Jobchanger 901,{
@@ -56,7 +57,11 @@ que_ng.gat,152,167,3 script Gunslinger Jobchanger 901,{
next;
mes @npcname$;
mes "Oh, I forgot, here's a token of my appreciation";
- getitem 13150,1;
+ if (rand(1,3) < 3) {
+ getitem 13100,1;
+ } else {
+ getitem 13150,1;
+ }
close2;
set @npcname$,"";
end;