diff options
author | Jesusaves <cpntb1@ymail.com> | 2020-07-28 22:59:05 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2020-07-28 22:59:05 -0300 |
commit | 279a4acb0a4a64a1e69154ef862b300473fd4145 (patch) | |
tree | 405e629521816383dc1127750eff4af1bb1b2769 /npc/003-3 | |
parent | 7ec7411f6e631d69a3b2e1286d1e069138c3c860 (diff) | |
download | serverdata-279a4acb0a4a64a1e69154ef862b300473fd4145.tar.gz serverdata-279a4acb0a4a64a1e69154ef862b300473fd4145.tar.bz2 serverdata-279a4acb0a4a64a1e69154ef862b300473fd4145.tar.xz serverdata-279a4acb0a4a64a1e69154ef862b300473fd4145.zip |
Iced Water can now be used and will give you a break on the Volcano.
Diffstat (limited to 'npc/003-3')
-rw-r--r-- | npc/003-3/malindou.txt | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/npc/003-3/malindou.txt b/npc/003-3/malindou.txt index b96bbc943..270fa50f7 100644 --- a/npc/003-3/malindou.txt +++ b/npc/003-3/malindou.txt @@ -591,6 +591,15 @@ OnInit: debugmes ""; $UPDATE=1590616575; } + // Current UPDATE value: Ter Jul 28 22:49:52 BRT 2020 + // Tulimshar Volcano + if ($UPDATE < 1595987392) { + $UPDATE=1595987392; + ReplaceItemFromEveryPlayer(816, IcedBottle); + debugmes ""; + debugmes "* Iced Water re-id"; + debugmes ""; + } // This mensures Contributors Credits, and changes only during updates. |