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

Rule violation in TFS 1.2

Tarek

Premium User
Premium User
Joined
Jun 9, 2012
Messages
3,593
Solutions
4
Reaction score
1,183
Location
Sweden
GitHub
Taarek
Hey, i liked Rule Violation very much in 0.3.6/0.4 series. Is it possbile to add it in the sources and using OTclient?
 
Yes just take a look in the 0.x series code and add it.
You will have to modify the code abit, mainly things like:
Code:
msg.AddByte(byte);
to
msg.addByte(byte);

But could also be alot of things that have been renamed in the Ban class.
Should probbly be added in the default TFS since it seems like some users are using OTC.
 
Yes just take a look in the 0.x series code and add it.
You will have to modify the code abit, mainly things like:
Code:
msg.AddByte(byte);
to
msg.addByte(byte);

But could also be alot of things that have been renamed in the Ban class.
Should probbly be added in the default TFS since it seems like some users are using OTC.
Thanks WibbenZ as always. Where can i find the rule violation part in the sources for 0.x series? Which file in the sources?
 

Similar threads

Replies
0
Views
182
Back
Top