From 425c3025fa4b82585f732998474d54ddc96def67 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sat, 8 Jun 2019 13:26:18 -0300 Subject: Add wands to craft recipes --- npc/craft/recipes.txt | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'npc/craft') diff --git a/npc/craft/recipes.txt b/npc/craft/recipes.txt index e53a08155..81ffb8d94 100644 --- a/npc/craft/recipes.txt +++ b/npc/craft/recipes.txt @@ -254,18 +254,23 @@ function script MakeBlueprint { case CRAFT_EQUIPMENT: if (.@rarity & CRAFT_BASIC) { array_push(.@recipes, CraftWoodenSword); + array_push(.@recipes, CraftTrainingWand); } if (.@rarity & CRAFT_INTERMEDIARY) { array_push(.@recipes, CraftBugSlayer); + array_push(.@recipes, CraftNoviceWand); } if (.@rarity & CRAFT_ADVANCED) { array_push(.@recipes, CraftShortGladius); + array_push(.@recipes, CraftApprenticeWand); } if (.@rarity & CRAFT_EXPERT) { array_push(.@recipes, CraftBacksword); + array_push(.@recipes, CraftLeaderWand); } if (.@rarity & CRAFT_MASTER) { array_push(.@recipes, CraftShortsword); + array_push(.@recipes, CraftLegendaryWand); } // Now you'll learn some recipe! -- cgit v1.2.3-70-g09d2