From 3353778f7c55a696405046352cf1d8ca2aebb115 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Thu, 18 Jul 2019 19:40:55 -0300 Subject: Give you an extra second to loot Pirate Captain --- npc/craft/options.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'npc/craft') diff --git a/npc/craft/options.txt b/npc/craft/options.txt index 603418c60..37e19e8be 100644 --- a/npc/craft/options.txt +++ b/npc/craft/options.txt @@ -735,8 +735,8 @@ function script csysGUI_OptPrice { // 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 4 - .@lv+=((.@lv/25)*4); + // Every 25 skills levels (including the 0), price raises in 5 + .@lv+=((.@lv/25)*5); // Every 99 skills levels (including the 0), price raises in 7 .@lv+=((.@lv/99)*7); -- cgit v1.2.3-60-g2f50