mana calculator

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

  1. Alkanoid

    Alkanoid New Member

    Last edited: May 2, 2024
  2. Tuluvien

    Tuluvien I Feel Loved

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

    kai4785 People Like Me

    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

    I thought we hit the softcap somewhere around 200 where returns change for INT/WIS
     
  5. kai4785

    kai4785 People Like Me

    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

    True mana pool must take that value and apply the softcap deduction elsewhere
     
  7. kai4785

    kai4785 People Like Me

    Break and Mokli like this.
  8. kai4785

    kai4785 People Like Me

    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.