diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-07-14 23:59:36 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-07-14 23:59:36 -0300 |
commit | 0282b9c9705af15484b66ae51c31e91fb934e002 (patch) | |
tree | b97b8cb553236b030b92996a5acd85f217d66a2e /npc | |
parent | c9c62fa1c01197a06aa1d7f85fe858fbc2f38570 (diff) | |
download | serverdata-0282b9c9705af15484b66ae51c31e91fb934e002.tar.gz serverdata-0282b9c9705af15484b66ae51c31e91fb934e002.tar.bz2 serverdata-0282b9c9705af15484b66ae51c31e91fb934e002.tar.xz serverdata-0282b9c9705af15484b66ae51c31e91fb934e002.zip |
Raise Crafting from level 15 to level 18
Diffstat (limited to 'npc')
-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; |