summaryrefslogtreecommitdiff
path: root/npc/jobs
diff options
context:
space:
mode:
authorTungSinpei <TungSinpei@hotmail.com>2014-08-23 13:38:08 +0800
committerTungSinpei <TungSinpei@hotmail.com>2014-08-23 13:38:33 +0800
commit88a5d6c0ab9b1f35dbed8ca7f3220e32657c19c8 (patch)
treeaed8ae66d19ab4065675bd900e1108c590411eb4 /npc/jobs
parent769b1d05aa5cfa8cddfe7d21b35d5c5e4da3bbd6 (diff)
downloadhercules-88a5d6c0ab9b1f35dbed8ca7f3220e32657c19c8.tar.gz
hercules-88a5d6c0ab9b1f35dbed8ca7f3220e32657c19c8.tar.bz2
hercules-88a5d6c0ab9b1f35dbed8ca7f3220e32657c19c8.tar.xz
hercules-88a5d6c0ab9b1f35dbed8ca7f3220e32657c19c8.zip
change rand(1) to rand(2)
Diffstat (limited to 'npc/jobs')
-rw-r--r--npc/jobs/2-1/hunter.txt2
-rw-r--r--npc/jobs/2-1/wizard.txt2
2 files changed, 2 insertions, 2 deletions
diff --git a/npc/jobs/2-1/hunter.txt b/npc/jobs/2-1/hunter.txt
index 1acb63a8b..b1f1f518b 100644
--- a/npc/jobs/2-1/hunter.txt
+++ b/npc/jobs/2-1/hunter.txt
@@ -1257,7 +1257,7 @@ OnTouch:
set HNTR_Q,16;
changequest 4011,4012;
savepoint "payon",104,99;
- if (rand(1))
+ if (rand(2))
warp "payon_in02",21,27;
warp "payon_in03",128,7;
}
diff --git a/npc/jobs/2-1/wizard.txt b/npc/jobs/2-1/wizard.txt
index b1b4d05ab..b62685c6b 100644
--- a/npc/jobs/2-1/wizard.txt
+++ b/npc/jobs/2-1/wizard.txt
@@ -155,7 +155,7 @@ gef_tower,111,37,4 script Wizard Guildsman 1_F_GYPSY,{
set wizard_m1,rand(1,2);
mes "[Catherine]";
mes "The items you must collect are...";
- if (rand(1)) {
+ if (rand(2)) {
set WIZ_Q,1;
setquest 9013;
mes "^3355FFRed Gemstone^000000 10 each,";