Extrodus
|| Blazera.net ||
So I am basically trying to get this 6 hour frag timer working. I figured I should at least check and see what you guys think about it to see if there is a better way to go about this.
Code:
Do you guys think this could cause problems with the frag system, or should it work out fine.
Code:
Code:
-- 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.
useFragHandler = true
redSkullLength = 2 * 24 * 60 * 60
blackSkullLength = 4 * 24 * 60 * 60
fragsLimit = 6 * 60 * 60
fragsSecondLimit = 0
fragsThirdLimit = 0
fragsToRedSkull = 3
fragsSecondToRedSkull = 5
fragsThirdToRedSkull = 10
fragsToBlackSkull = fragsToRedSkull
fragsSecondToBlackSkull = fragsSecondToRedSkull
fragsThirdToBlackSkull = fragsThirdToRedSkull
fragsToBanishment = fragsToRedSkull
fragsSecondToBanishment = fragsSecondToRedSkull
fragsThirdToBanishment = fragsThirdToRedSkull
blackSkulledDeathHealth = 40
blackSkulledDeathMana = 0
useBlackSkull = true
advancedFragList = false
Do you guys think this could cause problems with the frag system, or should it work out fine.
Last edited: