diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-06-30 22:46:28 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-06-30 22:48:55 -0300 |
commit | f9b9db46efab5af665368e3dc3e93870056bec4c (patch) | |
tree | abe9a5fdda98e8a9519f89073a3931500262aad1 /npc | |
parent | 63797aeffc1407d044115a49a3929bfa29e4574f (diff) | |
download | serverdata-f9b9db46efab5af665368e3dc3e93870056bec4c.tar.gz serverdata-f9b9db46efab5af665368e3dc3e93870056bec4c.tar.bz2 serverdata-f9b9db46efab5af665368e3dc3e93870056bec4c.tar.xz serverdata-f9b9db46efab5af665368e3dc3e93870056bec4c.zip |
Auto clear invalid item id 729
Diffstat (limited to 'npc')
-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 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 + } |