summaryrefslogtreecommitdiff
path: root/npc/003-3/malindou.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/003-3/malindou.txt')
-rw-r--r--npc/003-3/malindou.txt17
1 files changed, 16 insertions, 1 deletions
diff --git a/npc/003-3/malindou.txt b/npc/003-3/malindou.txt
index eddbc7319..347cb8c87 100644
--- a/npc/003-3/malindou.txt
+++ b/npc/003-3/malindou.txt
@@ -168,7 +168,7 @@ OnInit:
debugmes "";
}
// Current UPDATE value: Qua Dez 26 21:45:10 -02 2018
- // Update players position
+ // Update item id
if ($UPDATE < 1545867910) {
ReplaceItemFromEveryPlayer(6000, 9990);
ReplaceItemFromEveryPlayer(6001, 9991);
@@ -203,6 +203,21 @@ OnInit:
debugmes "* Update Peter Quest";
debugmes "";
}
+ // Current UPDATE value: Ter Jan 8 11:14:04 -02 2019
+ // Update arrow IDs
+ if ($UPDATE < 1546953244) {
+ ReplaceItemFromEveryPlayer(CursedArrow, 9990);
+ ReplaceItemFromEveryPlayer(IronArrow, 9991);
+ ReplaceItemFromEveryPlayer(9990, IronArrow);
+ ReplaceItemFromEveryPlayer(9991, CursedArrow);
+
+ // Maybe we should make Tolchi Arrow greater than Training Arrow?
+
+ $UPDATE=1546953244;
+ debugmes "";
+ debugmes "* Update Arrows IDs";
+ debugmes "";
+ }