mana calculator

Discussion in 'General Discussion' started by Alkanoid, Oct 9, 2023.

  1. Alkanoid

    Alkanoid New Member

    Messages:
    1
    Do we have a calculator for how much mana we get per Int/Wis per level for this server?
     
  2. Tuluvien

    Tuluvien I Feel Loved

    Messages:
    1,094
    What do you mean by "This server"? Ive got a feeling you're in the wrong place.
     
  3. kai4785

    kai4785 People Like Me

    Messages:
    321
    TAKP Magelo will show you your current unbuffed Mana pool. I find it updates every time you zone or see a "Soandso saved." message.
    upload_2023-10-9_8-7-30.png

    Also, the source code for max mana is here:
    https://github.com/EQMacEmu/Server/blob/main/zone/mob.cpp#L785

    Looks like it's basically ((INT/2+1) * Level) then plus item and spell bonuses.
     
    Last edited: Oct 9, 2023
  4. Mokli

    Mokli I Feel Loved

    Messages:
    2,461
    I thought we hit the softcap somewhere around 200 where returns change for INT/WIS
     
  5. kai4785

    kai4785 People Like Me

    Messages:
    321
    Ya, that equation would give you nearly 10k mana for just being level 65 : ) It seems to be used in all the right places though. I'll have to dig some more huh?
     
  6. Mokli

    Mokli I Feel Loved

    Messages:
    2,461
    True mana pool must take that value and apply the softcap deduction elsewhere
     
  7. kai4785

    kai4785 People Like Me

    Messages:
    321
    Break and Mokli like this.
  8. kai4785

    kai4785 People Like Me

    Messages:
    321
    Here's quick lookup table for level and int/wis starting at 55, counting by 10s.
    Code:
    [ Only registered users can see the bbcode. Click Here To Register... ]
    edit: Extended out to 355, cause I forgot about those PoP AAs, and stepping by 10 to fit the sizd limit of a post.
     
    Last edited: Oct 9, 2023
    Walex, Tuluvien, showstring and 2 others like this.