From 132cc722fa490310b6e08a5cfe17625c8cf8baf1 Mon Sep 17 00:00:00 2001 From: Dastgir Date: Wed, 7 Feb 2018 13:46:54 +0530 Subject: Implemented hatEffect. Allows the player to have hatEffect specialeffects. Base taken from rAthena --- src/map/clif.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/map/clif.h') diff --git a/src/map/clif.h b/src/map/clif.h index c393c4f64..d6fbc3990 100644 --- a/src/map/clif.h +++ b/src/map/clif.h @@ -1413,6 +1413,9 @@ struct clif_interface { void (*clan_leave) (struct map_session_data *sd); void (*clan_message) (struct clan *c, const char *mes, int len); void (*pClanMessage) (int fd, struct map_session_data* sd); + /* Hat Effect */ + void (*hat_effect) (struct block_list *bl, struct block_list *tbl, enum send_target target); + void (*hat_effect_single) (struct block_list *bl, uint16 effectId, bool enable); }; #ifdef HERCULES_CORE -- cgit v1.2.3-60-g2f50