• 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!

[Request]2 questions

Zikerus

Nutria Developer
Joined
Mar 13, 2008
Messages
193
Reaction score
0
Location
Poole, UK
1. Is there any way to change msg color? I mean msg color when you lookAt item. I think it's deremined by tibia client, but I want to be sure ;D

2. Is there chance to change movements system that I will not have to put every single item to moveevents.xml (I am talking about onEquip~ and onDeEquip~).
 
Marcinek I know that actually, but there is no msg color determined :> So I propose you to look deeper before you will write something ;x I am not so bad in coding and if this function could change msg color/type I wouldn't even ask about that here ;]
 
Lol... really? Take a look at line 3111, guess you failed.
Code:
	player->sendTextMessage(MSG_INFO_DESCR, ss.str());
 
I know that :| I asked if I can change color of this msg type.

you can

in const.h search for
Code:
	MSG_INFO_DESCR			= 0x19, /*Green message in game window and in the console*/
, it looks like it may be client based for colors but you could always try changing to a different value
 
Back
Top