Howdy,
I trust all is well with you and yours. I am not sure why but I am finding that the server doesnt respect both rates? Or maybe I am understanding them improperly. I am simply trying to make it so that the server is 10x, with 3x raids. Thoughts?
This snippet resulted in the raid giving me 10x exp.
Level 25 Orc Raider killing Serpent Demon Bifrons


I trust all is well with you and yours. I am not sure why but I am finding that the server doesnt respect both rates? Or maybe I am understanding them improperly. I am simply trying to make it so that the server is 10x, with 3x raids. Thoughts?
This snippet resulted in the raid giving me 10x exp.
Code:
#-------------------------------------------------------------
# Rate server configurations
#-------------------------------------------------------------
# Rate Exp Sp
RateXp = 10.
RateSp = 10.
# Raid Exp Rate (Ignore RateXp)
RateExpRaidBoss = 3.
# Raid SP Rate (Ignore RateSp)
RateSpRaidBoss = 3.
Level 25 Orc Raider killing Serpent Demon Bifrons

Code:
#-------------------------------------------------------------
# Rate server configurations
#-------------------------------------------------------------
# Rate Exp Sp
RateXp = 1.
RateSp = 1.
# Raid Exp Rate (Ignore RateXp)
RateExpRaidBoss = 3.
# Raid SP Rate (Ignore RateSp)
RateSpRaidBoss = 3.



