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

List of color damage?

kret

K R E T O W N A G E
Joined
Apr 4, 2008
Messages
947
Reaction score
6
Location
PяOLAND
Hello

Can any1 give me list of colours in TFS engine ? Because i need to change sudden death damage colour to more dark (like rl) Now colour is
COMBAT_DEATHDAMAGE = 2048
How to change it to more dark :D? Is any palette with list of colours ;)?

I think You understand me xd
 
Nooo, its not current color :p

color you can find in this part:
Code:
					case COMBAT_DEATHDAMAGE:
					{
						textColor = TEXTCOLOR_DARKRED;
						hitEffect = NM_ME_SMALLCLOUDS;
						break;
					}

textColor can be [0-255]
 
Try color 72?

I'm currently using TEXTCOLOR_DARKRED = 144 for SD damage color.

You have to change this in const.h
 
Everyone using TEXTCOLOR_DARKRED = 144, cause its standard color and nobody change this ^^

I think too color 72 should be good.
 
Back
Top