diff options
author | Jesusaves <cpntb1@ymail.com> | 2020-04-30 23:40:12 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2020-04-30 23:40:12 -0300 |
commit | b71a38a0ab4234c52f0eb16f2b207bf2afc2d0fe (patch) | |
tree | b02f67287a2a3bf724182a9918023d4b0667b060 | |
parent | 616bfc95cf6976298ca32e4f847ebcc079e702dc (diff) | |
download | serverdata-b71a38a0ab4234c52f0eb16f2b207bf2afc2d0fe.tar.gz serverdata-b71a38a0ab4234c52f0eb16f2b207bf2afc2d0fe.tar.bz2 serverdata-b71a38a0ab4234c52f0eb16f2b207bf2afc2d0fe.tar.xz serverdata-b71a38a0ab4234c52f0eb16f2b207bf2afc2d0fe.zip |
Random names
-rw-r--r-- | npc/042-1/door.txt | 2 | ||||
-rw-r--r-- | npc/042-5/ctrl.txt | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/npc/042-1/door.txt b/npc/042-1/door.txt index 68a8cef35..7cc9438a5 100644 --- a/npc/042-1/door.txt +++ b/npc/042-1/door.txt @@ -146,7 +146,7 @@ OnTimer10000: .@m$=instance_mapname("042-1"); mapannounce .@m$, "I'll get rid of you myself!!", 0; .@mobId=any(CursedSoldier, CursedArcher); - .@mob=monster(.@m$, 40, 30, any("Lancelot", "Galahard", "Gawain"), .@mobId, 1, .@label$); + .@mob=monster(.@m$, 40, 30, any("Lancelot", "Galahard", "Gareth", "Percival"), .@mobId, 1, .@label$); .@avg=getd("$@GTEMP_"+.@m$); setd("$@GTEMP_"+.@m$, 0); // Reconfigure the monster diff --git a/npc/042-5/ctrl.txt b/npc/042-5/ctrl.txt index 95ad8f19e..08799a4f9 100644 --- a/npc/042-5/ctrl.txt +++ b/npc/042-5/ctrl.txt @@ -188,7 +188,7 @@ function script KamelotBoss { .@m$=instance_mapname(getarg(0)); //debugmes "Total %d, map %s (power %d)", .@gcount, .@m$, .@avg; .@mobId=any(CursedSoldier, CursedArcher); // 50-50 ratio - .@name$=any("Lancelot", "Galahard"); + .@name$=any("Gawain", "Tristan", "Kay", "Palamedes", "Mordred", "Bors", "Bedivere", "Lionel", "Bleoberry", "Lucan", "Lamorak", "Pellas", "Hector", "Dragonet", "Bronor", "Alymere"); // Typos on purpose: https://www.arthurian-legend.com/knights-round-table/ .@mob=monster(.@m$, .@x1, .@y1, .@name$, .@mobId, 1, .@label$); // Reconfigure the monster setunitdata(.@mob, UDT_LEVEL, .@avg+20); |