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

TFS 0.X Kill monster with condition Dominant Guild.

lSenturion2

Active Member
Joined
Oct 2, 2019
Messages
124
Reaction score
29
Hello friends, I would like to get a script where when player kills the monster Castle Intruder, if player is not from the dominant guild, send player to the temple. But if Player is from the dominant guild do nothing. This is my function:
Code:
(getPlayerGuildId(cid) == guildVencedora())
 
Back
Top