From c14faa2c92a458259abfa14a71e7c05bbdc08027 Mon Sep 17 00:00:00 2001 From: zephyrus Date: Fri, 29 Feb 2008 23:10:29 +0000 Subject: - Starting preparatives for Auctions System. - Added the @auction command to open the auctions. Just to start working on it and if someone wants to help. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@12270 54d463be-8e91-2dee-dedb-b68131a5f0ec --- src/map/clif.c | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) (limited to 'src/map/clif.c') diff --git a/src/map/clif.c b/src/map/clif.c index 4ce9ff3c4..3378d785c 100644 --- a/src/map/clif.c +++ b/src/map/clif.c @@ -11752,6 +11752,24 @@ void clif_parse_cashshop_buy(int fd, struct map_session_data *sd) WFIFOSET(fd,12); } +/*========================================== + * AUCTIONS SYSTEM + *==========================================*/ +void clif_Auction_openwindow(struct map_session_data *sd) +{ + int fd = sd->fd; + + WFIFOHEAD(fd,12); + WFIFOW(fd,0) = 0x25f; + WFIFOL(fd,2) = 0; + WFIFOB(fd,6) = 0xb6; + WFIFOB(fd,7) = 0x00; + WFIFOB(fd,8) = 0xa6; + WFIFOB(fd,9) = 0xde; + WFIFOW(fd,10) = 0; + WFIFOSET(fd,12); +} + /*========================================== * Requesting equip of a player *------------------------------------------*/ -- cgit v1.2.3-70-g09d2