diff options
author | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-05-04 14:17:51 +0000 |
---|---|---|
committer | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-05-04 14:17:51 +0000 |
commit | 07e900f02b198bbfec480fceefb4a492f5ca8911 (patch) | |
tree | ed7ccf14c60719ae053f6a859c9bf0c2db5d26aa /src/map/status.h | |
parent | df2b2685b7a23a4132af0cf9d863daa0669d2f4f (diff) | |
download | hercules-07e900f02b198bbfec480fceefb4a492f5ca8911.tar.gz hercules-07e900f02b198bbfec480fceefb4a492f5ca8911.tar.bz2 hercules-07e900f02b198bbfec480fceefb4a492f5ca8911.tar.xz hercules-07e900f02b198bbfec480fceefb4a492f5ca8911.zip |
- Rewrote Kaahi to behave as it should. It will hear whatever amount of damage accumulates in the time2 interval (500ms by default) after being hit.
- Changed skill_unit_move_unit_group to enable moving of all types of ground-skills except ensembles.
- Modified NPC_STUNATTACK: Max level is 5, stun duration is 1+lv seconds.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6466 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/map/status.h')
-rw-r--r-- | src/map/status.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/map/status.h b/src/map/status.h index 57db4c937..ad3053df1 100644 --- a/src/map/status.h +++ b/src/map/status.h @@ -508,6 +508,7 @@ int status_get_sc_def(struct block_list *bl, int type); int status_change_start(struct block_list *bl,int type,int rate,int val1,int val2,int val3,int val4,int tick,int flag);
int status_change_end( struct block_list* bl , int type,int tid );
+int kaahi_heal_timer(int tid, unsigned int tick, int id, int data);
int status_change_timer(int tid, unsigned int tick, int id, int data);
int status_change_timer_sub(struct block_list *bl, va_list ap );
int status_change_clear(struct block_list *bl,int type);
|