summaryrefslogtreecommitdiff
path: root/npc/craft
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2021-12-23 04:01:53 -0300
committerJesusaves <cpntb1@ymail.com>2021-12-23 04:01:53 -0300
commit24067d4f3c855778f5325687b906814eb4a043f6 (patch)
tree53c8e3adcee6cf605e76ee436f4650fb2f92aa54 /npc/craft
parent8485c0dc2987b66421bac034658abd6a4d6453d3 (diff)
downloadserverdata-24067d4f3c855778f5325687b906814eb4a043f6.tar.gz
serverdata-24067d4f3c855778f5325687b906814eb4a043f6.tar.bz2
serverdata-24067d4f3c855778f5325687b906814eb4a043f6.tar.xz
serverdata-24067d4f3c855778f5325687b906814eb4a043f6.zip
You can now read these recipes
Diffstat (limited to 'npc/craft')
-rw-r--r--npc/craft/alchemy.txt12
-rw-r--r--npc/craft/recipes.txt12
2 files changed, 16 insertions, 8 deletions
diff --git a/npc/craft/alchemy.txt b/npc/craft/alchemy.txt
index 68d2d8014..055529c81 100644
--- a/npc/craft/alchemy.txt
+++ b/npc/craft/alchemy.txt
@@ -85,14 +85,14 @@ OK Coffee (Shadow Herb + Tonori Water)
OK Piberries Infusion (Piberries + Curshroom)
OK Atropos Mixture (Lachesis Brew + Clotho Liquor)
OK Death Potion (Dragonfruit + Nightshade Tea)
-RE Smoke Grenade (Cactus pot + Coal)
-RE Grenade (Cactus pot + Sulfur Powder)
-RE Scented Grenade (Cactus pot + Moss)
+OK Smoke Grenade (Cactus pot + Coal)
+OK Grenade (Cactus pot + Sulfur Powder)
+OK Scented Grenade (Cactus pot + Moss)
OK Haste Potion (Plushshroom)
OK Strength Potion (Chagashroom)
Return Potion (Hurnscald Recipe => Ocean Croc Claw + Hard Spike? Grass Seeds?)
OK Status Reset (Curshroom + Mana Piou Feather)
-RE Homun Stat Reset (Curshroom + Manapple)
+OK Homun Stat Reset (Curshroom + Manapple)
OK Move Speed (Gem Powder + Fluor Powder)
OK Precision (Piberries + Mt. Snake Egg)
OK Dodge Potion (Piberries + Snake Egg)
@@ -100,8 +100,8 @@ OK Luck, Dex, Int, Vit, Agi (Gems + Tea)
OK Sacred Life (Golden Apple + Elixir of Life)
OK Sacred Mana (Golden Apple + Celestia Tea)
OK Sacred Revival (Sacred Life + Sacred Mana)
-RE Broken Warp Crystal? (Wurtizite + Black Mamba Skin)
-RE Magic Apple? (Divine Apple + Manapple? Death Potion? Sacred Life/Revival?)
+OK Broken Warp Crystal? (Wurtizite + Black Mamba Skin)
+OK Magic Apple? (Divine Apple + Manapple? Death Potion? Sacred Life/Revival?)
OK Purification Potion (Nymph Poison + Sacred Life)
OK Iced Bottle (Tonori W. + Argaes W.)
RE Insurance Contract (ยป Insurance?) (Quill + Reed Bundle)
diff --git a/npc/craft/recipes.txt b/npc/craft/recipes.txt
index 849638146..aa5bd0665 100644
--- a/npc/craft/recipes.txt
+++ b/npc/craft/recipes.txt
@@ -139,12 +139,14 @@ function readAlchemy {
showRecipe(HastePotion,
StrengthPotion,
StatusResetPotion,
+ HomunResetPotion,
MoveSpeedPotion,
PrecisionPotion,
DodgePotion,
SacredLifePotion,
SacredManaPotion,
- SacredImmortalityPotion);
+ SacredImmortalityPotion,
+ MagicApple);
dnext;
// Stats Boosts
@@ -173,7 +175,13 @@ function readAlchemy {
mesc "----------"+l("Reagents & Other Potions")+"----------", 2;
showRecipe(IcedBottle,
PurificationPotion,
- DeathPotion);
+ DeathPotion,
+ BrokenWarpCrystal,
+ SmokeGrenade,
+ ScentGrenade,
+ Grenade,
+ Insurance,
+ InsuranceContract);
next;
@scope$="";