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

Lua Banned when killing somone, Pvp-e roxx0r

Dalale

GX
Joined
Jun 13, 2008
Messages
718
Reaction score
2
Location
Sweden
Hello.
I got a roxxor server thats pvp-e. But when you kill a player you get banned. Does somone know the prob? Using limannens Roxxor.
Please help me, Its annoying!
Rep++ to helper.:wub:
Code:
-- The Forgotten Server Config

	-- Account Manager
	accountManager = "no"
	newPlayerChooseVoc = "yes"
	newPlayerSpawnPosX = 0
	newPlayerSpawnPosY = 0
	newPlayerSpawnPosZ = 0
	newPlayerTownId = 1
	newPlayerLevel = 50
	newPlayerMagicLevel = 5
	generateAccountNumber = "no"

	-- Banishments
	broadcastBanishments = "yes"
	banDays = 7
	finalBanDays = 30
	killsToBan = 60

	-- Battle
	worldType = "pvp"
	hotkeyAimbotEnabled = "yes"
	protectionLevel = 1
	killsToRedSkull = 60
	pzLocked = 9000
	deathLosePercent = 10
	criticalHitChance = 7
	removeAmmoWhenUsingDistanceWeapon = "no"
	removeChargesFromRunes = "yes"
	timeToDecreaseFrags = 2 * 1 * 1 * 1 
	whiteSkullTime = 1.5 * 10 * 1000
	oldConditionAccuracy = "no"
	alternativeExhaust = 1000

	-- Commands
	displayGamemastersWithOnlineCommand = "no"

	-- Connection Config
	ip = "xxxx"
	loginProtocolPort = 7171
	gameProtocolPort = 7172
	adminProtocolPort = 7171
	statusProtocolPort = 7171
	loginTries = 10
	retryTimeout = 5 * 1000
	loginTimeout = 60 * 1000
	maxPlayers = "1000"
	motd = "Welcome to the xxx Server!"
	onePlayerOnlinePerAccount = "yes"
	allowClones = 0
	serverName = "xxxx"
	loginMessage = "Welcome to the xxx!"
	adminLogsEnabled = "no"
	statusTimeout = 5 * 60 * 1000
	replaceKickOnLogin = "yes"

	-- Deathlist
	deathListEnabled = "yes"
	maxDeathRecords = 10

	-- Guilds
	ingameGuildSystem = "yes"

	-- Highscores
	highscoreDisplayPlayers = 15
	updateHighscoresAfterMinutes = 60

	-- Houses
	housePriceEachSQM = 1000
	houseRentPeriod = "never"

	-- Idle
	kickIdlePlayerAfterMinutes = 15

	-- Item Usage
	timeBetweenActions = 200
	timeBetweenExActions = 1000

	-- Map
	mapName = "RoXoR"
	mapAuthor = "Limannen"
	randomizeTiles = "yes"
	mapStorageType = "relational"

	-- Messaging
	enableRuleViolationReports = "yes"
	maxMessageBuffer = 4

	-- MySQL
	mysqlHost = "localhost"
	mysqlUser = "root"
	mysqlPass = "xxxxxx"
	mysqlDatabase = "xxxx"
	mysqlPort = 3306

	-- Premium Account
	freePremium = "no"

	-- PVP Server
	displayOnOrOffAtCharlist = "no"
	allowChangeOutfit = "yes"
	noDamageToSameLookfeet = "no"
	experienceByKillingPlayers = "yes"

	-- Rates
	rateExp = 5.6
	rateSkill = 435
	rateLoot = 6
	rateMagic = 28
	rateSpawn = 1

	-- Real Server Save
	-- note: serverSaveHour means like 03:00, not that it will save every 3 hours,
	-- if you want such a system use autoSaveEachMinutes. this serversave method
	-- may be unstable, we recommend using otadmin if you want real serversaves.
	serverSaveEnabled = "no"
	serverSaveHour = 3
	shutdownAtServerSave = "no"
	cleanMapAtServerSave = "yes"

	-- Server saving
	autoSaveEachMinutes = 30
	saveGlobalStorage = "no"

	-- Spawns
	deSpawnRange = 2
	deSpawnRadius = 50

	-- SqLite
	sqliteDatabase = "roxor.s3db"

	-- SQL
	sqlType = "mysql"
	passwordType = "plain"

	-- Startup
	defaultPriority = "high"

	-- Shutdown
	freeMemoryAtShutdown = "yes"

	-- Status
	ownerName = ""
	ownerEmail = "@otland.net"
	url = "http://otland.net/"
	location = "Europe"
 
16:13 You have 53338001 unjustified frags. The amount of unjustified frags will decrease after: .


I just killed 1 player <.<?

Edit ; fixxed that unjust thing but now frag time dosnt decrease...
also white skull dosnt go.

Code:
	timeToDecreaseFrags = 2 * 1 * 1 * 1 
	whiteSkullTime = 1.5 * 10 * 1000

Edit : everything is working fine now

Close please
 
Last edited:
Yo, Really i dont know i just tested some shit then it worked, but try to change your old to this


Code:
	timeToDecreaseFrags = 2 * 1 * 1 * 1 
	whiteSkullTime = 1.5 * 10 * 1000

Code:
	-- Banishments
	broadcastBanishments = "yes"
	banDays = 7
	finalBanDays = 30
	killsToBan = 60
----
	killsToRedSkull = 60
 
Hey i got a new problem, i aint getting experiance by killing players
REP++ IF YOU HELP ME!!

Code:
	-- PVP Server
	displayOnOrOffAtCharlist = "no"
	allowChangeOutfit = "yes"
	noDamageToSameLookfeet = "no"
	experienceByKillingPlayers = "yes"

	-- Rates
	rateExp = 5.6
	rateSkill = 435
	rateLoot = 6
	rateMagic = 28
	rateSpawn = 1
	
        -- Battle
	worldType = "pvp"
	hotkeyAimbotEnabled = "yes"
	protectionLevel = 1
	killsToRedSkull = 59
	pzLocked = 9000
	deathLosePercent = 5.6
	criticalHitChance = 7
 
Last edited:
I Tell you Nice Thing Try To Get New Config

But There Is Wrong (You Wrote) :
newPlayerSpawnPosX = 0
newPlayerSpawnPosY = 0
newPlayerSpawnPosZ = 0

It Is Working ? !!!
 
Back
Top