diff options
author | Jesusaves <cpntb1@ymail.com> | 2020-06-21 05:57:16 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2020-06-21 05:57:16 -0300 |
commit | aa87bb8a8038971cf700290912bc2ae07ece262d (patch) | |
tree | b30d510b13ecdf39dd0089f10db74a6613145b84 /npc | |
parent | aeb67a3b2402abd59f25f88909c02c9843de43cf (diff) | |
download | serverdata-aa87bb8a8038971cf700290912bc2ae07ece262d.tar.gz serverdata-aa87bb8a8038971cf700290912bc2ae07ece262d.tar.bz2 serverdata-aa87bb8a8038971cf700290912bc2ae07ece262d.tar.xz serverdata-aa87bb8a8038971cf700290912bc2ae07ece262d.zip |
Crafting will go up to level 7
Diffstat (limited to 'npc')
-rw-r--r-- | npc/024-16/craftsman.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/024-16/craftsman.txt b/npc/024-16/craftsman.txt index 0abd3e827..1d3fce662 100644 --- a/npc/024-16/craftsman.txt +++ b/npc/024-16/craftsman.txt @@ -30,7 +30,7 @@ msObjective(Zeny >= calcPrices(), l("Money: @@ GP", format_number(Zeny)) ); // Script end - if (getskilllv(TMW2_CRAFT) >= 6) + if (getskilllv(TMW2_CRAFT) > 6) close; mes ""; select |