summaryrefslogtreecommitdiff
path: root/npc/003-4
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2018-05-23 19:01:50 -0300
committerJesusaves <cpntb1@ymail.com>2018-05-23 19:01:50 -0300
commit915e6fa9b943705499ecffc409a380f5ee4e658c (patch)
tree427a97f350b64bdd2913f7517ea23b58d90906a8 /npc/003-4
parentd396f7aec77892ec485d8f8f5907b718e5d45000 (diff)
downloadserverdata-915e6fa9b943705499ecffc409a380f5ee4e658c.tar.gz
serverdata-915e6fa9b943705499ecffc409a380f5ee4e658c.tar.bz2
serverdata-915e6fa9b943705499ecffc409a380f5ee4e658c.tar.xz
serverdata-915e6fa9b943705499ecffc409a380f5ee4e658c.zip
Fix Murder Scorpion spawn point
Diffstat (limited to 'npc/003-4')
-rw-r--r--npc/003-4/sorfina.txt4
1 files changed, 2 insertions, 2 deletions
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;