diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-05-26 23:02:20 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-05-26 23:02:20 -0300 |
commit | 4d6650f20f94aef60a97c9ca8947ebf97ad938a0 (patch) | |
tree | 47b5a21fec31bcaac302d4d9fc78f0cbe6e26201 /npc/003-3/malindou.txt | |
parent | 5800dee9ef21b9a20aded8b630952cb64187dbc8 (diff) | |
download | serverdata-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.
Diffstat (limited to 'npc/003-3/malindou.txt')
-rw-r--r-- | npc/003-3/malindou.txt | 11 |
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 ""; + } |