monkeyjumps 0 Report post Posted July 10, 2019 Hello, Please update timeless currency item Timeless Karui Splinter Timeless Maraketh Splinter Timeless Eternal Empire Splinter Timeless Templar Splinter Timeless Vaal Splinter Thanks Quote Share this post Link to post Share on other sites
jtrendzanime 0 Report post Posted July 12, 2019 You are able to update it yourself, just copy another currency item 5 times and replace the name with the splinters. Quote Share this post Link to post Share on other sites
BatmanUnited 0 Report post Posted July 16, 2019 Here's an example of how to do it in your pickit ///////////////////////////////////////////////////////////////////////////////////// // // // CURRENCY // // // ///////////////////////////////////////////////////////////////////////////////////// // Shards [Type] == "Alchemy Shard" # [StashItem] == "true" [Type] == "Alteration Shard" # [StashItem] == "true" [Type] == "Scroll Fragment" # [StashItem] == "true" [Type] == "Transmutation Shard" # [StashItem] == "true" [Type] == "Timeless Eternal Empire Splinter" # [StashItem] == "true" [Type] == "Timeless Karui Splinter" # [StashItem] == "true" [Type] == "Timeless Templar Splinter" # [StashItem] == "true" [Type] == "Timeless Vaal Splinter" # [StashItem] == "true" [Type] == "Timeless Maraketh Splinter" # [StashItem] == "true" Quote Share this post Link to post Share on other sites