summaryrefslogtreecommitdiff
path: root/npc/guilds
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2020-07-31 11:38:21 -0300
committerJesusaves <cpntb1@ymail.com>2020-07-31 11:38:21 -0300
commitb54c0a4ca831b7100a5b6d35626f402cef6e5283 (patch)
treebbb9fd272d6c18178b924064ae31436d633cded1 /npc/guilds
parent94e97ec82408badefe0ef6d5ab64d13ea9bb5ad5 (diff)
downloadserverdata-b54c0a4ca831b7100a5b6d35626f402cef6e5283.tar.gz
serverdata-b54c0a4ca831b7100a5b6d35626f402cef6e5283.tar.bz2
serverdata-b54c0a4ca831b7100a5b6d35626f402cef6e5283.tar.xz
serverdata-b54c0a4ca831b7100a5b6d35626f402cef6e5283.zip
Add Sacred Immortality Potion to Guild Alchemy [EXCLUSIVE]
Diffstat (limited to 'npc/guilds')
-rw-r--r--npc/guilds/logs.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/npc/guilds/logs.txt b/npc/guilds/logs.txt
index 142b7d6c9..d24126a8b 100644
--- a/npc/guilds/logs.txt
+++ b/npc/guilds/logs.txt
@@ -82,6 +82,8 @@ guilds,47,39,0 script Guild Logs NPC_NO_SPRITE,{
1, GoldenApple, 15, CelestiaTea);
.@s+=showRecipe(CraftSacredLifePot, SacredLifePotion,
1, GoldenApple, 1, ElixirOfLife);
+ .@s+=showRecipe(CraftSacredImmortal, SacredImmortalityPotion,
+ 1, SacredLifePotion, 1, SacredManaPotion);
if (.@s == 0)
mesc l("Your guild doesn't knows any recipes!"), 1;
@@ -267,6 +269,8 @@ guilds,47,39,0 script Guild Logs NPC_NO_SPRITE,{
calcRecipe(CraftSacredManaPot, 7, 100000, l("Sacred Mana Potion"));
if (!showRecipe(CraftSacredLifePot, false))
calcRecipe(CraftSacredLifePot, 7, 100000, l("Sacred Life Potion"));
+ if (!showRecipe(CraftSacredImmortal, false))
+ calcRecipe(CraftSacredImmortal, 10, 500000, l("Sacred Immortality Potion"));
} while (!hudRecipe());
break;