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

Hitcolor for TFS 1.5

Fabi Marzan

Well-Known Member
Joined
Aug 31, 2020
Messages
139
Solutions
7
Reaction score
73
Is there a way I can add hitcolor for TFS 1.X?

Lua:
setCombatParam(combat, COMBAT_PARAM_HITCOLOR, 95)
When using the command of a 0.X it does not work for me (the damage does not come out).

Put this other code:
Code:
combat:setParameter(COMBAT_PARAM_HITCOLOR, TEXTCOLOR_ORANGE)

I see that my ot does not have the hitcolor function, if there would be a way to add it I would be grateful.
 
 
@Loney yes, I have seen it and there is no exact solution, at least in post n. #2
I have tried to follow the steps and still the hitcolor does not work for me, I do not get an error when compiling but I do not get the color when doing damage.
In publication n. #1, the links are down and I didn't understand the commands either, what they meant.
 
Back
Top