From 466d77a2acf8f0de236fbca8c78ff8e6f1f55292 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Fri, 21 Jun 2019 19:26:28 -0300 Subject: If croconut box was on inventary, double them too. Storage are tricky so skip them. --- npc/functions/clientversion.txt | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/npc/functions/clientversion.txt b/npc/functions/clientversion.txt index f600785ea..613561ab1 100644 --- a/npc/functions/clientversion.txt +++ b/npc/functions/clientversion.txt @@ -262,6 +262,11 @@ function script clientupdater { getitem TulimMap, 1; if (getq(TulimsharQuest_Sailors) == 4) getexp 1508, 15; + .@cr=countitem(CroconutBox); + if (.@cr) { + getitem CroconutBox, .@cr; + dispbottom l("Croconut Box magically became two in inventory. Storage unaffected."); // Too much hassle affecting storage/cart/etc. + } } -- cgit v1.2.3-60-g2f50