• 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] New option in vocations.xml

Paxton

Banned User
Joined
Feb 23, 2008
Messages
4,110
Reaction score
48
Location
London, UK
Hello I'm using TFS, and I would like to have an new option in vocations.xml file.

Something like a team="1" or 0 and if this vocation is in team 1, can not attack his friends with same team number, it can attack only the players with team="0".

I know thats possible, maybe some other way? Like pvp-e? But I dont know how to set up teams.

I'm doing server with something like this.

Elfs vs. Orcs

Both of them are vocations.

Thank you.
 
put the different teams with different foot colors (eg. one with black and one with white)

then go to config.lua

and change (default like this)
Code:
	allowChangeOutfit = "yes"
	noDamageToSameLookfeet = "no"
to this
Code:
	allowChangeOutfit = "no"
	noDamageToSameLookfeet = "yes"
 
There may be a little problem, because people got a monsters outfits.

Example:

Orc Mage = Orc shaman
Orc warrior = Orc warlord
etc... ;|
and Efes
Elf Hunter - Elf scout
Elf Mage = Elf Arcanist
 
Back
Top