add extension for fractional EXP multipliers on BB

This commit is contained in:
Martin Michelsen
2025-09-21 13:16:28 -07:00
parent 4236ff62b1
commit 65384435a3
8 changed files with 88 additions and 16 deletions
+1 -5
View File
@@ -4040,11 +4040,7 @@ static asio::awaitable<void> on_enemy_exp_request_bb(shared_ptr<Client> c, Subco
l->challenge_exp_multiplier *
(is_ep2 ? 1.3 : 1.0);
if (lc->check_flag(Client::Flag::DEBUG_ENABLED)) {
send_text_message_fmt(
lc, "$C5+{} E-{:03X} {}",
player_exp,
ene_st->e_id,
phosg::name_for_enum(type));
send_text_message_fmt(lc, "$C5+{} E-{:03X} {}", player_exp, ene_st->e_id, phosg::name_for_enum(type));
}
if (lc->character_file()->disp.stats.level < 199) {
add_player_exp(lc, player_exp);