From e7a03a2d0c33c00a6bad5cf766651cb361ad05f7 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Fri, 24 Dec 2021 16:32:10 -0300 Subject: Add the new scrolls to the master alchemy blueprint... IF guild level is suffice --- npc/craft/recipes.txt | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) (limited to 'npc/craft/recipes.txt') diff --git a/npc/craft/recipes.txt b/npc/craft/recipes.txt index 755a96258..4dd2cbcfc 100644 --- a/npc/craft/recipes.txt +++ b/npc/craft/recipes.txt @@ -179,7 +179,11 @@ function readAlchemy { ScrollSYeti, ScrollSTerranite, ScrollSDragon, - ScrollMagnusHealA); + ScrollMagnusHealA, + ScrollAngelLightA, + ScrollBattlePlansA, + ScrollDefenseBlessA, + ScrollCriticalFortuneA); // General Stuff mesc "----------"+l("Reagents & Other Potions")+"----------", 2; @@ -402,6 +406,16 @@ function script MakeBlueprint { array_push(.@recipes, CraftBrokenWarpCrystal); array_push(.@recipes, CraftMagicApple); array_push(.@recipes, CraftScrollSDragon); + if (getcharid(2) > 0) { + if (getguildlvl(getcharid(2)) >= 4) + array_push(.@recipes, CraftScrollAngelLightA); + if (getguildlvl(getcharid(2)) >= 5) + array_push(.@recipes, CraftScrollBattlePlansA); + if (getguildlvl(getcharid(2)) >= 3) + array_push(.@recipes, CraftScrollDefenseBlessA); + if (getguildlvl(getcharid(2)) >= 6) + array_push(.@recipes, CraftScrollCriticalFortuneA); + } } // Now you'll learn some recipe! -- cgit v1.2.3-60-g2f50