diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-05-25 00:06:14 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-05-25 00:06:14 -0300 |
commit | ff9d0ccef4d0a494da2eae4e1f68a0bc0d1df25c (patch) | |
tree | 023f8ff699a713a291eb84f169301fb0a2fb38a2 /npc/guilds/logs.txt | |
parent | 0e815bf70a0ab74416b15c2384b935c1da0db271 (diff) | |
download | serverdata-ff9d0ccef4d0a494da2eae4e1f68a0bc0d1df25c.tar.gz serverdata-ff9d0ccef4d0a494da2eae4e1f68a0bc0d1df25c.tar.bz2 serverdata-ff9d0ccef4d0a494da2eae4e1f68a0bc0d1df25c.tar.xz serverdata-ff9d0ccef4d0a494da2eae4e1f68a0bc0d1df25c.zip |
Recipe System + Recipe Book + bugfix
Diffstat (limited to 'npc/guilds/logs.txt')
-rw-r--r-- | npc/guilds/logs.txt | 10 |
1 files changed, 5 insertions, 5 deletions
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, |