summaryrefslogtreecommitdiff
path: root/npc
diff options
context:
space:
mode:
authorReid <reidyaro@gmail.com>2012-09-12 01:20:39 +0200
committerReid <reidyaro@gmail.com>2012-09-12 01:22:20 +0200
commit3270b08d3bd921dcf817dd856e82a1f33de264df (patch)
treeae874fcb5682f1cb0d6545e0174a9f56e1c13664 /npc
parent1eb16e7676cca51320c4829d3d08f7627bf69b42 (diff)
downloadserverdata-3270b08d3bd921dcf817dd856e82a1f33de264df.tar.gz
serverdata-3270b08d3bd921dcf817dd856e82a1f33de264df.tar.bz2
serverdata-3270b08d3bd921dcf817dd856e82a1f33de264df.tar.xz
serverdata-3270b08d3bd921dcf817dd856e82a1f33de264df.zip
Update the value of rand() on q'onan and dan script.
Diffstat (limited to 'npc')
-rw-r--r--npc/000-2-1/dan.txt2
-rw-r--r--npc/000-2-1/q'onan.txt2
2 files changed, 2 insertions, 2 deletions
diff --git a/npc/000-2-1/dan.txt b/npc/000-2-1/dan.txt
index 69705b49..e9b93073 100644
--- a/npc/000-2-1/dan.txt
+++ b/npc/000-2-1/dan.txt
@@ -8,7 +8,7 @@
000-2-1.gat, 22,31,0,1 script Dan 101;2,{
mesn;
- set @q, rand(2);
+ set @q, rand(3);
if (@q == 0) goto l_QuestStory;
mesq l("You see these Pious around?");
diff --git a/npc/000-2-1/q'onan.txt b/npc/000-2-1/q'onan.txt
index f795b2cf..a57024a7 100644
--- a/npc/000-2-1/q'onan.txt
+++ b/npc/000-2-1/q'onan.txt
@@ -8,7 +8,7 @@
mesn;
- set @q, rand(1);
+ set @q, rand(2);
if (@q == 0) goto l_Zzz;
mesq l("Rrrr... Pchhhh...");