Fixed XP Rate - Server vs Raid

NovemberFalls

Vassal
Customer
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.
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
1770977632585.webp


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.

1770977826402.webp
 

Attachments

  • 1770977767961.webp
    1770977767961.webp
    11.7 KB · Views: 8
реально умножает rate rb на обычный rate

Обычные рейты х10
Рб рейт х3

опыт с рб = х30, а не х3
 
тоже самое, глобальный рейт стоит х5 на экспу,
рейт рб на экспу х3
убил пару рб, опыт множится на х5
 
Подтверждаю
# Рейты Exp Рейдов (Игнорирует рейты RateXp)
RateExpRaidBoss = 1.
# Рейты SP Рейдов (Игнорирует рейты RateSp)
RateSpRaidBoss = 1.

Стоит в конфиге, а по факту умножается на рейт RateXp RateSp
@Deazer
Может потому что FlaggingOnHitBoss??

П.с. Создал тикет
 
Last edited:
Back
Top