From 356d9693d69c43f2a66f7e60aa10483803b50951 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sun, 11 Apr 2021 15:11:22 -0300 Subject: Add several changes from 2018 which had been excluded by accident =/ --- npc/items/warpTowels.txt | 16 +++++----------- 1 file changed, 5 insertions(+), 11 deletions(-) (limited to 'npc/items') diff --git a/npc/items/warpTowels.txt b/npc/items/warpTowels.txt index 0ed9a91c..35c7d55b 100644 --- a/npc/items/warpTowels.txt +++ b/npc/items/warpTowels.txt @@ -1,6 +1,6 @@ function script WarpTowel { @seconds = TowelLastUsed - (gettimetick(2) - 1200); - if (@seconds > 0) + if (@seconds > 0 && GM < 1) goto L_DontPanic; if (isin("botcheck",25,27,51,47)) goto L_Prison; @@ -61,9 +61,9 @@ L_Blue: L_Yellow: // Tulimshar Mines - @NextLocationMap$ = "002-2"; - @NextLocationX = 27; - @NextLocationY = 28; + @NextLocationMap$ = "002-1"; + @NextLocationX = 113; + @NextLocationY = 117; goto L_WarpPlayer; L_Purple: @@ -99,13 +99,7 @@ L_Lime: @NextLocationMap$ = "006-1"; @NextLocationX = 28; @NextLocationY = 97; - if(QUEST_MIRIAM_start != 0) goto L_Cheat; - goto L_WarpPlayer; - -L_Cheat: - QUEST_MIRIAM_cheat = 1; - QUEST_MIRIAM_run = gettimetick(2) - QUEST_MIRIAM_start; - QUEST_MIRIAM_start = 0; + callfunc "MiriamCheat"; goto L_WarpPlayer; L_Save: -- cgit v1.2.3-60-g2f50