whiteSkullTime = 15 * 60 * 1000
You can edit that in the config?
PHP:whiteSkullTime = 15 * 60 * 1000
Change the 15 with x minutes you want to remove the white skull..
config.lua
pzLocked = 60 * 1000
That's one minute
yes how hard is to understand my post?
If the person doesnt die, everyone looses their PZ in 1 minute.. WHEN THE PERSON DIES, EVERYONE GETS 15 MINUTES! _EVERYONE_ means EVERYONE who attacked - _NOT_ only the last hitter.
I want last hitter beeing pzlocked for 15 min and everyone else 1 min only
wrongYou can't change it in the config.lua. You need to change it at the source.
deathAssistCount = 19
wrong
Change it to a lower number.Code:deathAssistCount = 19
deathListEnabled = true
deathListRequiredTime = 1 * 60 * 1000
deathAssistCount = 19
maxDeathRecords = 5
pvpTileIgnoreLevelAndVocationProtection = true
pzLocked = 60 * 1000
huntingDuration = 60 * 1000
criticalHitChance = 7
criticalHitMultiplier = 1
displayCriticalHitNotify = false
removeWeaponAmmunition = false removeWeaponCharges = true
removeRuneCharges = true
whiteSkullTime = 15 * 60 * 1000
Then you have f*cked something up ^^
Yeh maybe it is in source ;S Does it mean I have to compile the server again? And where to edit that? ThanksYou can't change it in the config.lua. You need to change it at the source.