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

CreatureEvent deleted thread

Works on 0.3.6 for sure, might work on 0.2 and 0.4
 
on .0.2 .1 i can atack guildmember, but i just dont get Skull.
 
I tfs 0.3.6 and not working completely disappears I pvp plx help
 
Last edited:
Looks good, i'll test it later on today.

Thanks for the release.
 
btw this didnt work on my server , its tfs 0.36pl1 on client 8.54 , it removes pvp completely now i cant even attack anyone using spells or anything so i removed this from the server , id love a fix though...
 
there are not any config.lua in data folder . do i need to make one?.. never seen a config.lua in data folder
 
@Duvbo
Check that:

Code:
	if(getConfigValue("noDamageToPartyMembers")) then
	if(isInParty(cid) and isInParty(target)) then
		if (getPartyLeader(cid) == getPartyLeader(target)) then
			return false
		end
	end
        end

or that:

Code:
	if(getConfigValue("noDamageToPartyMembers")) then
	if(isInParty(cid) and isInParty(target)) then
		if (getPlayerParty(cid) == getPlayerParty(target)) then
			return false
		end
	end
        end
 
Last edited:
can you make it like a command so every guild/ party have to use command to activate or deactivata no dmg to guil/party?.
 
Two different chars in different guilds cant attack eachother, no error or anything.
 
Back
Top