summaryrefslogtreecommitdiff
path: root/npc/craft/recipes.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/craft/recipes.txt')
-rw-r--r--npc/craft/recipes.txt16
1 files changed, 15 insertions, 1 deletions
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!