• This is a read only backup of the old Emudevs forum. If you want to have anything removed, please message me on Discord: KittyKaev

[SOLVED] [Trinity Core]How to change Experience Rates ?

Status
Not open for further replies.

Synth

Exalted Member
Greetings Emudevs !!
So i have decided to change the experience rate,but i don't know to do that i want the experience rate be x40 or x20 so can someone tell me how i can change it or how to do that ?

Thank you !
Best regards,
Synth !!
 

slp13at420

Mad Scientist

there is these multiplier settings in worldserver.conf under server rates:
Code:
#
#    Rate.XP.Kill
#    Rate.XP.Quest
#    Rate.XP.Explore
#        Description: Experience rates.
#        Default:     1 - (Rate.XP.Kill)
#                     1 - (Rate.XP.Quest)
#                     1 - (Rate.XP.Explore)

Rate.XP.Kill    = 1
Rate.XP.Quest   = 1
Rate.XP.Explore = 1
just past the half-way point of the file.
 
Last edited:

Synth

Exalted Member

there is these multiplier settings in worldserver.conf under server rates:
Code:
#
#    Rate.XP.Kill
#    Rate.XP.Quest
#    Rate.XP.Explore
#        Description: Experience rates.
#        Default:     1 - (Rate.XP.Kill)
#                     1 - (Rate.XP.Quest)
#                     1 - (Rate.XP.Explore)

Rate.XP.Kill    = 1
Rate.XP.Quest   = 1
Rate.XP.Explore = 1
just past the half-way point of the file.
Ah thanks for this point i didn't know that is on worldserver.conf,but now the problem if i want change the experience rates to x20 what i should replace?Could you give me an example please ?
 

Rochet2

Moderator / Eluna Dev
Ah thanks for this point i didn't know that is on worldserver.conf,but now the problem if i want change the experience rates to x20 what i should replace?Could you give me an example please ?

change 1 to 20
if you now get 1 exp, then you get 20 exp, so 20x1.
 

Synth

Exalted Member
change 1 to 20
if you now get 1 exp, then you get 20 exp, so 20x1.
Ahh so it will be like this:
#
# Rate.XP.Kill
# Rate.XP.Quest
# Rate.XP.Explore
# Description: Experience rates.
# Default: 1 - (Rate.XP.Kill)
# 1 - (Rate.XP.Quest)
# 1 - (Rate.XP.Explore)

Rate.XP.Kill = 20
Rate.XP.Quest = 20
Rate.XP.Explore = 20
Thanks for help :smile:
So its like that ?
 
Last edited:
Status
Not open for further replies.
Top