diff options
author | Andrei Karas <akaras@inbox.ru> | 2016-07-17 20:45:00 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2016-07-17 20:45:00 +0300 |
commit | 834b4148b396a82962106db1c6c3c9d0c8636a99 (patch) | |
tree | df61f1c2d040193767e6a7d2173f89ed9b0ce0c0 /src/emap/clif.h | |
parent | 7d9be803ec4b90ff468365d6f843da9da74ac6e2 (diff) | |
download | evol-hercules-834b4148b396a82962106db1c6c3c9d0c8636a99.tar.gz evol-hercules-834b4148b396a82962106db1c6c3c9d0c8636a99.tar.bz2 evol-hercules-834b4148b396a82962106db1c6c3c9d0c8636a99.tar.xz evol-hercules-834b4148b396a82962106db1c6c3c9d0c8636a99.zip |
Add support for new casting packet 0xb1e.
In this packet added calculated skill range.
Diffstat (limited to 'src/emap/clif.h')
-rw-r--r-- | src/emap/clif.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/emap/clif.h b/src/emap/clif.h index 046394f..9d4b774 100644 --- a/src/emap/clif.h +++ b/src/emap/clif.h @@ -85,5 +85,13 @@ void eclif_addcards_post(unsigned char *buf, struct item *item); void eclif_addcards2_post(unsigned short *cards, struct item *item); +void eclif_useskill(struct block_list* bl, + int src_id, + int dst_id, + int dst_x, + int dst_y, + uint16 skill_id, + uint16 skill_lv, + int casttime); #endif // EVOL_MAP_CLIF |