diff options
Diffstat (limited to 'npc/003-3/malindou.txt')
-rw-r--r-- | npc/003-3/malindou.txt | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/npc/003-3/malindou.txt b/npc/003-3/malindou.txt index 9c4d698b7..36dc947cb 100644 --- a/npc/003-3/malindou.txt +++ b/npc/003-3/malindou.txt @@ -47,6 +47,22 @@ OnInit: DelItemFromEveryPlayer(729); //$HASAN_GP=rand(3,12)+rand(3,12)+rand(3,12); // Already initialized on the main server } + // Current UPDATE value: Qui Jul 12 02:40:02 -03 2018 + if ($UPDATE < 1531374002) { + $UPDATE=1531374002; + debugmes ""; + //debugmes "* DESTROYING EVERY POLISHED EMERALD OR AMETHYST"; + //debugmes "* Reason: Item ID Violation!"; + debugmes "* WARNING! WARNING! WARNING!"; + debugmes "* ITEM ID VIOLATION DETECTED!"; + debugmes ""; + debugmes "* ALL POLISHED EMERALDS BECOME POLISHED AMETHYSTS, AND VICE-VERSA!"; + debugmes "* All players must contact a GM to do the swap."; + debugmes ""; + //DelItemFromEveryPlayer(5033); + //DelItemFromEveryPlayer(5036); + //$HASAN_GP=rand(3,12)+rand(3,12)+rand(3,12); // Already initialized on the main server + } |