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

Solved War command error

UchihaClan

Only you can be you
Joined
Oct 25, 2014
Messages
164
Reaction score
33
Hello !

For some reason the guild command /war, !joinguild, !createguild dosn´t work on my server, when I say example !createguild Test guild nothing happends at all or when I say !joinguild nothing happens and when I say /war nothing happens I don´t get any errors in my console.
I use tfs 0.4

PS
I puttet the command in talcations.xml it look like this
Code:
        <!-- Guilds -->
        <talkaction words="!createguild" event="function" value="guildCreate"/>
        <talkaction words="!joinguild" event="function" value="guildJoin"/>
        <talkaction words="/war" channel="0" event="script" value="war.lua" desc="(Guild channel command) War management."/>
 
Back
Top Bottom