From dff68fba871b7d07ee7b59309d7c432d7a42ddbf Mon Sep 17 00:00:00 2001 From: karashiiro <49822414+karashiiro@users.noreply.github.com> Date: Sat, 27 Jul 2019 10:18:09 -0700 Subject: [PATCH] added gp and cp to playerstats GP `0x44` is a little weird in that it's set to 10000 as a non-gatherer. Trying it with both MIN and BTN does give the correct values in this address, though. --- src/common/Network/PacketDef/Zone/ServerZoneDef.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/common/Network/PacketDef/Zone/ServerZoneDef.h b/src/common/Network/PacketDef/Zone/ServerZoneDef.h index 5d1c9766..62da674b 100644 --- a/src/common/Network/PacketDef/Zone/ServerZoneDef.h +++ b/src/common/Network/PacketDef/Zone/ServerZoneDef.h @@ -959,8 +959,8 @@ namespace Sapphire::Network::Packets::Server uint32_t hp; uint32_t mp; uint32_t tp; - uint32_t unknown; - uint32_t unknown_1; + uint32_t gp; // Set to 10000 as non-gatherer for some reason + uint32_t cp; uint32_t unknown_2; uint32_t tenacity; uint32_t attack;