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

Windows TFS 1.0 PVP-Enforce help!

gurden

i need support for my server, good scripter!
Joined
May 19, 2009
Messages
519
Reaction score
5
Location
Sweden
Hey i want my TFS 1.0 to do PVP Enforce with good exp.. Most likely real tibia, if you kill higher levels u gain levels. Just think of 3 lvl 100 killing a 300+ gaining alot of exp. Much fun! Please help!

worldType = "pvp-enforced"
experienceByKillingPlayers = "yes"

I dident find this line so i tried added but nothing changes..
rateExperienceFromPlayers = 2

Please in need of help!
 
I want it so if u kill a higher level you gain exp.. Not if u kill low lvl chars. And no skulls.

Code:
-- Combat settings

experienceStages = true
worldType = "pvp-enforced"
hotkeyAimbotEnabled = "yes"
protectionLevel = 100
killsToRedSkull = 6
killsToBlackSkull = 10
pzLocked = 3000
removeAmmoWhenUsingDistanceWeapon = "no"
removeChargesFromRunes = "yes"
timeToDecreaseFrags = 3 * 60 * 60 * 1000
whiteSkullTime = 2 * 60 * 1000
stairJumpExhaustion = 1000
experienceByKillingPlayers = "yes"
rateExperienceFromPlayers = 2

-- Connection Config
ip = "127.0.0.1"
bindOnlyGlobalAddress = "no"
loginProtocolPort = 7171
gameProtocolPort = 7172
statusProtocolPort = 7171
maxPlayers = "1000"
motd = "Welcome to The!"
onePlayerOnlinePerAccount = "yes"
allowClones = "no"
serverName = "Fished"
statusTimeout = 60000
replaceKickOnLogin = "yes"
maxPacketsPerSecond = 2500

-- Deaths
deathLosePercent = -1

-- Houses
housePriceEachSQM = 5000
houseRentPeriod = "never"

-- Item Usage
timeBetweenActions = 1000
timeBetweenExActions = 1000

-- Map
mapName = "The End Map 1.0 - Copy"
mapAuthor = "Gurdeen"

-- Market
marketOfferDuration = 30 * 24 * 60 * 60
premiumToCreateMarketOffer = "no"
checkExpiredMarketOffersEachMinutes = 60
maxMarketOffersAtATimePerPlayer = 100

-- MySQL
mysqlHost = "xxxx"
mysqlUser = "xxxxx"
mysqlPass = "xxxxxxxxxx"
mysqlDatabase = "xxxxxxxxx"
mysqlPort = 3306
mysqlSock = ""
passwordType = "sha1"

-- Misc.
allowChangeOutfit = "yes"
freePremium = "yes"
kickIdlePlayerAfterMinutes = 15
maxMessageBuffer = 4
noDamageToSameLookfeet = "no"
emoteSpells = "no"

-- Rates
rateExp = 300
rateSkill = 30
rateLoot = 4
rateMagic = 7
rateSpawn = 5

-- Monsters
deSpawnRange = 2
deSpawnRadius = 50

-- Stamina
staminaSystem = "yes"

-- Startup
defaultPriority = "high"
startupDatabaseOptimization = "no"

-- Status server information
ownerName = "xxxx"
ownerEmail = ""
url = ""
location = "Sweden"
 
Back
Top