From 8a1307b3654d71eb34d7fbc68808f2dee0dc02f5 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Thu, 14 Jun 2018 23:19:55 -0300 Subject: Mhm, make Red Scorpion random spawn less frequent. --- npc/003-1/well.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'npc') diff --git a/npc/003-1/well.txt b/npc/003-1/well.txt index f35fc849c..815e6498c 100644 --- a/npc/003-1/well.txt +++ b/npc/003-1/well.txt @@ -44,7 +44,7 @@ getmapxy(.@m$, .@x, .@y); .@mobGID = monster(.@m$, .@x, .@y, "Blub", Blub, 1); unitattack(.@mobGID, getcharid(CHAR_ID_ACCOUNT)); // Order the summoned monster to engage!! - } else if (.@n > 9750) { + } else if (.@n > 9800) { mes col("Hey wait... A monster!! Run for your life!!", 9); getmapxy(.@m$, .@x, .@y); .@mobGID = monster(.@m$, .@x, .@y, "Red Scorpion", RedScorpion, 1); -- cgit v1.2.3-70-g09d2