~ubuntu-branches/ubuntu/vivid/manaplus/vivid

« back to all changes in this revision

Viewing changes to src/net/eathena/protocol.h

  • Committer: Package Import Robot
  • Author(s): Patrick Matthäi
  • Date: 2015-02-05 10:52:57 UTC
  • mfrom: (1.1.43)
  • Revision ID: package-import@ubuntu.com-20150205105257-q53e3m1s2wwawu8a
Tags: 1.5.1.31-1
* New upstream release.
* Fix some wildcard-matches-nothing-in-dep5-copyright warnings.

Show diffs side-by-side

added added

removed removed

Lines of Context:
72
72
#define SMSG_PLAYER_INVENTORY_REMOVE 0x00af
73
73
#define SMSG_PLAYER_INVENTORY_REMOVE2 0x07fa
74
74
#define SMSG_PLAYER_INVENTORY_USE    0x01c8
 
75
#define SMSG_PLAYER_CART_ADD         0x01c5
 
76
#define SMSG_PLAYER_CART_ITEMS       0x0993
 
77
#define SMSG_PLAYER_CART_EQUIP       0x0994
 
78
#define SMSG_PLAYER_CART_REMOVE      0x0125
75
79
#define SMSG_PLAYER_ITEM_RENTAL_TIME 0x0298
76
80
#define SMSG_PLAYER_ITEM_RENTAL_EXPIRED 0x0299
77
81
#define SMSG_PLAYER_EQUIPMENT        0x0992
154
158
#define SMSG_NPC_MARKET_BUY_ACK      0x09d7
155
159
#define SMSG_NPC_CASH_SHOP_OPEN      0x0287
156
160
#define SMSG_NPC_CASH_BUY_ACK        0x0289
 
161
#define SMSG_NPC_AREA                0x0b0b
157
162
 
158
163
#define SMSG_PLAYER_CHAT             0x008e /**< Player talks */
159
164
#define SMSG_WHISPER                 0x0097 /**< Whisper Recieved */
326
331
 
327
332
#define SMSG_MAP_MUSIC               0x0b05
328
333
 
 
334
#define SMSG_CART_INFO               0x0121
 
335
#define SMSG_CART_REMOVE             0x012b
329
336
 
330
337
/**********************************
331
338
 *  Packets from client to server *