PDA

View Full Version : Source file to mod XP gain


Craz1000
03-05-2014, 04:29 PM
anyone know where the XP gain is calculated so I can have people on my server level faster

Kingly_Krab
03-05-2014, 04:33 PM
You can change the rate of experience by changing any of the following rule's values in the rule_values table.
Character:ExpMultiplier
Character:AAExpMultiplier
Character:GroupExpMultiplier
Character:RaidExpMultiplier

dagulus2
03-05-2014, 05:40 PM
There is a 'EXPMod' and 'GroupEXPBonus' value in the variables table.

You could also use the zone_exp_multiplier value in the zone table. Or use the level_exp_mods table if you want to alter the exp requires on a level by level basis.

It's one of those things that you can play with in a lot of ways.

Thalix
04-29-2018, 10:01 AM
Sorry to bring this old thread back, is variables.ExpMod and variables.GroupEXPBones still in use? Or is this from old code and today only the Character:[xxxx] rules are used?

Nerdgasm
04-29-2018, 05:15 PM
Should have made a new thread AND made it somewhere else, as this isn't the place for that... You are like master necro here...

Thalix
04-29-2018, 05:48 PM
And that's why you give a useless answer? :D

Btw the answer to my question is: the mods from the variable table will only be used if you set the rule 'Zone:LevelBasedEXPMods'' to true.