EQEmulator Forums

EQEmulator Forums (https://www.eqemulator.org/forums/index.php)
-   General::General Discussion (https://www.eqemulator.org/forums/forumdisplay.php?f=586)
-   -   When did experience get so easy? (https://www.eqemulator.org/forums/showthread.php?t=34866)

Sourdough35 02-16-2012 12:00 PM

What about how to code hell levels?

Taurinus2 02-16-2012 05:52 PM

You will have to get your hands dirty in the server code base for that one.

Sourdough35 02-17-2012 01:23 AM

I suppose I can suggest it in feature suggestions. Coding the server is way out of my league.

louis1016 02-17-2012 11:12 AM

The rule unfortunately doesnt give any penalties with the rule on. It only gives bonuses to halfings, rogues, and warriors.

Code:

            if(RuleB(Character,UseRaceClassExpBonuses))
        {
                if(GetBaseRace() == HALFLING){
                        aatotalmod *= 1.05;
                }

                if(GetClass() == ROGUE || GetClass() == WARRIOR){
                        aatotalmod *= 1.05;
                }

I guess it wouldnt be too hard to modify this for real exp penalties though


All times are GMT -4. The time now is 04:51 PM.

Powered by vBulletin®, Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.