Olá amigos do Tibia King, estou configurando um ot Pvp enforced, mas estou com dois problemas...
1- Não estou ganhando xp matando player...
2- Gostaria que os player ficassem skull, exemplo mata 100 players ganha white skull, mata 300 ganha red skull, mata 1000 ganha black skull, sem perder item nem tomar ban...
Segue algumas partes do meu Config lua:
-- Unjustified kills
-- NOTE: *Banishment and *BlackSkull variables are >summed up<
-- (dailyFragsToRedSkull + dailyFragsToBanishment) with their
-- *RedSkull equivalents.
-- Auto banishing works only if useBlackSkull set to negative.
-- advancedFragList is not advised if you use huge frags
-- requirements.
redSkullLength = 24 * 60 * 60
blackSkullLength = 24 * 60 * 60
dailyFragsToRedSkull = 1000000
weeklyFragsToRedSkull = 100000
monthlyFragsToRedSkull = 1500000
dailyFragsToBlackSkull = dailyFragsToRedSkull
weeklyFragsToBlackSkull = weeklyFragsToRedSkull
monthlyFragsToBlackSkull = monthlyFragsToRedSkull
dailyFragsToBanishment = dailyFragsToRedSkull
weeklyFragsToBanishment = weeklyFragsToRedSkull
monthlyFragsToBanishment = monthlyFragsToRedSkull
blackSkulledDeathHealth = 100
blackSkulledDeathMana = 100
useBlackSkull = false
useFragHandler = true
advancedFragList = false
-- Banishments
-- violationNameReportActionType 1 = just a report, 2 = name lock, 3 = player banishment
-- killsBanLength works only if useBlackSkull option is disabled.
notationsToBan = 999
warningsToFinalBan = 999
warningsToDeletion = 999
banLength = 7 * 24 * 60 * 60
killsBanLength = 24 * 60 * 60
finalBanLength = 30 * 24 * 60 * 60
ipBanishmentLength = 1 * 24 * 60 * 60
broadcastBanishments = true
maxViolationCommentSize = 200
violationNameReportActionType = 2
autoBanishUnknownBytes = false
-- Battle
worldType = "Pvpenforced"
protectionLevel = 1
pvpTileIgnoreLevelAndVocationProtection = yes
pzLocked = 65 * 650
huntingDuration = 60 * 1000
criticalHitChance = 80
criticalHitMultiplier = 1
displayCriticalHitNotify = yes
removeWeaponAmmunition = false
removeWeaponCharges = false
removeRuneCharges = false
whiteSkullTime = 2
noDamageToSameLookfeet = false
showHealingDamage = false
showHealingDamageForMonsters = false
fieldOwnershipDuration = 5 * 1000
stopAttackingAtExit = false
oldConditionAccuracy = false
loginProtectionPeriod = 1
deathLostPercent = 20
stairhopDelay = 0
pushCreatureDelay = 1
deathContainerId = 1987
gainExperienceColor = 113
addManaSpentInPvPZone = true
squareColor = 0
allowFightback = yes
-- Deathlist
deathListEnabled = yes
deathListRequiredTime = 1 * 60 * 1000
deathAssistCount = 19
maxDeathRecords = 500
-- Rates
-- NOTE: experienceStages configuration is located in data/XML/stages.xml.
-- rateExperienceFromPlayers 0 to disable.
experienceStages = false
rateExperience = 100
rateExperienceFromPlayers = 80
rateSkill = 85.0
rateMagic = 35.0
rateLoot = 0
rateSpawn = 4
-- Monster rates
rateMonsterHealth = 1.0
rateMonsterMana = 1.0
rateMonsterAttack = 1.0
rateMonsterDefense = 1.0
-- Experience from players
-- NOTE: min~Threshold* set to 0 will disable the minimum threshold:
-- player will gain experience from every lower leveled player.
-- max~Threshold* set to 0 will disable the maximum threshold:
-- player will gain experience from every higher leveled player.
minLevelThresholdForKilledPlayer = 50
maxLevelThresholdForKilledPlayer = 50
Só estou com esse problema pra passar ele pro meu vps e botar on...
Aguardo resposta,
Abraco