Auctions still dont work but i gtg.

This commit is contained in:
SilicaAndPina 2021-02-20 12:26:25 +13:00
parent cc22dbcf0b
commit 0f95462294
12 changed files with 385 additions and 44 deletions

View file

@ -49,6 +49,15 @@ namespace HISP.Server
public const byte PACKET_INFORMATION = 0x28;
public const byte PACKET_WISH = 0x2C;
public const byte PACKET_SWFMODULE = 0x50;
public const byte PACKET_AUCTION = 0x24;
public const byte AUCTION_BID_100 = 0x29;
public const byte AUCTION_BID_1K = 0x2A;
public const byte AUCTION_BID_10K = 0x2B;
public const byte AUCTION_BID_100K = 0x2C;
public const byte AUCTION_BID_1M = 0x2D;
public const byte AUCTION_BID_10M = 0x2E;
public const byte AUCITON_BID_100M = 0x2F;
public const byte RANCH_BUY = 0x14;
public const byte RANCH_INFO = 0x16;