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

Cannot pick up items from ground! [8.6]

  • Thread starter Thread starter varhlak
  • Start date Start date
V

varhlak

Guest
Hey, I've downloaded one of datapacks today, and I have realized that everything works flawless apart from one, main part in this game. I can not drop, pick up, neither change equipment in my EQ. I can't even move them around my backpack or in one of loots body. There seems to not be a problem with database since characters can be made OK, and theres nothing wrong. I thought it was a wrong 'items.xml' but since I'm using the one that the server has been running from then there should not be ANY problems.

There were some errors that I have fixed, any idea what could cause the trouble? I wanted to change loads on this server and maybe update some other features and then host it, but I can't really do that since I can't even move items from place to place...

Thanks.
 
This is it.

LUA:
        bindOnlyConfiguredIpAddress = true
	bindOnlyGlobalAddress = true
	ip = "xxxxx"

	statusTimeout = 50 * 1000

	sqlType = "mysql"
	sqlHost = "localhost"
	sqlPort = 3306
	sqlUser = "xxxx"
	sqlPass = "xxxx"
	sqlDatabase = "xxxx"
	sqlFile = "xxxx"
	sqlKeepAlive = 0
	mysqlReadTimeout = 10
	mysqlWriteTimeout = 10
	passwordType = "sha1"

	paralyzeDelay = 1700
	
	accountManager = true
	namelockManager = false
	newPlayerChooseVoc = true
	newPlayerSpawnPosX = 1000
	newPlayerSpawnPosY = 1000
	newPlayerSpawnPosZ = 7
	newPlayerTownId = 1
	newPlayerLevel = 15
	newPlayerMagicLevel = 3
	generateAccountNumber = false

	redSkullLength = 3 * 24 * 60 * 60
	blackSkullLength = 6 * 24 * 60 * 60
	dailyFragsToRedSkull = 20
	weeklyFragsToRedSkull = 60
	monthlyFragsToRedSkull = 160
	dailyFragsToBlackSkull = dailyFragsToRedSkull
	weeklyFragsToBlackSkull = weeklyFragsToRedSkull
	monthlyFragsToBlackSkull = monthlyFragsToRedSkull
	dailyFragsToBanishment = dailyFragsToRedSkull
	weeklyFragsToBanishment = weeklyFragsToRedSkull
	monthlyFragsToBanishment = monthlyFragsToRedSkull
	blackSkulledDeathHealth = 10
	blackSkulledDeathMana = 0
	useBlackSkull = true
	advancedFragList = false

	notationsToBan = 3
	warningsToFinalBan = 6
	warningsToDeletion = 9
	banLength = 3 * 24 * 60 * 60
	finalBanLength = 5 * 24 * 60 * 60
	ipBanishmentLength = 6 * 24 * 60 * 60
	broadcastBanishments = false
	maxViolationCommentSize = 200
	violationNameReportActionType = 2
	autoBanishUnknownBytes = false

	worldType = pvp
	protectionLevel = 150
	pvpTileIgnoreLevelAndVocationProtection = true
	pzLocked = 30 * 1000
	huntingDuration = 60 * 1000
	criticalHitChance = 7
	criticalHitMultiplier = 1
	displayCriticalHitNotify = true
	removeWeaponAmmunition = false
	removeWeaponCharges = false
	removeRuneCharges = false
	whiteSkullTime = 3 * 60 * 1000
	noDamageToSameLookfeet = false
	showHealingDamage = true
	showHealingDamageForMonsters = true
	fieldOwnershipDuration = 5 * 1000
	stopAttackingAtExit = false
	oldConditionAccuracy = false
	loginProtectionPeriod = 10 * 1000
	deathLostPercent = 10
	stairhopDelay = 1 * 1000
	pushCreatureDelay = 2 * 1000
	deathContainerId = 3940
	gainExperienceColor = 35
	addManaSpentInPvPZone = true
	squareColor = 0
	allowFightback = true

	worldId = 0

	loginPort = 7172
	gamePort = 7173
	adminPort = 7172
	statusPort = 7172
	loginTries = 10
	retryTimeout = 5 * 1000
	loginTimeout = 60 * 1000
	maxPlayers = 1000
	motd = "xxxx"
	displayOnOrOffAtCharlist = false
	onePlayerOnlinePerAccount = true
	allowClones = false
	serverName = "xxxx"
	loginMessage = "xxxxx"

	replaceKickOnLogin = true
	forceSlowConnectionsToDisconnect = true
	loginOnlyWithLoginServer = false
	premiumPlayerSkipWaitList = false

	deathListEnabled = true
	deathListRequiredTime = 1 * 60 * 1000
	deathAssistCount = 19
	maxDeathRecords = 10

	ingameGuildManagement = false
	levelToFormGuild = 300
	premiumDaysToFormGuild = 0
	guildNameMinLength = 2
	guildNameMaxLength = 20

	highscoreDisplayPlayers = 15
	updateHighscoresAfterMinutes = 60

	buyableAndSellableHouses = true
	houseNeedPremium = true
	bedsRequirePremium = true
	levelToBuyHouse = 300
	housesPerAccount = 1
	houseRentAsPrice = false
	housePriceAsRent = false
	housePriceEachSquare = 1000
	houseRentPeriod = "never"
	guildHalls = false

	timeBetweenActions = 220
	timeBetweenExActions = 720
	checkCorpseOwner = true
	hotkeyAimbotEnabled = true
	maximumDoorLevel = 900

	mapName = "xxxx"
	mapAuthor = "xxxx"
	randomizeTiles = false
	useHouseDataStorage = true
	storeTrash = true
	cleanProtectedZones = true
	mailboxDisabledTowns = "-1"

	defaultPriority = "high"
	niceLevel = 5
	coresUsed = "-1, -2, -3, -4, -5, -6"
	optimizeDatabaseAtStartup = true
	removePremiumOnInit = true
	confirmOutdatedVersion = false

	maxMessageBuffer = 6
	bufferMutedOnSpellFailure = false

	dataDirectory = "data/"
	allowChangeOutfit = true
	allowChangeColors = true
	allowChangeAddons = true
	disableOutfitsForPrivilegedPlayers = false
	bankSystem = true
	saveGlobalStorage = true
	displaySkillLevelOnAdvance = true
	spellNameInsteadOfWords = false
	emoteSpells = true
	promptExceptionTracerErrorBox = true
	storePlayerDirection = false
	monsterLootMessage = 3
	monsterLootMessageType = 25

	ghostModeInvisibleEffect = false
	ghostModeSpellEffects = true

	idleWarningTime = 30 * 60 * 1000
	idleKickTime = 40 * 60 * 1000
	expireReportsAfterReads = 1
	playerQueryDeepness = 2
	maxItemsPerPZTile = 15
	maxItemsPerHouseTile = 0

	freePremium = true
	premiumForPromotion = true

	blessingsOnlyPremium = true
	blessingReductionBase = 30
	blessingReductionDecreament = 5
	eachBlessReduction = 8

	experienceStages = true
	rateExperience = 1
	rateExperienceFromPlayers = 0
	rateSkill = 50
	rateMagic = 30
	rateLoot = 3
	rateSpawn = 10

	minLevelThresholdForKilledPlayer = 0
	maxLevelThresholdForKilledPlayer = 0

	rateStaminaLoss = 1
	rateStaminaGain = 3
	rateStaminaThresholdGain = 4
	staminaRatingLimitTop = 41 * 60
	staminaRatingLimitBottom = 14 * 60
	rateStaminaAboveNormal = 1.5
	rateStaminaUnderNormal = 0.5
	staminaThresholdOnlyPremium = false

	experienceShareRadiusX = 30
	experienceShareRadiusY = 30
	experienceShareRadiusZ = 1
	experienceShareLevelDifference = 2 / 3
	extraPartyExperienceLimit = 20
	extraPartyExperiencePercent = 5
	experienceShareActivity = 2 * 60 * 1000

	globalSaveEnabled = false
	globalSaveHour = 2
	shutdownAtGlobalSave = false
	cleanMapAtGlobalSave = true

	deSpawnRange = 2
	deSpawnRadius = 50

	maxPlayerSummons = 3
	teleportAllSummons = false
	teleportPlayerSummons = true

	ownerName = "Varhlak"
	ownerEmail = ""
	url = ""
	location = "Europe"
	displayGamemastersWithOnlineCommand = true

	adminLogsEnabled = true
	displayPlayersLogging = false
	prefixChannelLogs = ""
	runFile = ""
	outLogName = ""
	errorLogName = ""
	truncateLogsOnStartup = false
 
Not sure if you're using the server that I think, but you can try adding this:
LUA:
useAntiPush = true 
antiPushDelay = 3000 
antiPushItems = "2148,2152,2160,3976"
 
Back
Top