mirror of
https://github.com/islehorse/HISP.git
synced 2025-08-01 19:21:41 +12:00
More trade stufs.
This commit is contained in:
parent
0c511c73f2
commit
15ab1bccf7
8 changed files with 299 additions and 11 deletions
Horse Isle Server/HorseIsleServer/Server
|
@ -52,7 +52,9 @@ namespace HISP.Server
|
|||
public const byte PACKET_AUCTION = 0x24;
|
||||
public const byte PACKET_PLAYER_INTERACTION = 0x2A;
|
||||
|
||||
public const byte PLAYER_INTERACTION_TRADE = 0x31;
|
||||
public const byte PLAYER_INTERACTION_TRADE = 0x28;
|
||||
public const byte PLAYER_INTERACTION_ADD_ITEM = 0x29;
|
||||
public const byte PLAYER_INTERACTION_TRADE_REJECT = 0x2B;
|
||||
|
||||
public const byte AUCTION_BID_100 = 0x29;
|
||||
public const byte AUCTION_BID_1K = 0x2A;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue