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

Players Kick

SonekaBR

New Member
Joined
Nov 8, 2008
Messages
127
Reaction score
0
Hello!

Some players are kicking other on my ot server.

for example:

I'm online on "Player 1" and another guy try to log in this character, so he got online, and i got offline

How can i fix it?

It's a YurOTS Tibia 7,6
 
in Config.lua search for something along the lines of this
Code:
allowClones= 0
and change it to
Code:
allowClones = 1
 
Don't work now when people log into the same player we have two players with the same character haha
Ah its Avesta 7.6 not YourOTS
 
There is nothing to fix...its called overlogging and it is great!
I am assuming you want it to pop up with something along the lines of "This player is already online." though, like the old 1/1 2/2 3/3 war servers did.
That will likely be a source edit? Not sure.
 
It's not great my server is a war server, imagine you killing in the middle of the war and a guy kick you?

I want exactly this second thing a message of "This player is already online"

But i dunno how to manage sources... we have another way to do it?
 
God it's been a long time since I have seen a yurots config.

Code:
-- allow multiple logins of the same char
allowclones = 0

0 should mean that the "This player is already online." message will display.
I think that's how it worked back then, overlogging must not have existed.

EDIT 1:
SORRY DISREGARD THE ABOVE.
Just read that you're actually using Avesta! I'll explore that now.
I have a bad feeling though that if overlogging is possible, its not configurable.

EDIT 2:
Okay so Avesta uses the following system, please make sure you have it set as you desire. If that does not seem to work, try the opposite.
Code:
-- allow clones (multiple logins of the same char)
    AllowClones = false
 
Last edited:
Back
Top