EOSERV Wiki > Page: PACKET BANK

PACKET BANK

This is a packet family that is used to send/receive packets about handling your bank account.

Server-to-Client

PACKET_OPEN (13)

Description: Shows the bank menu to the player
Gold in Bank: 4
Session Token: 3
Locker Space: 1

PACKET_REPLY (3)

Description: Shows the player gold in bank and gold in inventory
Gold in Inventory: 4
Gold in Bank: 4

Client-to-Server

PACKET_OPEN (13)

Description: Player opening their bank
NPC ID: 2

PACKET_ADD (7)

Description: Player depositing gold in their bank
Gold Amount: 4

PACKET_TAKE (9)

Description: Player withdrawing gold from their bank
Gold Amount: 4
EOSERV Wiki > Page: PACKET BANK