From e743e2e7d013e50ea299c47a976d6f8a306a6a99 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sat, 8 Jun 2019 18:31:02 -0300 Subject: msO on Craftmaster --- npc/024-16/craftsman.txt | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/npc/024-16/craftsman.txt b/npc/024-16/craftsman.txt index 740169b0c..77e4b5fd6 100644 --- a/npc/024-16/craftsman.txt +++ b/npc/024-16/craftsman.txt @@ -24,8 +24,10 @@ next; // Main Loop mesc l("Crafting Skill Level: @@", getskilllv(TMW2_CRAFT)); - mesc l("Completed Crafts: @@/@@", CRAFTING_SCORE, calcRequisites()); - mesc l("Money: @@ GP", format_number(Zeny)), 3; + msObjective(CRAFTING_SCORE>=calcRequisites(), + l("Completed Crafts: @@/@@", CRAFTING_SCORE, calcRequisites()); + msObjective(Zeny >= calcPrices(), + l("Money: @@ GP", format_number(Zeny)); mes ""; select rif(!CRAFTING_SCORE, l("How can I complete a craft?")), -- cgit v1.2.3-70-g09d2