summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--db/re/item_db.conf8
-rw-r--r--npc/003-3/malindou.txt16
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
+ }