diff options
author | Jesusaves <cpntb1@ymail.com> | 2022-05-03 22:20:10 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2022-05-03 22:20:10 -0300 |
commit | 805abcc8c7c6c27b5a27d03459521960609e2de8 (patch) | |
tree | 16ff7170dfecc33c92e413e90426407a672443f5 /npc/034-4 | |
parent | 613c92bfb42a9a9b5145d3eadf386aeea1d5b824 (diff) | |
download | serverdata-805abcc8c7c6c27b5a27d03459521960609e2de8.tar.gz serverdata-805abcc8c7c6c27b5a27d03459521960609e2de8.tar.bz2 serverdata-805abcc8c7c6c27b5a27d03459521960609e2de8.tar.xz serverdata-805abcc8c7c6c27b5a27d03459521960609e2de8.zip |
NORESET: You can only do this quest once every 4 hours
Diffstat (limited to 'npc/034-4')
-rw-r--r-- | npc/034-4/exit.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/npc/034-4/exit.txt b/npc/034-4/exit.txt index 1f9730908..c695940a5 100644 --- a/npc/034-4/exit.txt +++ b/npc/034-4/exit.txt @@ -11,6 +11,8 @@ OnWumpus: .@q = getq2(HurnscaldQuest_Gemini); // TODO: Maybe exchange an Wumpus Egg for a Sunny Crystal or Mylarin Dust? // Have a NPC do so only once, for the Savior set. + // FIXME: A way to exit, maybe a switch, or...? + // TODO: Once you exit, put the quest in cooldown for 4 hours as well. if (.@q == 0 || .@q == 2 || (.@q > 5 && !(.@q % 3))) getitem WumpusEgg, 1; else |