From 357182eb9f0f3feced785107eba7c7bca8a43193 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Thu, 5 May 2022 09:47:06 -0300 Subject: Make Tier 3 Craft Options cheaper --- npc/craft/options.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/npc/craft/options.txt b/npc/craft/options.txt index fb6b34a91..1ab7203a4 100644 --- a/npc/craft/options.txt +++ b/npc/craft/options.txt @@ -1069,7 +1069,7 @@ function script csysGUI_OptPrice { case CRGROUP_SCINFLICT: case CRGROUP_MANAUSE: case CRGROUP_BOSSATK: - return (.@lv < 10 ? 32000 : 27000)*.@lv; + return (.@lv < 10 ? 27000 : 22000)*.@lv; // Final case CRGROUP_FINAL: return (.@lv < 10 ? 40000 : 32000)*.@lv; -- cgit v1.2.3-60-g2f50