summaryrefslogtreecommitdiff
path: root/npc/031-3
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2024-01-20 18:49:35 -0300
committerJesusaves <cpntb1@ymail.com>2024-01-20 18:49:35 -0300
commit0f698d4c834814b9747e25004ceaff02a8c5a834 (patch)
treeb29356de0312dc1ad9fe6b83490b942ce4ce7337 /npc/031-3
parenta3315ae304b9fc6d9ea73f3e9d1860989596ed52 (diff)
downloadserverdata-0f698d4c834814b9747e25004ceaff02a8c5a834.tar.gz
serverdata-0f698d4c834814b9747e25004ceaff02a8c5a834.tar.bz2
serverdata-0f698d4c834814b9747e25004ceaff02a8c5a834.tar.xz
serverdata-0f698d4c834814b9747e25004ceaff02a8c5a834.zip
You can now learn all recipes. But keep in mind: Flour is still unobtanium.
Diffstat (limited to 'npc/031-3')
-rw-r--r--npc/031-3/cook.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/031-3/cook.txt b/npc/031-3/cook.txt
index fd41d07c5..432e5d023 100644
--- a/npc/031-3/cook.txt
+++ b/npc/031-3/cook.txt
@@ -19,7 +19,7 @@
.@lv = getskilllv(TMW2_COOKING);
.@price = 5000 + (25000 * .@lv);
mesn;
- mesq l("As you're wearing one, I can acknowledge you as a %s being and tell you that I'll be charging you %s GP and that you need to have finished %d/%d%% of the quests in this town.", get_race(), fnum(.@price), reputation("Aethyr"), .@lv*20);
+ mesq l("As you're wearing one, I can acknowledge you as a %s being and tell you that I'll be charging you %s GP and that you need to have finished %d/%02d%% of the quests in this town.", get_race(), fnum(.@price), reputation("Aethyr"), .@lv*20);
if (Zeny < .@price) close;
if (reputation("Aethyr") < .@lv*20) close;
next;