summaryrefslogtreecommitdiff
path: root/npc/craft/recipes.txt
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2021-12-24 16:32:10 -0300
committerJesusaves <cpntb1@ymail.com>2021-12-24 16:32:10 -0300
commite7a03a2d0c33c00a6bad5cf766651cb361ad05f7 (patch)
tree111e9aaa7da5a6e379007c5b04df234f660682d5 /npc/craft/recipes.txt
parentae29bc42b44b016000ecf525aa8fa5ea75eeacd5 (diff)
downloadserverdata-e7a03a2d0c33c00a6bad5cf766651cb361ad05f7.tar.gz
serverdata-e7a03a2d0c33c00a6bad5cf766651cb361ad05f7.tar.bz2
serverdata-e7a03a2d0c33c00a6bad5cf766651cb361ad05f7.tar.xz
serverdata-e7a03a2d0c33c00a6bad5cf766651cb361ad05f7.zip
Add the new scrolls to the master alchemy blueprint... IF guild level is suffice
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!