summaryrefslogtreecommitdiff
path: root/npc/042-3
diff options
context:
space:
mode:
Diffstat (limited to 'npc/042-3')
-rw-r--r--npc/042-3/jail.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/npc/042-3/jail.txt b/npc/042-3/jail.txt
index 1c00d66c6..7e3a1f5b9 100644
--- a/npc/042-3/jail.txt
+++ b/npc/042-3/jail.txt
@@ -17,6 +17,7 @@ OnKillSlime:
end;
if (rand2(10000) > 1000) {
getmapxy(.@m$, .@x, .@y, 0);
+ sleep2(1800);
.@mob=monster(.@m$, .@x, .@y, strmobinfo(1, CopperSlime), CopperSlime, 1, .@label$);
// This should wipe the monster experience value
setunitdata(.@mob, UDT_LEVEL, 1);
@@ -69,7 +70,7 @@ function script KamelotLockpick {
close;
OnInit:
OnInstanceInit:
- .distance=1;
+ .distance=2;
end;
}