From 999b02afbf3df65196cd56aa067fa193286379bd Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Mon, 15 Apr 2019 23:52:00 -0300 Subject: Tweak --- npc/guilds/logs.txt | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) (limited to 'npc') diff --git a/npc/guilds/logs.txt b/npc/guilds/logs.txt index 07c938595..47befc0ad 100644 --- a/npc/guilds/logs.txt +++ b/npc/guilds/logs.txt @@ -149,37 +149,37 @@ guilds,47,39,0 script Guild Logs NPC_NO_SPRITE,{ if (!showRecipe(CraftLukPotionA, false)) calcRecipe(CraftLukPotionA, 4, 15000, l("Luck Potion")); if (!showRecipe(CraftLukPotionB, false)) - calcRecipe(CraftLukPotionB, 5, 25000, l("Luck+ Potion")); + calcRecipe(CraftLukPotionB, 6, 25000, l("Luck+ Potion")); if (!showRecipe(CraftLukPotionC, false)) - calcRecipe(CraftLukPotionC, 6, 35000, l("Luck++ Potion")); + calcRecipe(CraftLukPotionC, 8, 35000, l("Luck++ Potion")); if (!showRecipe(CraftDexPotionA, false)) calcRecipe(CraftDexPotionA, 4, 15000, l("Dex Potion")); if (!showRecipe(CraftDexPotionB, false)) - calcRecipe(CraftDexPotionB, 5, 25000, l("Dex+ Potion")); + calcRecipe(CraftDexPotionB, 6, 25000, l("Dex+ Potion")); if (!showRecipe(CraftDexPotionC, false)) - calcRecipe(CraftDexPotionC, 6, 35000, l("Dex++ Potion")); + calcRecipe(CraftDexPotionC, 8, 35000, l("Dex++ Potion")); if (!showRecipe(CraftIntPotionA, false)) calcRecipe(CraftIntPotionA, 4, 15000, l("Int Potion")); if (!showRecipe(CraftIntPotionB, false)) - calcRecipe(CraftIntPotionB, 5, 25000, l("Int+ Potion")); + calcRecipe(CraftIntPotionB, 6, 25000, l("Int+ Potion")); if (!showRecipe(CraftIntPotionC, false)) - calcRecipe(CraftIntPotionC, 6, 35000, l("Int++ Potion")); + calcRecipe(CraftIntPotionC, 8, 35000, l("Int++ Potion")); if (!showRecipe(CraftVitPotionA, false)) calcRecipe(CraftVitPotionA, 4, 15000, l("Vit Potion")); if (!showRecipe(CraftVitPotionB, false)) - calcRecipe(CraftVitPotionB, 5, 25000, l("Vit+ Potion")); + calcRecipe(CraftVitPotionB, 6, 25000, l("Vit+ Potion")); if (!showRecipe(CraftVitPotionC, false)) - calcRecipe(CraftVitPotionC, 6, 35000, l("Vit++ Potion")); + calcRecipe(CraftVitPotionC, 8, 35000, l("Vit++ Potion")); if (!showRecipe(CraftAgiPotionA, false)) calcRecipe(CraftAgiPotionA, 4, 15000, l("Agi Potion")); if (!showRecipe(CraftAgiPotionB, false)) - calcRecipe(CraftAgiPotionB, 5, 25000, l("Agi+ Potion")); + calcRecipe(CraftAgiPotionB, 6, 25000, l("Agi+ Potion")); if (!showRecipe(CraftAgiPotionC, false)) - calcRecipe(CraftAgiPotionC, 6, 35000, l("Agi++ Potion")); + calcRecipe(CraftAgiPotionC, 8, 35000, l("Agi++ Potion")); // Limit Boosts if (!showRecipe(CraftSacredManaPot, false)) -- cgit v1.2.3-60-g2f50