mirror of
https://github.com/edubart/otclient.git
synced 2025-12-31 11:37:12 +01:00
Protocol updates up to 10.82
This commit is contained in:
@@ -113,6 +113,12 @@ public:
|
||||
void sendAnswerModalDialog(int dialog, int button, int choice);
|
||||
void sendBrowseField(const Position& position);
|
||||
void sendSeekInContainer(int cid, int index);
|
||||
void sendBuyStoreOffer(int offerId, int productType, const std::string& name);
|
||||
void sendRequestTransactionHistory(int page, int entriesPerPage);
|
||||
void sendRequestStoreOffers(const std::string& categoryName);
|
||||
void sendOpenStore();
|
||||
void sendTransferCoins(const std::string& recipient, int amount);
|
||||
void sendOpenTransactionHistory(int entiresPerPage);
|
||||
|
||||
// otclient only
|
||||
void sendChangeMapAwareRange(int xrange, int yrange);
|
||||
@@ -128,6 +134,14 @@ public:
|
||||
void addPosition(const OutputMessagePtr& msg, const Position& position);
|
||||
|
||||
private:
|
||||
void parseStore(const InputMessagePtr& msg);
|
||||
void parseStoreError(const InputMessagePtr& msg);
|
||||
void parseStoreTransactionHistory(const InputMessagePtr& msg);
|
||||
void parseStoreOffers(const InputMessagePtr& msg);
|
||||
void parseCompleteStorePurchase(const InputMessagePtr& msg);
|
||||
void parseRequestPurchaseData(const InputMessagePtr& msg);
|
||||
void parseCoinBalance(const InputMessagePtr& msg);
|
||||
void parseCoinBalanceUpdating(const InputMessagePtr& msg);
|
||||
void parseBlessings(const InputMessagePtr& msg);
|
||||
void parseUnjustifiedStats(const InputMessagePtr& msg);
|
||||
void parsePvpSituations(const InputMessagePtr& msg);
|
||||
|
||||
Reference in New Issue
Block a user