From 5d9d3adf3fd4795bf2483ec8549ddc30e01629db Mon Sep 17 00:00:00 2001 From: momacabu Date: Sat, 10 Nov 2012 19:44:12 +0000 Subject: - Modified *monster and *areamonster script commands to allow size and ai parameters. -- Event parameter now no longer works as size & ai replacement. -- If not defined, it'll assume the default size (0 = medium) and default ai (0 = none). - Changed all hardcoded AI states to recently created enum. Please test, if you find any bugs, report on our Bug Tracker. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16904 54d463be-8e91-2dee-dedb-b68131a5f0ec --- src/map/npc.h | 1 - 1 file changed, 1 deletion(-) (limited to 'src/map/npc.h') diff --git a/src/map/npc.h b/src/map/npc.h index 7198ad905..29cf39c77 100644 --- a/src/map/npc.h +++ b/src/map/npc.h @@ -145,7 +145,6 @@ int npc_do_ontimer(int npc_id, int option); int npc_event_do(const char* name); int npc_event_doall(const char* name); int npc_event_doall_id(const char* name, int rid); -bool npc_event_isspecial(const char* eventname); int npc_timerevent_start(struct npc_data* nd, int rid); int npc_timerevent_stop(struct npc_data* nd); -- cgit v1.2.3-60-g2f50