Implemented GM SpecialState Handling

Co-authored-by: dongresource <dongresource@protonmail.com>
This commit is contained in:
2020-09-22 16:30:49 +01:00
committed by dongresource
parent c9be0e5402
commit efb3df7133
5 changed files with 131 additions and 7 deletions

View File

@@ -34,6 +34,7 @@ struct Player {
int32_t iWarpLocationFlag;
int64_t aSkywayLocationFlag[2];
int32_t iConditionBitFlag;
int8_t iSpecialState;
int x, y, z, angle;
sItemBase Equip[AEQUIP_COUNT];