diff options
Diffstat (limited to 'npc/003-8/intensebeard.txt')
-rw-r--r-- | npc/003-8/intensebeard.txt | 3 |
1 files changed, 2 insertions, 1 deletions
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; |