From 02e3ef53a385ceee47465678180b207476f5d526 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Thu, 14 Jun 2018 23:38:30 -0300 Subject: Asleep typing... To create awesomes programs which only works on your dreams... --- npc/003-1/well.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'npc') diff --git a/npc/003-1/well.txt b/npc/003-1/well.txt index 815e6498c..64a0def0c 100644 --- a/npc/003-1/well.txt +++ b/npc/003-1/well.txt @@ -36,23 +36,23 @@ mes col("Hey wait... You're enveloped by a bright light and gain experience!", 9); } else if (.@n > 9900) { mes col("Hey wait... A monster!! Run for your life!!", 9); - getmapxy(.@m$, .@x, .@y); + getmapxy(.@m$, .@x, .@y, 0); .@mobGID = monster(.@m$, .@x, .@y, "Croc", Croc, 1); unitattack(.@mobGID, getcharid(CHAR_ID_ACCOUNT)); // Order the summoned monster to engage!! } else if (.@n > 9850) { mes col("Hey wait... A monster!! Run for your life!!", 9); - getmapxy(.@m$, .@x, .@y); + getmapxy(.@m$, .@x, .@y, 0); .@mobGID = monster(.@m$, .@x, .@y, "Blub", Blub, 1); unitattack(.@mobGID, getcharid(CHAR_ID_ACCOUNT)); // Order the summoned monster to engage!! } else if (.@n > 9800) { mes col("Hey wait... A monster!! Run for your life!!", 9); - getmapxy(.@m$, .@x, .@y); + getmapxy(.@m$, .@x, .@y, 0); .@mobGID = monster(.@m$, .@x, .@y, "Red Scorpion", RedScorpion, 1); unitattack(.@mobGID, getcharid(CHAR_ID_ACCOUNT)); // Order the summoned monster to engage!! } } else if (.@n > 9700) { mes col("Hey wait... A monster!! Run for your life!!", 9); - getmapxy(.@m$, .@x, .@y); + getmapxy(.@m$, .@x, .@y, 0); .@mobGID = monster(.@m$, .@x, .@y, "Bat", Bat, 1); unitattack(.@mobGID, getcharid(CHAR_ID_ACCOUNT)); // Order the summoned monster to engage!! } else { -- cgit v1.2.3-70-g09d2