• 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!
  • 2026 staff recruitment is open! Check it out and consider applying!

Compiling [Avesta 7.4] Ban problem.

Demnish

Tibian Hero
Joined
Sep 28, 2011
Messages
401
Solutions
2
Reaction score
63
Location
Sweden
I got a problem with the bans, as soon as I kill someone I get banned, doesnt matter if I change the value in the config.

This is all I found in sources:
Code:
    m_confInteger[KILLS_TO_RED] = getGlobalNumber(L, "KillsToRedSkull", 3);
    m_confInteger[KILLS_TO_BAN] = getGlobalNumber(L, "KillsToBan", 6);

Anyone know how to fix it?
I got sources aswell.
 
Back
Top