diff options
author | Jesusaves <cpntb1@ymail.com> | 2020-05-07 09:29:27 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2020-05-07 09:29:27 -0300 |
commit | 1eea6a4c882693d2887dc990026d609bc52e5aa9 (patch) | |
tree | 3828d263bf7a7dbfce78c3c0720ee13465b7fa33 | |
parent | ab3ac1ce9a8066fac29dcafb80733a4d2efe12d1 (diff) | |
download | serverdata-1eea6a4c882693d2887dc990026d609bc52e5aa9.tar.gz serverdata-1eea6a4c882693d2887dc990026d609bc52e5aa9.tar.bz2 serverdata-1eea6a4c882693d2887dc990026d609bc52e5aa9.tar.xz serverdata-1eea6a4c882693d2887dc990026d609bc52e5aa9.zip |
Record the chest location on Qonan because Micksha asked.
-rw-r--r-- | npc/001-1/qonan.txt | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/npc/001-1/qonan.txt b/npc/001-1/qonan.txt index 48b0c3f8..641a3111 100644 --- a/npc/001-1/qonan.txt +++ b/npc/001-1/qonan.txt @@ -60,6 +60,9 @@ l("You should check on the highest part of the cliff, I was hiding there."), l("I hope to see you soon."); getitem IronShovel, 1; + // For questlog + setq2 ArtisQuests_QOnan, .move__rand_x; + setq3 ArtisQuests_QOnan, .move__rand_y; close; case 2: speech S_FIRST_BLANK_LINE | S_LAST_BLANK_LINE, @@ -101,7 +104,7 @@ OnInit: } function script QOnanFoundItem { - setq ArtisQuests_QOnan, 2; + setq ArtisQuests_QOnan, 2, 0, 0; // getitem SmallChest, 1; narrator S_FIRST_BLANK_LINE, l("You found a small chest, surprisingly heavy for it's size."), |