• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

Instead of saying the spell name, orange text of the spell name comes up.

DarkRoses

New Member
Joined
Aug 26, 2011
Messages
17
Reaction score
0
Pretty much as the title says, I want to get the spell name in orange text when saying the spell instead of me saying the spell like original.

Thanks in advance!

I really appreciate your help.
 
Edit in the sources I guess.

The question is how since Monsters is the only thing who speaks in non-visible text in default channel.

Code:
	SpeakClasses type = SPEAK_SAY;
	if(g_config.getBool(ConfigManager::EMOTE_SPELLS))
		type = SPEAK_MONSTER_SAY;
 
Last edited:
Back
Top