summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2019-05-26 23:02:20 -0300
committerJesusaves <cpntb1@ymail.com>2019-05-26 23:02:20 -0300
commit4d6650f20f94aef60a97c9ca8947ebf97ad938a0 (patch)
tree47b5a21fec31bcaac302d4d9fc78f0cbe6e26201
parent5800dee9ef21b9a20aded8b630952cb64187dbc8 (diff)
downloadserverdata-4d6650f20f94aef60a97c9ca8947ebf97ad938a0.tar.gz
serverdata-4d6650f20f94aef60a97c9ca8947ebf97ad938a0.tar.bz2
serverdata-4d6650f20f94aef60a97c9ca8947ebf97ad938a0.tar.xz
serverdata-4d6650f20f94aef60a97c9ca8947ebf97ad938a0.zip
Remove old Pumpkish juice (ID changed but unobtanium). Upgrade existing shovels.
-rw-r--r--npc/003-3/malindou.txt11
1 files changed, 11 insertions, 0 deletions
diff --git a/npc/003-3/malindou.txt b/npc/003-3/malindou.txt
index 00e427e8d..0db36d497 100644
--- a/npc/003-3/malindou.txt
+++ b/npc/003-3/malindou.txt
@@ -332,6 +332,17 @@ OnInit:
debugmes "* Legendary Weapons removed";
debugmes "";
}
+ // Current UPDATE value: Dom mai 26 23:00:52 -03 2019
+ // Shovel Update
+ if ($UPDATE < 1558922452) {
+ DelItemFromEveryPlayer(527); // Old pumpkish juice nobody have
+ ReplaceItemFromEveryPlayer(526, 527);
+
+ $UPDATE=1558922452;
+ debugmes "";
+ debugmes "* Shovel Update";
+ debugmes "";
+ }