diff options
author | Jesusaves <cpntb1@ymail.com> | 2021-03-18 13:18:32 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2021-03-18 13:18:32 -0300 |
commit | dcb469b8003f79d02a0a4b2a734e16ae3149ec92 (patch) | |
tree | eb56076ee6f215bf49d3a6cf59a5e97be22adc1f /npc/functions/gmbot.txt | |
parent | 52869695e7690ea0e12a20e60e40edc63a231e38 (diff) | |
download | serverdata-dcb469b8003f79d02a0a4b2a734e16ae3149ec92.tar.gz serverdata-dcb469b8003f79d02a0a4b2a734e16ae3149ec92.tar.bz2 serverdata-dcb469b8003f79d02a0a4b2a734e16ae3149ec92.tar.xz serverdata-dcb469b8003f79d02a0a4b2a734e16ae3149ec92.zip |
Lightbringer can now appear in Dark Forest, Ruined Swamps and Asphodel Moors.
Diffstat (limited to 'npc/functions/gmbot.txt')
-rw-r--r-- | npc/functions/gmbot.txt | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/npc/functions/gmbot.txt b/npc/functions/gmbot.txt index 839584fdf..03c9ec299 100644 --- a/npc/functions/gmbot.txt +++ b/npc/functions/gmbot.txt @@ -164,12 +164,13 @@ OnTimer300000: // movelb(npcid) function movelb { .@id=getarg(0); - setarray .@m$, "boss", "boss", "001-1", "001-3", "001-7", + setarray .@m$, "boss", "001-1", "001-3", "001-7", "004-2", "004-2-1", "010-1", "010-1-1", "011-2", "011-3", "013-1", "014-5", "015-1", "015-2", "015-3", "015-4", "015-5", "015-6", "015-7", "018-1", "018-1-1", "018-2", "018-3", "018-4", "018-4-1", "018-5-1", - "019-4", "021-1", "021-2", "021-3", "022-1", "023-1"; + "019-4", "021-1", "021-2", "021-3", "022-1", "023-1", + "029-1", "029-7", "029-8"; .mp$=any_of(.@m$); // Try to warp randomly: 30 attempts for a walkable spot |