diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-07-18 19:40:55 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-07-18 19:40:55 -0300 |
commit | 3353778f7c55a696405046352cf1d8ca2aebb115 (patch) | |
tree | 899b3b17fdf08b7a392a58038ab77f452f5ce601 /npc/craft | |
parent | 09658b33291c5e3d9a2761d74f93fe2706e98bb0 (diff) | |
download | serverdata-3353778f7c55a696405046352cf1d8ca2aebb115.tar.gz serverdata-3353778f7c55a696405046352cf1d8ca2aebb115.tar.bz2 serverdata-3353778f7c55a696405046352cf1d8ca2aebb115.tar.xz serverdata-3353778f7c55a696405046352cf1d8ca2aebb115.zip |
Give you an extra second to loot Pirate Captain
Diffstat (limited to 'npc/craft')
-rw-r--r-- | npc/craft/options.txt | 4 |
1 files changed, 2 insertions, 2 deletions
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); |