summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2025-03-22 14:56:38 -0300
committerJesusaves <cpntb1@ymail.com>2025-03-22 14:56:38 -0300
commit2a9075b1aa53d23e31c4ade4de407e4055a41562 (patch)
treea0a918156f5f5cca4247943f228e9041c19551ea
parent729109fa1252cdbe794da42364b9ee8fe00c9fca (diff)
downloadserverdata-2a9075b1aa53d23e31c4ade4de407e4055a41562.tar.gz
serverdata-2a9075b1aa53d23e31c4ade4de407e4055a41562.tar.bz2
serverdata-2a9075b1aa53d23e31c4ade4de407e4055a41562.tar.xz
serverdata-2a9075b1aa53d23e31c4ade4de407e4055a41562.zip
Make slightly harder to farm Copper Slime in Kamelot Prison, but not impossible.
-rw-r--r--npc/042-3/jail.txt9
1 files changed, 8 insertions, 1 deletions
diff --git a/npc/042-3/jail.txt b/npc/042-3/jail.txt
index 7ce2d30d0..87ba809d8 100644
--- a/npc/042-3/jail.txt
+++ b/npc/042-3/jail.txt
@@ -46,7 +46,14 @@ OnFirstSlime:
debugmes "[ERROR] Cannot retrieve coordinates!!";
}
getmapxy(.@m$, .@x, .@y, 0);
- sleep2(1800);
+ @kamslimekills += 1;
+ if (@kamslimekills > 10 && @lockpicks) {
+ @kamslimekills -= 3;
+ detachrid();
+ sleep(rand2(24) * 1800);
+ } else {
+ 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);