summaryrefslogtreecommitdiff
path: root/npc
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2018-07-12 02:45:31 -0300
committerJesusaves <cpntb1@ymail.com>2018-07-12 02:45:31 -0300
commitfb9c405e003a978f9cc5191e08eb6eba55e12359 (patch)
treea861115006521a2de3d4648275100dc6d8ab2f5f /npc
parentc920d8f84b211633826cb1a2770eabda9bed0934 (diff)
downloadserverdata-fb9c405e003a978f9cc5191e08eb6eba55e12359.tar.gz
serverdata-fb9c405e003a978f9cc5191e08eb6eba55e12359.tar.bz2
serverdata-fb9c405e003a978f9cc5191e08eb6eba55e12359.tar.xz
serverdata-fb9c405e003a978f9cc5191e08eb6eba55e12359.zip
Item ID Violation detected, blame @Saulc
Destroy the existing items, this violation could cause SEVERE SCRIPT DAMAGE.
Diffstat (limited to 'npc')
-rw-r--r--npc/003-3/malindou.txt16
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
+ }