diff options
author | zephyrus <zephyrus@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2009-05-12 16:47:12 +0000 |
---|---|---|
committer | zephyrus <zephyrus@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2009-05-12 16:47:12 +0000 |
commit | cd40a623549f42d77c54515360813131e6c9c33d (patch) | |
tree | 09afde7308a84efae2982546f73d7231d2e355b0 /src/map/clif.h | |
parent | 0c5e8296319a3f1396e0208fba16135ac2c7b4b0 (diff) | |
download | hercules-cd40a623549f42d77c54515360813131e6c9c33d.tar.gz hercules-cd40a623549f42d77c54515360813131e6c9c33d.tar.bz2 hercules-cd40a623549f42d77c54515360813131e6c9c33d.tar.xz hercules-cd40a623549f42d77c54515360813131e6c9c33d.zip |
- Rental items now can be stackable items too.
- Added @font command to test kRO fonts. (Client side requires : Langtype 0 / Hex + Fonts Files on the data folder).
- Rental now announces with a maximum time to fix a problem with 1 month or more rentals.
- Reduced amount of calculations of Flee on map change (only if required).
- More security on Rental items.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13761 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/map/clif.h')
-rw-r--r-- | src/map/clif.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/map/clif.h b/src/map/clif.h index f529b8779..f78bbb666 100644 --- a/src/map/clif.h +++ b/src/map/clif.h @@ -350,6 +350,10 @@ 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); +// Custom Fonts +int clif_font_area(struct map_session_data *sd); +int clif_font_single(int fd, struct map_session_data *sd); + // atcommand int clif_displaymessage(const int fd,const char* mes); int clif_disp_onlyself(struct map_session_data *sd,const char *mes,int len); |