From 49407651e145c3f2b198b745442bf3476cc19b78 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sat, 17 Dec 2022 20:21:14 -0300 Subject: Inya now charges only 2 ingots per ring instead of 5 --- npc/functions/clientversion.txt | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'npc/functions/clientversion.txt') diff --git a/npc/functions/clientversion.txt b/npc/functions/clientversion.txt index c206a24a4..9d9cdb164 100644 --- a/npc/functions/clientversion.txt +++ b/npc/functions/clientversion.txt @@ -1103,6 +1103,14 @@ function script clientupdater { } #UPDATE=1670633500; } + // Glados-2 disk crash + // sáb 10 dez 2022 20:27:47 -03 + if (UPDATE < 1670714867) { + UPDATE=1670714867; + if (countitem(SilverRing)) { + getitem SilverIngot, 3*countitem(SilverRing); + } + } // :// End of Regular Update System //////////////////////////////////// -- cgit v1.2.3-60-g2f50