summaryrefslogtreecommitdiff
path: root/src/map/npc.h
diff options
context:
space:
mode:
authorLance <Lance@54d463be-8e91-2dee-dedb-b68131a5f0ec>2006-04-16 12:10:53 +0000
committerLance <Lance@54d463be-8e91-2dee-dedb-b68131a5f0ec>2006-04-16 12:10:53 +0000
commitb7c32095864ed8ac2547507ccbe0f5eacf11664a (patch)
tree960ff64937df2bea2288f84b290b31e60ff90f0b /src/map/npc.h
parent084f3b9931895aa6c7665e61617f170c9c053afd (diff)
downloadhercules-b7c32095864ed8ac2547507ccbe0f5eacf11664a.tar.gz
hercules-b7c32095864ed8ac2547507ccbe0f5eacf11664a.tar.bz2
hercules-b7c32095864ed8ac2547507ccbe0f5eacf11664a.tar.xz
hercules-b7c32095864ed8ac2547507ccbe0f5eacf11664a.zip
* Experimental npc_event_doall_sub with queue and npc_id allocation when needed.
* Added warnings to npc_scriptcont for easier debugging. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6106 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/map/npc.h')
-rw-r--r--src/map/npc.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/map/npc.h b/src/map/npc.h
index e05687969..a2c6b5ca4 100644
--- a/src/map/npc.h
+++ b/src/map/npc.h
@@ -38,6 +38,7 @@ int npc_parse_mob(char *w1,char *w2,char *w3,char *w4);
int npc_parse_mob2 (struct spawn_data*, int index); // [Wizputer]
int npc_parse_warp(char *w1,char *w2,char *w3,char *w4);
int npc_globalmessage(const char *name,char *mes);
+int npc_event_sub(struct map_session_data *sd, struct event_data *ev, const unsigned char *eventname); //[Lance]
int npc_enable(const char *name,int flag);
int npc_changename(const char *name, const char *newname, short look); // [Lance]