mirror of
https://github.com/mangosfour/server.git
synced 2025-12-17 16:37:00 +00:00
[9318] Update quest XP formula
Use dbc store as base for real xp rewarded and also display xp reward accordingly in related packets. Note there are still some smaller things that may need smaller adjustments and tweaks, these are on the todo-list. Signed-off-by: NoFantasy <nofantasy@nf.no>
This commit is contained in:
parent
87a35b0489
commit
a9a16061d5
7 changed files with 102 additions and 36 deletions
|
|
@ -1161,6 +1161,13 @@ struct QuestSortEntry
|
|||
// 17 name flags
|
||||
};
|
||||
|
||||
struct QuestXPLevel
|
||||
{
|
||||
uint32 questLevel; // 0
|
||||
uint32 xpIndex[9]; // 1-9
|
||||
//unk // 10
|
||||
};
|
||||
|
||||
struct RandomPropertiesPointsEntry
|
||||
{
|
||||
//uint32 Id; // 0 hidden key
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue