From fbb2cecd2f8fbdf6fa212f157fa7d946e6751a79 Mon Sep 17 00:00:00 2001 From: L0ne_W0lf Date: Wed, 24 Mar 2010 03:49:39 +0000 Subject: * Implemented NPC_TALK (Credit to SnakeDrak and Daegaladh) - Also added in the ability to use '@npctalkc' as a GM command. - Added supporting information to the databases. - Sneaking in a fix to the Refined Ballista. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@14270 54d463be-8e91-2dee-dedb-b68131a5f0ec --- src/map/clif.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/map/clif.h') diff --git a/src/map/clif.h b/src/map/clif.h index 2a7007e2b..605bbd762 100644 --- a/src/map/clif.h +++ b/src/map/clif.h @@ -371,6 +371,7 @@ int clif_mob_hp(struct mob_data *md); void clif_weather(int m); // [Valaris] int clif_specialeffect(struct block_list* bl, int type, enum send_target target); // special effects [Valaris] void clif_specialeffect_single(struct block_list* bl, int type, int fd); +int clif_messagecolor(struct block_list* bl, unsigned long color, const char* msg); // Mob/Npc color talk [SnakeDrak] int clif_message(struct block_list *bl, const char* msg); // messages (from mobs/npcs) [Valaris] int clif_GM_kickack(struct map_session_data *sd,int id); -- cgit v1.2.3-70-g09d2