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

[HELP] Redskull problem - RoXoR server.

Noxsia

New Member
Joined
Sep 3, 2009
Messages
401
Reaction score
0
Location
Sweden
Hello,

Im making a project on a RoXoR server, and I have a problem. When I kill one person I get a red skull..

(In config.lua)
Code:
killsToBan = 60
Code:
killsToRedSkull = 50

Still get redskull after 1 kill.

Help asap
thanks in advice
 
post ur whole config


Code:
-- The Forgotten Server Config

	-- Account Manager
	accountManager = "no"
	newPlayerChooseVoc = "yes"
	newPlayerSpawnPosX = 780
	newPlayerSpawnPosY = 698
	newPlayerSpawnPosZ = 7
	newPlayerTownId = 1
	newPlayerLevel = 8
	newPlayerMagicLevel = 5
	generateAccountNumber = "no"

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

	-- Battle
	worldType = "pvp"
	hotkeyAimbotEnabled = "yes"
	protectionLevel = 50
	killsToRedSkull = 60
	pzLocked = 6000
	deathLosePercent = 2
	criticalHitChance = 7
	removeAmmoWhenUsingDistanceWeapon = "no"
	removeChargesFromRunes = "no"
	timeToDecreaseFrags = 24 * 60 * 60 * 1000
	whiteSkullTime = 15 * 60 * 1000
	oldConditionAccuracy = "no"
	alternativeExhaust = 1000
	stairJumpExhaustion = 1000
	animationTextOnHeal = "yes"

	-- Commands
	displayGamemastersWithOnlineCommand = "no"

	-- Connection Config
	ip = "x"
	loginProtocolPort = 7171
	gameProtocolPort = 7172
	adminProtocolPort = 7171
	statusProtocolPort = 7171
	loginTries = 10
	retryTimeout = 5 * 1000
	loginTimeout = 60 * 1000
	maxPlayers = "1000"
	motd = "Got any suggestions about the server ? Did you found any bugs ? or need to sell any items ? Go to the forum... You'll find everything there."
	onePlayerOnlinePerAccount = "yes"
	allowClones = "no"
	serverName = "Flatron"
	loginMessage = "Welcome to the Flatron RPG/PVP Server, Hosted by GOD Flatron!"
	adminLogsEnabled = "yes"
	statusTimeout = 5 * 60 * 1000
	replaceKickOnLogin = "yes"

	-- Deathlist
	deathListEnabled = "yes"
	maxDeathRecords = 5

	-- 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 = "no"
	maxMessageBuffer = 4

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

	-- Premium Account
	freePremium = "yes"

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

	-- Rates
	rateExp = 5
	rateSkill = 415
	rateLoot = 6
	rateMagic = 29
	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 = "yes"
	cleanMapAtServerSave = "yes"

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

	-- Spawns
	deSpawnRange = 2
	deSpawnRadius = 50

	-- SqLite
	sqliteDatabase = "roxor.s3db"

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

	-- Startup
	defaultPriority = "high"

	-- Shutdown
	freeMemoryAtShutdown = "yes"

	-- Status
	ownerName = "Flatron"
	ownerEmail = "----"
	url = "--"
	location = "Europe"

EDIT: Got a new problem, I can logout whenever I want. Even on whiteskull.
 
@up I can't find anything else than the pz lock.. you have set it to be locked at 0.6 seconds i think :p What distro are you using? Seems like u are not using Crying Damson or Mystic Spirit
 
Back
Top