summaryrefslogtreecommitdiff
path: root/npc/042-3
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2020-04-28 21:15:23 -0300
committerJesusaves <cpntb1@ymail.com>2020-04-28 21:15:23 -0300
commit0a1da134b49b32801bcdd0dfb82edf695e7d3823 (patch)
treed1a264a7705d36654e0d495f2c36dbd32a05f522 /npc/042-3
parente6b64e6b77f437cb58e0b5fe9def6313d38ab7e0 (diff)
downloadserverdata-0a1da134b49b32801bcdd0dfb82edf695e7d3823.tar.gz
serverdata-0a1da134b49b32801bcdd0dfb82edf695e7d3823.tar.bz2
serverdata-0a1da134b49b32801bcdd0dfb82edf695e7d3823.tar.xz
serverdata-0a1da134b49b32801bcdd0dfb82edf695e7d3823.zip
Be more solid
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;
}