From dcb469b8003f79d02a0a4b2a734e16ae3149ec92 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Thu, 18 Mar 2021 13:18:32 -0300 Subject: Lightbringer can now appear in Dark Forest, Ruined Swamps and Asphodel Moors. --- npc/functions/gmbot.txt | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'npc/functions/gmbot.txt') 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 -- cgit v1.2.3-60-g2f50