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

target lost

foxkbt

Member
Joined
Sep 29, 2009
Messages
290
Reaction score
7
Location
Salvador
when the character exchange outfit the player loses the target.
but the Red Square continues

this only happens with some outfits.
and I saw no relationship between those who do not remove the target

someone can help with that?
 
check your config.lua :)

in CONFIG_HELP have you:
Code:
...
		noDamageToSameLookfeet
			If enabled, players with same outfit feet color will be unable to attack themselfes.
			It works only for melee attacks.
			Default: false
...
 
ow i found the f#@*ing problem
i use one script in creaturescripts onAttack
thats return false when get some outfits

now i need desactivate the target lost when return false on onAttack scripts

ps: i know that need c++ editing
but i dont know mutch things for tfs sourcers, i use 0.3.6pl

thax for advanced!
 
Back
Top