diff options
-rw-r--r-- | npc/craft/options.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/craft/options.txt b/npc/craft/options.txt index 6e26f7788..aeae6324b 100644 --- a/npc/craft/options.txt +++ b/npc/craft/options.txt @@ -1051,7 +1051,7 @@ function script csysGUI_OptPrice { switch (.@sk) { case CRGROUP_BASE: - return (.@lv < 10 ? 1000 : 1500)*.@lv; + return (.@lv < 40 ? (.@lv < 10 ? 1000 : 1500) : 3000)*.@lv; // Tier 1 case CRGROUP_ATK: case CRGROUP_DEF: |