[DiscordArchive] is it possible to calculate in quest template, rewards, the exact amount to instant lvl 10, for a lv
[DiscordArchive] is it possible to calculate in quest template, rewards, the exact amount to instant lvl 10, for a lv
Archived author: Zindokar • Posted: 2025-04-04T21:59:47.376000+00:00
Original source
is it possible to calculate in quest template, rewards, the exact amount to instant lvl 10, for a lvl1 quest?
Archived author: Tereneckla • Posted: 2025-04-04T22:17:28.020000+00:00
Original source
you can calculate it yourself and then set the exact value
Archived author: Zindokar • Posted: 2025-04-04T22:21:04.528000+00:00
Original source
I was trying to figure it out with RewardXPDifficulty field but no clues yet
Archived author: Zindokar • Posted: 2025-04-04T22:38:09.485000+00:00
Original source
For example `SELECT SUM(Experience) FROM player_xp_for_level WHERE Level BETWEEN 1 AND 14;` and returns `77000`, where should I put this value in `quest_template` ? `RewardXPDifficulty` says basic experiece with index `RewardXPDifficulty` in `QuestExp.dbc`
Archived author: Zindokar • Posted: 2025-04-05T00:03:23.160000+00:00
Original source
sorry to bother again, but any idea of what I said? I can't find any field to set specific experience reward in database