From f9b9db46efab5af665368e3dc3e93870056bec4c Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sat, 30 Jun 2018 22:46:28 -0300 Subject: Auto clear invalid item id 729 --- npc/003-3/malindou.txt | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'npc/003-3') diff --git a/npc/003-3/malindou.txt b/npc/003-3/malindou.txt index f90b4c338..f668c99e2 100644 --- a/npc/003-3/malindou.txt +++ b/npc/003-3/malindou.txt @@ -33,6 +33,15 @@ OnInit: debugmes ""; //$HASAN_GP=rand(3,12)+rand(3,12)+rand(3,12); // Already initialized on the main server } + // Current UPDATE value: Dom Jun 30 22:44:46 -03 2018 + if ($UPDATE < 1530409486) { + $UPDATE=1530409486; + debugmes ""; + debugmes "* Clearing invalid items"; + debugmes ""; + DelItemFromEveryPlayer(729); + //$HASAN_GP=rand(3,12)+rand(3,12)+rand(3,12); // Already initialized on the main server + } -- cgit v1.2.3-60-g2f50