From 8a9600ded15d1846c9e38de0b660a0f6a72e20a9 Mon Sep 17 00:00:00 2001 From: skotlex Date: Mon, 29 Jan 2007 22:00:51 +0000 Subject: - Corrected the homunculus deletion functions so that the homunculus is deleted together with the character. - Added npc_check_areanpc so that Wand of Hermod will correctly check for nearby warps. - Emergency avoid now stacks with other speed boost statuses - Item skills and skills that bring up a menu now are cleared on death. - Minor cleanings git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9742 54d463be-8e91-2dee-dedb-b68131a5f0ec --- src/map/npc.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/map/npc.h') diff --git a/src/map/npc.h b/src/map/npc.h index 63772089c..2f546ae0d 100644 --- a/src/map/npc.h +++ b/src/map/npc.h @@ -41,6 +41,7 @@ int npc_timer_event(const unsigned char *eventname); // Added by RoVeRT int npc_command(struct map_session_data *sd,const unsigned char *npcname,char *command); int npc_touch_areanpc(struct map_session_data *,int,int,int); int npc_touch_areanpc2(struct block_list *bl); // [Skotlex] +int npc_check_areanpc(int flag,int m,int x,int y,int range); int npc_click(struct map_session_data *sd,struct npc_data *nd); int npc_scriptcont(struct map_session_data *,int); TBL_NPC *npc_checknear(struct map_session_data *sd,struct block_list *bl); -- cgit v1.2.3-60-g2f50