40 void respond(
bool accept)
override;
44 void removeItem(
int slotNum,
int amount)
override;
Represents one or more instances of a certain item type.
Used for parsing an incoming message from eAthena.
void handleMessage(MessageIn &msg) override
void respond(bool accept) override
void setMoney(int amount) override
void addItem(Item *item, int amount) override
void removeItem(int slotNum, int amount) override
void request(Being *being) override
Warning: buffers and other variables are shared, so there can be only one connection active at a time...