From 99f319c197d5e783eef978859535287b45c9f989 Mon Sep 17 00:00:00 2001 From: skotlex Date: Mon, 20 Nov 2006 18:02:08 +0000 Subject: - You now can't use other skills while a skill-induced "window" is up (teleport, refining, etc). However, be warned that we aren't quite sure how the server will clear this out if you decide to hit cancel on the window, so skill-blockage is likely to happen (temporary solution: whenever you change maps or warp the state is reset server-side). git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9276 54d463be-8e91-2dee-dedb-b68131a5f0ec --- src/map/skill.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/map/skill.h') diff --git a/src/map/skill.h b/src/map/skill.h index 50781bfbd..952448d74 100644 --- a/src/map/skill.h +++ b/src/map/skill.h @@ -157,6 +157,7 @@ int skill_get_splash( int id , int lv ); int skill_get_hp( int id ,int lv ); int skill_get_mhp( int id ,int lv ); int skill_get_sp( int id ,int lv ); +int skill_get_state(int id); int skill_get_zeny( int id ,int lv ); int skill_get_num( int id ,int lv ); int skill_get_cast( int id ,int lv ); -- cgit v1.2.3-70-g09d2