Fabi Marzan
Intermediate OT User
- Joined
- Aug 31, 2020
- Messages
- 172
- Solutions
- 8
- Reaction score
- 107
Is there a way I can add hitcolor for TFS 1.X?
When using the command of a 0.X it does not work for me (the damage does not come out).
Put this other code:
I see that my ot does not have the hitcolor function, if there would be a way to add it I would be grateful.
LUA:
setCombatParam(combat, COMBAT_PARAM_HITCOLOR, 95)
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.