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

Spear / amunnation pally

Nuelman

Member
Joined
Nov 9, 2017
Messages
98
Solutions
1
Reaction score
6
my server's spears don't wear out, they're endless.
I do not find in my config.lua the option to run out

Version 10.99
OTX

Lua:
worldType = "pvp"
hotkeyAimbotEnabled = true
protectionLevel = 40
killsToRedSkull = 5
killsToBlackSkull = 10
pzLocked = 60000
removeChargesFromRunes = true
timeToDecreaseFrags = 4 * 60 * 60 * 1000
whiteSkullTime = 15 * 60 * 1000
stairJumpExhaustion = 500
experienceByKillingPlayers = false
expFromPlayersLevelRange = 75

freeDepotLimit = 2000
premiumDepotLimit = 10000
depotBoxes = 17

storeImagesUrl = "maravedi.ddns.net"
storeCoinsPacketSize = 5200


ip = "xxxxxxxxxxx"
bindOnlyGlobalAddress = false
loginProtocolPort = 7171
gameProtocolPort = 7172
statusProtocolPort = 7171
maxPlayers = "2100"
motd = "Welcome Maravedi OT Serv"
onePlayerOnlinePerAccount = true
allowClones = false
serverName = "Maravedi"
statusTimeout = 1
replaceKickOnLogin = true
maxPacketsPerSecond = 1000

enableLiveCasting = true
liveCastPort = 7173

deathLosePercent = -1


housePriceEachSQM = 1000
houseRentPeriod = "never"


timeBetweenActions = 200
timeBetweenExActions = 1000


mapName = "map1"
mapAuthor = "Elera"


marketOfferDuration = 30 * 24 * 60 * 60
premiumToCreateMarketOffer = true
checkExpiredMarketOffersEachMinutes = 60
maxMarketOffersAtATimePerPlayer = 100


mysqlHost = "localhost"
mysqlUser = "root"
mysqlPass = "xxxxx"
mysqlDatabase = "xxxxxx"
mysqlPort = "3306"
passwordType = "sha1"
mysqlSock = ""


allowChangeOutfit = true
freePremium = true
kickIdlePlayerAfterMinutes = 7200
maxMessageBuffer = 4
emoteSpells = true
classicEquipmentSlots = false


rateExp = stages
rateSkill = 50
rateLoot = 4
rateMagic = 10
rateSpawn = 2


deSpawnRange = 2
deSpawnRadius = 50


staminaSystem = true


warnUnsafeScripts = true
convertUnsafeScripts = true


defaultPriority = "high"
startupDatabaseOptimization = false


ownerName = "xxxxxxxx"
ownerEmail = "xxxxxxx"
url = "xxxxxx"
location = "Spain"
 
Go to data/weapons/weapons.xml and add breakchance="1-100"

Like this:
<distance id="7378" level="25" breakchance="1-100" swing="true" event="function" value="default"/> <!-- Royal Spear -->

That's what he meant, now I don't know if it will work.
 

Similar threads

Back
Top