[DiscordArchive] how would I go about changing the xp rate for groups so its the same as solo?
[DiscordArchive] how would I go about changing the xp rate for groups so its the same as solo?
Archived author: Sexton Hardcastle • Posted: 2025-08-04T10:17:42.542000+00:00
Original source
how would I go about changing the xp rate for groups so its the same as solo?
Archived author: Spargel • Posted: 2025-08-04T10:30:28.842000+00:00
Original source
~~Looks like this block to me.
<https://github.com/azerothcore/azerothcore-wotlk/blob/5717cd358cb44ec2473154f85a1c88f585702773/src/server/game/Miscellaneous/Formulas.h#L119>~~
No, what Tereneckla said.
Archived author: Tereneckla • Posted: 2025-08-04T10:34:13.030000+00:00
Original source
that's a bonus to xp for being grouped
the bonus is then split between party members here
<https://github.com/azerothcore/azerothcore-wotlk/blob/5717cd358cb44ec2473154f85a1c88f585702773/src/server/game/Entities/Player/KillRewarder.cpp#L212>
make xpRate = 1, then solo and grouped receives the same xp
Archived author: Spargel • Posted: 2025-08-04T10:35:14.022000+00:00
Original source
Ah, I missed that and was thinking changing the multipliers enough higher for the number of people in the group to work out the same.
Archived author: Tereneckla • Posted: 2025-08-04T10:35:53.074000+00:00
Original source
doesn't really work as the split is dependent on the level of the party members
Archived author: Spargel • Posted: 2025-08-04T10:36:09.171000+00:00
Original source
Oh, good point. My mistake, then.