From ff9d0ccef4d0a494da2eae4e1f68a0bc0d1df25c Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sat, 25 May 2019 00:06:14 -0300 Subject: Recipe System + Recipe Book + bugfix --- npc/guilds/logs.txt | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'npc/guilds') diff --git a/npc/guilds/logs.txt b/npc/guilds/logs.txt index 47befc0ad..a255eb566 100644 --- a/npc/guilds/logs.txt +++ b/npc/guilds/logs.txt @@ -39,35 +39,35 @@ guilds,47,39,0 script Guild Logs NPC_NO_SPRITE,{ // Stats Boosts .@s+=showRecipe(CraftLukPotionA, LukPotionA, - 1, EmeraldPower, 1, HerbalTea); + 1, EmeraldPowder, 1, HerbalTea); .@s+=showRecipe(CraftLukPotionB, LukPotionB, 1, Emerald, 2, HerbalTea); .@s+=showRecipe(CraftLukPotionC, LukPotionC, 1, PolishedEmerald, 3, HerbalTea); .@s+=showRecipe(CraftDexPotionA, DexPotionA, - 1, AmethystPower, 1, HerbalTea); + 1, AmethystPowder, 1, HerbalTea); .@s+=showRecipe(CraftDexPotionB, DexPotionB, 1, Amethyst, 2, HerbalTea); .@s+=showRecipe(CraftDexPotionC, DexPotionC, 1, PolishedAmethyst, 3, HerbalTea); .@s+=showRecipe(CraftIntPotionA, IntPotionA, - 1, SapphirePower, 1, HerbalTea); + 1, SapphirePowder, 1, HerbalTea); .@s+=showRecipe(CraftIntPotionB, IntPotionB, 1, Sapphire, 2, HerbalTea); .@s+=showRecipe(CraftIntPotionC, IntPotionC, 1, PolishedSapphire, 3, HerbalTea); .@s+=showRecipe(CraftVitPotionA, VitPotionA, - 1, DiamondPower, 1, HerbalTea); + 1, DiamondPowder, 1, HerbalTea); .@s+=showRecipe(CraftVitPotionB, VitPotionB, 1, Diamond, 2, HerbalTea); .@s+=showRecipe(CraftVitPotionC, VitPotionC, 1, PolishedDiamond, 3, HerbalTea); .@s+=showRecipe(CraftAgiPotionA, AgiPotionA, - 1, TopazPower, 1, HerbalTea); + 1, TopazPowder, 1, HerbalTea); .@s+=showRecipe(CraftAgiPotionB, AgiPotionB, 1, Topaz, 2, HerbalTea); .@s+=showRecipe(CraftAgiPotionC, AgiPotionC, -- cgit v1.2.3-70-g09d2