From 2a6be0c82cb81ac1974ef92eb442504c8e108e69 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Mon, 22 Mar 2021 08:18:53 -0300 Subject: Disable Lv 80 boost --- npc/029-0/event.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'npc/029-0') diff --git a/npc/029-0/event.txt b/npc/029-0/event.txt index 288882ea5..81adf8d56 100644 --- a/npc/029-0/event.txt +++ b/npc/029-0/event.txt @@ -117,7 +117,7 @@ OnInit: sellitem Root, -1, 40+$FIRESOFSTEAM-1; sellitem ManaPiouFeathers, -1, 1+rand2(300)+$FIRESOFSTEAM; - if (gettime(7) != 2021) + if ($EVENT$ != "Steam") disablenpc .name$; if ($FIRESOFSTEAM && gettime(7) == 2021 &&!$@FOS_MOBDROP) { @@ -214,7 +214,7 @@ OnClock2201: end; OnMinute02: - if (gettime(7) != 2021 || !$FIRESOFSTEAM) end; + if ($EVENT$ != "Steam") end; donpcevent "Neko::OnClock2359"; end; } -- cgit v1.2.3-70-g09d2