Fix midsummer bonfire money rewards#1376
Conversation
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.
|
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? |
|
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. |
|
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 |
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.