Item Database |
Monster Database |
Skill Database |
Map Database |
Quest Database |
Creation Database |
Misc Database
Rate Settings | Graphic Settings | Site Settings
Your browser does not support script
Notes:
1) This forging calculator is based on eAthena's (revision 13377) potion creation code, it could give different results from official servers.
2) It is not documented anywhere officially that Vanilmirth's Change Instruction Skill will increase chances of brewing, however it is found in the eAthena code as of r13377. If you don't believe it will help, you may simply change the level to below 1 to turn it off.
Success rates calculation:
10000 being 100% for the following:
Basic brewing success rate:
base_make_per = (Learning Potion Skill Level * 50) + (Pharmacy Skill Level * 300) + (Job Level * 20) + (INT / 2) * 10 + (dex * 10) + (luk * 10) + (Vanilmirth's Change Instruction level * 100)
Red, Yello, White Potion:
base_make_per + 2000 + (10 to 1000 at random) -- 10% variation from max to min
Alcohol:
base_make_per + 1000 + (10 to 1000 at random) -- 10% variation from max to min
Bottle Grenade (Fire Bottle), Acid Bottle, Plant Bottle, Marine Sphere Bottle:
base_make_per + (10 to 1000 at random) -- 10% variation from max to min
Condensed Yellow Potion:
base_make_per - (10 to 500 at random) -- 5% variation from max to min
Condensed White Potion, Glistening Coat:
base_make_per - (10 to 1000 at random) -- 10% variation from max to min
The following items are using the basic brewing success rate (base_make_per) without variation:
Blue Potion
Condensed Red Potion
Fire, Water, Earth, Thunder Elemental Resistant Potions
Anodyne
Aloevera
Embryo
Now, feel free to point out any error in this calculator if it is not working according to the formulas mentioned above.
back to top