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

Lua No damage to same looklegs?

Webtimize

Pro Grammer
Joined
Oct 3, 2011
Messages
491
Solutions
10
Reaction score
182
Location
Hell
Hello everyone!

I'm currently working on a War server with fixed characterlists. It will be four colours fighting against eachother. Inside the config.lua (TFS 0.3.6 v8 GUI / Windows), there is a var called "noDamageToSameLookfeet". It is very obvious what is does. The problem is that all the lookfeets supposed to be black, and only the legs and body are coloured with the team colours.

Is there any other possible way to get the same effect, for example noDamageToSameLookbody?

Yours,
 
You could step backwards from the place where the configuration parameter is specified deeper into the source code and find the parts responsible for this, then change them to use LookLegs instead of LookFeet
 
Back
Top