diff options
author | Jesusaves <cpntb1@ymail.com> | 2023-10-08 11:14:30 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2023-10-08 11:14:30 -0300 |
commit | 5b50db747dbd7e16ff86bb9da705774e3eafe31a (patch) | |
tree | 7dd2028eca08a6c6ee835cff99e69240ea8db4e4 /npc/026-3 | |
parent | 65728aaef808178a837c5587c74f120a010a3069 (diff) | |
download | serverdata-5b50db747dbd7e16ff86bb9da705774e3eafe31a.tar.gz serverdata-5b50db747dbd7e16ff86bb9da705774e3eafe31a.tar.bz2 serverdata-5b50db747dbd7e16ff86bb9da705774e3eafe31a.tar.xz serverdata-5b50db747dbd7e16ff86bb9da705774e3eafe31a.zip |
Completing Frostia quests makes you a friend of the elves, even if you're not elf.
Configure respawn and mob density for 026-4 and 026-5.
It happens shortly before the takeover, it is escalonated for realism.
Diffstat (limited to 'npc/026-3')
-rw-r--r-- | npc/026-3/ctrl.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/026-3/ctrl.c b/npc/026-3/ctrl.c index bd0f3d6e6..21b86c2cb 100644 --- a/npc/026-3/ctrl.c +++ b/npc/026-3/ctrl.c @@ -46,7 +46,7 @@ L_Warp: mesc l("Minimum wins: %d/%d", $MK_TEMPVAR, MKIF_LV_B4F), 1; close; } - //warp "026-4", X, Y; + //warp "026-4", 40, 40; // TODO: Are these coords actually OK? dispbottom l("Coming Soon, in Moubootaur Legends!"); end; |