diff options
author | gumi <git@gumi.ca> | 2019-07-28 22:37:03 -0400 |
---|---|---|
committer | gumi <git@gumi.ca> | 2019-07-28 23:23:57 -0400 |
commit | 2ef1fd30751136d66b336e888027e7365d3bc724 (patch) | |
tree | 6314b055edc6cc0f9bf010b3acad61649603ad9b /world/map/npc/013-2 | |
parent | 17744086c452e23bf1077acc3bdf806eb19751f4 (diff) | |
download | serverdata-2ef1fd30751136d66b336e888027e7365d3bc724.tar.gz serverdata-2ef1fd30751136d66b336e888027e7365d3bc724.tar.bz2 serverdata-2ef1fd30751136d66b336e888027e7365d3bc724.tar.xz serverdata-2ef1fd30751136d66b336e888027e7365d3bc724.zip |
fix miriam expiration
Diffstat (limited to 'world/map/npc/013-2')
-rw-r--r-- | world/map/npc/013-2/notes.txt | 16 |
1 files changed, 2 insertions, 14 deletions
diff --git a/world/map/npc/013-2/notes.txt b/world/map/npc/013-2/notes.txt index 988d2895..99de40df 100644 --- a/world/map/npc/013-2/notes.txt +++ b/world/map/npc/013-2/notes.txt @@ -72,19 +72,7 @@ L_Close: next; mes "You feel the floor disappear below your feet..."; next; - if (QUEST_MIRIAM_start != 0) - goto L_cheat; - goto L_Warp; - -// If you try to use the notes to warp to pachua the quest will fail. -L_cheat: - set QUEST_MIRIAM_cheat, 1; - set QUEST_MIRIAM_run, gettimetick(2) - QUEST_MIRIAM_start; - set QUEST_MIRIAM_start, 0; - message strcharinfo(0), "You were supposed to actually run to this place. You are not sure if this is going to work for Miriam..."; - goto L_Warp; - -L_Warp: + callfunc "MiriamCheat"; set @dest, rand(BaseLevel); if (@dest < 10) goto L_PlaceOne; @@ -171,7 +159,7 @@ L_Close: close; } -// Warp to mines +// Warp to mines 013-2,26,28,0|script|Spell#wiz5|400 { mes "You read: \"Darkness and legs, eight of them each - I'd rather not go there, but now it's too late...\""; |