From d158f2aac827c4edff88eba2bff0b0b5c8a37075 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Thu, 18 Jul 2019 19:34:13 -0300 Subject: Lower price of craft rank 2 to level 100 in 5 million MobPt. ...Which is nothing, really. --- npc/craft/options.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'npc') diff --git a/npc/craft/options.txt b/npc/craft/options.txt index 337f0950a..1035a7853 100644 --- a/npc/craft/options.txt +++ b/npc/craft/options.txt @@ -732,11 +732,11 @@ function script csysGUI_OptPrice { // Every 3 skills levels (including the 0), price raises in 1 .@lv+=(.@lv/3); - // Every 10 skills levels (including the 0), price raises in 3 - .@lv+=((.@lv/10)*3); + // Every 10 skills levels (including the 0), price raises in 2 + .@lv+=((.@lv/10)*2); - // Every 25 skills levels (including the 0), price raises in 5 - .@lv+=((.@lv/25)*5); + // Every 25 skills levels (including the 0), price raises in 4 + .@lv+=((.@lv/25)*4); // Every 99 skills levels (including the 0), price raises in 7 .@lv+=((.@lv/99)*7); -- cgit v1.2.3-70-g09d2