• 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 Banishment not working.

Satho

τnє đєv
Joined
Aug 19, 2007
Messages
175
Reaction score
1
Hello there! First of all, I have searched around and there has been no search results that solved my error.
My problem is that there is no "Rule violation" choice when I right click on characters, and there is not either any talkaction function to ban. Basically I cannot ban people on my own ot.
I am running TFS Rev 3777 0.4 8.6.
I would really appreciate any help since this is causing some conflicts on my server.

Satho.

Solved it, read bottom post.
 
Last edited:
The fact that there is no "Rule Violation" when right-clicking a character is because you're not using the right client. Keep in mind, 8.60 is the latest version that has this button. If you're using 8.61+, it will not be there.

The reason for this is because CipSoft removed Gamemasters in 8.61 (August 23, 2010).
 
The fact that there is no "Rule Violation" when right-clicking a character is because you're not using the right client. Keep in mind, 8.60 is the latest version that has this button. If you're using 8.61+, it will not be there.

The reason for this is because CipSoft removed Gamemasters in 8.61 (August 23, 2010).

Oh okay.. So you think I might be using 8.61? without knowing it?

Thanks.
 
The button is client-sided, it has nothing to do with TFS adding/removing from it there.
If there is no button, then you're using the wrong client, simple as that.

Simple explanation:
Button exist, not exist = CipSoft's job
Button work, not work = TFS's job
 
The button is client-sided, it has nothing to do with TFS adding/removing from it there.
If there is no button, then you're using the wrong client, simple as that.

Simple explanation:
Button exist, not exist = CipSoft's job
Button work, not work = TFS's job

Alright, but still I just tried downloading other 8.6 versions from other websites, also tried with 8.57 but cannot login with that client. And even though I am using 8.6 the button does not exist ...

ANYWAY; SOLVED.

It was as i thought in groups.xml, wasnt the flags as I thought to begin with tho, didnt have the violationflags stuff.

Code:
<?xml version="1.0" encoding="UTF-8"?>
<groups>
	<group id="1" name="Player"/>
	<group id="2" name="Tutor" flags="16809984" customFlags="2" access="1" violationReasons="4" nameViolationFlags="2"/>
	<group id="3" name="Senior Tutor" flags="68736352256" customFlags="14" access="2" violationReasons="10" nameViolationFlags="2" statementViolationFlags="63" maxVips="200"/>
	<group id="4" name="Gamemaster" flags="3808558964575" customFlags="257215" access="3" violationReasons="19" nameViolationFlags="10" statementViolationFlags="69" depotLimit="3000" maxVips="300" outfit="75"/>
	<group id="5" name="Community Manager" flags="3840774348794" customFlags="781823" access="4" violationReasons="23" nameViolationFlags="42" statementViolationFlags="213" depotLimit="4000" maxVips="400" outfit="266"/>
	<group id="6" name="God" flags="3845069447162" customFlags="50331647" access="5" violationReasons="23" nameViolationFlags="426" statementViolationFlags="469" depotLimit="5000" maxVips="500" outfit="302"/>
</groups>
 
Back
Top