1. Hello!

    First of all, welcome to MapleLegends! You are currently viewing the forums as a guest, so you can only view the first post of every topic. We highly recommend registering so you can be part of our community.

    By registering to our forums you can introduce yourself and make your first friends, talk in the shoutbox, contribute, and much more!

    This process only takes a few minutes and you can always decide to lurk even after!

    - MapleLegends Administration-
  2. Experiencing disconnecting after inserting your login info? Make sure you are on the latest MapleLegends version. The current latest version is found by clicking here.
    Dismiss Notice

Magician Magician formulas and Mana Washing comprehensive Guide

Discussion in 'Jobs' started by appleorange, Apr 19, 2020.

Thread Status:
You must be a logged-in, registered member of this site to view further posts in this thread.
  1. appleorange
    Offline

    appleorange King Slime

    28
    2
    31
    Apr 18, 2020
    3:03 PM
    Hello friends!
    It's me, appleorange. I'm fairly new to MapleLegends.
    I started playing two days ago. I'm so overwhelmed with the amount of helps I received in the game and on the forum. Therefore, I would like to give back to the Maple community!

    Cheers,
    Happy Maple! :)

    Below are some of magician formulas and Mana Washing tips I would like share.

    Formula#1:
    When you advance to 1st job at level 8 and become a magician, you gain a certain amount of MAX MP.
    Use this formula to calculate amount of maximum MP at level 8:
    Code:
    New maxmp = current maxmp + rand(100, 150)
    
    Formula#2:
    When you advance to 2nd job at level 30, you gain a certain amount of MAX MP.
    Use this formula to calculate amount of maximum MP at level 30:
    Code:
    New maxmp = current maxmp + rand(450, 500)
    
    Formula#3:
    For each level from level 8 to level 200, the amount of mp gain will be the following.
    Code:
    maxmp gain amount = modifier#1 + modifier#2 +modifier#3
    modifier#1: INT * 0.1
    modifier#2: rand(22, 24)
    modifier#3: Skill Level of(improvingMaxMP)
    
    Formula#4: (for MP Washing)

    Code:
    MP gain from adding 1 fresh AP from a level:    rand(constant (minimum), constant (maximum) +Skill Level of (improvingMaxMP) + (INT / 10)            
    Max MP gain constant (minimum): 10            
    Max MP gain constant (maximum): 12            
    
    Formula##5: MP Wash efficiency
    efficiency:
    Code:
    (The amount of MP yielded after 1 AP wash / MP Cost per Wash ) x 100%
    

    Code:
    A naked mage, will have roughly: 17142 Mana Pool at level 200.
    Initial Mana Pool at level 1: 50
    Naked Mage Mana Gained from level 1- 200: 16492
    1st Job Add: 125
    2nd Job Add: 475
    
    In order to reach the maximum 30000 MP, the amount of Mana gains needed from Mana Washing is 12858 .
    You can use the excel I created to find the shortest path to reach the desired MP you want to gain from Mana washing.

    Code:
    Max Mana Pool: 30000
    Mana gains needed from Mana washing: 30000 - 17142 = 12858
    If I start washing at level 120, from level 120 to level 159, I will gain 13965 mana from MP washing. My total mana on level 159 will be round (11505 + 13965 + 125 + 475) = 26070!
    Then, continue to grind to level 200, you will reach the max mana pool 30000!
    sure, if you want to have the max MP before level 200, that is totally doable as well.
    
    Also, if you want to, you can begin mana washing as early as level 8! (save the 5 APs when reaching level 8, and get the 1st job advancement, then perform mana washing).
    However, the efficiency is 100% at level 59, and 200% at level 119.
    Thus, it is recommended that to start washing MP at level 120ish~.
    If you have godly +INT items, you can begin mana washing earlier.

    Code:
    INT = 303, mana washing efficiency = 100%
    INT = 603, mana washing efficiency = 200%
    INT = 903, mana washing efficiency = 300%!
    
    How do I find the shortest path to reach 12858 mana gains from MP washing?
    Add the numbers backwards!
    Start counting numbers from level 200, then go up.
    At level 200, you will gain 480 Mana per wash.
    At level 199, you will gain 480 Mana per wash.
    At level 198, you will gain 475 Mana per wash.
    and so on.

    In short, you must start mana washing at level 172, then continue washing until level 200, in order to reach the max mp (30000).

    However, you may not want to wait that long to reach the 30000 mana pool. Go ahead and play around with the number. :) find the shiny and shortest path you're happy with :)

    Unfortunately, if you wait till level 180 to start mana washing, it will be too late. You will not be able to reach the 30000 MAX MP. You will only gain roughly 9580 Mana from washing from 180 - 200.

    Additionally, here is an excel table with formulas I built for Magician.

    https://docs.google.com/spreadsheets/d/1QjsPpwMhFTbGaBVYlw_CXcChsbbcLAC3XgRYycKEunI/edit#gid=0

    References and Credits:
    https://forum.maplelegends.com/index.php?threads/mp-washing-guide-quick-mage.8238/
     
    • Great Work Great Work x 5
    • Like Like x 1
Thread Status:
You must be a logged-in, registered member of this site to view further posts in this thread.

Share This Page