diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-07-12 02:45:31 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-07-12 02:45:31 -0300 |
commit | fb9c405e003a978f9cc5191e08eb6eba55e12359 (patch) | |
tree | a861115006521a2de3d4648275100dc6d8ab2f5f | |
parent | c920d8f84b211633826cb1a2770eabda9bed0934 (diff) | |
download | serverdata-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.
-rw-r--r-- | db/re/item_db.conf | 8 | ||||
-rw-r--r-- | npc/003-3/malindou.txt | 16 |
2 files changed, 20 insertions, 4 deletions
diff --git a/db/re/item_db.conf b/db/re/item_db.conf index 6a2eba915..7b1bf0418 100644 --- a/db/re/item_db.conf +++ b/db/re/item_db.conf @@ -9642,8 +9642,8 @@ item_db: ( }, { Id: 5033 - AegisName: "PolishedAmethyst" - Name: "Polished Amethyst" + AegisName: "PolishedEmerald" + Name: "Polished Emerald" Type: "IT_CARD" Buy: 12 Sell: 1 @@ -9681,8 +9681,8 @@ item_db: ( }, { Id: 5036 - AegisName: "PolishedEmerald" - Name: "Polished Emerald" + AegisName: "PolishedAmethyst" + Name: "Polished Amethyst" Type: "IT_CARD" Buy: 12 Sell: 1 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 + } |