• 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!
  • 2026 staff recruitment is open! Check it out and consider applying!

[Talk] I need my "speak" to be like monsters ( REP++)

Medevh

RPG Mapper
Joined
Jan 30, 2011
Messages
53
Reaction score
0
Location
Dubai
Yo, this is my second request today, I want a script or w/e it is to make my talk like spells, when you say exura the words become orange and doesnt appear in the chat, please someone can do this? I'm using crying damson 0.3.6pl1
 
Last edited:
No, You didn't understand... I meant... My talking like "Hello" i want it to be like "Exura" , Here is a picture.



I want my "talking" to be like spells.

Thanks (: !
 
game.cpp
Code:
	switch(type)
	{
		case SPEAK_SAY:
			return internalCreatureSay(player, [B][COLOR="red"]SPEAK_SAY[/COLOR][/B], text, false);
Change it to SPEAK_MONSTER_SAY
 
Back
Top