diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-03-16 18:43:07 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-03-16 18:43:07 -0300 |
commit | c1ad5cf87d31b3a8642e81c45fffd0b3d53312b7 (patch) | |
tree | fc7a476a410a58e77d3c2f55d2ec14c5e3e61c80 /npc/018-5/soul_menhir.txt | |
parent | 9747b07d61f437f3b3eb20749473a5ecae33c89b (diff) | |
download | serverdata-c1ad5cf87d31b3a8642e81c45fffd0b3d53312b7.tar.gz serverdata-c1ad5cf87d31b3a8642e81c45fffd0b3d53312b7.tar.bz2 serverdata-c1ad5cf87d31b3a8642e81c45fffd0b3d53312b7.tar.xz serverdata-c1ad5cf87d31b3a8642e81c45fffd0b3d53312b7.zip |
Prepare to introduce Lilit.
Of course, the first part is handling player arrival.
Then the boss fight, the monsters on the cave, and the "quest" to get on the Island.
By last, we must add content to Lilit. Currently, it is only for sight-seeing.
Diffstat (limited to 'npc/018-5/soul_menhir.txt')
-rw-r--r-- | npc/018-5/soul_menhir.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/018-5/soul_menhir.txt b/npc/018-5/soul_menhir.txt index e4d2ea439..49916cda7 100644 --- a/npc/018-5/soul_menhir.txt +++ b/npc/018-5/soul_menhir.txt @@ -5,7 +5,7 @@ // Soul Menhir 018-5,111,52,0 script Soul Menhir#lil NPC_SOUL_MOSS,{ - @map$ = "018-1"; + @map$ = "018-5"; setarray @Xs, 110, 111, 112; setarray @Ys, 53, 53, 53; @x = 0; |