mirror of
https://github.com/SapphireServer/Sapphire.git
synced 2025-05-18 16:37:46 +00:00
Improved quest rewards struct, not 100% correct yet but has the most important stuff fixed.
This commit is contained in:
parent
1e35da393f
commit
083ce1d5f2
1 changed files with 8 additions and 6 deletions
14
deps/datReader/Exd/Structs.h
vendored
14
deps/datReader/Exd/Structs.h
vendored
|
@ -1833,24 +1833,26 @@ namespace Component::Excel
|
|||
uint32_t Item[7];
|
||||
uint32_t OptionalItem[5];
|
||||
uint32_t InstanceContent;
|
||||
uint32_t AllaganTomestoneType;
|
||||
uint16_t ExpBonus;
|
||||
uint16_t CompanyPointNum;
|
||||
uint16_t System[3];
|
||||
uint16_t Action;
|
||||
uint16_t System[4];
|
||||
uint8_t CompanyPointType;
|
||||
uint8_t Action1;
|
||||
uint8_t CrystalType[3];
|
||||
uint8_t CrystalNum[3];
|
||||
uint8_t ItemArrayType;
|
||||
uint8_t ItemNum[6];
|
||||
uint8_t ItemStainId[6];
|
||||
uint8_t ItemNum[7];
|
||||
uint8_t ItemStainId[7];
|
||||
uint8_t OptionalItemNum[5];
|
||||
uint8_t OptionalItemStainId[5];
|
||||
uint8_t CompanyPointType;
|
||||
uint8_t Emote;
|
||||
uint8_t unknown;
|
||||
uint8_t GeneralAction[2];
|
||||
uint8_t AllaganTomestoneType;
|
||||
uint8_t AllaganTomestoneNum;
|
||||
uint8_t BeastReputationValueNum;
|
||||
int8_t padding1[3];
|
||||
uint8_t unknown1[4];
|
||||
};
|
||||
|
||||
/* 264323 */
|
||||
|
|
Loading…
Add table
Reference in a new issue