From 0a1da134b49b32801bcdd0dfb82edf695e7d3823 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Tue, 28 Apr 2020 21:15:23 -0300 Subject: Be more solid --- npc/042-3/jail.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'npc/042-3') 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; } -- cgit v1.2.3-70-g09d2