mirror of
https://github.com/Kelsidavis/WoWee.git
synced 2026-03-22 23:30:14 +00:00
feat: track and display honor/arena points from update fields
Add PLAYER_FIELD_HONOR_CURRENCY and PLAYER_FIELD_ARENA_CURRENCY to the update field system for WotLK (indices 1422/1423) and TBC (1505/1506). Parse values from both CREATE_OBJECT and VALUES update paths, and show them in the character Stats tab under a PvP Currency section.
This commit is contained in:
parent
0830215b31
commit
f88d90ee88
6 changed files with 50 additions and 0 deletions
|
|
@ -37,6 +37,8 @@
|
|||
"PLAYER_FIELD_BANKBAG_SLOT_1": 784,
|
||||
"PLAYER_SKILL_INFO_START": 928,
|
||||
"PLAYER_EXPLORED_ZONES_START": 1312,
|
||||
"PLAYER_FIELD_HONOR_CURRENCY": 1505,
|
||||
"PLAYER_FIELD_ARENA_CURRENCY": 1506,
|
||||
"GAMEOBJECT_DISPLAYID": 8,
|
||||
"ITEM_FIELD_STACK_COUNT": 14,
|
||||
"ITEM_FIELD_DURABILITY": 60,
|
||||
|
|
|
|||
|
|
@ -49,6 +49,8 @@
|
|||
"PLAYER_RANGED_CRIT_PERCENTAGE": 1030,
|
||||
"PLAYER_SPELL_CRIT_PERCENTAGE1": 1032,
|
||||
"PLAYER_FIELD_COMBAT_RATING_1": 1231,
|
||||
"PLAYER_FIELD_HONOR_CURRENCY": 1422,
|
||||
"PLAYER_FIELD_ARENA_CURRENCY": 1423,
|
||||
"GAMEOBJECT_DISPLAYID": 8,
|
||||
"ITEM_FIELD_STACK_COUNT": 14,
|
||||
"ITEM_FIELD_DURABILITY": 60,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue