From 915e6fa9b943705499ecffc409a380f5ee4e658c Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Wed, 23 May 2018 19:01:50 -0300 Subject: Fix Murder Scorpion spawn point --- npc/003-4/sorfina.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'npc/003-4') diff --git a/npc/003-4/sorfina.txt b/npc/003-4/sorfina.txt index d49b408f8..2910a670e 100644 --- a/npc/003-4/sorfina.txt +++ b/npc/003-4/sorfina.txt @@ -71,8 +71,8 @@ L_OpenDoors: instance_set_timeout(300, 300, .@INSTID); instance_init(.@INSTID); - .@x=rand(29, 45); - .@y=rand(29, 41); + .@x=34;//rand(29, 45); + .@y=33;//rand(29, 41); monster(.@MAP_NAME$, .@x, .@y, l("Murderer Scorpion"), MurdererScorpion, 1, "Sorfina::OnKillMurderer"); mesn; -- cgit v1.2.3-60-g2f50