diff options
author | zephyrus <zephyrus@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2009-03-29 16:49:52 +0000 |
---|---|---|
committer | zephyrus <zephyrus@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2009-03-29 16:49:52 +0000 |
commit | ff0af0b4437fb987bc0cf2c0091942a266b8731e (patch) | |
tree | d25e7820182d6cdbce85ca23fcf2d85ef33faa77 /src/map/clif.h | |
parent | fcdf995bd039935c5cdf4842ea9158d44ee6de29 (diff) | |
download | hercules-ff0af0b4437fb987bc0cf2c0091942a266b8731e.tar.gz hercules-ff0af0b4437fb987bc0cf2c0091942a266b8731e.tar.bz2 hercules-ff0af0b4437fb987bc0cf2c0091942a266b8731e.tar.xz hercules-ff0af0b4437fb987bc0cf2c0091942a266b8731e.zip |
- Implementing official battleground "emblem" crossed swords icon.
- Removing the custom guild packets from Battleground as they are not needed anymore.
- Scripts updated.
- In this way, you get "battle cursor" over your same team, but that's how official does.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13635 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/map/clif.h')
-rw-r--r-- | src/map/clif.h | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/src/map/clif.h b/src/map/clif.h index ad00176b6..bc0855b7e 100644 --- a/src/map/clif.h +++ b/src/map/clif.h @@ -343,17 +343,11 @@ int clif_guild_xy_remove(struct map_session_data *sd); int clif_bg_hp(struct map_session_data *sd); int clif_bg_xy(struct map_session_data *sd); int clif_bg_xy_remove(struct map_session_data *sd); -int clif_bg_belonginfo(struct map_session_data *sd); -int clif_visual_guild_id(struct block_list *bl); -int clif_visual_emblem_id(struct block_list *bl); -int clif_bg_emblem(struct map_session_data *sd, struct guild *g); -int clif_bg_memberlist(struct map_session_data *sd); -int clif_bg_leave(struct map_session_data *sd, const char *name, const char *mes); -int clif_bg_leave_single(struct map_session_data *sd, const char *name, const char *mes); int clif_bg_message(struct battleground_data *bg, const char *name, const char *mes, int len); -int clif_bg_expulsion_single(struct map_session_data *sd, const char *name, const char *mes); int clif_bg_updatescore(int m); int clif_bg_updatescore_single(struct map_session_data *sd); +int clif_sendbgemblem_area(struct map_session_data *sd); +int clif_sendbgemblem_single(int fd, struct map_session_data *sd); // atcommand int clif_displaymessage(const int fd,const char* mes); |