summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2021-03-22 08:18:53 -0300
committerJesusaves <cpntb1@ymail.com>2021-03-22 08:18:53 -0300
commit2a6be0c82cb81ac1974ef92eb442504c8e108e69 (patch)
treed959c1851ea08acc883880d9f032636bab0e3e7a
parent4510e4c763124cc1b8c4428747ccc21127a14c18 (diff)
downloadserverdata-2a6be0c82cb81ac1974ef92eb442504c8e108e69.tar.gz
serverdata-2a6be0c82cb81ac1974ef92eb442504c8e108e69.tar.bz2
serverdata-2a6be0c82cb81ac1974ef92eb442504c8e108e69.tar.xz
serverdata-2a6be0c82cb81ac1974ef92eb442504c8e108e69.zip
Disable Lv 80 boost
-rw-r--r--npc/000-0/sailors.txt2
-rw-r--r--npc/029-0/event.txt4
2 files changed, 3 insertions, 3 deletions
diff --git a/npc/000-0/sailors.txt b/npc/000-0/sailors.txt
index 87b8a57fa..aba71aadc 100644
--- a/npc/000-0/sailors.txt
+++ b/npc/000-0/sailors.txt
@@ -25,7 +25,7 @@ OnTouch:
if (.@lang >= 0 && .@lang <= MAX_LANG) Lang = .@lang;
showavatar 3;
- if ($FIRESOFSTEAM && gettime(7) == 2021) goto L_FiresOfSteam;
+ if ($EVENT$ == "Steam") goto L_FiresOfSteam;
mesn "Narrator";
mesc l("You open your eyes. The salt water is not helping your vision.");
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;
}