From c7c7cf8234180753db71c3da91e6bb3a2dd44593 Mon Sep 17 00:00:00 2001 From: skotlex Date: Tue, 7 Mar 2006 21:31:01 +0000 Subject: - Added a check that forces self skills to cast on yourself in skill_use_id - Skills with INF_SELF_SKILL + INF2_NO_TARGET_SELF are now "combo" skills in the sense they auto-select your attack target, and do not stop your attacking animation. Attackable time by default is adjusted by amotion. - Gospel won't start taking effect until after 10 secs have passed. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@5501 54d463be-8e91-2dee-dedb-b68131a5f0ec --- src/map/skill.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/map/skill.h') diff --git a/src/map/skill.h b/src/map/skill.h index 0d359e507..1613a47c2 100644 --- a/src/map/skill.h +++ b/src/map/skill.h @@ -183,7 +183,7 @@ struct skill_unit_group *skill_unitsetting( struct block_list *src, int skillid, struct skill_unit *skill_initunit(struct skill_unit_group *group,int idx,int x,int y); int skill_delunit(struct skill_unit *unit); struct skill_unit_group *skill_initunitgroup(struct block_list *src, - int count,int skillid,int skilllv,int unit_id); + int count,int skillid,int skilllv,int unit_id, int limit, int interval); int skill_delunitgroup(struct skill_unit_group *group); int skill_clear_unitgroup(struct block_list *src); int skill_clear_element_field(struct block_list *bl); -- cgit v1.2.3-70-g09d2