From bb1a3ca33a9e72c6a4cf2c97abf5a721a6ed87a9 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Tue, 24 Feb 2015 14:09:53 +0300 Subject: On each success skill invoke call event OnSkillInvoke. Alos set variables @skillId and @skillLv to skill id and skill level. --- src/map/skill.h | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 src/map/skill.h (limited to 'src/map/skill.h') diff --git a/src/map/skill.h b/src/map/skill.h new file mode 100644 index 0000000..d6927b9 --- /dev/null +++ b/src/map/skill.h @@ -0,0 +1,12 @@ +// Copyright (c) Copyright (c) Hercules Dev Team, licensed under GNU GPL. +// Copyright (c) 2014 Evol developers + +#ifndef EVOL_MAP_SKILL +#define EVOL_MAP_SKILL + +int eskill_check_condition_castend_post(int retVal, + struct map_session_data* sd, + uint16 *skill_id, + uint16 *skill_lv); + +#endif // EVOL_MAP_SKILL -- cgit v1.2.3-70-g09d2