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

War System

slayzer

Klaffen
Joined
Dec 28, 2008
Messages
301
Solutions
3
Reaction score
51
Location
Norway
I am currently working on war server wich include 2 teams. its just one problem, I dont know how to fix so players from the same team(account) cant hurt each other. could anyone explain it?

Thanks in advance.:peace:
 
config.lua:
Code:
	noDamageToSameLookfeet = true
and
Code:
	allowChangeColors = false
Then, make sure that teams have their own unique lookFeet color.
 
Looking if it's a war-server this means players won't loose items/skills and such right? if so you could make a team have 1 feet color and then


config.lua\/
noDamageToSameLookfeet = true


allowChangeColors = false


@Up Cyko was to fast lol ;x
 
Back
Top