From 0282b9c9705af15484b66ae51c31e91fb934e002 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sun, 14 Jul 2019 23:59:36 -0300 Subject: Raise Crafting from level 15 to level 18 --- npc/003-8/intensebeard.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'npc/003-8') diff --git a/npc/003-8/intensebeard.txt b/npc/003-8/intensebeard.txt index 3d7a94c85..606e05a49 100644 --- a/npc/003-8/intensebeard.txt +++ b/npc/003-8/intensebeard.txt @@ -5,7 +5,7 @@ // Intense Beard is the crafting master 003-8,27,42,4 script Intense Beard NPC_HUMAN_M_ARTIS,{ - if (BaseLevel < 15) + if (BaseLevel < 18) goto L_SemNivel; if (!CRAFTQUEST) goto L_SemQuest; @@ -13,6 +13,7 @@ goto L_Learn; if (!countitem(RecipeBook)) goto L_SemLivro; + mesn; mesq l("Hello my friend! I see you've brought your @@ with you this time!", getitemlink(RecipeBook)); next; -- cgit v1.2.3-60-g2f50