diff options
author | Jesusaves <cpntb1@ymail.com> | 2021-12-23 03:18:42 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2021-12-23 03:18:42 -0300 |
commit | a224ac0fd384f2be9d1a8e419c66d78361b68dd9 (patch) | |
tree | 172306e7c6242f1caa782427b1c3c048efc39a97 /npc/craft | |
parent | 9403f8e8af2b21d6e26ed6a0d73484a4494f2c12 (diff) | |
download | serverdata-a224ac0fd384f2be9d1a8e419c66d78361b68dd9.tar.gz serverdata-a224ac0fd384f2be9d1a8e419c66d78361b68dd9.tar.bz2 serverdata-a224ac0fd384f2be9d1a8e419c66d78361b68dd9.tar.xz serverdata-a224ac0fd384f2be9d1a8e419c66d78361b68dd9.zip |
Move cooking reserve from ID 0~20 to ID 200~250.
Allocate these IDs to Alchemy.
Diffstat (limited to 'npc/craft')
-rw-r--r-- | npc/craft/alchemy.txt | 70 |
1 files changed, 70 insertions, 0 deletions
diff --git a/npc/craft/alchemy.txt b/npc/craft/alchemy.txt index 9022edb84..0b39a61b9 100644 --- a/npc/craft/alchemy.txt +++ b/npc/craft/alchemy.txt @@ -64,3 +64,73 @@ function script AlchemySystem { setskin ""; return .success; } + +/* +Alchemy can rely in cross-building +Where a weaker potion is base for a stronger one +Standard Duration = 2 minutes ~ 5 minutes + +Reagents: + Water + Eggs + Milk + Nymph Poison + +Products: + Tea (Chamomile, Spearmint, Oolong, Jasmine, Yerba Mate?) + → Argaes Water + «Herbal Reagent» + Coffee (Shadow Herb + Tonori Water) +OK Piberries Infusion (Piberries + Curshroom) + Atropos Mixture (Lachesis Brew + Clotho Liquor) + Death Potion (Dragonfruit + Nightshade Tea) + Smoke Grenade (Cactus pot + Coal) + Grenade (Cactus pot + Sulfur Powder) + 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) + Homun Stat Reset (Curshroom + Manapple) +OK Move Speed (Gem Powder + Fluor Powder) +OK Precision (Piberries + Mt. Snake Egg) +OK Dodge Potion (Piberries + Snake Egg) +OK Luck, Dex, Int, Vit, Agi (Gems + Tea) +R Sacred Life (Golden Apple + Elixir of Life) +R Sacred Mana (Golden Apple + Celestia Tea) +R Sacred Revival (Sacred Life + Sacred Mana) + Broken Warp Crystal? (Wurtizite + Black Mamba Skin) + Magic Apple? (Divine Apple + Manapple?) + Purification Potion (Nymph Poison + Sacred Life) + Iced Water (Tonori W. + Argaes W.) + Insurance Contract (» Insurance?) (Quill + Reed Bundle) + Mysterious Fruit? (Legendary) + +For all Scrolls: Quill + ? (depends on scroll itself) + » Summon Scrolls (Based on mob parts, 1× mob?) + → alignment_cansummon() + SummonMagic() or summon() directly + → Criteria between weak/strong version is alignment + → When aligned, scrolls always summon strongest ver + → Level must be equal or superior to strongest, tho + » Maggot/Giant Maggot: Bug Leg (Lv 40) + » CaveMaggot: Maggot Slime + » Green Dragon/Nightmare: Dragon Scales (Lv 105) + » Wolvern: Wolvern Pelt + » Moggun/Yeti: Frozen Yeti Tear (Lv 60) + » Terranite/T.Prot.: Terranite Ore (Lv 90) + » Magnus Heal (Lifestone) + » Area Provoke? + » Guild Skills? + + // Skills for Aegis Shield, all beyond maximum level + // Slimes, Snakes, Fairies, Darth Duck, Mr. Prickel + // PoisonS.Mushroom + // TODO: Lizards, (Black)Scorpions, Moonshroom, Black Mamba, Centaur + skill TMW2_HALHISS, 10; + skill TMW2_KALSPIKE, 9; + skill TMW2_LIMERIZER, 10; + skill TMW2_FAIRYKINGDOM, 9; + skill TMW2_DUCKY, 10; + skill TMW2_FAIRYEMPIRE, 10; + +*/ + |