summaryrefslogtreecommitdiff
path: root/npc/guilds
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2019-04-15 23:52:00 -0300
committerJesusaves <cpntb1@ymail.com>2019-04-15 23:52:00 -0300
commit999b02afbf3df65196cd56aa067fa193286379bd (patch)
tree62d7b1fe8ab0279d7a4f1100595edfc87de7f72b /npc/guilds
parent26e5fafd35aaa11e187eaf28e771c812c2141709 (diff)
downloadserverdata-999b02afbf3df65196cd56aa067fa193286379bd.tar.gz
serverdata-999b02afbf3df65196cd56aa067fa193286379bd.tar.bz2
serverdata-999b02afbf3df65196cd56aa067fa193286379bd.tar.xz
serverdata-999b02afbf3df65196cd56aa067fa193286379bd.zip
Tweak
Diffstat (limited to 'npc/guilds')
-rw-r--r--npc/guilds/logs.txt20
1 files changed, 10 insertions, 10 deletions
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))