diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-10-22 15:44:03 -0200 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-10-22 15:44:03 -0200 |
commit | f85cfc3aeb5427b75d16e61d13d19b85c8cedb0f (patch) | |
tree | b0345dac6f2bbd0315e60641d45d7ab9b7930ff7 /npc/021-4 | |
parent | 7a8ecf074b08f8593db3c96759e9b5a32965121f (diff) | |
download | serverdata-f85cfc3aeb5427b75d16e61d13d19b85c8cedb0f.tar.gz serverdata-f85cfc3aeb5427b75d16e61d13d19b85c8cedb0f.tar.bz2 serverdata-f85cfc3aeb5427b75d16e61d13d19b85c8cedb0f.tar.xz serverdata-f85cfc3aeb5427b75d16e61d13d19b85c8cedb0f.zip |
This is more less how the quest will go about. Add to 0000SAVE some related scripts.
Diffstat (limited to 'npc/021-4')
-rw-r--r-- | npc/021-4/_import.txt | 1 | ||||
-rw-r--r-- | npc/021-4/main.txt | 15 |
2 files changed, 16 insertions, 0 deletions
diff --git a/npc/021-4/_import.txt b/npc/021-4/_import.txt index fbe0e9684..e8ce88ab9 100644 --- a/npc/021-4/_import.txt +++ b/npc/021-4/_import.txt @@ -1,3 +1,4 @@ // Map 021-4: Cindy Cave // This file is generated automatically. All manually added changes will be removed when running the Converter. +"npc/021-3/main.txt", "npc/021-4/mapflags.txt", diff --git a/npc/021-4/main.txt b/npc/021-4/main.txt new file mode 100644 index 000000000..04efb6d28 --- /dev/null +++ b/npc/021-4/main.txt @@ -0,0 +1,15 @@ +// TMW2 scripts. +// Authors: +// The Mana World Team +// Jesusalva +// Description: +// Cindy Cave core logic. You must flip 5 switches to free Cindy, and kill every +// Yeti to leave the Yeti's King Throne Room. Each passing minute, a new Yeti will +// spawn. Amount relies on how long this has been dragging on. +// Flipping switches creates yetis on the other switches. +// You must try flip all 5 switches at once. Once all switches are flipped, there'll +// be various waves of Yetis. More time passing = more penalty Yetis, with a safety +// check to abort script after a hour. If this happen, everyone inside the cave +// will be banned for cheating. This should not be possible without @monsterignore anyway :< + + |