diff options
Diffstat (limited to 'npc')
-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 |