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

removing the effects of the type of attack

yandere

New Member
Joined
Feb 1, 2014
Messages
76
Reaction score
4
how to remove the effects of types of attacks? example FIREDAMAGE, ICEDAMAGE etc
I do not mean the removal of tibia.dat, but in files
 
Try:
Code:
setCombatParam(combat, COMBAT_PARAM_EFFECT, CONST_ME_NONE)

There is other way to solve this in TFS. Via source edit or using a creaturescripts (LUA only).
If you are interested in LUA solution ask me on PM.
 
Back
Top