Skip to content

Fix midsummer bonfire money rewards#1376

Open
Voyajer wants to merge 2 commits into
cmangos:masterfrom
Voyajer:master
Open

Fix midsummer bonfire money rewards#1376
Voyajer wants to merge 2 commits into
cmangos:masterfrom
Voyajer:master

Conversation

@Voyajer

@Voyajer Voyajer commented Jun 21, 2026

Copy link
Copy Markdown

Both honoring and desecrating bonfires was giving several gold even at low levels throwing off the low-level economy. I've changed the rewards to match wowhead's numbers.

both honoring and desecrating bonfires was giving several gold even at low levels throwing off the economy, I've changed the rewards to match wowhead's numbers.
@killerwife

Copy link
Copy Markdown
Collaborator

Please consult function in core:

uint32 Quest::XPValue(Player* pPlayer) const

I will assume you looked at column RewMoneyMaxLevel as well? Because the way this works is this:

RewMoney gives money at all levels, and RewMoneyMaxLevel is converted either to XP OR gives money on max lvl. Did you look at that money reward on lvl 80 pls?

@Voyajer

Voyajer commented Jun 23, 2026

Copy link
Copy Markdown
Author

I did not until now, I found some old wowhead comments from 3.3.5 that had the max level rewards (honoring=6g63s, extinguishing=13g23s).

Xp appears to scale properly with level up to level 68 based on some old forum posts.

Looking through old posts the money should also technically scale with level as well but I'm not sure how to accomplish this at this moment. Also finding how that reward money would scale will be difficult, I could only find a few various level rewards.

@killerwife

Copy link
Copy Markdown
Collaborator

Thank you for looking into that, ill try to look today if i might by some odd chance have some data on this. otherwise i dont rly have more complaints

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants