diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-09-07 18:04:29 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-09-07 18:04:29 -0300 |
commit | 1346c11cdb14480d715d184c5a2684a54fec51c1 (patch) | |
tree | edc882b78bd328885da571e7e105e2a0f98b8422 /npc/018-6-1/main.txt | |
parent | 5de5c3f0f460da95e32c499e9fe3653237915221 (diff) | |
download | serverdata-1346c11cdb14480d715d184c5a2684a54fec51c1.tar.gz serverdata-1346c11cdb14480d715d184c5a2684a54fec51c1.tar.bz2 serverdata-1346c11cdb14480d715d184c5a2684a54fec51c1.tar.xz serverdata-1346c11cdb14480d715d184c5a2684a54fec51c1.zip |
Register: Night Dragon (BOSS) and Nightmare Dragon (for Fortress Island)
Diffstat (limited to 'npc/018-6-1/main.txt')
-rw-r--r-- | npc/018-6-1/main.txt | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/npc/018-6-1/main.txt b/npc/018-6-1/main.txt index 51ba4e704..73fdaca08 100644 --- a/npc/018-6-1/main.txt +++ b/npc/018-6-1/main.txt @@ -95,8 +95,19 @@ OnTouch: warp BarbaraInstCheck(0), 90, 91; // Complete the first arc if possible if (.@q == 1) { + setnpcdialogtitle l("Forgotten Chamber"); + mesn l("Forgotten Chamber"); + mesq l("You see yourself in a strange chamber. Drawings of stones surronds the walls."); + next; + mesn l("Forgotten Chamber"); + mesq l("You can see in distance two portals working, and two portals offline."); + next; + mesn l("Forgotten Chamber"); + mesq l("It seems to be a puzzle, you can only imagine what needs to be done in order to enable the right portals."); + next; setq1 LoFQuest_Barbara, 2; setq3 LoFQuest_Barbara, 0; + closeclientdialog; } // Update M0 NPCs based on quest state if (.@q > 2) |