Thread: Wisdom fix

Results 1 to 8 of 8
  1. #1
    Trapped's Avatar
    Join Date
    May 2012
    Gender
    male
    Location
    Italy.
    Posts
    584
    Reputation
    10
    Thanks
    449
    My Mood
    Asleep

    Wisdom fix

    wServer>realm>StatsManager.cs at line 92, edit the function to this:
    Code:
    public float GetMPRegen()
            {
                var wis = GetStats(6);
                if (player.HasConditionEffect(ConditionEffects.Quiet))
                    return 0;
                return 0.5f + wis / 16.7f; //was 125f
            }
    Actually looks like to me that 10f is not enough, if someone wants to try some values to find the best one, you're welcome: I'm too lazy to do it myself.

    Thanks to @runekri3 for the values calculations.
    Last edited by Trapped; 04-14-2013 at 09:27 AM.

  2. The Following 6 Users Say Thank You to Trapped For This Useful Post:

    Agent321 (04-13-2013),gainb (04-19-2013),Helzgoth (04-13-2013),HoffHorn (04-13-2013),lkdjnfoskjednfblksjdfn (11-03-2016),runekri3 (04-14-2013)

  3. #2
    runekri3's Avatar
    Join Date
    Feb 2011
    Gender
    male
    Posts
    792
    Reputation
    9
    Thanks
    240
    My Mood
    Cheerful
    Actually looking at the wiki page, it says at 0 wis its 0.5 and increases about 0.06 per point
    That should be like this:
    Code:
    public float GetMPRegen()
            {
                var wis = GetStats(6);
                if (player.HasConditionEffect(ConditionEffects.Quiet))
                    return 0;
                return 0.5f + wis / 16.7f; //was 125f
            }
    That is if I understood everything right and wiki is correct.
    Reputation-
    Vouches
    Respect-
    Nilly, Ultran00b, JustAnoobROTMG, Nano, karolelis9, fallenhacks(cake), jaythedev
    DisRespect-
    mandela96, spaghetti master, floxxe, drillick, brendoo

  4. The Following User Says Thank You to runekri3 For This Useful Post:

    david2137159 (04-14-2013)

  5. #3
    Trapped's Avatar
    Join Date
    May 2012
    Gender
    male
    Location
    Italy.
    Posts
    584
    Reputation
    10
    Thanks
    449
    My Mood
    Asleep
    @runekri3 You are right. I will update the thread, giving you credits for the values. Thanks.

  6. The Following User Says Thank You to Trapped For This Useful Post:

    Fprrr (04-19-2013)

  7. #4
    Fprrr's Avatar
    Join Date
    Dec 2012
    Gender
    male
    Location
    Northern California
    Posts
    9
    Reputation
    10
    Thanks
    1
    My Mood
    Cynical
    Thanks man! +Thanks [:

  8. #5
    Trapped's Avatar
    Join Date
    May 2012
    Gender
    male
    Location
    Italy.
    Posts
    584
    Reputation
    10
    Thanks
    449
    My Mood
    Asleep
    @Fprrr Glad it helped :)
    "The great merit of society is to make one appreciate solitude."
    Charles Chincholles, "Reflections on the Art of Life" (from fortune-mod)

  9. #6
    BlackRayquaza's Avatar
    Join Date
    Nov 2012
    Gender
    male
    Posts
    574
    Reputation
    10
    Thanks
    186
    My Mood
    In Love
    Is this still the current calculation?


    (image from realmeye)
    YEP cock

  10. #7
    Kushala Daora's Avatar
    Join Date
    Oct 2013
    Gender
    male
    Location
    RealmSupply
    Posts
    1,075
    Reputation
    73
    Thanks
    642
    My Mood
    Angelic
    Quote Originally Posted by BlackRayquaza View Post
    Is this still the current calculation?


    (image from realmeye)
    Mhm. ////////chars

  11. #8
    BlackRayquaza's Avatar
    Join Date
    Nov 2012
    Gender
    male
    Posts
    574
    Reputation
    10
    Thanks
    186
    My Mood
    In Love
    Quote Originally Posted by Kushala Daora View Post
    Mhm. ////////chars
    Gotta love bumping 2 year old threads <3.
    YEP cock

Similar Threads

  1. [RELEASE]Ways to fix up HW ban
    By TechNixz in forum WarRock - International Hacks
    Replies: 4
    Last Post: 12-28-2006, 01:41 PM
  2. Dave Fix My Main Account
    By Clark1 in forum Suggestions, Requests & General Help
    Replies: 1
    Last Post: 12-17-2006, 06:53 PM
  3. my fixed system
    By systemmaker in forum Gunz General
    Replies: 1
    Last Post: 03-31-2006, 10:23 PM