summaryrefslogtreecommitdiff
path: root/npc/003-3/malindou.txt
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2021-03-09 18:46:48 -0300
committerJesusaves <cpntb1@ymail.com>2021-03-09 18:46:48 -0300
commitbe2662202390c9070c311bfd0f4b1a93ccc3111c (patch)
tree135e778181d5e0ad1869de6bca4922297eefed35 /npc/003-3/malindou.txt
parent3a94aa53c20ce5eff254678ffe4454534000c65f (diff)
downloadserverdata-be2662202390c9070c311bfd0f4b1a93ccc3111c.tar.gz
serverdata-be2662202390c9070c311bfd0f4b1a93ccc3111c.tar.bz2
serverdata-be2662202390c9070c311bfd0f4b1a93ccc3111c.tar.xz
serverdata-be2662202390c9070c311bfd0f4b1a93ccc3111c.zip
Fix typos, remove broken code, improve logic. Delete old variables.
Diffstat (limited to 'npc/003-3/malindou.txt')
-rw-r--r--npc/003-3/malindou.txt11
1 files changed, 10 insertions, 1 deletions
diff --git a/npc/003-3/malindou.txt b/npc/003-3/malindou.txt
index ad54b65cd..6e7ed170c 100644
--- a/npc/003-3/malindou.txt
+++ b/npc/003-3/malindou.txt
@@ -604,6 +604,15 @@ OnInit:
debugmes "* Iced Water re-id";
debugmes "";
}
+ // Current UPDATE value: Ter Mar 9 18:45:00 BRT 2021
+ // Easter Upgrade
+ if ($UPDATE < 1615326300) {
+ $UPDATE=1615326300;
+ DelChrRegFromEveryPlayer("EASTER_EVENT");
+ debugmes "";
+ debugmes "* Easter changes";
+ debugmes "";
+ }
// This mensures Contributors Credits, and changes only during updates.
@@ -659,7 +668,7 @@ OnClock0500:
if (gettime(GETTIME_DAYOFMONTH) >= 7)
query_sql("DELETE FROM `chatlog` WHERE `time` < '"+sqldate(-7)+"'");
end;
-
+ d
// This is for HUB
OnSkillInvoke:
if (!playerattached())