diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-05-02 10:36:29 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-05-02 10:36:29 -0300 |
commit | cd73c9e7fffdbdc756aa8ffb90a39deec2aaa8e9 (patch) | |
tree | 91850589ba97a49030ef09f286b2a1e52bb81bfa /npc/functions/gmbot.txt | |
parent | 1634ecb4f96c531de6fb79ddd88d506e4b4e6e5c (diff) | |
download | serverdata-cd73c9e7fffdbdc756aa8ffb90a39deec2aaa8e9.tar.gz serverdata-cd73c9e7fffdbdc756aa8ffb90a39deec2aaa8e9.tar.bz2 serverdata-cd73c9e7fffdbdc756aa8ffb90a39deec2aaa8e9.tar.xz serverdata-cd73c9e7fffdbdc756aa8ffb90a39deec2aaa8e9.zip |
Update location, missing constants, sleep for Monter King to avoid eventual bugs, etc.
Diffstat (limited to 'npc/functions/gmbot.txt')
-rw-r--r-- | npc/functions/gmbot.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/npc/functions/gmbot.txt b/npc/functions/gmbot.txt index 2c55f43ed..3e0cc2a2d 100644 --- a/npc/functions/gmbot.txt +++ b/npc/functions/gmbot.txt @@ -120,6 +120,7 @@ OnTimer90000: ++.@e; } unitwarp($@MK, .mp$, .@x, .@y); + sleep(50); // For some reason or other, adding sleep(norid) and sleep2(rid). .nearby=getusers(8); // Handle Mana Stone |