diff options
author | Jesusaves <cpntb1@ymail.com> | 2021-01-13 04:30:10 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2021-01-13 04:30:10 -0300 |
commit | 4b689d7bef7d150505fa5420ce7b9a9343262b17 (patch) | |
tree | 9142443e53acde38972d6992322c8ccce0cda97e /npc/025-1/_config.txt | |
parent | 912ebeab71957acbde19a1012f04f308ec464629 (diff) | |
download | serverdata-4b689d7bef7d150505fa5420ce7b9a9343262b17.tar.gz serverdata-4b689d7bef7d150505fa5420ce7b9a9343262b17.tar.bz2 serverdata-4b689d7bef7d150505fa5420ce7b9a9343262b17.tar.xz serverdata-4b689d7bef7d150505fa5420ce7b9a9343262b17.zip |
Main Quest 20 - Survive the trip until the guardhouse.
You will now be officially assigned the task of liberating Fortress Town.
Diffstat (limited to 'npc/025-1/_config.txt')
-rw-r--r-- | npc/025-1/_config.txt | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/npc/025-1/_config.txt b/npc/025-1/_config.txt index 51d36e920..7a7a328b1 100644 --- a/npc/025-1/_config.txt +++ b/npc/025-1/_config.txt @@ -9,3 +9,10 @@ OnEnable: OnInit: setcells "025-1", 99, 112, 100, 112, 1, "025-1_99_112"; } + +025-1,100,122,0 script #025-1_100_122 NPC_HIDDEN,7,0,{ + end; +OnTouch: + doevent "#DungeonCore::OnCurse"; + end; +} |