From 68ca62ec5e0dd3baa5c18f83ceae3086043134e7 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Wed, 18 May 2022 00:23:55 -0300 Subject: Fix shop startup sequence so new prices are shown --- npc/craft/price.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'npc/craft/price.txt') diff --git a/npc/craft/price.txt b/npc/craft/price.txt index ad05059cd..72762a1e7 100644 --- a/npc/craft/price.txt +++ b/npc/craft/price.txt @@ -196,11 +196,11 @@ function script fix_cPrice { _fix_cPrice(DarkKnightHelmet); _fix_cPrice(SamuraiHelmet); - // TODO: Verify drops and the new GP exploit - // TODO: Rewrite meltdown forge to similar formula - // Giving 30%~50% instead of 50%~70% - // Max rounded down, Min rounded up + // We're done freeloop(false); + + // Manual fixes (handling _fix_cPrice shortcomings) + setiteminfo(DarkCrystal, ITEMINFO_SELLPRICE, rand2(150, 250)); return; } -- cgit v1.2.3-70-g09d2