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

Request: Need help with war system (script) (+rep)

Equalizer

New Member
Joined
May 21, 2009
Messages
9
Reaction score
0
Yo,

Can anyone help me with a script?

I'll explain it:
I'am creating a warserver for tibia 8.55. I want to make 4 teams (orc's, minotuars, lizards and apes).

My problem is that a player from 'team 4' is able to damage another player from 'team 4' (its with all teams). So i need a script that you cant damage a player that has the same vocation as you(so that player is in your team). I'm using Naxed ot 7.5 (forgotten server 0.3.6, newest version)

I was thinking to edit this script;
http://otland.net/f82/level-difference-protection-22171/
But I can not do it :(

Rep + for the one who helps me:D!

Greets, Equalizer
 
Last edited:
Hmm... Just change the team 1 outfit color to red, team 2 to blue, team 3 to green, and team 4 to black(I know that they will look like monsters, but one team have to have the sames colors in database)
and change these lines in config.lua
Code:
  allowChangeOutfit = "no"
	allowChangeColors = "no"
	allowChangeAddons = "no"

(To "no" of course)
And this to "yes"
Code:
noDamageToSameLookfeet = "no"
I think should work
 
Back
Top